/* Page skin: Bootstrap compatibility (#6, 4/86) (no variable content) */
.modal-open {
  overflow: unset;
}
.vsys-spinner.modal {
  width: 33vw;
  left: 33vw;
  height: fit-content;
  border-radius: 5px;
  margin: 0;
  display: none;
}
#vsys-modal-spinner .vsys-spinner-modal-backdrop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #80808075;
}
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"] {
}
.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; } 
  .dropotron li:hover {
    background-color: #DA291C
  }
b, strong {
  font-weight: bold;
}
a {
  color: #000000;
}
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: #DA291C;
}
.button {
  background: #DA291C;
}
.button-smaller {
  padding: 0.5em 2.25em 0.5em 2.05em;
}
.button-smaller:before {
  content: none;
} 
#header-wrapper {
  background: #DA291C;
}
.dropotron {
  background: #DA291C;
  background: rgba(218, 41, 28 , 0.9);
}
#banner .captions {
  background: #DA291C;
  background: rgba(218, 41, 28 , 0.9);
}
#navPanel .link {
  white-space: nowrap; 
}
#search form:before {
  background: #DA291C;
}
#content section header, #content article header {
  border-top: solid 7px #DA291C;
}
#sidebar section header {
  border-top: solid 7px #DA291C;
}
section header, article header {
  border-top: solid 5px #DA291C;
}
#titleBar {
  background: #DA291C;
}
#titleBar .title h1 {
  color: #000000;
}
.blocks .one:hover {
  background: #000000;
}
.button:hover {
  background: #000000;
}
.button-no-hover:hover {
  background: #DA291C;
}
.button-no-highlight:before {
  content: none !important;
}
.blocks .two {
  background: #000000;
}
.blocks .two:hover {
  background: #000000;
}
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: ":";
}
div.vsys-form-actions input.btn {
  background: #DA291C;
  color: #000000 !important;
}
div.vsys-form-actions input.btn:hover {
  background: #000000;
  outline: 2px solid #000000;
  outline-offset: -6px;
}
div.vsys-form-actions {
  clear: both; 
}
a.bubble-top:hover {
  color: #000000;
  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):";
}
a.anywhere-hyperlink:not(.button), .datatable-container td a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  margin: 4px 8px 4px 4px;
  outline: none;
}
.datatable-container:not(.datatable-calendar-container) td:not(:first-of-type) a {
  margin-left: 0;
}
a.anywhere-hyperlink:hover:not(.button), .datatable-container td a:hover {
  background: #ffff002e;
}
.qtip-content a.anywhere-hyperlink:hover:not(.button) {
  border-top: none;
}
.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;
}
.tool-body {
  width: 100%;
}
.ui-dialog-titlebar, .ui-widget-header {
  background: #DA291C;
  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;
}
#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;
}
.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: #DA291C;
  color: #000000;
  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;
}
.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.ui-dialog.ui-widget-content {
  width: auto !important; 
  max-width: 90vw; 
}
.tool-itemslist-error {
  color: red;
}
.tool-itemslist-error-nospace {
  margin: 0;
}
.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;
}
.application-field-checkbox.anywhere-checkbox-pushdown {
  margin-top: 2.5em;
}
.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;
}
.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;
}
.popupeditor-modal-container .complex-editor-form .application-field-checkbox.searchbutton:not(.smaller-search-button) {
  padding: 1.2em 3em; 
}
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: #000000;
  font-weight: bold;
}
.filterbutton {
  background-color: #056905;
}
.filterbutton:focus {
  color: #000000;
  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; 
}
.ui-multiselect-menu.ui-widget, button.ui-multiselect.ui-widget {
  width: auto !important;
}
.no-padding-voxiblock {
  padding: 0;
}
.signup-conflict-err {
  color: red;
}
.signup-waitlist {
  color: purple;
}
h1.signup-conflict-err, h1.signup-waitlist {
  margin: 0;
}
.fc-head .ui-widget-header a, .fc-list-heading .ui-widget-header a {  
  color: inherit;
}
.popupeditor-details-tightspacing p {
  margin-bottom: auto;
}
.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;
}
.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;
}
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;
}
.datatable-container a.anywhere-hyperlink.green-button2, .datatable-container a.anywhere-hyperlink.green-button2:hover,
table.dataTable a.anywhere-hyperlink.green-button2, table.dataTable a.anywhere-hyperlink.green-button2:hover {
  background-color: #024a02;
  color: white;
  display: block;
  width: fit-content;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0.5em 1.5em;
  border: none;
}
.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: 0;
    right: 0;
  }
  .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: 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;
}
div.complex-editor-field-line.me-width-100 {
  width: 100%;
}
div.complex-editor-field-line.me-hidden {
  display: none;
}
.application-field-checkbox.check-width-100 span.label-inner {
  width: 100%;
}
.application-field-checkbox.check-tall  {
  padding: 10px 0;
}
div.special-separator-field-parent {
  width: 80%;
  border-bottom: 1px solid #00000035;
  display: block !important;
  position: relative;
  top: 10px;
}
div.special-separator-field-parent .special-separator-field {
  font-weight: bold;
  font-variant: small-caps;
  font-size: larger;
}
.time-distance-units-edit {
  margin-left: 10px;
  padding: 0.85em;
}
div.complex-editor-field-line-multi {
  margin-top: 5px;
  margin-right: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 8px !important;
  border: 1px solid #8080802b;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
  outline: 0;
}
span.example-button {
  font-variant: small-caps;
  border: 1px solid green;
  white-space: nowrap;
  padding: 2px 6px;
  transition: 250ms;
  border-radius: 5px
}
span.example-button:hover {
  background: green;
  color: white;
}
.complex-editor-field-line.complex-editor-field-line-full-width {
  width: 100%;
}
div.dynamic-hidden, div.dynamic-hidden-fieldgroup {
  display: none !important;
}
div.row.row5x3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* site global settings = VSys Live site --> CSS settings */
/* search fields color change - ticket 23036 */

.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
{
  color: #ffffff !important;
  }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/FontAwesome/fontawesome-webfont.eot?v=4.1.0");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/FontAwesome/fontawesome-webfont.woff?v=4.1.0") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/FontAwesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/FontAwesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}
.fa,footer .stay-connected .inner .social-links-carousel .slick-prev:before,footer .stay-connected .inner .social-links-carousel .slick-next:before,.faculty-listing .carousel-group .slick-prev:before,.faculty-listing .carousel-group .slick-next:before,.carousel .carousel-group .slick-prev:before,.carousel .carousel-group .slick-next:before,.carousel-hero .carousel-group .slick-prev:before,.carousel-hero .carousel-group .slick-next:before,.image-slider .carousel-group .slick-prev:before,.image-slider .carousel-group .slick-next:before,.collection.tabbed .collection-group.video-collection .slick-prev:before,.collection.tabbed .collection-group.video-collection .slick-next:before,.image-carousel .slick-prev:before,.image-carousel .slick-next:before,.upcoming-events .slick-prev:before,.upcoming-events .slick-next:before,[class^="fa-"],[class*=" fa-"]{display:inline-block;speak:none;font-family:FontAwesome;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa:before,footer .stay-connected .inner .social-links-carousel .slick-prev:before,footer .stay-connected .inner .social-links-carousel .slick-next:before,.faculty-listing .carousel-group .slick-prev:before,.faculty-listing .carousel-group .slick-next:before,.carousel .carousel-group .slick-prev:before,.carousel .carousel-group .slick-next:before,.carousel-hero .carousel-group .slick-prev:before,.carousel-hero .carousel-group .slick-next:before,.image-slider .carousel-group .slick-prev:before,.image-slider .carousel-group .slick-next:before,.collection.tabbed .collection-group.video-collection .slick-prev:before,.collection.tabbed .collection-group.video-collection .slick-next:before,.image-carousel .slick-prev:before,.image-carousel .slick-next:before,.upcoming-events .slick-prev:before,.upcoming-events .slick-next:before,[class^="fa-"]:before,[class*=" fa-"]:before{-moz-box-sizing:content-box;box-sizing:content-box}
.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}
.fa-li.fa-lg{left:-1.85714em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left,footer .stay-connected .inner .social-links-carousel .pull-left.slick-prev:before,footer .stay-connected .inner .social-links-carousel .pull-left.slick-next:before,.faculty-listing .carousel-group .pull-left.slick-prev:before,.faculty-listing .carousel-group .pull-left.slick-next:before,.carousel .carousel-group .pull-left.slick-prev:before,.carousel .carousel-group .pull-left.slick-next:before,.carousel-hero .carousel-group .pull-left.slick-prev:before,.carousel-hero .carousel-group .pull-left.slick-next:before,.image-slider .carousel-group .pull-left.slick-prev:before,.image-slider .carousel-group .pull-left.slick-next:before,.collection.tabbed .collection-group.video-collection .pull-left.slick-prev:before,.collection.tabbed .collection-group.video-collection .pull-left.slick-next:before,.image-carousel .pull-left.slick-prev:before,.image-carousel .pull-left.slick-next:before,.upcoming-events .pull-left.slick-prev:before,.upcoming-events .pull-left.slick-next:before{margin-right:.3em}
.fa.pull-right,footer .stay-connected .inner .social-links-carousel .pull-right.slick-prev:before,footer .stay-connected .inner .social-links-carousel .pull-right.slick-next:before,.faculty-listing .carousel-group .pull-right.slick-prev:before,.faculty-listing .carousel-group .pull-right.slick-next:before,.carousel .carousel-group .pull-right.slick-prev:before,.carousel .carousel-group .pull-right.slick-next:before,.carousel-hero .carousel-group .pull-right.slick-prev:before,.carousel-hero .carousel-group .pull-right.slick-next:before,.image-slider .carousel-group .pull-right.slick-prev:before,.image-slider .carousel-group .pull-right.slick-next:before,.collection.tabbed .collection-group.video-collection .pull-right.slick-prev:before,.collection.tabbed .collection-group.video-collection .pull-right.slick-next:before,.image-carousel .pull-right.slick-prev:before,.image-carousel .pull-right.slick-next:before,.upcoming-events .pull-right.slick-prev:before,.upcoming-events .pull-right.slick-next:before{margin-left:.3em}
.fa-spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}
@-webkit-keyframes spin{0{-webkit-transform:rotate(0)}
100%{-webkit-transform:rotate(359deg)}
}
@keyframes spin{0{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}
}
.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em;line-height:.9em}
.fa-inverse{color:#fff}
@font-face{font-family:'mda-icons';src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/mda-icons/mda-icons.eot?52p6ne");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/mda-icons/mda-icons.eot?#iefix52p6ne") format("embedded-opentype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/mda-icons/mda-icons.ttf?52p6ne") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/mda-icons/mda-icons.woff?52p6ne") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/mda-icons/mda-icons.svg?52p6ne#mda-icons") format("svg");font-weight:normal;font-style:normal}
[class^="mda-icon-"],[class*=" mda-icon-"]{font-family:'mda-icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
[class^="mda-icon-"].mda-2x,[class*=" mda-icon-"].mda-2x{font-size:2em}
[class^="mda-icon-"].mda-3x,[class*=" mda-icon-"].mda-3x{font-size:3em}
[class^="mda-icon-"].mda-4x,[class*=" mda-icon-"].mda-4x{font-size:4em}
.mda-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.mda-stack-1x,.mda-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.mda-stack-1x{line-height:inherit}
.mda-stack-2x{font-size:2em}
.mda-inverse{color:#fff}
.mda-icon-1on1counseling:before{content:"\e600"}
.mda-icon-appointments:before{content:"\e601"}
.mda-icon-archive:before{content:"\e602"}
.mda-icon-call-fill:before{content:"\e603"}
.mda-icon-call-stroke:before{content:"\e604"}
.mda-icon-cancerchecker:before{content:"\e605"}
.mda-icon-cancertypes:before{content:"\e606"}
.mda-icon-carepages:before{content:"\e607"}
.mda-icon-childrens:before{content:"\e608"}
.mda-icon-clinicaltrials:before{content:"\e609"}
.mda-icon-comment:before{content:"\e60a"}
.mda-icon-diagnosis:before{content:"\e60b"}
.mda-icon-directions-fill:before{content:"\e60c"}
.mda-icon-directions-stroke:before{content:"\e60d"}
.mda-icon-directions:before{content:"\e60e"}
.mda-icon-donate:before{content:"\e60f"}
.mda-icon-drop:before{content:"\e610"}
.mda-icon-email:before{content:"\e611"}
.mda-icon-financialplanning:before{content:"\e612"}
.mda-icon-gallery:before{content:"\e613"}
.mda-icon-genetictesting:before{content:"\e614"}
.mda-icon-gifts:before{content:"\e615"}
.mda-icon-international:before{content:"\e616"}
.mda-icon-knowledgecenter:before{content:"\e617"}
.mda-icon-linkout:before{content:"\e618"}
.rte-container .mda-icon-linkout:after{content:"\e618";margin-left:4px}
.rte-container .mda-icon-linkout:before{content:none}
.basic-text-image .mda-icon-linkout:after{content:"\e618";margin-left:4px}
.basic-text-image .mda-icon-linkout:before{content:none}
.mda-icon-planning:before{content:"\e619"}
.mda-icon-powerinnumbers:before{content:"\e61a"}
.mda-icon-publications:before{content:"\e61b"}
.mda-icon-returningpatients:before{content:"\e61c"}
.mda-icon-search:before{content:"\e61d"}
.mda-icon-settings-fill:before{content:"\e61e"}
.mda-icon-settings-stroke:before{content:"\e61f"}
.mda-icon-sharestory:before{content:"\e620"}
.mda-icon-share:before{content:"\e621"}
.mda-icon-subscribe:before{content:"\e622"}
.mda-icon-support-favorite:before{content:"\e623"}
.mda-icon-tips:before{content:"\e624"}
.mda-icon-treatment:before{content:"\e625"}
.mda-icon-volunteer:before{content:"\e626"}
.mda-icon-word:before{content:"\e627"}
.mda-icon-powerpoint:before{content:"\e628"}
.mda-icon-pdf:before{content:"\e629"}
.mda-icon-alert:before{content:"\e62a"}
.mda-icon-leftquote:before{content:"\e62b"}
.mda-icon-flag:before{content:"\e62c"}
.mda-icon-donate_alt:before{content:"\e62d"}
.mda-icon-cadaceus:before{content:"\e62e"}
.mda-icon-email-fill:before{content:"\e62f"}
.mda-icon-fundraiser:before{content:"\e630"}
.mda-icon-recommendedpages:before{content:"\e631"}
.mda-icon-user:before{content:"\e632"}
.mda-icon-speechheart:before{content:"\e633"}
.mda-icon-webpage:before{content:"\e634"}
.mda-icon-podcast:before{content:"\e635"}
.mda-icon-news:before{content:"\e636"}
.mda-icon-blog:before{content:"\e637"}
.mda-icon-cancer_connection:before{content:"\e638"}
.mda-icon-care_centers_clinics:before{content:"\e639"}
.mda-icon-clinical_tools_resources:before{content:"\e63a"}
.mda-icon-contact_us:before{content:"\e63b"}
.mda-icon-corporate_engagements:before{content:"\e63c"}
.mda-icon-education_training:before{content:"\e63d"}
.mda-icon-iPad_apps:before{content:"\e63e"}
.mda-icon-legal_financial:before{content:"\e63f"}
.mda-icon-manage_risks:before{content:"\e640"}
.mda-icon-myCancerConnection:before{content:"\e641"}
.mda-icon-physical_effects:before{content:"\e642"}
.mda-icon-physicians:before{content:"\e643"}
.mda-icon-raise_money:before{content:"\e644"}
.mda-icon-returning_patients_new:before{content:"\e645"}
.mda-icon-six_point_star:before{content:"\e646"}
.mda-icon-screenings:before{content:"\e647"}
.mda-icon-childrens_new:before{content:"\e648"}
.mda-icon-clinical_trials_new:before{content:"\e649"}
.mda-icon-carat:before{content:"\e900"}
.mda-icon-link_out_2:before{content:"\e901"}
.mda-icon-skin_safety:before{content:"\e902"}
.mda-icon-smoking:before{content:"\e903"}
.mda-icon-hpv:before{content:"\e904"}
.mda-icon-moon:before{content:"\e905"}
.mda-icon-contact_us_fill:before{content:"\e906"}
.mda-icon-menu:before{content:"\e907"}
.mda-icon-X:before{content:"\e908"}
.mda-icon-notebook:before{content:"\e909"}
.mda-icon-documents-graph:before{content:"\e90a"}
.mda-icon-documents-check:before{content:"\e90b"}
.mda-icon-documents-chart:before{content:"\e90c"}
.mda-icon-compose:before{content:"\e90d"}
.mda-icon-bookshelf:before{content:"\e90e"}
.mda-icon-book-bag:before{content:"\e90f"}
.mda-icon-briefcase:before{content:"\e910"}
.mda-icon-play:before{content:"\e911"}
.mda-icon-school:before{content:"\e912"}
.mda-icon-parent:before{content:"\e913"}

@font-face{font-family:"Minion W01 Cap Regular";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/f1eed122-a501-4c59-85e4-4db18384cf87.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/f1eed122-a501-4c59-85e4-4db18384cf87.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/c30f5672-a88d-407a-bf93-926f33c9d872.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/f008cedb-28d1-4788-aab9-82d6877f3939.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/6f6cb6b6-28c0-4542-b435-5e2ba7ed5a81.svg#6f6cb6b6-28c0-4542-b435-5e2ba7ed5a81") format("svg")}
@font-face{font-family:"Minion W01 SmBd Cap";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/eabf9b87-1127-476e-bcb1-4ad7a62d9659.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/eabf9b87-1127-476e-bcb1-4ad7a62d9659.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/ae26e9d5-38bc-42e7-b8d7-18bf09c8418a.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/2fcc3372-1e01-4e0b-8712-5b7660f67427.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/3c2d53c2-cb69-4612-92cd-f75e2f1d288a.svg#3c2d53c2-cb69-4612-92cd-f75e2f1d288a") format("svg")}
@font-face{font-family:"Univers LT W01_45 Light";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/ecf89914-1896-43f6-a0a0-fe733d1db6e7.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/7628f343-8c36-4707-9559-8feb86c0462f.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/11b816e7-d678-48dd-bc75-560de9c19049.svg#11b816e7-d678-48dd-bc75-560de9c19049") format("svg")}
@font-face{font-family:"Univers LT W01_55 Roman";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/7b95cb9a-a288-4405-97a0-13095f56a903.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/c7481806-4ea4-40db-a623-7bc352bbbe43.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/ac8280da-3de5-456d-bd77-8f01665452a9.svg#ac8280da-3de5-456d-bd77-8f01665452a9") format("svg")}
@font-face{font-family:"Univers LT W01_65 Bold";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/db1c462f-8890-4a11-9de5-36872279e20a.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/db1c462f-8890-4a11-9de5-36872279e20a.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/b993da84-c1f6-474a-8f00-8aa797b3de8f.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/58403ef6-4c15-4280-b4b6-9acf50804f4f.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/9178e351-95c5-4913-9eeb-fd0645a18c2d.svg#9178e351-95c5-4913-9eeb-fd0645a18c2d") format("svg")}
@font-face{font-family:"UniversLTW01-57Condense_723821";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/1eaf27c0-f4de-4273-9f4c-1b3236ad2f3c.woff") format("woff"),url("fonts/9b913baf-b1f0-47d2-8c76-42f59650058f.ttf") format("truetype"),url("fonts/0abcce12-2274-4ee7-b6d5-0066b5f5f670.svg#0abcce12-2274-4ee7-b6d5-0066b5f5f670") format("svg")}
@font-face{font-family:"UniversLTW01-67BoldCn";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/21decb60-b395-4de2-bd04-e38eb2a56d2f.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/091058d4-36b2-43f6-80d3-16c88e098061.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/827d22bc-e38b-4ccf-8a21-1f9aaa76e402.svg#827d22bc-e38b-4ccf-8a21-1f9aaa76e402") format("svg")}
@font-face{font-family:"Minion Regular";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Regular.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Regular.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Regular.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Regular.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Regular.svg#6f6cb6b6-28c0-4542-b435-5e2ba7ed5a81") format("svg")}
@font-face{font-family:"Minion Bold";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Bold.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Bold.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Bold.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Bold.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Bold.svg#6f6cb6b6-28c0-4542-b435-5e2ba7ed5a81") format("svg")}
@font-face{font-family:"Minion Semi Bold";src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Semibold.eot?#iefix");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Semibold.eot?#iefix") format("eot"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Semibold.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Semibold.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MinionPro/MinionPro-Semibold.svg#6f6cb6b6-28c0-4542-b435-5e2ba7ed5a81") format("svg")}
@font-face{font-family:'VideoJS';src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/VideoJS/vjs.eot");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/VideoJS/vjs.eot?#iefix") format("embedded-opentype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/VideoJS/vjs.woff") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/VideoJS/vjs.ttf") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/VideoJS/vjs.svg#icomoon") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'MDIcons';src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MDIcons/MDIcons.eot?-j0c5he");src:url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MDIcons/MDIcons.eot?#iefix-j0c5he") format("embedded-opentype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MDIcons/MDIcons.woff?-j0c5he") format("woff"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MDIcons/MDIcons.ttf?-j0c5he") format("truetype"),url("https://www.mdanderson.org/etc/designs/mda/mda-web/fonts/MDIcons/MDIcons.svg?-j0c5he#MDIcons") format("svg");font-weight:normal;font-style:normal}
[class^="mdicon-"],[class*=" mdicon-"]{font-family:'MDIcons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
[class^="mdicon-"].md-2x,[class*=" mdicon-"].md-2x{font-size:2em}
[class^="mdicon-"].md-3x,[class*=" mdicon-"].md-3x{font-size:3em}
[class^="mdicon-"].md-4x,[class*=" mdicon-"].md-4x{font-size:4em}
.mdicon-arrow-left:before{content:"\e606"}
.mdicon-arrow-right:before{content:"\e607"}
.mdicon-arrow:before{content:"\e608"}
.mdicon-gear:before{content:"\e600"}
.mdicon-linklist:before{content:"\e601"}
.mdicon-phone:before{content:"\e602"}
.mdicon-pin:before{content:"\e603"}
.mdicon-search:after{content:"\e604"}
.mdicon-videoplay:before{content:"\e605"}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

#header-wrapper > #container > #header > img, #header-wrapper > #container > #header > a > img{
    display: none;
}

#tophat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #222121;
  z-index: 1005;
  max-width: 1440px;
  overflow: visible;

}

@media (max-width: 992px) {
  #tophat {
    display: none;
  }
}
#topnav ul,
#utilities-nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
#topnav li:first-child,
#utilities-nav li:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  #topnav a,
  #utilities-nav a {
    font-size: 12px;
  }
}

@media (max-width: 752px) {
  #topnav a,
  #utilities-nav a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  #topnav li,
  #utilities-nav li {
    float: none;
    border: none;
  }
  #topnav a,
  #utilities-nav a {
    color: #fff;
    padding: 11px 20px 0;
    font-family: 'Univers LT W01_65 Bold', Arial;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-transform: none;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  #topnav a,
  #utilities-nav a {
    font-size: 16px;
  }
}

@media (max-width: 992px) and (max-width: 752px) {
  #topnav a,
  #utilities-nav a {
    font-size: 16px;
  }
}
#topnav {
  float: left;
  height: 100%;
}
#topnav .topnav-scroll-container {
  width: 100%;
  height: 100%;
}
#topnav .topnav-list {
  padding-left: 20px;
}
#topnav .topnav-list a:hover,
#topnav .topnav-list a.active {
  background: #da291c;
  color: #fff;
}

@media (min-width: 992px) {
  #topnav .topnav-list .dropdown {
    position: relative;
    width: 180px;
    background: #000;
    border-left: 0;
    border-right: 2px solid #323232;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
  #topnav .topnav-list .dropdown a {
    color: #cccccc;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
  #topnav .topnav-list .dropdown:before {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #cccccc;
    content: "?";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.3em;
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-size: 0.5em;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@media (min-width: 992px) and (max-width: 992px) {
  #topnav .topnav-list .dropdown:before {
    font-size: 0.3em;
  }
}

@media (min-width: 992px) and (max-width: 752px) {
  #topnav .topnav-list .dropdown:before {
    font-size: 0.3em;
  }
}

@media (min-width: 992px) {
  #topnav .topnav-list .dropdown .topnav-sublist-mask {
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }

  #topnav .topnav-list .dropdown .topnav-sublist {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }

  #topnav .topnav-list .dropdown .topnav-sublist li {
    float: none;
    border-left: none;
  }

  #topnav .topnav-list .dropdown .topnav-sublist li a {
    color: #fff;
    background: #da291c;
    border-top: 1px solid #B6180C;
  }

  #topnav .topnav-list .dropdown .topnav-sublist li a:hover {
    background: #C22014;
  }

  #topnav .topnav-list .dropdown:hover,
  #topnav .topnav-list .dropdown.reveal,
  #topnav .topnav-list .dropdown:focus {
    color: #fff;
    background: #da291c;
  }

  /* line 122, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list .dropdown:hover:before,
  #topnav .topnav-list .dropdown:hover a,
  #topnav .topnav-list .dropdown.reveal:before,
  #topnav .topnav-list .dropdown.reveal a,
  #topnav .topnav-list .dropdown:focus:before,
  #topnav .topnav-list .dropdown:focus a {
    color: #fff;
  }

  /* line 125, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list .dropdown:hover .topnav-sublist-mask,
  #topnav .topnav-list .dropdown.reveal .topnav-sublist-mask,
  #topnav .topnav-list .dropdown:focus .topnav-sublist-mask {
    max-height: 3000px;
  }

  /* line 128, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list .dropdown:hover .topnav-sublist,
  #topnav .topnav-list .dropdown.reveal .topnav-sublist,
  #topnav .topnav-list .dropdown:focus .topnav-sublist {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 992px) {
  /* line 58, ../../assets/styles/modules/_tophat.scss */

  #topnav {
    position: absolute;
    top: 0;
    float: none;
    width: 100%;
    height: 100%;
    padding: 130px 0 44px 0;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
  }

  /* line 145, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-scroll-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  /* line 151, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-scroll-container::-webkit-scrollbar {
    display: none;
  }

  /* line 155, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list {
    height: -webkit-calc(100% + 1px);
    height: calc(100% + 1px);
    -webkit-transition: -webkit-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* line 160, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li {
    height: 56px;
    padding: 0;
    -webkit-transition: height 0.4s;
    -ms-transition: height 0.4s;
    transition: height 0.4s;
  }

  /* line 164, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li > a {
    position: relative;
    height: 56px;
    padding: 18px 25px 0;
  }

  /* line 168, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li > a:before {
    content: "?";
    position: absolute;
    right: 25px;
    top: 15px;
    color: #000;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5em;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #fff;
    font-size: 1.2em;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  /* line 168, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li > a:before {
    font-size: 1.5em;
  }
}

@media (max-width: 992px) and (max-width: 752px) {
  /* line 168, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li > a:before {
    font-size: 1.5em;
  }
}

@media (max-width: 992px) {
  /* line 179, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li > a.mobile-link:before {
    content: none;
  }

  /* line 184, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li .primary-nav-list {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }

  /* line 190, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li .primary-nav-item a {
    color: #d0d0ce;
    padding: 18px 40px 0;
    font-family: 'Univers LT W01_55 Roman', Arial;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  /* line 190, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li .primary-nav-item a {
    font-size: 16px;
  }
}

@media (max-width: 992px) and (max-width: 752px) {
  /* line 190, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li .primary-nav-item a {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  /* line 198, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li.expand > a:before {
    content: "?";
  }

  /* line 202, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li.expand > a.mobile-link:before {
    content: none;
  }

  /* line 207, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li.expand .primary-nav-list {
    height: 100%;
  }

  /* line 212, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list > li.expand .has-subnav.expand .subnav-mask {
    display: block;
  }

  /* line 219, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list a {
    -webkit-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
  }

  /* line 221, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list a:hover,
  #topnav .topnav-list a.active {
    color: #fff;
  }

  /* line 225, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list .slick-list,
  #topnav .topnav-list .slick-track {
    height: 100%;
  }

  /* line 231, ../../assets/styles/modules/_tophat.scss */

  #topnav .topnav-list .slick-active a,
  #topnav .topnav-list .slick-center a {
    color: #fff;
    background: #da291c;
  }

  /* line 238, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li {
    height: 56px;
  }

  /* line 240, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li a {
    position: relative;
    height: 56px;
  }

  /* line 246, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li.has-subnav > a:before {
    position: absolute;
    display: block;
    top: 18px;
    right: 25px;
    content: "\e607";
    font-family: 'MDIcons';
    color: #fff;
    font-size: 1.0em;
  }

  /* line 257, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li.has-subnav > a.mobile-sub-link:before {
    content: none;
  }

  /* line 264, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li .subnav a {
    padding: 18px 25px 0 65px;
  }

  /* line 269, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li .subnav li.mobile-nav-back a {
    padding: 18px 25px 0 50px;
  }

  /* line 271, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li .subnav li.mobile-nav-back a:before {
    content: "\e606";
  }

  /* line 277, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li .subnav li.mobile-nav-home a:before {
    display: none;
  }

  /* line 284, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li.mobile-nav-back a {
    color: #fff;
    padding: 18px 25px 0 50px;
    font-family: 'Univers LT W01_65 Bold', Arial;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  /* line 284, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li.mobile-nav-back a {
    font-size: 16px;
  }
}

@media (max-width: 992px) and (max-width: 752px) {
  /* line 284, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li.mobile-nav-back a {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  /* line 288, ../../assets/styles/modules/_tophat.scss */

  #topnav .primary-nav-list li.mobile-nav-back a:before {
    position: absolute;
    display: block;
    top: 18px;
    right: 25px;
    content: "\e606";
    font-family: 'MDIcons';
    color: #fff;
    font-size: 1.0em;
  }
}

/* line 305, ../../assets/styles/modules/_tophat.scss */

#utilities-nav {
  z-index: 1000;
  float: right;
  height: 100%;
}

@media (min-width: 992px) {
  /* line 307, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown {
    position: relative;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }

  /* line 311, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown a {
    color: #cccccc;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }

  /* line 315, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown .topnav-sublist-mask {
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }

  /* line 322, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown .topnav-sublist {
    width: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }

  /* line 348, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown:hover .topnav-sublist-mask,
  #utilities-nav .dropdown.reveal .topnav-sublist-mask {
    max-height: 3000px;
  }

  /* line 351, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown:hover .topnav-sublist,
  #utilities-nav .dropdown.reveal .topnav-sublist {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 992px) {
  /* line 307, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown {
    position: relative;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }

  /* line 359, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown a {
    color: #cccccc;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }

  /* line 363, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown .topnav-sublist-mask {
    position: absolute;
    bottom: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }

  /* line 371, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown .topnav-sublist {
    width: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }

  /* line 375, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown .topnav-sublist li {
    width: 100%;
    text-align: right;
    border-left: none;
    float: right;
  }

  /* line 380, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown .topnav-sublist li a {
    padding: 10px;
    color: #fff;
    background: #da291c;
    border-top: 1px solid #B6180C;
  }

  /* line 385, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown .topnav-sublist li a:hover,
  #utilities-nav .dropdown .topnav-sublist li a.expand {
    background: #C22014;
  }

  /* line 391, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown.expand {
    color: #fff;
    background: #da291c;
  }

  /* line 394, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown.expand:before,
  #utilities-nav .dropdown.expand a {
    color: #fff;
  }

  /* line 397, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown.expand .topnav-sublist-mask {
    max-height: 3000px;
  }

  /* line 400, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav .dropdown.expand .topnav-sublist {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 408, ../../assets/styles/modules/_tophat.scss */

#utilities-nav ul {
  display: table;
}

/* line 411, ../../assets/styles/modules/_tophat.scss */

#utilities-nav li {
  display: table-cell;
}

/* line 414, ../../assets/styles/modules/_tophat.scss */

#utilities-nav a {
  height: 32px;
  padding: 0;
}

/* line 417, ../../assets/styles/modules/_tophat.scss */

#utilities-nav a .spacer {
  padding: 7px;
  display: table;
  height: 32px;
}

@media (max-width: 992px) {
  /* line 422, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a span {
    font-size: 10px;
  }
}

@media (max-width: 752px) {
  /* line 422, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a span {
    font-size: 10px;
  }
}

/* line 428, ../../assets/styles/modules/_tophat.scss */

#utilities-nav a i {
  display: table-cell;
  vertical-align: middle;
  color: #7f7e7e;
}

/* line 433, ../../assets/styles/modules/_tophat.scss */

#utilities-nav a.my-mda {
  font-family: 'Minion W01 Cap Regular', Arial, Georgia;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-transform: none;
  padding-top: 8px;
}

@media (max-width: 992px) {
  /* line 433, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a.my-mda {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 433, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a.my-mda {
    font-size: 14px;
  }
}

/* line 437, ../../assets/styles/modules/_tophat.scss */

#utilities-nav a.my-mda span {
  display: inline;
  color: #da291c;
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

@media (max-width: 992px) {
  /* line 437, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a.my-mda span {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 437, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a.my-mda span {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  /* line 305, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 44px;
    border-top: 1px solid #828282;
  }

  /* line 451, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav ul {
    width: 100%;
    display: table;
  }

  /* line 455, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav li {
    padding: 0;
    border-right: 1px solid #828282;
    text-align: center;
    display: table-cell;
  }

  /* line 460, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav li:last-child {
    border-right: none;
  }

  /* line 464, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a {
    height: 44px;
  }

  /* line 466, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a .spacer {
    padding: 0 10%;
    height: 44px;
  }

  /* line 470, ../../assets/styles/modules/_tophat.scss */

  #utilities-nav a.my-mda {
    padding-top: 13px;
  }
}

/* =======================
   Header
   ======================= */

/* line 15, ../../assets/styles/modules/_header.scss */

#global-header .nav-content.sticky {
  margin-top: 40px;
}

/* line 19, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #mobile-menu-toggle {
  display: none;
}

/* line 22, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #nav-logo {
  display: block;
  float: left;
  height: 56px;
  padding: 0;
  margin: 40px 0 25px 0;
}

/* line 27, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #nav-logo img {
  height: 100%;
  width: auto;
}

/* line 33, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav {
  float: right;
  height: 100px;
  position: relative;
}

/* line 38, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper {
  height: 40px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 58px;
  top: 30px;
  vertical-align: middle;
  width: 115px;
  z-index: 999;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 51, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-icon {
  font-weight: bold;
  margin-top: 9px;
}

/* line 56, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-results li.search-result {
  height: 0;
  line-height: 40px;
  opacity: 1;
  z-index: 1;
}

/* line 62, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-results li.search-result.reveal {
  height: 40px;
}

/* line 68, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-options {
  position: absolute;
  right: -55px;
  top: 10px;
  -webkit-transition: right 0.35s;
  -ms-transition: right 0.35s;
  transition: right 0.35s;
}

/* line 74, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-options a {
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-transform: lowercase;
  color: #414042;
}

@media (max-width: 992px) {
  /* line 74, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-options a {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 74, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-options a {
    font-size: 14px;
  }
}

/* line 80, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form {
  height: initial;
}

/* line 82, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .search-field {
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  background: #fff;
  border: 1px solid #414042;
  display: block;
  height: 40px;
  margin: 0;
  -webkit-transition: background 0.35s;
  -ms-transition: background 0.35s;
  transition: background 0.35s;
}

@media (max-width: 992px) {
  /* line 82, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .search-field {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 82, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .search-field {
    font-size: 14px;
  }
}

/* line 90, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .search-field::-webkit-input-placeholder {
  font-size: 14px;
}

/* line 91, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .search-field::-moz-placeholder {
  font-size: 14px;
}

/* line 92, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .search-field:-ms-input-placeholder {
  font-size: 14px;
}

/* line 93, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .search-field:-moz-placeholder {
  font-size: 14px;
}

/* line 96, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .form-search-submit {
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  background: #fff;
  color: #da291c;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 0;
  padding: 0;
  border: 0;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 992px) {
  /* line 96, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .form-search-submit {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 96, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #nav-search.search-wrapper .search-form .form-search-submit {
    font-size: 14px;
  }
}

/* line 113, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper.focus {
  overflow: visible;
  position: absolute;
  width: 555px;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 118, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper.focus .search-field {
  background: #f1f1f1;
  -webkit-transition: background 0.35s;
  -ms-transition: background 0.35s;
  transition: background 0.35s;
}

/* line 123, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper.focus .form-search-submit {
  width: 70px;
  border: 1px solid #da291c;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 129, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search.search-wrapper.focus .search-options {
  right: 85px;
  -webkit-transition: right 0.35s;
  -ms-transition: right 0.35s;
  transition: right 0.35s;
}

/* line 138, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search-toggle {
  display: none;
  height: 35px;
  margin: 30px 10px 0 12px;
  position: relative;
  text-align: center;
  width: 35px;
  vertical-align: middle;
}

/* line 147, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search-toggle span {
  color: #da291c;
  position: absolute;
  right: 2px;
  top: 25px;
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

@media (max-width: 992px) {
  /* line 147, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #nav-search-toggle span {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 147, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #nav-search-toggle span {
    font-size: 14px;
  }
}

/* line 154, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search-toggle i {
  color: #da291c;
  font-size: 28px;
  position: absolute;
  top: 0;
  right: 5px;
}

/* line 162, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #nav-search-toggle.show {
  display: inline-block;
}

/* line 167, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list {
  display: inline-block;
  list-style: none;
  margin: 50px 0 0 0;
  opacity: 1;
  padding: 0;
  vertical-align: middle;
  -webkit-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 176, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list.hide {
  opacity: 0;
  margin: 36px 0 0 0;
  padding: 0 109px 0 0;
  -webkit-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 183, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list .spacer {
  display: inline-block;
}

/* line 187, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li {
  border-right: 1px solid #414042;
  display: inline-block;
  padding: 0 9px;
}

/* line 193, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li:last-of-type {
  border-right: none;
}

/* line 197, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li a {
  font-family: 'UniversLTW01-67BoldCn', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #414042;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  /* line 197, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav .utilities-list li a {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 197, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav .utilities-list li a {
    font-size: 14xpx;
  }
}

/* line 203, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li a.my-mda {
  font-family: 'Minion Regular', 'Minion W01 Cap Regular', Arial, Georgia;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #000;
}

@media (max-width: 992px) {
  /* line 203, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav .utilities-list li a.my-mda {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 203, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav .utilities-list li a.my-mda {
    font-size: 14px;
  }
}

/* line 206, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li a.my-mda span {
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #da291c;
}

@media (max-width: 992px) {
  /* line 206, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav .utilities-list li a.my-mda span {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 206, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav .utilities-list li a.my-mda span {
    font-size: 14px;
  }
}

/* line 214, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li a i {
  font-size: 12px;
  padding-right: 8px;
}

/* line 217, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li a i.mdicon-gear {
  display: none;
}

/* line 223, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li.dropdown {
  padding-right: 40px;
  position: relative;
}

/* line 226, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li.dropdown:after {
  color: #414042;
  content: "\f0d7";
  position: absolute;
  right: 20px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.02em;
  line-height: 1.3;
  font-size: .8em;
  font-family: FontAwesome;
}

/* line 248, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li.dropdown .topnav-sublist-mask {
  -webkit-transition: max-height 0.35s;
  -ms-transition: max-height 0.35s;
  transition: max-height 0.35s;
  max-height: 0;
  margin-left: -14px;
  margin-top: 7px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
}

/* line 257, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li.dropdown .topnav-sublist-mask ul {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 261, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li.dropdown .topnav-sublist-mask ul li {
  background-color: #fff;
  border: 1px solid #414042;
  border-bottom: none;
  display: block;
  padding: 5px 25px;
}

/* line 269, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li.dropdown .topnav-sublist-mask ul li:hover {
  background-color: #dadada;
}

/* line 272, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li.dropdown .topnav-sublist-mask ul li:last-of-type {
  border-bottom: 1px solid #414042;
}

/* line 282, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav .utilities-list li.dropdown:hover .topnav-sublist-mask,
#global-header .nav-content #utilities-nav .utilities-list li.dropdown:focus .topnav-sublist-mask,
#global-header .nav-content #utilities-nav .utilities-list li.dropdown.expand .topnav-sublist-mask {
  -webkit-transition: max-height 0.35s;
  -ms-transition: max-height 0.35s;
  transition: max-height 0.35s;
  max-height: 500px;
}

/* line 292, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #give-now-btn {
  background-color: #3361ad;
  display: inline-block;
  height: 40px;
  margin: 30px 20px 0 12px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  width: 115px;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 304, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #give-now-btn.hide {
  display: none;
  -webkit-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 310, ../../assets/styles/modules/_header.scss */

#global-header .nav-content #utilities-nav #give-now-btn a {
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: white;
}

@media (max-width: 992px) {
  /* line 310, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #give-now-btn a {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 310, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav #give-now-btn a {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  /* line 13, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content {
    border-bottom: 4px solid #da291c;
    display: table;
    height: 93px;
    padding: 20px;
    width: 100%;
  }

  /* line 324, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #mobile-menu-toggle {
    position: relative;
    display: table-cell;
    width: 50%;
    padding: 0;
    right: 0;
    text-align: right;
    vertical-align: middle;
  }

  /* line 333, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #mobile-menu-toggle .mobile-menu-container {
    display: inline-block;
    text-align: center;
    margin-top: -4px;
    color: #000;
    font-family: 'Univers LT W01_55 Roman', Arial;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  /* line 333, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #mobile-menu-toggle .mobile-menu-container {
    font-size: 16px;
  }
}

@media (max-width: 992px) and (max-width: 752px) {
  /* line 333, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #mobile-menu-toggle .mobile-menu-container {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  /* line 339, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #mobile-menu-toggle .mobile-menu-container i {
    font-size: 29px;
  }

  /* line 342, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #mobile-menu-toggle .mobile-menu-container .menu-title {
    font-size: 10px;
    position: absolute;
    right: -1px;
    bottom: -2px;
    text-transform: uppercase;
  }

  /* line 366, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #utilities-nav {
    display: none;
  }

  /* line 370, ../../assets/styles/modules/_header.scss */

  #global-header .nav-content #primary-nav-wrapper {
    display: none;
  }
}

/* =======================
   Tophat
   ======================= */

/* line 6, ../../assets/styles/modules/_tophat.scss */

.tophat {
  background: #000;
  height: 40px;
  max-width: 1440px;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 1000;
}

/* line 15, ../../assets/styles/modules/_tophat.scss */

.tophat.sticky {
  position: fixed;
  top: 0;
}

/* line 22, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list {
  float: right;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 29, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item {
  background: #000;
  display: inline-block;
  height: 100%;
  margin-right: -4px;
}

/* line 35, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item:first-of-type {
  border-left: 1px solid #6e6e6e;
}

/* line 39, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item:last-of-type {
  margin-right: 0;
}

/* line 43, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item > a {
  font-family: 'UniversLTW01-67BoldCn', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #fff;
  display: table-cell;
  padding: 10px 35px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 992px) {
  /* line 43, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-list-item > a {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 43, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-list-item > a {
    font-size: 14xpx;
  }
}

/* line 51, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.login {
  background: #000;
  position: relative;
  text-transform: none;
}

/* line 57, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.login > a {
  text-transform: none;
}

/* line 61, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.login .red-my {
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #da291c;
  color: #EA0118;
}

@media (max-width: 992px) {
  /* line 61, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-list-item.login .red-my {
    font-size: 16px;
  }
}

@media (max-width: 752px) {
  /* line 61, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-list-item.login .red-my {
    font-size: 16px;
  }
}

/* line 67, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.login .white-anderson {
  font-family: 'Minion Regular', 'Minion W01 Cap Regular', Arial, Georgia;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #fff;
}

@media (max-width: 992px) {
  /* line 67, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-list-item.login .white-anderson {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 67, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-list-item.login .white-anderson {
    font-size: 14px;
  }
}

/* line 73, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.login:hover .login-help,
.tophat .tophat-list-item.login:focus .login-help,
.tophat .tophat-list-item.login.active .login-help {
  -webkit-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  transition: max-height 0.5s;
  max-height: 500px;
}

/* line 79, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.give {
  background: #2b3990;
}

/* line 81, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.give:hover,
.tophat .tophat-list-item.give:focus,
.tophat .tophat-list-item.give.active {
  background: #fff;
}

/* line 83, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.give:hover > a,
.tophat .tophat-list-item.give:focus > a,
.tophat .tophat-list-item.give.active > a {
  color: #2b3990;
}

/* line 89, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.has-sub-menu {
  background: #3361ad;
}

/* line 91, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.has-sub-menu .arrow-up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3361ad;
  bottom: 0;
  display: none;
  height: 0;
  position: absolute;
  right: 159px;
  width: 0;
}

/* line 103, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.has-sub-menu:hover,
.tophat .tophat-list-item.has-sub-menu.active {
  background: #fff;
}

/* line 105, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.has-sub-menu:hover > a,
.tophat .tophat-list-item.has-sub-menu.active > a {
  color: #3361ad;
}

/* line 109, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.has-sub-menu:hover .arrow-up,
.tophat .tophat-list-item.has-sub-menu.active .arrow-up {
  display: initial;
}

/* line 113, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-list-item.has-sub-menu:hover .tophat-sub-menu,
.tophat .tophat-list-item.has-sub-menu.active .tophat-sub-menu {
  -webkit-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  transition: max-height 0.5s;
  max-height: 500px;
}

/* line 122, ../../assets/styles/modules/_tophat.scss */

.tophat .login-help {
  -webkit-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  transition: max-height 0.5s;
  background: #000;
  color: white;
  height: auto;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  width: 280px;
  z-index: 10000;
}

/* line 136, ../../assets/styles/modules/_tophat.scss */

.tophat .login-help p {
  font-family: 'Univers LT W01_55 Roman', Arial;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: white;
  margin: 0;
  padding: 30px;
}

@media (max-width: 992px) {
  /* line 136, ../../assets/styles/modules/_tophat.scss */

  .tophat .login-help p {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 136, ../../assets/styles/modules/_tophat.scss */

  .tophat .login-help p {
    font-size: 14px;
  }
}

/* line 144, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu {
  -webkit-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  transition: max-height 0.5s;
  background: #3361ad;
  color: white;
  height: auto;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 40px;
  width: 800px;
  z-index: 10000;
}

/* line 157, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu h2 {
  font-family: 'Minion Regular', 'Minion W01 Cap Regular', Arial, Georgia;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
  color: white;
}

@media (max-width: 992px) {
  /* line 157, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-sub-menu h2 {
    font-size: 24px;
  }
}

@media (max-width: 752px) {
  /* line 157, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-sub-menu h2 {
    font-size: 24px;
  }
}

/* line 163, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu p {
  font-family: 'Univers LT W01_45 Light', Arial;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: 10px;
}

@media (max-width: 992px) {
  /* line 163, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-sub-menu p {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 163, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-sub-menu p {
    font-size: 14px;
  }
}

/* line 168, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu a {
  font-family: 'Univers LT W01_65 Bold', Arial;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: white;
  display: block;
  padding: 0;
  position: relative;
  text-decoration: none;
}

@media (max-width: 992px) {
  /* line 168, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-sub-menu a {
    font-size: 14px;
  }
}

@media (max-width: 752px) {
  /* line 168, ../../assets/styles/modules/_tophat.scss */

  .tophat .tophat-sub-menu a {
    font-size: 14px;
  }
}

/* line 175, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu a i {
  margin-left: 15px;
  position: absolute;
  top: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

/* line 184, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu a:hover {
  font-weight: bold;
}

/* line 188, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu a.block {
  border: 2px solid white;
  margin: 0 auto 10px auto;
  padding: 18px 27px 18px 20px;
  text-transform: uppercase;
  width: 260px;
}

/* line 196, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu a.block i {
  position: absolute;
  right: 15px;
}

/* line 203, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu .tophat-sub-menu-left {
  float: left;
  padding: 50px 15px 50px 60px;
  width: 50%;
}

/* line 209, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu .tophat-sub-menu-left a i {
  position: relative;
  top: 2px;
}

/* line 216, ../../assets/styles/modules/_tophat.scss */

.tophat .tophat-sub-menu .tophat-sub-menu-right {
  float: right;
  padding: 50px 60px 50px 15px;
  width: 50%;
}

@media (max-width: 992px) {
  /* line 6, ../../assets/styles/modules/_tophat.scss */

  .tophat {
    display: none;
  }
}

/* Page skin: Login block - general (#1, 1/86) */
#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;
}
#sign_in_form .sign_in_button a[href="/resetpassword"] {
  display: none;
}
.authentication-token-error, .authentication-token-redirecting {
  display: block;
  margin-top: 1em;
  font-size: 150%;
  font-weight: bold;
}
.authentication-token-error {
  color: red;
}

/* Page skin: Button icons (#3, 2/86) (no variable content) */
.action-caption-with-imageicon {
  margin-right: 2.5em;
}
span.action-caption-with-imageicon img {
  max-height: 3em;
  margin-left: 1em;
  top: -0.6em;
  position: absolute;
}
/* Page skin: Bootstrap modal fixup (#5, 3/86) */

.modal-scrollable > .modal.hide {
  display: none !important;
}
:focus-visible {
  outline: initial;
}

/* Page skin: Accordion display (#8, 5/86) */
.ui-accordion .ui-accordion-header.ui-state-active {
  border: 1px solid 1845722 !important;
  background: 1845722 !important;
  color: 0 !important;
}
h3.accordion-fieldgroup-header + .accordion-group-holder {
  padding-top: 0;
  padding-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
  top: -10px;
}
.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 1em 1em 1em;
}
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.5em;
  float: right;
  position: relative;
  top: -1em;
  right: -0.5em;
}
.ui-noaccordion-fieldgroup-icon-bigger {
  max-height: unset;
  position: absolute;
  right: 2em;
  opacity: 0.75;
}
@media screen and (max-width: 800px) {
  img.ui-noaccordion-fieldgroup-icon {
    max-height: 2em;
  }
}
.accordion-group-holder.accordion-flex-table {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  align-items: end;
  column-gap: 2rem;
  row-gap: 1rem;
  padding-top: 0;
}
.accordion-group-holder.accordion-flex-table div.complex-editor-field-line {
  padding-top: 0;
  padding-bottom: 10px;
}
.accordion-group-holder label.control-label {
  line-height: normal;
  margin-top: 10px;
}
.accordion-group-holder.accordion-flex-table label.control-label {
  line-height: normal;
  margin-top: 10px;
}
.accordion-flex-table > div.complex-editor-field-line-break {
  display: none;
}
div.accordion-flex-table .complex-editor-field-line-break + .complex-editor-field-line {
  grid-column-start: 1;
}
div.accordion-group-holder:not(.accordion-flex-table) .complex-editor-field-line-break {
  display: block;
  height: 1px;
}
div.accordion-group-holder h5.sectiontitle {
  padding-top: 10px;
}
.accordion-group-holder-with-max-height {
  width: 100%;
  overflow-y: auto;
}

/* Page skin: Base styling (#9, 6/86) (no variable content) */
h2.anywhere-unavailable,
h3.anywhere-unavailable-not-logged-in {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 1em;
  background: #ffff0082;
  border-radius: 10px;
}
.tip-helper {
}
.tip-helper svg {
  font-size: 1.6rem;
  color: blue;
  padding-left: 10px;
}
.tip-helper-wrap {
  color: black;
}
.tip-helper-title {
  display: block;
  font-weight: bold;
  width: fit-content;
  border-bottom: 1px solid black;
  text-align: center;
  margin-bottom: 3px;
}
.tip-helper-content {
  display: block;
  line-height: initial;
}
.tip-helper-content ul, .tip-helper-content ol {
  padding-left: 2em;
  margin-bottom: 0.8em;
}
.tip-helper-content p {
  margin-bottom: 0.8em;
}
/* Page skin: VSys Live applications - highlighting (#12, 7/86) */
.application-form input.required,
.application-form textarea.required,
.application-form select.required,
.application-field-text.required,
.application-field-date.required,
.application-field-number.required,
#user_account_password_confirmation,
#user_account_passworxd_confirmation,
#user_account_password,
#user_account_passworxd,
#user_account_user_id_confirmation,
#user_account_user_id,
.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 255 inset;
}
.application-form input.required:focus,
.application-form textarea.required:focus,
.application-form select.required:focus,
.application-field-text.required:focus,
.application-field-date.required:focus,
.application-field-number.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,
select.simple-select[required="required"] + span.select2-container,
.application-form select.multiselect[required="required"] + button.ui-multiselect,
.application-form select.application-field-combo[required="required"] {
  box-shadow: 0 0 0 2px 255;
  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 255 inset;
}
#user_account_password,
#user_account_password_confirmation,
#user_account_passworxd,
#user_account_passworxd:focus,
#user_account_passworxd_confirmation,
#user_account_user_id,
#user_account_user_id:focus,
#user_account_user_id_confirmation,
.application-field-date.required,
.application-field-number.required,
.application-field-text.required,
.application-form input.required,
.application-form select.application-field-combo[required="required"]
.application-form select.multiselect[required="required"] + button.ui-multiselect,
.application-form select.required,
.application-form textarea.required,
.complex-editor-form input.required,
.complex-editor-form select.required~button,
.complex-editor-form textarea.required
.custom_app_dynamic_field,
.select.required button,
div.required multiselect button,
textarea.required,
select.simple-select[required="required"] + span.select2-container,
.application-field-.advselectmode[required="required"] + span.select2-container,
div.custom_app_dynamic_field .application-field-checklist[required] button.ui-multiselect
{
  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;
}

/* Page skin: Various datatables (#15, 8/86) */
a.anywhere-no-break-links {
  white-space: pre;
  display: block;
}
span.live-datatable-string a+br {
  display: none;
}
.tablesorter-blue th {
  background-color: 1845722;
  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;
  border-radius: 0px;
  padding: 4px 17px 4px 4px !important;
}
.dataTables_paginate a.paginate_button.disabled {
  display: none;
}
table.dataTable .nowrap {
  white-space: nowrap;
  overflow-x: hidden;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background: none !important;
  padding-left: 0.2em !important;
  border-radius: 0;
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  font-family: "Font awesome 6 Pro";
  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';
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background: none !important;
  background-repeat: no-repeat !important;
  background-position-x: -1000px !important;
}
.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: "Font awesome 6 Pro";
 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 6 Pro";
  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: "Font awesome 6 Pro";
  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;
}
table.dataTable.display.nostripe tr.dtrg-group td,
table.dataTable tr.dtrg-group td { 
  color: black;
  background-color: #e0e0e01c !important;
  border-top: none;
  border-bottom: 1px solid #33333342;
  border-top: 10px solid white; 
}
table.dataTable.display.nostripe tr.dtrg-group td .anywhere-setup-option-item-desc img { 
  float: none;
}
.detail-create-button a.createbutton {
  margin-top: 0; 
}
.ui-noaccordion-fieldgroup div.datatable-container {
  margin-top: 5px !important; 
}
.datatable-top-holder {
  overflow: hidden; 
}
div.ui-noaccordion-fieldgroup .datatable-top-holder {
  overflow: initial; 
}
.dataTables_filter input[type="search"] {
  width: 12em;
  height: unset !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid gray;
  padding: 4px 6px !important;
}
.anywhere-hyperlink.list-view-hyperlink {
  margin: 0 !important;
}
.dataTable td .tool-link-break {
  display: block;
}
table.dataTable .dtrg-group {
  font-size: 1rem;
}
table.dataTable.display.nostripe tr.dtrg-group td, table.dataTable tr.dtrg-group td {
  border-bottom: none;
}
td:not(.editable) .live-datatable-datetime,
td:not(.editable) .live-datatable-date,
td:not(.editable) .live-datatable-time {
  line-height: 1.3;
  display: inline-block;
  text-align: right;
  width: calc(100% - 17px);
}
td:not(.editable) .live-datatable-float,
td:not(.editable) .live-datatable-int,
td:not(.editable) .live-datatable-duration {
  text-align: right;
  display: inline-block;
  width: calc(100% - 17px);
}
table.dataTable thead th,
table.dataTable thead td {
  line-height: 1.3;
}
table.dataTable thead th[datatype=date],
table.dataTable thead td[datatype=date],
table.dataTable thead th[datatype=float],
table.dataTable thead td[datatype=float]{
  text-align: right;
}
td .live-datatable-string,
td .live-datatable-memo,
td .live-datatable-combo,
td .live-datatable-checklist {
  display: inline-block;
  line-height: initial;
}
table.dataTable thead th[datatype="date"],
table.dataTable thead th[datatype="int"],
table.dataTable thead th[datatype="float"] {
  background-position: right !important;
}
td:not(.editable):first-of-type .live-datatable-datetime,
td:not(.editable):first-of-type .live-datatable-date,
td:not(.editable):first-of-type .live-datatable-time,
td:not(.editable):first-of-type .live-datatable-float,
td:not(.editable):first-of-type .live-datatable-int,
td:not(.editable):first-of-type .live-datatable-duration {
  text-align: initial;
}
table.dataTable thead th[datatype=date]:first-of-type,
table.dataTable thead th[datatype=float]:first-of-type {
  text-align: initial;
}
img.list-view-photo {
  max-height: 64px;
  margin: 5px;
}

/* Page skin: Various Select2 CSS (#16, 9/86) */
.select2-result-parent {
  font-weight: bold;
}
.select2-result-sub-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 6 Pro";
  margin: 0 0 0 0.5em;
  font-weight: 400;
  font-size: 1rem;
}
.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;
  max-width: 100%;
}
select[required="required"] ~ .select2-container .select2-selection {
  box-shadow: 0 0 0 2px 255 inset;
}
select[readonly='readonly']+.select2 .select2-selection__clear {
  display: none;
} 
.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 6 Pro";
  padding-left: 4px;
}
.select2-all-link:not(:first-of-type) {
  display: none;
} 
.select2-dropdown { 
  width: auto !important;
  min-width: 100%;
}
img.select2-item-icon {
  max-width: 2em;
  margin-right: 5px;
  vertical-align: middle;
}
.select2-result-inactive:not(li[aria-selected=true] span) {
  color: gray;
  font-style: italic;
}
.select2-result-inactive::after {
  content: '\f05e';
  font-weight: 100;
  font-family: "Font awesome 6 Pro";
  margin-left: 5px;
  font-style: normal;
  font-size: 0.75em;
}

/* Page skin: ChartJS (#17, 10/86) (no variable content) */
.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;
}
.chartjs-chart-firstload {
  cursor: pointer;
  display: block;
  font-size: 115%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  position: relative;
  top: -6em;
}
.chartjs-chart-loading i, .chartjs-chart-loading svg {
  font-size: 2rem;
  color: green;
}
.chartjs-reload {
  vertical-align: center;
  cursor: pointer;
}
.chartjs-reload-1 {
  font-size: 2em;
  color: darkblue;
}
.chartjs-reload-2 {
  color: #0000ff70;
}
/* Page skin: Combo boxes as radio buttons (#18, 11/86) (no variable content) */

.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 { 
  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  {
  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;
}
.radio-button > input {
  display: none;
} 
p.combo-as-radio-wrap-same-line + p:not(.combo-as-radio) {
  display: none;
}
.combo-as-radio-wrap-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.combo-as-radio-wrap-wrapper .combo-as-radio-wrap:first-of-type {
  margin-top: 0;
}
/* Page skin: Checklists as checkboxes (#19, 12/86) (no variable content) */

.checklist-as-checks-hidden { 
  display: none !important;
  opacity: 0;
}
div.expanded-checklist-container-multi {
  display: flex;
  flex-wrap: wrap;
}
div.expanded-checklist-container-multi p.checklist-as-checkbox-wrap {
  margin-right: 3em;
}
/* Page skin: File upload tool (#26, 13/86) (no variable content) */

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;
}
.live-file-upload-too-many-for-type {
  font-weight: bold;
  color: red;
  font-size: 1.5rem;
}
/* Page skin: VSys Anywhere complex editor positioning (#35, 14/86) (no variable content) */
.complex-editor-form-tall {
  min-height: 75vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.complex-editor-form-center {
  text-align: center;
}
.complex-editor-form-center-just-tool {
  text-align: initial;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: flex-end;
}
.complex-editor-form-center-just-tool > div {
  width: fit-content;
}
.complex-editor-wrapped-block-container-tight {
  padding: 0;
  margin: 0;
}
.complex-editor-wrapped-block-container-tight .row {
  margin-bottom: 10px;
}
.complex-editor-wrapped-block-container-tight-row {
  margin-bottom: 10px;
}
/* Page skin: VSys Anywhere floating save (#37, 15/86) (no variable content) */
@keyframes save-float-pulse {
  0% { }
  50% { background: #307b94; color: #fffd00; }
  100% { }
}
#save-float-box {
  position: fixed;
  right: 10px;
  bottom: 5em;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
#save-float-box.hidden-save-button {
  display: none;
}
#save-float-btn, #save-stay-float-btn {
  background: #004000;
  color: white;
  border: none;
  align-self: flex-end;
  margin-top: 5px;
  animation: save-float-pulse 3s infinite ease-out;
}
#save-float-btn:hover, #save-stay-float-btn:hover {
  color: white;
  box-shadow: none;
}
#save-float-btn:focus, #save-stay-float-btn:focus {
  outline: none;
}
/* Page skin: Volunteer request applications (#39, 16/86) (no variable content) */
.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;
}
.vreq-unavailable-message {
  font-weight: bold;
  font-size: 2rem;
  color: darkred;
  margin-bottom: 1em;
}
/* Page skin: Online training elements (#48, 17/86) (no variable content) */

.online-training-unavailable-message {
  font-size: 2rem;
  margin-top: 2em;
  display: block;
}
.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;
}
.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"]):not(.online-training-form-no-wide-separators .online-training-field-caption):before {
  content: "";
  display: block;
  border-top: 1px solid gray;
  height: 20px;
  width: 2000px;
  position: relative;
  left: -10px;
}
[class*="online-training-question-label"]:not(.online-training-question-label-no-separator):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 { 
  display: none;
}
.online-training-button span.online-training-field-caption {
  display: flex;
  align-items: center;
}
.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, .online-training-too-fast-message {
  font-size: larger;
  font-weight: bold;
}
.online-training-fail-message, .online-training-too-fast-message {
  color: red;
}
.online-training-content-user-content-default {
  font-size: 1rem;
}
.online-training-question img {
  max-width: 75vw;
  max-height: 75vh;
}
.online-training-content-quiz-item-accessible-alt {
  display: none;
}
.online-training-unauth-complete, .online-training-unauth-app-fail {
  font-size: 150%;
  font-weight: bold;
}
.online-training-unauth-app-fail {
  color: red;
}
a.online-training-unauth-app-redir-button {
  color: black !important;
}
.online-training-presentations-block-container > div > h4 {
  display: none;
}
.online-training-progress-bar-holder {
  position: absolute !important;
  right: 0.5em;
  padding: 0 !important;
}
.online-training-progress-bar {
  font-size: 2rem;
  text-align: center;
}
.online-training-progress-label::after {
  content: "%";
}
.online-training-progress-bar progress {
  max-width: 2.5em;
  display: block;
}
.online-training-progress-bar-holder.online-training-progress-bar-holder-top {
  margin: 0 !important;
  padding: 0 !important;
  position: initial !important;
  width: 100%;
}
.online-training-progress-bar-holder-top .online-training-progress-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 799px) {
  .online-training-progress-bar-holder {
    display: none !important;
  }
}
.online-training-resuming {
  font-weight: bold;
  font-size: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: blue;
  position: relative;
  top: -20px;
  padding: 20px;
}
.btn.online-training-restart-button {
  margin: 0 !important;
  background: unset;
  color: unset;
  border: 1px solid white;
  padding: 5px 10px;
  display: flex;
}
.btn.online-training-restart-button:hover {
  background-color: unset;
}
.online-training-question-ranked-instructions {
  font-size: 1rem;
}
.online-training-question-ranked .online-training-field-caption {
  font-size: 2rem;
}
.online-training-question-item-choice-label {
  margin-top: 10px;
  font-size: 1rem;
  text-decoration: underline;
}
.online-training-question-item-choice-label + div.controls > .select2 {
  font-size: 1.2rem;
}
.online-training-question-ranked-instructions-choice::before,
.online-training-question-ranked-instructions-choice::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.5em;
  font-weight: 400;
  position: relative;
  top: -9px;
}
.online-training-question-ranked-instructions-choice::before {
  content: "\f10d";
  margin-left: 3px;
}
.online-training-question-ranked-instructions-choice::after {
  content: "\f10e";
  margin-right: 3px;
}
body.online-training-interleaved .select2-dropdown {
  font-size: 1.2rem;
}
.online-training-unavailable-message-err-code {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.5rem;
  border: 1px solid #8080808a;
  border-radius: 5px;
  width: fit-content !important;
  margin: 0 auto;
  padding: 5px;
  display: block;
  margin-top: 10em;
}
.online-training-form {
  position: relative;
}
.online-training-pause-button {
  position: absolute;
  right: 0;
}
.online-training-progress-placeholder-bar {
  height: 3.5em;
}
/* Page skin: Online training results (#50, 19/86) (no variable content) */
.online-training-result-that-was-wrong {
  color: red;
  font-weight: bold;
  margin: 0 0.5em;
}
.online-training-result-that-was-wrong::before {
  font-family: "Font awesome 6 Pro";
  font-weight: 800;
  font-size: 2rem;
  margin-right: 10px;
  content: "\f057";
}
.online-training-result-right-answer {
  font-variant: small-caps;
  font-size: 1.2rem;
}
.online-training-result-answer {
  font-variant: small-caps;
  font-size: 1.2rem;
}
.online-training-result-that-was-right {
  font-weight: bold;
  color: darkgreen;
  margin-left: 0.2em;
}
.online-training-result-that-was-right::before {
  font-family: "Font awesome 6 Pro";
  font-weight: 800;
  font-size: 2rem;
  margin-right: 10px;
  content: "\f2f7";
}
.online-training-result-question {
  margin-right: 0.2em;
  font-size: 1.2rem;
}
.online-training-results-list > tr > td {
  display: table-cell;
  padding: 0.5em;
}
.online-training-result-head {
  font-weight: bold;
  border-bottom: 1px solid black;
}
.online-training-result-head > td {
  padding-bottom: 5px;
}
/* Page skin: Survey styling (#62, 20/86) */
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 6 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;
}
.appIcon.live-survey-icon, appImage.live-survey-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 7em;
  max-width: 7em;
  margin-top: 0;
}
.complex-editor.survey-completion-block {
  font-size: 1rem;
}
.survey-container-container .survey-indicator-span,
.survey-indicator-span-parent {
  display: none !important;
}
.survey-unavailable-message-err-code {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.5rem;
  border: 1px solid #8080808a;
  border-radius: 5px;
  width: fit-content !important;
  margin: 0 auto;
  padding: 5px;
}

/* Page skin: Froala HTML editing (#64, 21/86) (no variable content) */
.fr-view datafield, .fr-box datafield {   
  background: yellow;
  font-family: 'Courier-new', Courier, monospace;
  outline: 1px solid red;
}
textarea.fr-code {
  font-size: 12px;
}
div.mergeField-draggable-holder {
  max-width: 30em;
  white-space: nowrap;
  overflow: hidden;
  top: 2em;
  position: relative;
  padding: 5px;
  border: 1px solid black;
  border-radius: 5px;
  background: yellow;
}
.mergeField-draggable-new {
  position: relative;
  left: 0.2em;
  cursor: move;
  font-variant:small-caps;
}
.mergeField-draggable-new:before {
  content: "\f245";
  font-family: FontAwesome;
  font-size: 140%;
  position: relative;
  top: 0.2em;
  left: -0.2em;
}
.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;
  margin-top: 1em;
}
.mergeField-draggable:before {
  content: "\f245";
  font-family: FontAwesome;
  font-size: 140%;
  position: relative;
  top: 0.2em;
  left: -0.2em;
}
<!---
div.block-container div.row:not(.constrained-width-row) .froala-complex-editor {
  min-width: 90vw;
}
.popupeditor-container div.block-container div.row:not(.constrained-width-row) .froala-complex-editor{
  min-width: 80vw;
}
#main-wrapper.constrained-width-main .froala-complex-editor {
  min-width: unset; 
} -->
.fr-more-toolbar.fr-expanded {
  padding-left: 0 !important;
  display: flex;
  justify-content: flex-end;
}
div.popupeditor-container div.complex-editor-field-line.expand-line-for-froala {
  width: 100%;
}
div.fr-fullscreen.fr-code-view textarea.fr-code {
  height: 75vh !important;
}
/* Page skin: Hide tool icons in VSys Anywhere-based tools (#71, 22/86) (no variable content) */
.appIcon, .appImage {
    display: none;
}
/* Page skin: Relative dates styling (#72, 23/86) (no variable content) */
.complex-editor-field-line.relative-date-line {
  margin-top: 5px;
}
.application-field-checkbox.relative-date-edit {
  display: inline-block;
  margin: 0;
  padding-top: 0.5em;
  padding-left: 0.5em;
  font-style: italic;
  font-size: smaller;
  margin-right: 1em;
}
select.relative-date-edit {
  padding: 0.85em;
  margin: 5px;
}
.relative-date-element-label {
  font-style: italic;
}
input.numeric.relative-date-edit {
  padding: 0.75em 0.25em !important;
  margin: 5px;
  width: 3.5em;
}
input.relative-date-edit-child, select.relative-date-edit-child {
  background-color: #ffa50033 !important;
}
div.complex-editor-field-line.relative-date-line-active > div.control-group {
  background-color: #ffff0024;
  box-shadow: 0px 0px 2px 1px #ffa50087;
  margin-top: 5px;
}
div.complex-editor-field-line.relative-date-line:not(.relative-date-line-active) {
  border: 1px solid #ffa5002e;
  padding: 0 5px 5px 5px;
  margin-top: 4px;
}
div.complex-editor-field-line.relative-date-line > div.control-group > label {
  display: inline-block;
}
div.complex-editor-field-line.relative-date-line-active > div.control-group > label {
  margin-left: 5px;
  max-width: 70%; 
}
div.complex-editor-field-line.relative-date-line > div.control-group > label.application-field-checkbox {
  margin-top: -5px;
  position: relative;
  top: -2px;
  left: 0;
}
.relative-date-example-ex {
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
}
.relative-date-example {
  position: absolute;
  top: 5px;
  right: 5px;
}
.relative-date-example-value {
  font-weight: bold;
  font-family: monospace;
}
.relative-date-example-value::before {
  content: "Currently:";
  margin-right: 0.5em;
  font-weight: initial;
  font-family: Arial, Helvetica, sans-serif;
}
/* Page skin: Time-as-string editors (#73, 24/86) (no variable content) */
label.time-as-string-validated {
}
label.time-as-string-validator {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
  font-style: italic;
  color: black;
}
label.time-as-string-validator.time-as-string-validator-bogus,
label.time-as-string-validator.time-as-string-validator-empty {
  color: red;
  background: yellow;
}
label.time-as-string-validator.time-as-string-validator-joy {
  color: green;
  background: none;
}
label.time-as-string-validator.time-as-string-validator-bogus::before,
label.time-as-string-validator.time-as-string-validator-empty::before,
label.time-as-string-validator.time-as-string-validator-joy::before {
  content: "(";
}
label.time-as-string-validator.time-as-string-validator-bogus::after,
label.time-as-string-validator.time-as-string-validator-empty::after,
label.time-as-string-validator.time-as-string-validator-joy::after {
  content: ")";
}
input.string.required.time-as-string-validator-empty,
input.string.time-as-string-validator-bogus {
  background: yellow !important;
  border-bottom: 2px solid red !important;
}
/* Page skin: VSys Anywhere HTML drag & drop (#74, 25/86) (no variable content) */

span.mergeField-draggable {
  display: inline-block;
}
/* Page skin: VSys Live applications - general (#76, 26/86) */
div.application-top-instructions {
  padding: 0;
}
div.application-unavailable-message {
  padding: 0;
  font-size: 2rem;
  margin-top: 1em;
  line-height: initial;
}
.application-unavailable-message .application-open-schedule-job-err-msg {
  font-size: 2rem;
}
div.application-unavailable-message-diagnostics {
  font-size: 75%;
  font-weight: 200;
  color: gray;
  line-height: initial;
}
div.applications-block-container {
  padding: 0;
}
app-error-field-name {
  font-weight: bold;
}
.app-error-field {
  display: list-item;
  list-style: square;
  line-height: 1.6;
  margin-left: 1em;
}
.application-form .alert-error > ul > li {
  list-style: none;
}
.application-form div.alert-error {
  position: absolute;
  top: 10px;
  right: 1em;
  color: black;
  border: 2px solid red;
  background-color: yellow;
  border-radius: 0;
  padding: 5px;
  max-width: 35vw;
  max-height: 25vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  font-size: 1.2rem;
  font-weight: bold;
  flex-direction: column;
  align-items: start;
  max-width: calc(min(600px, 80vw));
  margin-right: 2em;
}
.application-form div.alert-error > ul {
  padding: 0 0.5em 0 0.5em !important;
  font-size: 9.5pt;
  font-weight: normal;
  padding: 0;
  margin-left: 0;
  text-align: left;
}
.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%;
}
.application-field-checkbox.button {
  margin-top: 10px;
}
.application-field-checkbox.button-smaller {
  margin-top: 20px;
}
.application-field-checkbox.button input[type="checkbox"] {
  display: none; 
}
.application-field-checkbox-round {
  border-radius: 10px;
}
div.application-form .application-field-checkbox > span.label-inner { 
  font-size:80%;
}
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;
}
.application-field-checkbox.pushed-down-boolean:not(.checkbox-as-button):not(.searchbutton):not(.some-kind-of-search-button) {
  padding-top: 1.8em;
}
.application-field-checkbox.pushed-down-boolean.pushed-down-boolean-less:not(.checkbox-as-button) {
  padding-top: 0.5em; 
}
.application-field-has-suffix:after {  
  padding-left: 0.2em;
  position: relative;
  top: 0.5em;
  font-style: italic;
  font-size: 90%;
}
.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;
}
.custom-app-field-full-width, .custom-app-field-full-width div.controls {
  width: 100%;
}
div.live-appshare-none-available {
  font-size: 2rem;
  margin: 1em;
}
.application-open-schedule-selected-description {
  font-weight: bold;
  font-size: 1.2rem;
}
.application-open-schedule-selected-location {
  font-weight: bold;
  font-size: 1rem;
  font-style: italic;
  display: block;
  padding-bottom: 10px;
}
.select2-merge-template-combo + .select2-container .select2-selection--single[aria-expanded=false] {
  overflow: hidden;
}
div.application-form .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: unset;
}
div.application-form .chosen-container-single .chosen-single span {
  font-family: unset;
  font-size: 1rem;
}
div.action-block-title-holder {
  margin-left: 0;
  padding-left: 0;
}
.app-alert-closer-button {
 position: absolute;
 right: 3px;
 top: 3px;
 cursor: pointer;
}
.app-alert-closer-button:after {
 content: "\f410";
 font-family: "Font Awesome 6 Pro";
 font-size: 2em;
 color: red;
}
.application-field-checkbox.button.live-generic-green-button-as-checkbox {
  background: darkgreen;
  color: white;
  padding: 0.5em 1em;
}
.application-field-checkbox.button.live-generic-green-button-as-checkbox:after {
  content: none;
}

/* Page skin: Dropzone (#77, 27/86) (no variable content) */
.dropzone-uploader {
  text-align: center;
  padding: 1em;
  border: 2px dashed #0087F7;
  border-radius: 5px;
}
.dropzone-uploader-button {
  font-style: italic;
}
.dz-existing-file {
  display: block;
  padding: 10px;
  background: #8080802b;
}
.dz-existing-file-name {
  font-variant: small-caps;
  font-weight: bold;
}
.dropzone {
  min-height: initial;
}
.dropzone .dz-message {
  margin: 0;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  border: 5px solid red;
  background: red;
  border-radius: 50%;
  top: 0;
}
.dropzone .dz-preview .dz-error-message {
  width: 300px;
  top: 45px;
}
.dropzone .dz-preview .dz-remove {
  margin-top: 20px;
}
/* Page skin: VSys Live applications - expanded combo/checklist fields (#79, 28/86) (no variable content) */
.app-expanded-checklist-title-label {
  margin: 0 0 0.25em 0;
  text-decoration: underline;
  font-weight: bold;
  font-size: 110%;
}
.app-expanded-checklist-container-5 .app-expanded-checklist-item {
  width: 20%;
}
.app-expanded-checklist-container-4 .app-expanded-checklist-item {
  width: 25%;
}
.app-expanded-checklist-container-3 .app-expanded-checklist-item {
  width: 33%;
}
.app-expanded-checklist-container-2 .app-expanded-checklist-item {
  width: 50%;
}
.app-expanded-checklist-container-1 .app-expanded-checklist-item {
  width: 100%;
}
.app-expanded-checklist-container {
  display: flex;
  flex-wrap: wrap;
}
div.application-form .app-expanded-checklist.combo .app-expanded-checklist-container .application-field-checkbox > span.label-inner {
  font-size: 100%;
}
.app-expanded-checklist-container [type="radio"] + span:before,
.app-expanded-checklist-container [type="radio"] + span:after {
  height: 1.25em;
  width: 1.25em;
}
.application-field-availabilitycheckbox > span {
  font-size: 90%;
}
.app-expanded-combo-as-radio-wrap.app-expanded-checklist-item  input[type="radio"] + span.combo-as-radio-span {
  padding-left: 2em;
  margin-right: 2em;
}
.app-expanded-checklist-item-parent {
  width: 100%;
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  border-bottom: 1px solid #8080802b;
  padding-bottom: 5px;
  margin: 1em 0 5px 1em;
}
/* Page skin: VSys Live applications - new user fields (#80, 29/86) (no variable content) */
input.new-user-value-field:is(.mismatch, .week, .rules){
  border: 2px solid red !important;
}
span.user-acct-after:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 200%;
  padding-left: 5px;
}
input.new-user-value-field.okay + span.user-acct-after:after {
  content: "\f058";
  color: green;
}
input.new-user-value-field.mismatch + span.user-acct-after:after {
  content: "\f53e";
  color: red;
}
input.new-user-value-field:is(.week, .rules) + span.user-acct-after:after {
  content: "\f243";
  color: red;
}
input.new-user-value-field.empty + span.user-acct-after:after {
  content: "\f33a";
  color: orange;
}
input.new-user-value-field.placeholder + span.user-acct-after:after {
  content: "\f33a";
  opacity: 0;
}
.popupeditor #user-acct-newpassword-strength-meter,
.complex-editor-form #user-acct-newpassword-strength-meter {
  margin-top: 1em;
}
#user-acct-newpassword-strength-meter {
  height: 2em;
  width: 17em;
  appearance: initial;
  display: block;
  overflow: hidden;
  border: 1px solid #80808063;
}
#user-acct-newpassword-strength-meter > div {
  height: 2em;
}
#user-acct-newpassword-strength-meter[value="0"] > div {
  width: 15%;
  background: red;
}
#user-acct-newpassword-strength-meter[value="1"] > div {
  width: 25%;
  background: red;
}
#user-acct-newpassword-strength-meter[value="2"] > div {
  width: 50%;
  background: orange;
}
#user-acct-newpassword-strength-meter[value="3"] > div {
  width: 75%;
  background: yellow;
}
#user-acct-newpassword-strength-meter[value="4"] > div {
  width: 100%;
  background: green;
}
.user-acct-newpassword-feedback {
    color: #9ab;
    padding: 0 .25em;
    font-style: italic;
    margin-top: 1em;
}
#user-acct-newpassword-strength-meter.empty {
  display: none;
}
#user-acct-newpassword-res {
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 5px;
}
#user-acct-newpassword-feedback {
  font-style: italic;
  display: block;
}
#user-acct-newpassword-note {
  max-width: 17em;
  line-height: initial;
  transition: 0.3s;
  width: 100%;
}
.user-acct-newpassword-warning {
  font-weight: bold;
  display: block;
  padding: 3px;
}
#user-acct-newpassword-note.s0 #user-acct-newpassword-res {
  background: yellow;
}
#user-acct-newpassword-note.s1 #user-acct-newpassword-res {
  background: yellow;
}
#user-acct-newpassword-note #user-acct-newpassword-res:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 150%;
  font-weight: normal;
  margin-left: 10px;
  float: right;
}
#user-acct-newpassword-note.s4 #user-acct-newpassword-res:after {
  content: "\f5b9";
  color: green;
}
#user-acct-newpassword-note.s3 #user-acct-newpassword-res:after {
  content: "\f118";
  color: #4169e1bf;
}
#user-acct-newpassword-note.s2 #user-acct-newpassword-res:after {
  content: "\f11a";
}
#user-acct-newpassword-note.s1 #user-acct-newpassword-res:after,
#user-acct-newpassword-note.s0 #user-acct-newpassword-res:after {
  content: "\f119";
  color: red;
  animation: pulse 2s ease-in;
  animation-iteration-count: infinite;
}
@keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}
@keyframes pulse {
    0% { transform: scale(0.75); }
    50% { transform: scale(1); }
    100% { transform: scale(0.75); }
}
/* Page skin: VSys Live applications - max width in mobile (#81, 30/86) (no variable content) */
@media screen and (max-width: 750px) {
  div.application-form, div.application-top-instructions {
    max-width: 100vw !important;
  }
}
/* Page skin: VSys Live applications - re-application (#82, 31/86) (no variable content) */
.application-inline-reactivate-msg {
  display: inline-block;
}
a.application-inline-reactivate-link {
  color: white;
  background: blue;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 1em;
}
a.application-inline-reactivate-link:hover {
  color: white !important;
}
/* Page skin: Permalink shares, re-application links (#96, 32/86) (no variable content) */
a.live-permalink {
  padding: 5px;
  margin: 5px 0;
  background: palegoldenrod;
  display: block;
}
.permalink-share-link:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f1e1";
  font-size: 2em;
  margin-right: 5px;
}
.live-permalink-with-instructions-wrapper {
  display: flex;
  flex-direction: column;
}
.anywhere-person-lookup-app-token-label {
}
.anywhere-person-lookup-app-token-clip-hint {
  font-style: italic;
  margin-left: 0.5em;
}
.anywhere-person-lookup-app-token-link {
  font-weight: bold;
  display: block;
  padding: 0 20px 10px 0;
  text-decoration: underline;
  color: darkblue;
}
/* Page skin: Automatic flex classes (#98, 33/86) (no variable content) */
.autoflex-left {
  text-align: left;
}
.autoflex-right {
  text-align: right;
}
.autoflex-left {
  text-align: left;
}
.autoflex-center {
  text-align: center;
  align-items: center;
}
.autoflex {
  display: flex;
  justify-content: space-around;
}
.autoflex-stretch, .autoflex-column-stretch, .autoflex-column-100-stretch, .autoflex-100-stretch {
  align-items: stretch;
}
.autoflex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.autoflex-wrap .autoflex-left {
  align-items: flex-start;
}
.autoflex-wrap .autoflex-right {
  align-items: flex-end;
}
.autoflex-column, .autoflex-column-100 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.autoflex-100, .autoflex-column-100 {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-around;
}
/* Page skin: Lookup listing more/less (#99, 34/86) (no variable content) */

.lookup-job-details-collapse .buttonWrapper {
  display: none;
}
.lookup-job-details-expanders p {
  font-weight: bold;
  font-size: 110%;
  position: relative;
  top: 10px;
  text-transform: uppercase;
}
.lookup-job-details-expanders p:hover {
  text-decoration: underline;
  cursor: pointer;
}
.lookup-job-details-collapse + .lookup-job-details-expanders .lookup-job-details-implode,
.lookup-job-details-expanded + .lookup-job-details-expanders .lookup-job-details-expand {
  display: none;
}
.lookup-job-details-collapse {
  max-height: 200px;
  overflow: hidden;
}
.lookup-job-details-collapse::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%,rgba(249,249,249,0.9)), color-stop(90%,rgba(249,249,249,0)));
  background: linear-gradient(to top,rgba(249,249,249,0.9) 10%,rgba(249,249,249,0) 90%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.lookup-details-zoom-unzoom, .lookup-details-zoom-zoom {
  font-weight: bold;
  text-transform: uppercase;
}
.lookup-details-zoom-unzoom:after, .lookup-details-zoom-zoom:after {
  text-decoration: none;
  font: normal normal normal 1.5em/0 FontAwesome;
  padding-left: 0.5em;
  position: relative;
  top: 2px;
  color: green;
  text-decoration: none;
}
.lookup-details-zoom-unzoom:after {
  content: "\f106";
}
.lookup-details-zoom-zoom:after {
  content: "\f107";
}
.lookup-details-zoom-unzoom:hover, .lookup-details-zoom-zoom:hover {
  text-decoration: none !important;
}
.expanders-hide-on-own-page {
  display: none;
}
.list-view-block .expanders-hide-on-own-page {
  display: block;
}
.joblookup-details-solo-column > span:first-of-type:last-of-type {
  width: 100%;
}
/* Page skin: Various card-like content builders (#100, 35/86) (no variable content) */

.card-fa {
  font-size: 6em;
  padding: 10px;
  display: block;
  color: darkred;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  z-index: 98;
}
.card .card-content {
  padding: 20px;
}
.card .card-title {
  font-weight: bold;
}
.card ul li {
  margin-left: 2em;
}
.card .card-location {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.card-with-content-button .card-content {
  height: 100%;
  position: relative;
}
.card.card-ex {
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-content .force-bottom {
  position: absolute;
  bottom: 5px;
}
.card-content svg {
  z-index: 99;
}
.card .card-action a.card-action-as-button {
  text-transform: none !important;
}
.card i.card-fa {
  position: absolute;
  padding: 10px;
  display: block;
  bottom: 10px;
  background: white;
  z-index: 98;
}
.card-action-content-button .card-action-content-as-button {
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
}
.card-action-content-button {
  position: absolute;
  bottom: 5px;
}
.card .card-image.card-image-zoom {
  overflow: hidden;
}
.card .card-image img {
  transition: 400ms;
}
.card .card-content .card-content-byline {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #808292;
  position: relative;
  top: -10px;
}
.card-action-as-button {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}
.card-action-as-button:hover {
  color: currentcolor;
}
.card .card-content-subtitle-at-top,
.card .card-content .card-content-subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}
.card .card-content-subtitle-at-top {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10px;
}
.card-with-image-wrap-inline-wrap {
  display: flex;
  flex-wrap: wrap;
}
span.card-dotted-separator {
  width: 100%;
  border-bottom: 2px dotted currentcolor;
  display: inline-block;
  opacity: 0.3;
}
span.card-dotted-separator-darker {
  width: 100%;
  border-bottom: 2px dotted currentcolor;
  display: inline-block;
  opacity: 1;
}
/* Page skin: Embedded search buttons (#104, 36/86) (no variable content) */
.embed-search-button {
  background: #1a3665;
  border-radius: 5px;
  padding: 0.5em 1em;
  margin-top: 10px;
  background: darkgreen;
}
.embed-search-button:hover, .embed-search-button:focus {
  background: green;
  color: white;
  outline: none;
  text-decoration: none;
}
/* Page skin: VSys Live job lookup feeder (#105, 37/86) */
.job-lookup-feeder-title {
  font-size: 1.5em;
  line-height: initial;
  display: block;
  font-weight: bold;
}
.job-lookup-feeder-instructions {
  line-height: initial;
  display: block;
}
.floating-job-feeder {
  position: absolute;
  top: 5px;
  z-index: 2;
  background: white;
  max-width: 50%;
  padding: 0;
  border-radius: 5px;
  border: 2px solid #80808029;
}
.floating-job-feeder:hover, .floating-job-feeder:focus-within {
  opacity: 1;
  outline: none;
}
.floating-job-feeder-right {
  right: 1.5em;
  left: unset;
}
.floating-job-feeder-left {
  left: 2em;
  right: unset;
}
.floating-job-feeder-center {
  right: unset;
  left: unset;
}
.floating-job-feeder .row, .floating-job-feeder .complex-editor-wrapped-block-container-leave-top-room {
  margin-top: 0 !important;
  margin: 0;
}
.floating-job-feeder .complex-editor {
  padding: 1em;
}
.floating-job-feeder .complex-editor-field-line:first-of-type {
  padding-top: 0;
}
.floating-job-feeder-container {
  display: flex;
  justify-content: center;
}
.floating-job-feeder .complex-editor-form-actions {
  width: fit-content;
}
.floating-job-feeder ul {
  margin-left: 2em;
}
.position-me-relative-so-i-can-have-an-absolute-child {
  position: relative;
}

/* Page skin: VSys Live instant login/signup various (#106, 38/86) (no variable content) */
.application-field-checkbox.button.live-instant-login-button {
  background: darkgreen;
  color: white;
  padding: 0.5em 1em;
}
.application-field-checkbox.button.live-instant-login-button:after {
  content: "";
}
.live-instant-login-decision-label {
  text-decoration: underline;
  font-weight: bold;
}
.live-instant-login-err,
.live-instant-signup-err {
  font-size: 1.5rem;
  font-weight: bold;
  color: red;
  display: block;
  margin-top: 10px;
}
.live-instant-login-instructions {
  font-weight: bold;
  text-decoration: underline;
}
.line-instant-signup-instructions {
  display: inline-block;
  margin-bottom: 10px;
}
.live-instant-signup-button {
  background: darkblue !important;
  border: 1px solid darkblue;
  color: white !important;
  padding: 1em !important;
}
/* Page skin: Full page messages (#107, 39/86) (no variable content) */
.full-page-message-not-toast {
  min-width: 95vw;
  min-height: 95vh;
}
.full-page-message-not-toast .ui-dialog-buttonpane {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
/* Page skin: Expiring various cards (#108, 40/86) (no variable content) */
.expiring-something-inline-holder {
}
.expiring-something-card h1 {
  font-size: 2em;
  margin: 0;
  margin-right: 3em;
  color: white;
}
.expiring-something-card {
  background: #890e0e;
  color: white;
  padding: 10px;
  min-width: 45%;
  max-width: 500px;
  border-radius: 5px;
}
.expiring-something-card .expiring-something-line {
  display: block;
  line-height: initial;
}
.expiring-something-card .expiring-cert-line.expiring-something-exp-date {
  text-align: center;
  margin-bottom: 10px;
}
.expiring-something-card .card-closer-button {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 2rem;
  cursor: pointer;
}
/* Page skin: Other various cards (#109, 41/86) (no variable content) */

h1.open-online-training-desc i {
  font-size: large;
  margin-left: 10px;
}
span.open-training-card-closer-button {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.4rem;
}
.open-online-training-resume,
.open-online-training-cancel {
  display: block;
  margin-top: 10px;
}
.open-online-training-resume::before,
.open-online-training-cancel::before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  font-size: 1.5rem;
}
.open-online-training-resume::before {
  content: "\f144";
}
.open-online-training-cancel::before {
  content: "\f05e";
  color: red;
}
.open-online-training-date {
  display: block;
  text-align: right;
  font-size: smaller;
}
.open-online-training-date-value {
  font-weight: bold;
}
div.open-online-training-card a {
  color: currentcolor;
  border-bottom: 1px solid currentcolor;
}
h1.open-online-training-desc {
  font-size: 27px;
  margin: 0;
}
/* Page skin: VSys Live checkout inline surveys (#111, 42/86) (no variable content) */
p.checkout-survey-quick-question, p.checkout-survey-quick-question+p {
  display: inline-block;
}
.checkout-survey-quick-question .combo-as-radio-span svg {
  font-size: 200%;
  position: relative;
  left: -5px;
}
p.checkout-survey-quick-question {
  margin-right: 2em;
}
.checkout-survey-quick-question .combo-as-radio:checked+span:before {
  margin-right: 0;
}
/* Page skin: VSys Anywhere auto bookmarks (#115, 43/86) (no variable content) */
.auto-bookmark-link .auto-bookmark-icon {
  font-size: 200%;
  margin-right: 5px;
  color: green;
  position: relative;
  top: 0.2em;
}
.auto-bookmark-link a {
  color: black;
  font-weight: bold;
}
.auto-bookmark-link a:hover {
  text-decoration: underline;
}
/* Page skin: Floating demo box/schedule lookup (#116, 44/86) (no variable content) */
.floatingdemobox h1 {
  margin: 0;
  text-align: center;
  line-height: 1.1em;
  font-size: 1.5em;
}
.floatingdemobox {
  position: absolute;
  left: 5px;
  top: 7em;
  max-width: 200px;
  background-color: rgba(255,255,255,0.85);
  border: 1px solid darkblue;
  padding: 5px;
  z-index: 999999;
}
#floatingdemo div {
  padding: 5px;
  margin-bottom: 0px;
}
#sidebar-rewrap .floatingdemobox {
  right: 1em;
  left: unset;
}
/* Page skin: VSys Live checkin/checkout (#117, 45/86) (no variable content) */
.live-checkin-checkout-job-select-label,
select.live-checkin-checkout-job-select + span.select2,
.select2-dropdown.live-checkin-checkout-job-select,
.application-field-cancelcheckin,
input.live-checkin-checkout-time,
.live-checkin-checkout-time {
  font-size: 1.2rem;
  line-height: 2rem;
}
.live-checkinout-visrulefail {
  background: yellow;
  font-size: 200%;
  font-weight: bold;
  display: block;
  width: 90vw;
  padding: 1em;
}
.self-job-activities-tool-job {
  font-size: 2rem;
}
label.live-checkin-with,
label.live-checkin-job,
label.live-checkin-client,
label.live-checkin-something-combo,
label.kiosk-checkin-combo {
  font-size: 1.2rem;
  line-height: initial;
  margin: 5px 0;
  border-bottom: 1px solid #0000004f;
  width: fit-content;
}
.live-checkin-with.checklist-as-checks-span {
  font-size: 1.2rem;
  margin: 5px 0;
}
.live-checkin-client-radio-span, .live-checkin-job.combo-as-radio-span, .kiosk-checkin-combo-radio-span, .live-checkin-with-radio-span,
.live-checkin-something-combo.combo-as-radio-span {
  font-size: 1.2rem !important;
}
.kiosk-cancel-checkin-check [type=checkbox]:checked + span {
  font-size: 1.6rem;
  line-height: initial;
  margin: 10px 0;
  background: yellow;
  padding: 0 30px;
}
/* Page skin: VSys Live self-hours entry (#118, 46/86) (no variable content) */
.live-self-hours-entry-no-location {
  font-weight: bold;
  font-size: 1.2rem;
}
.live-self-hours-entry-no-location::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f60c";
  margin-right: 5px;
}
/* Page skin: Contact flags editor (#120, 47/86) (no variable content) */
.control-label.action-link-contact-flags-field-label {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-decoration: underline;
}
.action-link-contact-flags-bogus-message {
  font-size: 2rem;
  font-weight: bold;
  color: red;
}
.action-link-contact-flags-name {
  font-size: 2rem;
}
/* Page skin: VSys Live menu search tool (#121, 48/86) (no variable content) */
.live-menu-search-tool-container { 
  padding: 0 0 0 1em;
  margin: 0;
}
.live-menu-search-tool-container .control-label {
  display: none;
}
.live-menu-search-tool-container div.complex-editor-form {
}
.live-menu-search-tool-icon {
  font-size: 3em !important;
  color: #1a3665;
 }
.live-menu-search-tool-placeholder {
}
.live-menu-search-tool-placeholder i, .live-menu-search-tool-placeholder svg {
  font-size: 200%;
  float: right;
}
.live-menu-search-tool-container .select2-container {
  width: 90vw !important; 
}
@media screen and (max-width: 650px) {
  .live-menu-search-tool-container .application-field-htmllabel svg {
    display: none; 
  }
}
.live-menu-search-tool-container .complex-editor-wrapped-block-container-leave-top-room {
  margin: 0;
}
.live-menu-search-tool-container-row {
  margin: 0;
}
.live-menu-search-tool-container-row .x12u {
  padding: 0;
}
/* Page skin: VSys Live home dashboard/mobile (#122, 49/86) */
@media screen and (max-width: 800px) {
  .dash2-full {
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  div.VOXIHTMLBlock.dashboard-block2 {
    margin: 0;
  }
  #main-wrapper .container, #main-wrapper .container .x12u {
    padding: 0;
  }
  div.VOXIHTMLBlock.dashboard-block2 {
    margin: 0;
  }
  .dash2-table{
    justify-content: space-evenly;
  }
}

/* Page skin: VSys Live page search tool (#123, 50/86) (no variable content) */
.live-page-search-tool-container { 
  padding: 0 0 0 1em;
  margin: 0;
}
.live-page-search-tool-container .control-label {
  display: none;
}
.live-page-search-tool-container div.complex-editor-form {
}
.live-page-search-tool-icon {
  font-size: 3em !important;
  color: #1a3665;
 }
.live-page-search-tool-placeholder {
}
.live-page-search-tool-placeholder i, .live-page-search-tool-placeholder svg {
  font-size: 200%;
  float: right;
}
.live-page-search-tool-container .select2-container {
  width: 90vw !important; 
}
@media screen and (max-width: 650px) {
  .live-page-search-tool-container .application-field-htmllabel svg {
    display: none; 
  }
}
.live-page-search-tool-container .complex-editor-wrapped-block-container-leave-top-room {
  margin: 0;
}
.live-page-search-tool-container-row {
  margin: 0;
}
.live-page-search-tool-container-row .x12u {
  padding: 0;
}
/* Page skin: Google Maps static embed image (#124, 51/86) (no variable content) */
img.google-maps-static-image {
  max-width: 100%;
}
/* Page skin: VSys Anywhere composite fields (#125, 52/86) (no variable content) */
div.complex-editor-field-line-multi div.controls {
  display: inline-block;
}
/* Page skin: Formatted addresses (#127, 53/86) (no variable content) */
.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;
}
/* Page skin: jQuery date picker (#128, 54/86) */
.ui-datepicker select.ui-datepicker-year {
  min-width: 50%;
  background: white;
  color: currentcolor;
  font-weight: bold;
  padding: 5px;
}
.ui-datepicker-year option {
  color: black;
  background-color: white; 
}
.ui-datepicker-year option {
  color: initial;
}
.ui-datepicker.popup-date-just-month-year .ui-datepicker-year {
  display: none;
}
.ui-datepicker select.ui-datepicker-year {
  background: white;
  color: currentcolor;
  padding: 5px;
}

/* Page skin: Asynch mouseover hints (#129, 55/86) (no variable content) */

.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;
}
/* Page skin: VSys Anywhere Google Maps dashboard feed renderer (#135, 56/86) (no variable content) */
.anywhere-tools-filters-google-maps-dashboard .anywhere-tool-filters-block-parent {
  margin: 0;
}
.anywhere-tools-filters-google-maps-dashboard .row {
  margin: 0;
}
.anywhere-tools-filters-google-maps-dashboard .action_simple.tool header.block-header,
.anywhere-tools-filters-google-maps-dashboard .block-container header.block-header {
  background: initial;
  margin-top: 5px;
  padding: 0;
}
.anywhere-tools-filters-google-maps-dashboard,
div.VOXIHTMLBlock.anywhere-tools-filters-google-maps-dashboard { 
  border: 1px solid #777;
  border-radius: 10px;
  background: #80808005;
  padding-left: 10px !important;
}
.anywhere-tools-filters-google-maps-dashboard .datatable-container {
  margin: 0 !important;
}
.anywhere-tools-filters-google-maps-dashboard-container.container {
  width: unset;
}
.gm-style a:focus {
  outline: none;
}
/* Page skin: VSys Anywhere Google Maps dashboard items (#136, 57/86) (no variable content) */
.dashboard-map-popup {
}
.dashboard-map-entrant {
}
.dashboard-map-entrant-row {
  display: block;
}
.dashboard-map-entrant-name {
  font-weight: bold;
}
.dashboard-map-entrant-phone {
  font-weight: bold;
}
.dashboard-map-entrant-email {
  font-weight: bold;
}
/* Page skin: VSys Live applications - error messages (#139, 59/86) (no variable content) */

.application-form .alert-error {
  z-index:99999 !important;
}
.custom_app_dynamic_field .app-err-field-highlight {
  background: yellow;
  border: 2px solid red;
  border-radius: 5px;
  padding: 5px;
}
.custom_app_dynamic_field div {
  transition: 0.6s;
}
.app-err-field-jump-link {
  color: currentcolor;
  text-decoration: underline;
  font-style: italic;
}
.app-error-field-parent:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f324";
  font-size: 0.6em;
  color: darkblue;
  position: relative;
  top: -2px;
  display: inline-block;
}
/* Page skin: Accessibility: focus (#148, 61/86) (no variable content) */
:focus-visible {
  outline: none;
}
/* Page skin: VSys Live job activities capture (#152, 64/86) (no variable content) */
span.job-activities-separator {
  width: 75vw;
  border-bottom: 1px solid 1px solid #80808057;
  display: block;
  padding-top: 1em;
}
div.job-activities-break {
  width: 75vw !important;
  border-bottom: 1px solid 1px solid #80808057;
  display: block;
  padding-top: 1em;
}
/* Page skin: Hyperlink standardize display (#154, 65/86) (no variable content) */
a.alwaysblue {
  color: blue !important;
  text-decoration: underline !important;
}
/* Page skin: FullCalendar extras (#155, 66/86) (no variable content) */

.anywhere-tool-separate-results-calendar-block {
  margin-top: 2em;
}
/* Page skin: Schedule lookup tool (#158, 67/86) (no variable content) */
.schedule-view-listing-merge-title {
  font-weight: bold;
  display: inline-block;
  padding-right: 1em;
}
.schedule-view-listing-merge-sub {
  font-weight: bold;
  color: purple;
  display: inline-block;
}
.schedule-lookup-tool-table-as-merge p {
  margin: 0;
}
.schedule-lookup-tool-table-as-merge-assignment:before,
.schedule-lookup-tool-table-as-merge-slot:before,
.schedule-lookup-tool-table-as-merge-training:before,
.schedule-lookup-tool-table-as-merge-checkin:before,
.schedule-lookup-tool-table-as-merge-interview:before {
  font-family: "font awesome 6 pro";
  content: "\e0d2";
  font-size: 1.5rem;
  float: right;
  color: #00008b82;
}
.schedule-lookup-tool-table-as-merge-assignment:before {
  content: "\f82c";
}
.schedule-lookup-tool-table-as-merge-slot:before {
  content: "\e0d2";
}
.schedule-lookup-tool-table-as-merge-training:before {
  content: "\e53d";
}
.schedule-lookup-tool-table-as-merge-checkin:before {
  content: "\f017";
}
.schedule-lookup-tool-table-as-merge-interview:before {
  content: "\e4e3";
}
.schedule-lookup-tool-slot td:first-of-type:before {
  font-family: "font awesome 6 pro";
  font-style: normal;
  text-decoration: none;
  content: "\e471";
  font-size: 1.2rem;
  color: black;
  margin: 0 0.3em 0 0;
  float: left;
}
/* Page skin: VSys Anywhere tools required fields highlighting (#159, 68/86) */
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.string > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.password > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.integer > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.float > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.text > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > label.application-field-checkbox.boolean-required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-grouprequired.application-signature > label::after
{
  color: red;
  color: #FF0000;
  font-family: "Font awesome 6 Pro";
  font-weight: 800;
  content: "\f069";
  padding-left: 0.5em;
  display: inline-block;
  text-decoration: none;
}

/* Page skin: VSys Live account activation (#161, 69/86) (no variable content) */
.application-field-checkbox.button.live-resend-activation-link-button {
  background: blue;
  color: white;
  padding: 0.5em 1em;
  position: relative;
  top: 0.5em;
}
.application-field-checkbox.button.live-resend-activation-link-button:after {
  content: '';
}
.live-resend-activation-link-too-early {
  font-size: 2rem;
  color: purple;
  font-style: italic;
}
.live-resend-activation-link-err {
  font-size: 2rem;
  color: red;
}
.live-resend-activation-link-joy {
  font-size: 2rem;
  color: green;
}
/* Page skin: VSys Live external hours approval (#162, 70/86) (no variable content) */
.hours-online-approval-vol-name {
  font-size: 1rem;
  margin-top: 1em;
  font-weight: bold;
}
.hours-online-approval-details {
  border-top: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 100%;
}
.hours-online-approval-date, .hours-online-approval-start, .hours-online-approval-job {
  margin-right: 1em;
}
.hours-online-approval-date::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f073";
  color: gray;
  font-weight: 300;
  margin-right: 0.5em;
}
.hours-online-approval-start::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f017";
  color: green;
  margin-right: 0.5em;
}
.hours-online-approval-job::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f85d";
  color: green;
  margin-right: 0.5em;
}
.hours-online-approval-location::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f3c5";
  color: green;
  margin-right: 0.5em;
}
.hours-online-approval-date {
  font-weight: bold;
}
.hours-online-approval-rec-end {
  display: block;
  margin-bottom: 1em;
}
.hours-online-approval-dur-lab, .hours-online-approval-dur, .hours-online-approval-dur:focus {
  margin-left: 2em !important;
}
/* Page skin: Various calendar styles (#163, 71/86) */
.calendar-adv-x {
  color: black;
}
h1.calendar-adv-header-title {
  margin: 0 0 5px 0;
  font-size: 1.5em;
  color: black;
}
.calendar-adv-objtype {
  display: inline;
  font-weight: bold;
}
.qtip-titlebar .calendar-adv-objtype {
  font-weight: bold;
  font-size: 1rem;
}
.fc-title > span {
  margin-right: 4px;
}
.calendar-adv-osched-description,
.calendar-adv-tags,
.calendar-adv-job,
.calendar-adv-location,
.calendar-adv-date,
.calendar-adv-duration,
.calendar-adv-times,
.calendar-adv-instructor,
.calendar-adv-comments,
.calendar-adv-status,
.calendar-adv-instructor,
.calendar-adv-student,
.calendar-adv-interviewer,
.calendar-adv-interviewee,
.calendar-adv-volunteer,
.calendar-adv-assigned,
.calendar-adv-needed,
.calendar-adv-waitlist,
.calendar-adv-qualifications,
.calendar-adv-icalendar,
.calendar-adv-duties,
.calendar-adv-checkedin,
.calendar-slot-signup,
.calendar-adv-people,
.calendar-adv-phone,
.calendar-adv-email,
.calendar-training-signup {
  display: block;
  margin-left: 3em;
  text-indent: -1.2em;
  padding-bottom: 0.5em;
  color: black;
}
.calendar-adv-comments {
  font-style: italic;
}
.calendar-adv-map {
  margin-top: 1em;
  display: block;
}
.calendar-adv-tags {
  font-size: 1rem;
}
.calendar-adv-needed-count,
.calendar-adv-assigned-count {
  font-weight: bold;
}
.calendar-adv-map {
  margin-top: 1em;
  display: block;
}
.calendar-adv-othervols {
  display: block;
}
.calendar-adv-checkedin {
  font-weight: bold;
  font-size: 1rem;
  color: darkgreen;
}
.calendar-adv-othervols-header {
  display: block;
}
.calendar-adv-othervols-row {
  font-style: italic;
  display: block;
  margin-left: 1em;
}
.calendar-adv-othervols-footer {
  font-style: italic;
}
.calendar-adv-waitlist {
  color: blue;
  font-style: normal;
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-adv-osched-details {
  display: block;
}
.calendar-adv-osched-description::before,
.calendar-adv-job::before,
.calendar-adv-tags::before,
.calendar-adv-signup-date::before,
.calendar-adv-date::before,
.calendar-adv-times::before,
.calendar-adv-duration::before,
.calendar-adv-comments::before,
.calendar-adv-location::before,
.calendar-adv-instructor::before,
.calendar-adv-othervols-row::before,
.calendar-adv-status::before,
.calendar-adv-volunteer::before,
.calendar-adv-interviewer::before,
.calendar-adv-interviewee::before,
.calendar-adv-student::before,
.calendar-adv-instructor::before,
.calendar-adv-qualifications::before,
.calendar-adv-icalendar::before,
.calendar-adv-waitlist::before,
.calendar-adv-duties::before,
.calendar-adv-checkedin::before,
.calendar-adv-needed::before,
.calendar-adv-assigned::before,
.calendar-adv-people::before,
.calendar-adv-phone::before,
.calendar-adv-email::before,
.calendar-training-signup::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  display: inline-block;
  width: 1.2em;
}
.calendar-adv-checkedin::before {
  content: "\f606";
  font-size: unset;
}
.calendar-adv-instructor::before {
  content: "\e53d";
}
.calendar-adv-phone::before {
  content: "\f095";
}
.calendar-adv-email::before {
  content: "\40";
}
.calendar-adv-people::before {
  content: "\e537";
}
.calendar-adv-job::before {
  content: "\f807";
}
.calendar-adv-osched-description::before {
  content: "\e495";
}
.calendar-adv-comments::before {
  content: "\f075";
}
.calendar-adv-location::before {
  content: "\f3c5";
}
.calendar-adv-date::before {
  content: "\f073";
}
.calendar-adv-duration::before {
  content: "\e29e";
}
.calendar-adv-times::before {
  content: "\f017";
}
.calendar-adv-status::before {
  content: "\f336";
}
.calendar-adv-instructor::before {
  content: "\e53d";
}
.calendar-adv-interviewee::before {
  content: "\e14f";
}
.calendar-adv-volunteer::before {
  content: "\f007";
}
.calendar-adv-student::before {
  content: "\f63d";
}
.calendar-adv-interviewer::before {
  content: "\e4e3";
}
.calendar-adv-tags::before {
  content: "#";
}
.calendar-adv-othervols-row::before {
  content: "\e53e";
  font-style: normal;
  margin-left: 20px;
}
.calendar-adv-waitlist::before {
  content: "\f28b";
  font-style: normal;
  color: black;
  font-weight: normal;
}
.calendar-adv-comments::before {
  content: "\f075";
}
.calendar-adv-qualifications::before {
  content: "\f2f7";
}
.calendar-adv-icalendar::before {
  content: "\f271";
}
.calendar-adv-duties::before {
  content: "\f0ae";
}
.calendar-adv-needed::before {
  content: "\e533";
}
.calendar-adv-assigned::before {
  content: "\e533";
}
.calendar-adv-cancelled {
  color: red;
  font-weight: bold;
  font-size: 1rem;
  line-height: initial;
  text-align: center;
  display: block;
}
.calendar-adv-pending {
  color: yellow;
  font-weight: bold;
  line-height: initial;
  text-align: center;
  display: block;
  mix-blend-mode: difference;
}
img.jobicon {
  max-width: 100px;
}

/* Page skin: Various calendar styles buttons (#164, 72/86) (no variable content) */
.calendar-adv-send-message,
.calendar-adv-add-comment,
.calendar-adv-cancel {
  margin-left: 2em !important;
  text-indent: -1em;
  color: black !important;
  text-decoration: none !important;
  display: block !important;
  border: none !important;
}
.calendar-adv-send-message {
  display: block;
}
.calendar-adv-send-message::before,
.calendar-adv-cancel::before,
.calendar-adv-signup::before,
.calendar-adv-add-comment::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  position: relative;
  left: -1em;
}
.calendar-adv-send-message::before {
  content: "\f0e0";
  color: black;
}
.calendar-adv-cancel::before {
  content: "\f05e";
  color: red;
}
.calendar-adv-add-comment::before {
  content: "\f075";
  color: black;
}
.calendar-assignments-add-comment+br,
.calendar-assignments-send-message+br {
  display: none;
}
a.calendar-training-signup::after {
  content: '\f138';
  text-decoration: none;
  font: normal normal normal 1.5em/0 FontAwesome;
  padding-left: 0.5em;
  position: relative;
  top: 2px;
}
a.calendar-training-signup, a.calendar-training-signup:hover {
  background-color: #024a02 !important;
  color: white !important;
  display: block;
  width: fit-content;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 0 !important;
  padding: 0.5em 1.5em 0.5em 2.5em;
}
a.calendar-training-signup:hover {
  color: white !important;
}
a.calendar-slot-signup::after {
  content: '\f138';
  text-decoration: none;
  font: normal normal normal 1.5em/0 FontAwesome;
  padding-left: 0.5em;
  position: relative;
  top: 2px;
}
a.calendar-slot-signup {
  background-color: #024a02;
  color: white;
  display: block;
  width: fit-content;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 0;
  padding: 0.5em 1.5em 0.5em 2.5em;
}
a.calendar-slot-signup:hover {
  color: white !important;
}
.calendar-assignments-send-message,
.calendar-assignments-add-comment,
.calendar-assignments-cancel {
  margin-left: 2em !important;
  text-indent: -1em;
  color: black !important;
  text-decoration: none !important;
  display: block !important;
  border: none !important;
}
.calendar-assignments-send-message {
  display: block;
}
.calendar-assignments-send-message::before,
.calendar-assignments-add-comment::before,
.calendar-assignments-cancel::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  position: relative;
  left: -1em;
}
.calendar-assignments-send-message::before {
  content: "\f0e0";
  color: black;
}
.calendar-assignments-cancel::before {
  content: "\f05e";
  color: red;
}
.calendar-assignments-add-comment::before {
  content: "\f075";
  color: black;
}
.calendar-assignments-add-comment+br,
.calendar-assignments-send-message+br {
  display: none;
}
/* Page skin: VSys Live listing views - basics (#166, 73/86) (no variable content) */
a.anywhere-hyperlink.documents-list-view-agreement-link {
  border-bottom: none;
  margin: 0;
}
/* Page skin: Materialize spinner fixup (#168, 74/86) */
#vsys-modal-spinner {
  left: 12.5vw;
  width: 66vw;
}
.vsys-spinner.modal .progress {
  margin-bottom: 0;
  margin-top: 0;
  height: 25px;
  width: 66vw;
}

/* Page skin: Signature blocks (#171, 75/86) (no variable content) */
.signature-independent {
  border: 1px solid gray;
  padding: 5px;
}
.signature-independent-inputs {
   display: none;
 }
/* Page skin: VSys Anywhere dashboard listings (#173, 76/86) (no variable content) */
.anywhere-dashboard-listing-wrapper div.dt-buttons,
.anywhere-dashboard-listing-wrapper div.dataTables_filter {
  margin-top: 2em;
}
/* Page skin: Font Awesome extras (#176, 77/86) (no variable content) */
.fax-green {
  color: green;
}
.fax-red {
  color: red;
}
.fax-blue {
  color: blue;
}
.fax-orange {
  color: orange;
}
.fax-gray {
  color: gray;
}
/* Page skin: VSys Live update user ID/password (#179, 78/86) (no variable content) */
.update-user-id-existing {
  font-size: 1rem;
  margin-bottom: 1em;
  display: block;
}
.update-user-id-existing-value {
  font-weight: bold;
  padding: 0.5em;
}
/* Page skin: VSys Live - password force refresh (old style) (#180, 79/86) (no variable content) */
#changepassword_container #flash-container {
  position: initial;
  margin-bottom: 1em;
}
#change_password_form {
  display: flex;
  justify-content: center;
}
#changepassword_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
#change_password_form form {
  padding: 1em;
  border: 3px solid red;
}
#change_password_form input[type="submit"] {
  background-color: #f5f5f5;
  color: black;
  border: 1px solid black;
}
#change_password_form .form-actions {
  text-align: right;
}
/* Page skin: VSys Live qTips (#182, 80/86) (no variable content) */
.anywhere-validation-qtip, .anywhere-validation-qtip .qtip-titlebar {
  color: black;
}
/* Page skin: VSys Live team leader management (#188, 81/86) (no variable content) */
.team-manage-member-instruct {
  font-weight: bold;
  font-size: 1rem;
}
.team-manage-member-error {
  font-weight: bold;
  font-size: 1.2rem;
  color: red;
  background: yellow;
  padding: 10px;
}
/* Page skin: jQuery dialogs (#189, 82/86) */
.ui-dialog-titlebar:focus-visible {
  outline: none;
}

/* Page skin: Calendar rendering print optimizations (#191, 83/86) */

/* Page skin: iCalendar download tool (#193, 84/86) (no variable content) */
.icalendar-download-no-results-label {
  font-weight: bold;
  color: darkred;
  font-size: 1.5rem;
}
.application-field-checkbox.button.live-icalendar-generate-as-checkbox {
  background: darkblue;
  color: white;
  padding: 0.5em 1em;
}
.application-field-checkbox.button.live-icalendar-generate-as-checkbox:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f1ec";
}
.application-field-checkbox.button.live-icalendar-download-as-checkbox {
  background: darkgreen;
  color: white;
  padding: 0.5em 1em;
}
.application-field-checkbox.button.live-icalendar-download-as-checkbox:after {
  font-family: "Font Awesome 6 Pro";
  content: "\e0d0";
}
a.icalendar-download-results-url {
  color: white;
}
/* Page skin: Dynamic hyperlnk hover (#198, 85/86) (no variable content) */

:is(a, span).hyperlink-dynamic-hover {
  position: relative;
}
:is(a, span).hyperlink-dynamic-hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: currentcolor;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out !important;
}
:is(a, span).hyperlink-dynamic-hover:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
:is(a, span).hyperlink-dynamic-hover-rgb:hover {
  background-size: 0 2px, 100% 2px;
}
:is(a, span).hyperlink-dynamic-hover-rgb {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms !important;
}
/* Page skin: VSys Live animation options (#200, 86/86) (no variable content) */
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-400px) scale(0.5);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes fade-in-and-rotate-left {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translateX(-400px) scale(0.5);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: rotate(0) translateX(0) scale(1);
  }
}
.animate-fade-in-left.animate-appeared {
  animation: 0.75s 0s fade-in-left;
}
.animate-fade-in-and-rotate-left.animate-appeared {
  transform-origin: right bottom;
  animation: 0.75s 0s fade-in-and-rotate-left;
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(400px) scale(0.5);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes fade-in-and-rotate-right {
  0% {
    opacity: 0;
    transform: rotate(45deg) translateX(400px) scale(0.5);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: rotate(0) translateX(0) scale(1);
  }
}
.animate-fade-in-right.animate-appeared {
  animation: 0.75s 0s fade-in-right;
}
.animate-fade-in-and-rotate-right.animate-appeared {
  transform-origin: left bottom;
  animation: 0.75s 0s fade-in-and-rotate-right;
}
/* this page's explicit CSS */

.applicationHint {































    box-shadow: 2px 2px 6px black;































    padding: 2px;































    font-variant: small-caps;































    background-color: #F2EE24;































}

