@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VfkA.ttf) format('truetype');
}
@font-face {
  font-family: Myriad Pro Regular;
  src: url('../fonts/Myriad Pro Regular.ttf');
}
html,
body {
  color: #444444;
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4rem;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h2 {
  font-family: Fira Sans, Open Sans, Helvetica, Arial;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.1rem;
}
h3 {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.1rem;
}
h4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.7rem;
}
h5 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.7rem;
}
.text-allcaps {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-0_75x {
  font-size: 0.75rem;
  line-height: 1.2rem;
}
.text-0_85x {
  font-size: 0.85714rem;
}
.text-1x {
  font-size: 1rem;
  line-height: 1.4rem;
}
.text-dark-blue {
  color: #002554;
}
.text-red {
  color: #dd0000;
}
.text-white {
  color: #ffffff;
}
.text-green {
  color: #008000;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: 700;
}
.text-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.text-italic {
  font-style: italic;
}
.text-strike {
  text-decoration: line-through;
}
.text-pointer {
  cursor: pointer;
}
.text-nowrap {
  white-space: nowrap;
}
.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-bold {
  font-weight: normal !important;
}
[data-placeholder]:not(:focus):before {
  content: attr(data-placeholder);
  color: #868686;
  cursor: text;
}
[data-placeholder]:not(:empty):before {
  content: none;
  color: none;
}
.one-column {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 auto;
  justify-content: center;
  align-content: flex-start;
}
.one-column > * {
  width: 100%;
  min-width: 10rem;
  max-width: 100%;
}
.two-column {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 auto;
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .two-column > * {
    width: 50%;
    min-width: 10rem;
    max-width: 50%;
  }
  .two-column.col-gap1x > * {
    width: 49%;
    min-width: 10rem;
    max-width: 49%;
  }
  .two-column.col-gap2x > * {
    width: 48%;
    min-width: 10rem;
    max-width: 48%;
  }
}
@media screen and (max-width: 740px) {
  .two-column > * {
    width: 96%;
    min-width: 10rem;
    max-width: 96%;
  }
}
.three-column {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 auto;
  justify-content: center;
}
.three-column > * {
  width: 33%;
  min-width: 10rem;
  max-width: 33%;
}
.three-column.col-gap1x > * {
  width: 32%;
  min-width: 10rem;
  max-width: 32%;
}
.three-column.col-gap2x > * {
  width: 31.5%;
  min-width: 10rem;
  max-width: 32%;
}
.four-column {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 auto;
  justify-content: center;
}
.four-column > * {
  width: 25%;
  min-width: 10rem;
  max-width: 25%;
}
.four-column.col-gap1x > * {
  width: 24%;
  min-width: 10rem;
  max-width: 24%;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden !important;
}
html {
  overflow: auto;
}
body {
  overflow: hidden;
}
.outer-content {
  min-height: calc(100vh - 34.99rem);
}
.outer-content .main-content {
  min-height: calc(100vh - 34.99rem);
}
.main-content {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: 1rem;
  min-height: calc(100vh - 12rem);
}
.main-content.fixed-fill {
  position: relative;
  height: calc(100vh - 9.6rem);
}
@media screen and (min-width: 740px) {
  .main-content.fixed-fill {
    height: calc(100vh - 12rem);
  }
}
.main-content .main-scroll {
  overflow: auto;
}
.main-content .main-scroll.tabulator {
  overflow: hidden;
}
.width50 {
  width: 50%;
}
.width100 {
  width: 100%;
}
.height100 {
  height: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.vertical-box {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 1 auto;
}
.horizontal-box {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  align-items: baseline;
}
.nowrap {
  display: flex;
  flex-wrap: nowrap !important;
}
.wrap {
  flex-wrap: wrap !important;
}
.grow {
  flex: 1 1 auto !important;
}
.no-grow {
  flex: 0 1 auto !important;
}
.col-gap0_5x {
  column-gap: 0.5rem;
}
.col-gap1x {
  column-gap: 1rem;
}
.col-gap2x {
  column-gap: 2rem;
}
.row-gap0_5x {
  row-gap: 0.5rem;
}
.row-gap1x {
  row-gap: 1rem;
}
.row-gap2x {
  row-gap: 2rem;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-self-center {
  align-self: center;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.mar-bottom0_5x {
  margin-bottom: 0.5rem;
}
.mar-bottom1x {
  margin-bottom: 1rem;
}
.mar-bottom2x {
  margin-bottom: 2rem !important;
}
.mar-bottom3x {
  margin-bottom: 3rem;
}
.mar-right0_5x {
  margin-right: 0.5rem;
}
.mar-right1x {
  margin-right: 1rem;
}
.mar-right2x {
  margin-right: 2rem;
}
.mar-right4x {
  margin-right: 4rem;
}
.mar-top0_5x {
  margin-top: 0.5rem;
}
.mar-top1x {
  margin-top: 1rem;
}
.mar-top2x {
  margin-top: 2rem;
}
.mar-left0_25x {
  margin-left: 0.25rem;
}
.mar-left0_5x {
  margin-left: 0.5rem;
}
.mar-left1x {
  margin-left: 1rem;
}
.mar-left2x {
  margin-left: 2rem;
}
.mar-left3x {
  margin-left: 3rem;
}
.pad-all0_25x {
  padding: 0.25rem;
}
.pad-all0_5x {
  padding: 0.5rem;
}
.pad-all1x {
  padding: 1rem;
}
.pad-all2x {
  padding: 2rem;
}
.pad-right0_5x {
  padding-right: 0.5rem;
}
.pad-right2x {
  padding-right: 2rem;
}
.pad-left0_5x {
  padding-left: 0.5rem;
}
.pad-left2x {
  padding-left: 2rem;
}
.bord-thin-black {
  border: thin solid #000;
}
.background-dark-blue {
  background-color: #002554;
}
.background-dark-red {
  background-color: #ab2328;
}
.background-blue {
  background-color: #24426b;
}
.background-red {
  background-color: #d25d6b;
}
pre {
  position: relative;
  background-color: #ffffff;
  color: #555555;
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  min-height: 2.5rem;
  padding: 0.42rem 0.86rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  border: thin solid #cccccc;
  border-radius: 0.3rem;
  outline: none;
  box-shadow: none;
  resize: none;
  min-width: 15rem;
}
button,
[type="button"],
[type="submit"],
[type="reset"] {
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.7rem 1.4rem;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}
button:disabled,
[type="button"]:disabled,
[type="submit"]:disabled,
[type="reset"]:disabled,
button.disabled,
[type="button"].disabled,
[type="submit"].disabled,
[type="reset"].disabled {
  cursor: not-allowed !important;
  background-color: #cccccc !important;
  color: #868686 !important;
}
button:disabled:hover,
[type="button"]:disabled:hover,
[type="submit"]:disabled:hover,
[type="reset"]:disabled:hover,
button.disabled:hover,
[type="button"].disabled:hover,
[type="submit"].disabled:hover,
[type="reset"].disabled:hover {
  background-color: #cccccc !important;
}
button-dark-blue,
[type="button"]-dark-blue,
[type="submit"]-dark-blue,
[type="reset"]-dark-blue {
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.7rem 1.4rem;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  background-color: #002554;
}
button-dark-blue:disabled,
[type="button"]-dark-blue:disabled,
[type="submit"]-dark-blue:disabled,
[type="reset"]-dark-blue:disabled,
button-dark-blue.disabled,
[type="button"]-dark-blue.disabled,
[type="submit"]-dark-blue.disabled,
[type="reset"]-dark-blue.disabled {
  cursor: not-allowed !important;
  background-color: #cccccc !important;
  color: #868686 !important;
}
button-dark-blue:disabled:hover,
[type="button"]-dark-blue:disabled:hover,
[type="submit"]-dark-blue:disabled:hover,
[type="reset"]-dark-blue:disabled:hover,
button-dark-blue.disabled:hover,
[type="button"]-dark-blue.disabled:hover,
[type="submit"]-dark-blue.disabled:hover,
[type="reset"]-dark-blue.disabled:hover {
  background-color: #cccccc !important;
}
button-dark-blue:hover,
[type="button"]-dark-blue:hover,
[type="submit"]-dark-blue:hover,
[type="reset"]-dark-blue:hover {
  background-color: #ab2328;
}
button-red,
[type="button"]-red,
[type="submit"]-red,
[type="reset"]-red {
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.7rem 1.4rem;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  background-color: #dd0000;
}
button-red:disabled,
[type="button"]-red:disabled,
[type="submit"]-red:disabled,
[type="reset"]-red:disabled,
button-red.disabled,
[type="button"]-red.disabled,
[type="submit"]-red.disabled,
[type="reset"]-red.disabled {
  cursor: not-allowed !important;
  background-color: #cccccc !important;
  color: #868686 !important;
}
button-red:disabled:hover,
[type="button"]-red:disabled:hover,
[type="submit"]-red:disabled:hover,
[type="reset"]-red:disabled:hover,
button-red.disabled:hover,
[type="button"]-red.disabled:hover,
[type="submit"]-red.disabled:hover,
[type="reset"]-red.disabled:hover {
  background-color: #cccccc !important;
}
button-red:hover,
[type="button"]-red:hover,
[type="submit"]-red:hover,
[type="reset"]-red:hover {
  background-color: #ab2328;
}
.button-dark-blue {
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.7rem 1.4rem;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  background-color: #002554;
}
.button-dark-blue:disabled,
.button-dark-blue.disabled {
  cursor: not-allowed !important;
  background-color: #cccccc !important;
  color: #868686 !important;
}
.button-dark-blue:disabled:hover,
.button-dark-blue.disabled:hover {
  background-color: #cccccc !important;
}
.button-dark-blue:hover {
  background-color: #ab2328;
}
.button-red {
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.7rem 1.4rem;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  background-color: #dd0000;
}
.button-red:disabled,
.button-red.disabled {
  cursor: not-allowed !important;
  background-color: #cccccc !important;
  color: #868686 !important;
}
.button-red:disabled:hover,
.button-red.disabled:hover {
  background-color: #cccccc !important;
}
.button-red:hover {
  background-color: #ab2328;
}
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left !important;
}
.table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 1px !important;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 0 !important;
}
.table.dataTable > tbody > tr:nth-child(even) > td,
table.dataTable > tbody > tr:nth-child(even) > td {
  background-color: #e9e9e9;
}
.table.dataTable.no-zebra > tbody > tr:nth-child(even) > td,
table.dataTable.no-zebra > tbody > tr:nth-child(even) > td {
  background-color: unset;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  padding: 1rem 0 !important;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: none !important;
  outline-offset: unset !important;
}
.tabulator-paginator button.tabulator-page {
  color: #555555;
}
form {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 1 auto;
}
form .horizontal-form-control {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
  align-items: baseline;
}
form .horizontal-form-control div.input-group {
  display: flex;
  align-items: center;
  border: thin solid #cccccc;
  border-radius: 0.3rem;
}
form .horizontal-form-control div.input-group div.input-group-addon {
  background-color: #e9e9e9;
  padding: 0.5rem;
}
form .horizontal-form-control div.input-group input.input-group-addon {
  border: none;
}
form.group,
div.group {
  border: thin solid #cccccc;
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 1rem;
}
form .buttons,
div .buttons {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
  align-items: baseline;
  gap: 1rem;
  justify-content: center;
  margin: 0.5rem 1.25rem 0 1.25rem;
}
form div.submit-progress,
div div.submit-progress {
  align-self: center;
}
form div.spacer,
div div.spacer {
  flex-grow: 1;
}
form div.ckeditor-wrapper,
div div.ckeditor-wrapper {
  height: 62vh;
}
form div.ckeditor-wrapper div.ck,
div div.ckeditor-wrapper div.ck {
  height: 100%;
}
label {
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 700;
  min-width: 11rem;
}
label.checkbox {
  cursor: pointer;
}
label.no-width {
  min-width: unset !important;
  width: unset !important;
  max-width: unset !important;
}
label.no-bold {
  font-weight: unset;
}
.mar-left-label {
  margin-left: 12rem;
}
.mar-left-label0_5x {
  margin-left: 11.5rem;
}
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="text"],
input[type="date"],
input[type="datetime-local"],
input[list],
select,
textarea {
  position: relative;
  background-color: #ffffff;
  color: #555555;
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  height: 2.5rem;
  padding: 0.42rem 0.86rem;
  font-size: 1rem;
  line-height: 1.4rem;
  border: thin solid #cccccc;
  border-radius: 0.3rem;
  outline: none;
  box-shadow: none;
  resize: none;
  min-width: 15rem;
}
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[list]:focus,
select:focus,
textarea:focus,
input[type="email"].focus,
input[type="file"].focus,
input[type="number"].focus,
input[type="password"].focus,
input[type="text"].focus,
input[type="date"].focus,
input[type="datetime-local"].focus,
input[list].focus,
select.focus,
textarea.focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="email"]:disabled,
input[type="file"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="text"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[list]:disabled,
select:disabled,
textarea:disabled,
input[type="email"].disabled,
input[type="file"].disabled,
input[type="number"].disabled,
input[type="password"].disabled,
input[type="text"].disabled,
input[type="date"].disabled,
input[type="datetime-local"].disabled,
input[list].disabled,
select.disabled,
textarea.disabled {
  cursor: not-allowed !important;
  background-color: #cccccc !important;
  color: #868686 !important;
}
input[type="email"].cursor-pointer,
input[type="file"].cursor-pointer,
input[type="number"].cursor-pointer,
input[type="password"].cursor-pointer,
input[type="text"].cursor-pointer,
input[type="date"].cursor-pointer,
input[type="datetime-local"].cursor-pointer,
input[list].cursor-pointer,
select.cursor-pointer,
textarea.cursor-pointer {
  cursor: pointer;
}
input[type="email"].auto-width,
input[type="file"].auto-width,
input[type="number"].auto-width,
input[type="password"].auto-width,
input[type="text"].auto-width,
input[type="date"].auto-width,
input[type="datetime-local"].auto-width,
input[list].auto-width,
select.auto-width,
textarea.auto-width {
  width: auto;
  min-width: unset;
}
input[type="email"].ext,
input[type="file"].ext,
input[type="number"].ext,
input[type="password"].ext,
input[type="text"].ext,
input[type="date"].ext,
input[type="datetime-local"].ext,
input[list].ext,
select.ext,
textarea.ext {
  min-width: 30rem;
}
input[type="number"] {
  padding-right: 0.25rem;
}
input[type="number"].one-digit {
  min-width: 2rem;
  max-width: 2rem;
  width: 2rem;
}
input[type="number"].two-digit {
  min-width: 3.75rem;
  max-width: 3.75rem;
  width: 3.75rem;
}
select[multiple],
textarea {
  height: unset !important;
}
select[multiple].height100,
textarea.height100 {
  height: 100% !important;
}
input[type="file"].hidden {
  display: none;
}
table thead th input,
table thead th select {
  margin: 0;
}
table tbody td {
  vertical-align: top;
}
fieldset {
  display: flex;
  flex: 1 1 auto;
  border: thin solid #cccccc;
  border-radius: 0.3rem;
}
fieldset.fieldset-vertical {
  flex-flow: column nowrap;
}
ul {
  margin: 0;
  padding-left: 1rem;
}
div.tabs {
  display: flex;
  gap: 1rem;
  border-bottom: thin solid gray;
  padding-left: 0.5rem;
  align-items: stretch;
  margin-bottom: 1rem;
}
div.tabs .tab {
  cursor: default;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: thin solid gray;
  padding: 0.4rem 0.75rem;
  border-bottom: none;
  background-color: #e9e9e9;
  font-size: 1.2rem;
  align-self: flex-end;
}
div.tabs .tab.active {
  border-bottom: solid white;
  margin-bottom: -1px;
  background-color: white;
}
div.tabs a.tab {
  cursor: pointer;
  text-decoration: none !important;
}
dialog.medium-width {
  min-width: 50vw;
}
dialog .buttons {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
  align-items: baseline;
  gap: 1rem;
  justify-content: center;
  margin: 0.5rem 1.25rem 0 1.25rem;
}
dialog button.close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
  background: none;
  color: #002554;
}
dialog.confirm button.close-button {
  display: none;
}
dialog div.title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  padding: 0.25rem 2rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.spinner {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2em solid #b1b6af;
  border-top: 0.2em solid #868686;
  border-radius: 50%;
  padding: 0;
  margin: 0.5rem;
  animation: spin 2s linear infinite;
}
div.success:before {
  font-size: 2.5rem;
  content: '\2713';
  color: #002554;
}
div.error:before {
  font-size: 2.5rem;
  content: '\d7';
  color: #ab2328;
}
div.date-input,
div.datetime-input {
  position: relative;
  display: inline-block;
}
div.date-input > div,
div.datetime-input > div {
  position: absolute;
  top: 3px;
  left: 1px;
  background-color: #ffffff;
  color: #555555;
  font-family: Myriad Pro Regular, Open Sans, Helvetica, Arial;
  height: calc(2.5rem - 6px);
  padding: calc(0.42rem - 1px) calc(0.86rem - 1px);
  font-size: 1rem;
  border: none;
  outline: none;
  box-shadow: none;
  resize: none;
  width: calc(100% - 1.5rem);
}
div.date-input > input,
div.datetime-input > input {
  padding-right: 0;
}
footer.manage-footer div.copyright {
  min-height: 3.5rem;
  padding: 0;
}
.well {
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
}
.well-dark {
  background-color: #f5f5f5;
}
.well.outer-well {
  margin-left: -1rem;
  margin-right: -1rem;
}
.well-red {
  background-color: #EBCBD3;
  border: 1px solid #C42D42;
}
.pageLoaderOverlay {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
.pageLoaderOverlay::backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}
.pageLoaderOverlay .loader,
.pageLoaderOverlay .loader:before,
.pageLoaderOverlay .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.pageLoaderOverlay .loader {
  color: rgba(255, 255, 255, 0.6);
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.pageLoaderOverlay .loader:before,
.pageLoaderOverlay .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.pageLoaderOverlay .loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.pageLoaderOverlay .loader:after {
  left: 3.5em;
}
@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #002554;
  text-decoration: underline !important;
}
a:not([name]) {
  cursor: pointer;
}
a.disabled {
  cursor: default;
  color: #868686;
  text-decoration: none !important;
}
.red {
  color: red;
}
.hide {
  display: none !important;
}
i.fa.finger {
  cursor: pointer;
}
hr {
  border-top: thin solid #cccccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 98%;
}
pre {
  overflow: auto;
  font-family: monospace, monospace;
  border: 1px solid #999;
  page-break-inside: avoid;
}
.errors {
  background-color: #E7ACB3;
  border: solid 1px red;
  border-radius: 0.25rem;
  padding: 1rem;
}
.contacts-software-dialogs .group {
  min-width: 33rem;
}
.top-bars {
  position: sticky;
  top: 0;
  z-index: 500;
}
.header-red-bar {
  background-color: #d25d6b;
  color: white;
  height: 2.5rem;
}
.header-red-bar a {
  color: white;
  white-space: nowrap;
}
.header-red-bar .hamburger {
  position: relative;
  display: none;
}
.header-red-bar .hamburger .hamburger-button {
  border-radius: 0.25rem;
  border: thin solid transparent;
}
.header-red-bar .hamburger .hamburger-button .bar {
  width: 1.5rem;
  height: 0.25rem;
  background-color: #ffffff;
  margin: 0.25rem;
}
.header-red-bar .hamburger .hamburger-menu {
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 2rem;
  border: solid thin transparent;
  border-radius: 0.5rem;
  z-index: 1000;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.33);
  padding: 1rem 2rem;
  font-size: 1rem;
  left: 0;
}
.header-red-bar .hamburger .hamburger-menu div {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.header-red-bar .hamburger .hamburger-menu a {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.header-red-bar .hamburger .hamburger-menu a:last-child {
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .header-red-bar .hamburger {
    display: flex;
  }
  .header-red-bar .hamburger.active .hamburger-button {
    border-radius: 0.25rem;
    border: thin solid transparent;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .header-red-bar .hamburger.active .hamburger-menu {
    display: flex;
  }
  .header-red-bar .menu {
    display: none;
  }
}
.header-blue-bar {
  background-color: #24426b;
  color: white;
  height: 3.6rem;
}
@media screen and (min-width: 740px) {
  .header-blue-bar {
    height: 6rem;
  }
}
.header-blue-bar a {
  color: white;
  white-space: nowrap;
}
.header-blue-bar .rc-logo {
  background: url("/img/RealityCharting-Logo-01.svg") 0 0 no-repeat;
  height: 2.6rem;
  width: 13rem;
  min-height: 2.6rem;
  min-width: 13rem;
}
@media screen and (min-width: 740px) {
  .header-blue-bar .rc-logo {
    height: 3.75rem;
    width: 18.75rem;
    min-height: 3.75rem;
    min-width: 18.75rem;
  }
}
.header-blue-bar .rc-logo a {
  display: block;
  height: 3.75rem;
  width: 18.75rem;
  min-height: 3.75rem;
  min-width: 18.75rem;
}
.header-blue-bar .hamburger {
  position: relative;
  display: none;
}
.header-blue-bar .hamburger .hamburger-button {
  border-radius: 0.25rem;
  border: thin solid transparent;
}
.header-blue-bar .hamburger .hamburger-button .bar {
  width: 1.5rem;
  height: 0.25rem;
  background-color: #ffffff;
  margin: 0.25rem;
  height: 0.2rem;
  margin: 0.3rem 0.25rem;
}
.header-blue-bar .hamburger .hamburger-menu {
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 2rem;
  border: solid thin transparent;
  border-radius: 0.5rem;
  z-index: 1000;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.33);
  padding: 1rem 2rem;
  font-size: 1rem;
  right: 0;
}
.header-blue-bar .hamburger .hamburger-menu div {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.header-blue-bar .hamburger .hamburger-menu a {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.header-blue-bar .hamburger .hamburger-menu a:last-child {
  margin-bottom: 0;
}
.header-blue-bar .hamburger .hamburger-menu .training-menu-options,
.header-blue-bar .hamburger .hamburger-menu .about-menu-options {
  display: flex;
  padding-left: 1.5rem;
  margin-bottom: 0;
  margin-top: 0.25rem;
}
@media (max-width: 745px) {
  .header-blue-bar .hamburger {
    display: flex;
  }
  .header-blue-bar .hamburger.active .hamburger-button {
    border-radius: 0.25rem;
    border: thin solid transparent;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .header-blue-bar .hamburger.active .hamburger-menu {
    display: flex;
  }
  .header-blue-bar .menu {
    display: none;
  }
}
.store-link {
  padding: 0.25rem 0;
  border-radius: 0.25rem;
  border: thin solid transparent;
}
.user-menu {
  position: relative;
}
.user-menu.active .user-menu-button {
  border-radius: 0.25rem;
  border: thin solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
}
.user-menu.active .user-menu-options {
  display: flex;
}
.user-menu .user-menu-button {
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: thin solid transparent;
}
.user-menu .user-menu-options {
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 2rem;
  border: solid thin transparent;
  border-radius: 0.5rem;
  z-index: 1000;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.33);
  padding: 1rem 2rem;
  font-size: 1rem;
  right: 0;
}
.user-menu .user-menu-options div {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.user-menu .user-menu-options a {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.user-menu .user-menu-options a:last-child {
  margin-bottom: 0;
}
.menu .training-menu {
  position: relative;
}
.menu .training-menu.active .training-menu-options {
  display: flex;
}
.menu .training-menu .training-menu-options {
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 2rem;
  border: solid thin transparent;
  border-radius: 0.5rem;
  z-index: 1000;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.33);
  padding: 1rem 2rem;
  font-size: 1rem;
  left: 0;
}
.menu .training-menu .training-menu-options div {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.menu .training-menu .training-menu-options a {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.menu .training-menu .training-menu-options a:last-child {
  margin-bottom: 0;
}
.menu .about-menu {
  position: relative;
}
.menu .about-menu.active .about-menu-options {
  display: flex;
}
.menu .about-menu .about-menu-options {
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 2rem;
  border: solid thin transparent;
  border-radius: 0.5rem;
  z-index: 1000;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.33);
  padding: 1rem 2rem;
  font-size: 1rem;
  right: 0;
}
.menu .about-menu .about-menu-options div {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.menu .about-menu .about-menu-options a {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.menu .about-menu .about-menu-options a:last-child {
  margin-bottom: 0;
}
iframe#validate-frame {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  border: none;
  display: none !important;
}
.landing-page .notification {
  background-color: #fcf8e3;
  border: solid 1px #faebcc;
  border-radius: 0.25rem;
  padding: 1rem;
}
.landing-page .notification .date {
  min-width: 10.75rem;
}
.landing-page .company-sect.user-hide {
  display: none;
}
.landing-page .company-sect.show-all {
  display: unset !important;
}
.landing-page .company-sect.user-hide.show-all {
  display: unset !important;
}
.landing-page .training-sect.user-train-hide {
  display: none;
}
.landing-page .training-sect.show-all {
  display: block !important;
}
.landing-page .training-sect.user-train-hide.show-all {
  display: block !important;
}
.landing-page .rcpro_logo_nonstandard {
  content: url("/img/rcpro_logo_nonstandard.svg");
  height: 30px;
  margin-top: -3px;
  display: inline-block;
  filter: drop-shadow(2px 2px 2px #ccc);
}
.landing-page .rccoach_logo_nonstandard {
  content: url("/img/RC_Coach_Logo.svg");
  height: 40px;
  margin-top: -3px;
  display: inline-block;
  filter: drop-shadow(2px 2px 2px #ccc);
}
.landing-page .rcprotutorials_logo_nonstandard {
  content: url("/img/RC_Tutorials_Logo.svg");
  height: 40px;
  margin-top: -3px;
  display: inline-block;
  filter: drop-shadow(2px 2px 2px #ccc);
}
html.await-captcha,
body.await-captcha {
  overflow: hidden;
  pointer-events: none;
}
.captcha-overlay {
  z-index: 1000000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  backdrop-filter: blur(15px);
}
.captcha-overlay .rounded-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: thin solid #808080;
  border-radius: 5px;
  padding: 20px;
}
.captcha-overlay .rounded-container h4 {
  display: inline-block;
}
#logistics-captcha,
#critique-captcha {
  margin-top: 10px;
}
.travel-logistics-form label {
  min-width: 14rem;
  width: 14rem;
  max-width: 14rem;
}
.travel-logistics-form .mar-left-label {
  margin-left: 15rem;
}
.travel-logistics-form ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1rem;
  margin-bottom: 0;
}
.travel-logistics-form ul li {
  list-style-type: unset;
  padding-left: unset;
  margin: unset;
}
.travel-logistics-form .horizontal-form-control.relative {
  position: relative;
}
.travel-logistics-form .horizontal-form-control .absolute-fill {
  position: absolute;
  left: 15rem;
  top: 0;
  bottom: 0;
  right: 0.25rem;
}
.travel-logistics-form .attachments-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 2rem 0 1rem;
  min-height: 12.5rem;
  border: thin solid #ccc;
  background-color: #eee;
}
.travel-logistics-form .attachments-container.over {
  border: 3px dashed #ccc;
}
.travel-logistics-form #logistics_filelist {
  display: flex;
  flex-flow: row;
  margin-bottom: 2rem;
}
.travel-logistics-form #logistics_filelist form {
  margin-right: 1rem;
}
.travel-logistics-form #logistics_filelist form:last-child {
  margin-right: 0;
}
.travel-logistics-form #logistics_filelist span.label.label-default {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: normal;
  border: thin solid transparent;
  border-radius: 0.5rem;
  background-color: #002554;
  padding: 0.25rem 0.5rem;
}
.travel-logistics-form #logistics_filelist span.label.label-default i.fa-solid {
  cursor: pointer;
  margin-left: 0.5rem;
  color: red;
}
.travel-logistics-form a.filename {
  cursor: pointer;
  color: white;
}
.travel-logistics-form .note-message {
  margin-bottom: 2rem;
}
.travel-logistics-form .thankyou-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.buttons-sticky {
  position: sticky;
  bottom: 0;
  background: white;
  padding: 1rem 0.5rem;
  border-top: 2px solid #ccc;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.buttons-sticky button {
  margin: 0 0.5rem !important;
  border-radius: 4px !important;
}
.buttons-sticky .save-complete {
  color: #0b0;
  margin-left: 1rem;
}
.buttons-sticky button {
  margin: 0 5px !important;
  border-radius: 4px !important;
}
.critique-form .feedback-pad {
  padding-top: 7.5px;
}
.critique-form .feedback-marginbottom {
  margin-bottom: 20px;
}
.critique-form .font-normal {
  font-weight: normal;
}
.critique-form .header-flex {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}
.critique-form .header-margintop {
  margin-top: 6px !important;
}
.critique-form .header-instructor {
  white-space: nowrap;
}
.critique-form .header-date {
  flex: 1 1 auto;
  text-align: center;
}
.critique-form .header-name {
  display: inline-block;
  width: 275px;
}
.critique-form .question-column {
  width: 27%;
}
.critique-form .question-ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 20px;
}
.critique-form .question-emphasis {
  font-weight: bold;
  text-decoration: underline;
}
.critique-form table {
  border-collapse: collapse;
}
.critique-form table input,
.critique-form table textarea {
  max-width: unset;
  max-height: unset;
  width: 100%;
}
.critique-form table tr.table-bordered,
.critique-form table td.table-bordered {
  border: 1px solid #ccc;
}
.critique-form table input[type=checkbox],
.critique-form table input[type=radio] {
  width: auto;
}
.critique-form table textarea {
  height: 100%;
  resize: none;
}
.critique-form .radio-marginleft {
  margin-left: 20px !important;
}
.critique-form .label-110 {
  display: inline-block;
  min-width: 110px;
}
.critique-form .label-fontnormal {
  font-weight: normal;
}
.critique-form .submit-row {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.critique-form .thankyou-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.attendees .add-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 20px;
  border: thin #ccc solid;
  border-radius: 4px;
  background: #eee;
  margin-bottom: 30px;
}
.attendees .add-box .left-add,
.attendees .add-box .right-add {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 50%;
}
.attendees .add-box .or {
  flex: 1 1 30%;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.attendees .add-box .left-add > div:first-child,
.attendees .add-box .right-add > div:first-child {
  font-style: italic;
  font-weight: bold;
  align-self: center;
  margin-bottom: 10px;
}
.attendees .add-box .left-add form {
  display: flex;
  flex-flow: column nowrap;
  background: #fff;
  padding: 10px;
  border: thin solid #ccc;
  border-radius: 4px;
}
.attendees .add-box .left-add form .form-group {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
  align-items: baseline;
}
.attendees .add-box .left-add form .form-group label {
  margin-right: 10px;
  min-width: 70px;
  text-align: right;
}
.attendees .add-box .left-add form .form-group .input-container {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
}
.attendees .add-box .left-add form .form-group .input-container .form-control {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
  max-width: unset;
}
.attendees .add-box .left-add form button {
  margin-left: 80px;
  align-self: flex-start;
}
.attendees .add-box .right-add .upload-div {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  align-items: center;
  background: #fff;
  padding: 10px;
  border: thin solid #ccc;
  border-radius: 4px;
}
.attendees .add-box .right-add .upload-div button {
  margin: 20px 0;
}
.attendees .add-box .right-add .upload-div .template-msg {
  font-size: 0.7r 5em;
  font-style: italic;
}
.attendees .add-box .right-add .upload-div form {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
}
.attendees .add-box .right-add .upload-div #file-drop {
  cursor: pointer;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 20px 0 10px;
  border: thin solid #ccc;
  background-color: #eee;
  padding: 10px;
  border-radius: 4px;
}
.attendees .add-box .right-add .upload-div #file-drop.over {
  border: 3px dashed #ccc;
}
.attendees table {
  border-collapse: collapse;
}
.attendees table th,
.attendees table td {
  text-align: left;
  border: solid thin #ccc;
  padding: 0.25rem 0.5rem;
}
.attendees table thead th.actions {
  width: 105px;
}
.attendees .thankyou-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
iframe#validate-frame {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  border: none;
  display: none !important;
}
.main-content.login {
  min-height: calc(100vh - 28.3rem);
}
#loginForm form {
  align-items: center;
}
#loginForm form > * {
  width: 22rem;
}
#loginForm .validation-summary-errors {
  width: 100%;
  margin-bottom: 1rem;
}
#loginForm .validation-summary-errors ul {
  padding: 0;
  list-style: none;
}
#loginForm .validation-summary-errors ul li {
  text-align: center;
}
.keep-container {
  position: relative;
}
.keep-container.active a {
  border-radius: 0.25rem;
  border: thin solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
}
.keep-container.active .keep-popup {
  display: flex;
}
.keep-container a {
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: thin solid transparent;
}
.keep-container .keep-popup {
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 2rem;
  border: solid thin transparent;
  border-radius: 0.5rem;
  z-index: 1000;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.33);
  padding: 1rem 2rem;
  font-size: 1rem;
  width: 22rem;
  right: 0;
}
.keep-container .keep-popup div {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.keep-container .keep-popup a {
  color: #002554;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.keep-container .keep-popup a:last-child {
  margin-bottom: 0;
}
.password-box input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.password-box span {
  width: 3.25rem;
  background-color: #eee;
  margin-left: -1px;
  height: 2.5rem;
  padding: 0.575rem 0.86rem 0.42rem;
  border: thin solid #ccc;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
hr.external-separator {
  width: 24rem;
  border-top: thin solid #30aee3;
  border-bottom: thin solid #ccc;
}
#batchEditOverlay div.title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  padding: 0.25rem 2rem;
}
#editAndManageDialog #coachSection,
#editAndManageDialog #proDesktopSection,
#editAndManageDialog div.data-pool {
  min-width: 19rem;
  max-width: 19rem;
  min-height: 11.5rem;
  max-height: 14rem;
}
.edit-account .icon-shadow {
  width: 64px;
  height: 64px;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.1);
}
/* BEGIN LEGACY CSS */
.header-container {
  display: block;
  background-color: transparent;
  z-index: 1;
  /*height:80px;*/
}
.tippy-top {
  color: #fff;
  background: #D25D6B;
  font-size: 12px;
  position: relative;
  display: block;
  visibility: visible;
  border-bottom: 2px solid #D7808A;
  height: 40px;
}
.tippy-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tippy-top ul li {
  float: left;
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.tippy-top ul li a {
  position: relative;
  color: #fff;
}
.tippy-top ul li a .cart-count {
  position: absolute;
  z-index: 1;
  background: #1abc9c;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  height: 13px;
  line-height: 10px;
  margin: 0;
  padding: 2px 4px;
  right: -6px;
  top: -6px;
  width: 13px;
}
.tippy-top ul li i {
  font-size: 16px !important;
  line-height: 40px;
}
.tippy-top div.right {
  float: right;
}
.tippy-top div.right div.header-dropdown {
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  line-height: 40px;
}
.tippy-top .right li {
  line-height: 40px;
}
.tippy-top div.right div.header-dropdown:hover .header-dropdown-menu {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.tippy-top div.right div.header-dropdown .header-dropdown-menu {
  background: #fff;
  border: solid 1px #eee;
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.1);
  left: auto;
  margin: 0;
  opacity: 0;
  padding: 0 16px;
  position: absolute;
  right: -18px;
  text-align: left;
  top: auto;
  transition: all 300ms ease-out;
  visibility: hidden;
  width: 150px;
  z-index: 50;
}
.tippy-top div.right div.header-dropdown .header-dropdown-menu:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  top: -9px;
  right: 14px;
  position: absolute;
}
.tippy-top div.right div.header-dropdown .header-dropdown-menu ul {
  margin: 0;
  list-style: circle;
}
.tippy-top div.right div.header-dropdown .header-dropdown-menu ul li {
  float: none;
  list-style-type: none;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.tippy-top div.right div.header-dropdown .header-dropdown-menu ul li a {
  display: block;
  color: #747474;
}
.tippy-top div.right div.header-dropdown .header-dropdown-menu ul li a:hover {
  color: #222;
}
.logo {
  float: left;
  position: relative;
  z-index: 1;
  height: 60px;
  line-height: normal;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  background: #24426B;
  padding-top: 10px;
}
.logo .container {
  position: relative;
  width: auto;
  padding: 0 15px;
}
.logo a {
  position: relative;
  display: inline-block;
  background: url("/img/RealityCharting-Logo-01.svg") 0 0 no-repeat;
  background-size: 300px auto;
  height: 60px;
  width: 300px;
  border: 0;
  vertical-align: middle;
}
.logoAnd a {
  position: relative;
  display: inline-block;
  background: url("/img/ApolloAndRealityCharting.svg") 0 0 no-repeat;
  background-size: 650px auto;
  height: 80px;
  width: 650px;
  border: 0;
  vertical-align: middle;
}
@media (max-width: 1254px) {
  .main-menu .containers {
    display: none;
  }
  button.fa-bars {
    padding-top: 25px;
    padding-right: 15px;
    display: inline-block;
  }
}
.mobile-hamburger {
  float: left;
  margin-left: 0 !important;
  margin-right: 15px;
  opacity: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
@media (max-width: 1254px) {
  .mobile-hamburger {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: unset;
  }
}
.mobile-hamburger .mobile-hamburger-button {
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: 1;
}
@media (max-width: 1254px) {
  .mobile-hamburger .mobile-hamburger-button {
    position: relative;
    float: left;
    opacity: 1;
    visibility: visible;
    height: 80px;
  }
}
.mobile-hamburger .mobile-hamburger-button button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.3s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-hamburger .mobile-hamburger-button button:active,
.mobile-hamburger .mobile-hamburger-button button:focus {
  outline: none !important;
}
.mobile-hamburger .mobile-hamburger-button button.active .lines {
  background-color: transparent !important;
  display: inline-block;
  height: 2px;
  width: 16px;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  top: -4px;
  margin: 0 15px 0 0;
  padding: 0;
  transform: scale3d(0.8, 0.8, 0.8);
}
.mobile-hamburger .mobile-hamburger-button button.active .lines:before,
.mobile-hamburger .mobile-hamburger-button button.active .lines:after {
  position: absolute;
  background-color: white;
  display: inline-block;
  height: 2px;
  border-radius: 4px;
  transition: 0.3s;
  content: '';
  left: 0;
  transform-origin: 50% 50%;
  width: 20px;
  top: 0;
}
.mobile-hamburger .mobile-hamburger-button button.active .lines:before {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-hamburger .mobile-hamburger-button button.active .lines:after {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}
.mobile-hamburger .mobile-hamburger-button button .lines {
  background-color: white;
  display: inline-block;
  height: 2px;
  width: 16px;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  top: -4px;
  margin-right: 15px;
}
.mobile-hamburger .mobile-hamburger-button button .lines:before,
.mobile-hamburger .mobile-hamburger-button button .lines:after {
  position: absolute;
  background-color: white;
  display: inline-block;
  height: 2px;
  border-radius: 4px;
  transition: 0.3s;
  content: '';
  left: 0;
  transform-origin: 2.85714px center;
  width: 100%;
}
.mobile-hamburger .mobile-hamburger-button button .lines:before {
  top: 5px;
}
.mobile-hamburger .mobile-hamburger-button button .lines:after {
  top: -5px;
}
@media (max-width: 1254px) {
  .hamburger-open .main-menu {
    display: block !important;
    opacity: 1 !important;
    overflow-y: scroll;
  }
  .hamburger-open .main-menu:not(.menu-overlay) {
    clear: both;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  }
}
@media (max-width: 1254px) {
  .hamburger-open .main-menu {
    display: block !important;
    opacity: 1 !important;
    overflow-y: scroll;
  }
  .hamburger-open .main-menu:not(.menu-overlay) {
    clear: both;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  }
  .main-menu .containers {
    display: none;
  }
}
.main-menu {
  margin: 0 0 0 0;
  padding: 0;
  float: right;
  background: #24426B;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid white;
}
.main-menu > .container {
  width: auto;
  padding: 0 !important;
  position: relative;
  float: right;
}
.main-menu nav {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}
.main-menu nav > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 80px;
  background-color: #fff;
}
.main-menu nav > ul > li {
  margin-left: 4px;
  float: left;
  border: 0;
  transition: all 0.3s ease;
  line-height: 80px;
  vertical-align: baseline;
}
@media (min-width: 992px) {
  .main-menu nav > ul > li.mobile-only {
    display: none;
  }
}
.main-menu nav > ul > li:hover > a:after {
  left: 0;
  width: 100%;
}
.main-menu nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
.main-menu nav > ul > li > a {
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 11px 14px;
  font-size: 12px;
  color: white;
}
.main-menu nav > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.main-menu nav > ul > li.children {
  position: relative;
}
.main-menu nav > ul > li.active > a {
  color: #002554;
}
.main-menu nav > ul > li ul {
  position: absolute;
  list-style: none;
  border-radius: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  min-width: 230px;
  top: auto;
  background-color: #fff;
  left: auto;
  margin: -6px 0 0;
  padding: 0px;
  z-index: 1000;
  text-align: left;
  border: 1px solid #23426b;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.main-menu nav > ul > li ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.main-menu nav > ul > li ul li:hover.children i.toggle {
  right: 14px;
}
.main-menu nav > ul > li ul li.children i.toggle {
  line-height: 40px;
  position: absolute;
  right: 18px;
  color: #262626;
  transition: 0.3s ease;
  top: 0;
  font-style: normal;
}
.main-menu nav > ul > li ul li.children i.toggle:before {
  content: "\f105";
  font-family: fontawesome;
  opacity: 0.6;
}
.main-menu nav > ul > li ul li.children:hover ul {
  top: 0;
  opacity: 1;
  visibility: visible;
  left: 98%;
}
.main-menu nav > ul > li ul li.children ul {
  position: absolute;
  list-style: none;
  border-radius: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  min-width: 230px;
  top: auto;
  background-color: #fff;
  border-style: solid;
  border-color: #eee;
  border-width: 1px !important;
  left: auto;
  margin: -12px 0 0;
  /*border-radius: 4px;
                            box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);*/
  padding: 10px;
  z-index: 1000;
  font-size: 14px;
  text-align: left;
}
.main-menu nav > ul > li ul li > a {
  background-color: transparent;
  display: block;
  color: #444;
  font-family: "Myriad Pro Regular", myriad-pro, "Open Sans", Helvetica, Arial;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s ease;
  clear: both;
  white-space: nowrap;
  text-decoration: none;
  padding: 12px 20px 12px 18px;
}
.main-menu .container ul li button {
  display: none;
}
@media (max-width: 1254px) {
  li.children {
    display: none;
  }
  .main-menu .container ul li button {
    display: block;
  }
  .hamburger-open .main-menu li.children {
    display: inline-block;
    line-height: 36px;
  }
  .hamburger-open .main-menu li.children ul {
    display: inline-block;
    line-height: 36px;
    left: 150px;
  }
  .hamburger-open .main-menu nav > ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0px;
    top: 120px;
    background-color: #24426B;
    z-index: 2;
    width: 80%;
  }
}
footer,
.footer {
  color: #fff;
  background: #24426B;
  font-family: "Myriad Pro Regular", myriad-pro, "Open Sans", Helvetica, Arial;
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: 23.2px;
  border-top: 4px solid #D25D6B;
  height: 3.5rem;
}
footer.plain {
  height: auto;
}
footer div.container {
  padding: 0 15px;
}
footer a,
.footer a,
footer a:hover,
.footer a:hover,
footer a:focus,
.footer a:focus,
footer a:visited,
.footer a:visited {
  color: #fff !important;
}
footer .content,
.footer .content {
  line-height: 23.2px;
  padding: 60px 0 40px;
  background-image: url("/img/CustomParallaxBackground10.jpg");
  background-size: cover;
}
footer .content ul,
.footer .content ul {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 0.8rem;
  padding: 0;
}
footer .content ul li,
.footer .content ul li {
  list-style-type: none;
  margin: 0 0 10px 20px;
  text-transform: uppercase;
}
footer .content ul li:first-child,
.footer .content ul li:first-child {
  font-weight: bold;
}
footer .copyright,
.footer .copyright {
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  color: #fff;
  min-height: 80px;
  padding: 30px 0;
}
footer .copyright .copy-text,
.footer .copyright .copy-text {
  padding-top: 10px;
  text-transform: uppercase;
}
.dt-column-title input {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
/* END LEGACY CSS */
@media (max-width: 1254px) {
  .mobile-hamburger.container.active ul {
    background: #ffffff;
    border-radius: 0.5rem;
    border: solid thin transparent;
    z-index: 1000;
    min-width: 14rem;
    position: absolute;
    top: 4rem;
    right: 2rem;
    list-style: none;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.33);
  }
  .mobile-hamburger.container.active ul > li.children {
    display: block;
    padding: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */