/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
@font-face {
  font-family: "Source Sans Pro";
  src: url('../assets/fonts/SourceSans3-VariableFont_wght.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  src: url('../assets/fonts/SourceSans3-Italic-VariableFont_wght.ttf');
}
@font-face {
  font-family: "Cinzel Decorative";
  src: url('../assets/fonts/CinzelDecorative-Regular.ttf');
}
@font-face {
  font-family: "Cinzel Decorative";
  font-weight: bold;
  src: url('../assets/fonts/CinzelDecorative-Bold.ttf');
}
@font-face {
  font-family: "Champagne-Limousines";
  src: url('../assets/fonts/Champagne-Limousines.ttf');
}
@font-face {
  font-family: "Champagne-Limousines";
  font-weight: bold;
  src: url('../assets/fonts/Champagne-Limousines-Bold.ttf');
}
@font-face {
  font-family: "Champagne-Limousines";
  font-style: italic;
  src: url('../assets/fonts/Champagne-Limousines-Italic.ttf');
}
@font-face {
  font-family: "Bradley Hand ITC";
  src: url('../assets/fonts/BRADHI.ttf');
}
@font-face {
  font-family: "Bradley Hand ITC TT Bold";
  src: url('../assets/fonts/Bradley-Hand-ITC-TT-Bold.ttf');
}
/**
* Sticky and Sticky-2 are used to keep the nav tabs on the top when scrolling. The example is in the examinationsV2.hbs
 */
.nav-tabs.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1000;
  background-color: #fff;
}
.nav-tabs.sticky-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 210px;
  z-index: 1000;
  background-color: #fff;
}
/*
*
*/
body {
  background-color: #FFF !important;
  color: #213644;
  font-family: "Source Sans Pro", sans-serif !important;
  line-height: 1.65em;
  letter-spacing: -0.015em;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb {
  background: #213644;
  border-radius: 10px;
  height: 50px;
  background-clip: content-box;
  border: 2px solid transparent;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #E5ab0f;
  background-clip: content-box;
  border: 2px solid transparent;
}
/*
* Buttons
*/
button {
  background-color: #213644;
  border: none;
}
.btn-link {
  color: #777;
  text-decoration: none;
  border: none;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #ff6c00;
  border: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-primary {
  background-color: #777;
  border: none;
}
.btn-primary:hover {
  background-color: #ff6c00;
  border: none;
}
.btn-primary:focus {
  background-color: #ff6c00;
  border: none;
  box-shadow: none;
}
.btn-primary:active {
  background-color: #ff6c00 !important;
  color: #333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #777 !important;
  color: #f5f5f5 !important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-primary {
  border-color: #213644;
  color: #213644;
  background-color: transparent;
}
.btn-outline-primary:hover {
  background-color: #E5ab0f;
  border-color: #E5ab0f;
}
.btn-outline-primary:focus {
  background-color: #E5ab0f;
  box-shadow: 0 0 0 0.2rem #213644;
}
.btn-outline-primary:active {
  background-color: #E5ab0f !important;
}
.btn-outline-primary.active {
  background-color: #E5ab0f !important;
  border-color: #E5ab0f !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #E5ab0f;
}
.btn-success {
  background-color: #2B4BAB;
  border-color: #2B4BAB;
}
.btn-success:hover {
  background-color: #a0c0bc !important;
}
.btn-success:active {
  background-color: #a0c0bc !important;
}
.btn-success:focus {
  background-color: #a0c0bc !important;
  box-shadow: 0 0 0 0.2rem rgba(17, 51, 151, 0.5) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #213644;
  border: none;
}
.button-orange {
  color: #ff6c00;
  border: 2px solid #ff6c00;
  border-radius: 3px;
  background-color: white;
  font-weight: 500;
  padding: 0.25em 0.5em;
}
.button-orange:hover {
  background-color: #ff6c00;
  color: white;
}
.button-green {
  background-color: #28a745;
  color: white;
  border-radius: 3px;
  font-weight: 500;
  padding: 0.25em 0.5em;
}
.button-green:hover {
  background-color: #218838;
  color: white;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.dt-button {
  padding: 0 10px;
  border-radius: 5px;
  background-color: #777;
  border: none;
  color: #FFF;
}
.dt-button:hover,
dt-button:active {
  background-color: #ff6c00;
  border: none;
}
/*
* Navbar
*/
.navbar {
  background-color: white !important;
  min-height: 80px;
}
.dropdown-item:hover {
  cursor: pointer;
}
/*
* sidenav
*/
#sidebar-wrapper {
  background-color: #213644 !important;
}
#sidebar-wrapper .sidebar-heading {
  background-color: white;
  border-bottom: 1px solid #dee2e6 !important;
  height: 80px;
}
#sidebar-wrapper .list-group-item {
  border: none;
  background-color: transparent;
  color: white;
}
#sidebar-wrapper a.list-group-item:hover {
  color: #c3d8eb;
}
/*
* Dashboards Headers
*/
.mt-4 {
  font-weight: 400;
  color: #213644;
}
.card-title {
  font-weight: 400;
}
/*
* Card title in iacuc application
*/
.bs-stepper-content .card-title {
  font-weight: bold;
}
/*
* Sidebar logo
*/
.sidebar-logo svg {
  height: 60px;
}
.row-card {
  padding: 5px;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 5px;
}
.row.nav-header {
  background-color: #fafafa;
}
.row-nav-form {
  padding: 5px;
  background-clip: border-box;
}
.btn-nav-form-next {
  margin-left: 10px;
}
.btn-nav-form-previous {
  float: left;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem #e89980;
  border: none !important;
}
.table.border-top-none th {
  border: none !important;
}
.table th {
  border: none !important;
}
.margin-bottom-75 {
  margin-bottom: 75px;
}
.margin-top-75 {
  margin-top: 75px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-25 {
  margin-top: 25px;
}
.h2-heading {
  border-left: solid;
  border-color: #213644;
  padding-left: 10px;
}
.h1-heading {
  border-left: solid;
  border-color: #213644;
  padding-left: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-10 {
  padding: 10px;
}
.active .bs-stepper-circle {
  background-color: #2B4BAB;
}
.bs-stepper .step-trigger:focus {
  color: #2B4BAB;
}
#content .container-fluid {
  width: auto !important;
  margin-top: 1rem;
}
#content .centered-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.display-none {
  display: none !important;
}
.vertical-align-middle {
  vertical-align: middle;
}
.error-message {
  color: red;
  display: none;
}
.error-message.active {
  color: red;
  display: block !important;
}
.box-shadow-1 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.image-centered {
  position: absolute;
  top: 3px;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, 0%);
}
.bold-700 {
  font-weight: 700;
}
.cap-21 {
  font-size: 21px !important;
}
.cap-13 {
  font-size: 13px;
}
#sendEmailNotifications {
  cursor: pointer;
  margin-left: 1rem;
}
#loggedInOtherAlert {
  position: fixed;
  bottom: 50px;
  z-index: 2000;
}
.account-page {
  color: black !important;
}
.contact-email-href {
  color: black !important;
}
.contact-email-href:hover {
  color: #ff6c00 !important;
}
.account-table {
  width: 100%;
  margin: 5px;
  line-height: 1.5em;
  font-size: 85%;
}
.account-name {
  margin: 2px 4px;
  padding: 15px 0 2px 30px;
  font-weight: 500;
  font-size: 100%;
  letter-spacing: 0.2em;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  caption-side: top;
  color: #666 !important;
}
#accountContactRow {
  margin: 10px;
  padding: 0 24px 0 6px;
  color: #fff !important;
  letter-spacing: 0.2em;
  background: #cccccc;
}
.account-image-container {
  margin: 5px 2px 0;
  padding: 0;
  text-align: center;
  font-size: 83%;
}
.after-contact-row {
  padding-left: 20px;
}
#addContactRow {
  color: #ff6c00 !important;
  letter-spacing: 0.2em;
}
#addContactRow .material-icons {
  vertical-align: bottom;
}
#addContactRow:hover {
  cursor: pointer;
  border: 1px solid #ff6c00;
}
.account-info-input {
  width: 50%;
  padding: 0 10px;
  margin: 5px 0;
}
.account-info-new-contact-type {
  width: 50%;
}
.new-contact-row > td {
  display: flex;
  align-items: center;
}
.new-contact-row > td .delete-new-contact {
  color: red;
}
.new-contact-row > td .delete-new-contact:hover {
  cursor: pointer;
}
.existing-contact-row > td {
  display: flex;
  align-items: center;
}
.existing-contact-row > td .delete-existing-contact {
  color: red;
}
.existing-contact-row > td .delete-existing-contact:hover,
.existing-contact-row > td .readd-existing-contact:hover {
  cursor: pointer;
}
#slideMenu {
  width: 560px;
  height: 100%;
  z-index: 201;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  border: solid;
  border-width: 3px;
  overflow-y: scroll;
}
#menuToggle {
  margin-left: 561px;
  position: fixed;
  z-index: 999;
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}
#menuWaypoint {
  margin-left: 561px;
  margin-top: 50px;
  position: fixed;
  z-index: 999;
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}
#menuTwelveWaypoint {
  margin-left: 561px;
  margin-top: 100px;
  position: fixed;
  z-index: 999;
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}
#showInactive:hover,
.show-inactive-org:hover {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}
#showInactive span,
.show-inactive-org span {
  font-size: 14px;
  vertical-align: middle;
}
.menu-info {
  padding: 10px 10px 0;
}
.menu-search {
  display: flex;
  padding: 0 10px 10px;
}
.menu-search-input {
  margin: 5px;
}
#menuAirsTable td {
  padding: 5px 20px;
}
.person-searchtable {
  text-align: center;
}
.company-searchtable {
  font-weight: 700;
}
.company-tr:hover {
  cursor: pointer;
  text-decoration: underline;
}
.searchtable-hidden {
  display: none;
}
.table-sticky-header {
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom: 1px solid black;
}
.table-sticky-header tr th {
  border: 1px solid #dee2e6 !important;
}
.airs-menu-header:hover {
  text-decoration: underline;
  color: #00a6ff;
  cursor: pointer;
}
.airs-menu-header.selected {
  text-decoration: underline;
}
#avIframeDiv {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
#avIframe {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  height: 2500px;
  border: none !important;
}
#airAdminAirsSectionDiv {
  position: absolute;
  top: 0;
  left: 0;
}
#airAdminImageSectionDiv {
  position: absolute;
  left: 600px;
  font-weight: normal;
}
#airAdminClcImageSection {
  width: 500px;
  z-index: 100;
}
#airAdminAvegImageSection {
  width: 400px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
}
#airAdmin4FClubImageSection {
  width: 400px;
  z-index: 100;
  margin-bottom: 3rem;
}
#airAdminAvegLegend {
  background-color: rgba(0, 0, 0, 0.19);
  width: 400px;
  padding: 25px;
  border-radius: 10px;
  color: black;
}
.aveg-red {
  color: #DF0000;
}
.aveg-copper {
  color: #F16301;
}
.aveg-orange {
  color: #F49A01;
}
.aveg-yellow {
  color: #E5E000;
}
.aveg-blue {
  color: #523BFF;
}
.aveg-green {
  color: #0BE11F;
}
.course-card {
  min-height: 460px;
  padding: 10px 10px 30px 10px;
  margin-bottom: 15px;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  overflow: hidden;
}
.course-card:hover {
  min-height: 460px;
  padding: 10px 10px 30px 10px;
  margin-bottom: 15px;
  border: 2px solid #ff6c00;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: #c2c2c2 0 5px 20px 0;
}
.course-title {
  display: flex;
  justify-content: space-between;
}
.course-image {
  margin: 10px 0;
}
.card-buttons {
  height: 10rem;
  align-content: end;
}
.coursedash-btn {
  background-color: #00b4fc;
  color: white;
  width: 10rem;
}
.coursedash-btn:hover,
.coursedash-btn:active,
.coursedash-btn:focus {
  background-color: #ff6c00;
  color: white;
}
.course-logo {
  width: 220px;
  border: 1px solid #dddddd;
  padding: 0.5rem;
}
.course-doc-header {
  border-bottom: 1px solid #dddddd;
}
#courseDocTable {
  width: 100%;
}
#courseDocTable tr {
  border: 1px solid #dddddd;
  padding-left: 0.5rem;
}
#courseDocTable tr:hover {
  background-color: #f5f5f5 !important;
}
#courseDocTable tr td {
  padding: 0.75rem 3rem;
  display: flex;
  justify-content: space-between;
}
#courseDocTable tr.even {
  background-color: #f9f9f9;
}
#courseDocTable tr.odd {
  background-color: #FFF;
}
.module-link {
  color: #ff6c00;
}
.module-link:hover {
  color: inherit;
  cursor: pointer;
}
.module-complete {
  color: #669933;
  font-weight: bold;
}
.course-progress-section {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 3px;
  width: 250px;
}
.course-progress-section .progress {
  height: 25px;
  font-size: 18px;
  font-weight: 500;
}
.course-progress-section .low-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #666;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  margin-left: 5px;
}
.course-row {
  cursor: pointer;
}
.course-row .course-actions .btn-group-vertical {
  display: none;
}
.course-row .course-actions .btn-group-vertical button {
  margin: 1px;
}
.course-row .course-actions .btn-group-vertical a {
  margin: 1px;
}
.course-row-active .btn-group-vertical {
  display: block !important;
}
.course-module-badge {
  font-size: 18px;
  font-weight: normal;
  margin: 1rem;
}
.course-module-badge:hover {
  cursor: pointer;
}
a .card .card-title {
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: #213644;
}
a .card:hover {
  text-decoration: none;
  text-underline: none;
  border: solid #E5ab0f 2px;
  cursor: pointer;
}
.dashboard a:hover {
  text-decoration: none;
  text-underline: none;
}
.dashboard-card {
  margin: 0.5rem;
}
/* TOP PART OF THE PAGE */
#topContainer {
  margin-top: 3rem;
  font-weight: normal;
}
#allegoryInsert {
  position: absolute;
  top: 1px;
}
#allegoryInsert .allegory-box {
  width: 300px;
  min-height: 100px;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#allegoryInsert .title {
  font-size: 13px;
  margin-bottom: 5px;
  font-style: italic;
}
.allegory-box-content {
  margin: 9px;
  overflow-y: auto;
  max-height: 120px;
}
.allegory-box-content .response {
  margin-bottom: 5px;
  font-size: 12px;
  color: blue;
}
.aerial-view-title {
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(-48%, 0%);
}
.right {
  text-align: right;
  font-weight: bold;
}
/* CENTER SECTION - Toggle Buttons + Graph */
.toggle-button-col {
  display: flex;
}
#blcToggle,
#plcToggle,
#plcToggle {
  margin: 5px;
}
#selectParent {
  width: 650px;
  position: absolute;
}
#selectCourse {
  text-align: center;
  text-align-last: center;
}
.select-movement-col {
  align-content: end;
  color: blue;
  display: flex;
}
.select-movement-span {
  text-align: center;
}
.select-movement-span:hover {
  color: green;
  cursor: pointer;
}
#slider label {
  position: absolute;
  width: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: 20px;
}
/* below is not necessary, just for style */
#slider {
  width: 50%;
  margin: 2em auto;
}
#orb {
  z-index: 1;
}
.percents {
  position: absolute;
  font-size: 9px;
  text-decoration: underline;
  opacity: 0.4;
}
#percents {
  position: absolute;
  font-size: 9px;
  text-decoration: underline;
}
#percents ul li {
  margin-top: 0 !important;
  margin-bottom: 91%;
  opacity: 0.33;
  font-size: 9px;
}
#fourFs {
  position: absolute;
  opacity: 0.69;
  -ms-transform: rotate(270deg);
  /* IE 9 */
  transform: rotate(270deg);
}
#fourFs p {
  color: purple;
  font-size: 11px;
}
.datagraph-legend-p {
  font-size: 17px;
  color: #222222;
  margin-left: 12px;
  font-family: Arial, serif;
  padding-left: 10px;
}
.legend-td-pad {
  padding-left: 15px;
}
#legendCol {
  position: absolute;
}
#legend {
  line-height: 1.4;
}
#legendTable1 {
  margin-right: 2rem;
  min-width: 230px;
}
.btn-blc {
  background-color: #0075d0;
  border-color: #0075d0;
  color: #FFF;
}
.btn-plc {
  background-color: #28a745;
  border-color: #28a745;
  color: #FFF;
}
.btn-clc {
  background-color: #febf0f;
  border-color: #febf0f;
  color: #FFF;
}
.btn-ilc {
  color: #212529;
  background-color: #ecb0b0;
  border-color: #ecb0b0;
}
#chart_div {
  background: rgba(255, 255, 255, 0);
  margin-top: -192px;
  position: absolute;
  left: 48%;
  /* bring your own prefixes */
  transform: translate(-50%, 0%);
  z-index: -2 !important;
  opacity: 1;
}
.chart-bg {
  fill-opacity: 0 !important;
}
#visualization {
  margin-top: -192px;
  position: absolute;
  left: 48%;
  /* bring your own prefixes */
  transform: translate(-50%, 0%);
  z-index: -1 !important;
}
.clc {
  fill: none;
  stroke: orange;
  stroke-width: 1;
}
.clc-text {
  fill: orange;
}
.blc {
  stroke: blue !important;
  fill: none;
  stroke-dasharray: 5;
  stroke-width: 1;
}
.blc-text {
  color: blue;
}
.purple {
  fill: url(#grad2);
  opacity: 0.5;
  width: 4.4%;
  background: linear-gradient(#e66465, #9198e5);
}
.plc {
  stroke: green !important;
  fill: none;
  stroke-dasharray: 5;
  stroke-width: 1;
}
.plc-text {
  color: green;
}
.xlabels {
  transform: rotate(270deg);
  position: absolute;
  font-style: italic;
  color: #696969;
  float: left;
  width: 250px;
  opacity: 0.5 !important;
}
.xlabels-1 {
  position: absolute;
  font-style: italic;
  color: #696969;
  float: left;
  width: 250px;
  opacity: 1 !important;
  text-align: center;
}
#x1-1 {
  color: #A71401;
}
#x2-2 {
  color: #D46F00;
}
#x3-3 {
  color: #D7D801;
}
#x4-4 {
  color: #21D35B;
}
#x5-5 {
  color: #00A6DA;
}
#x6-6 {
  color: #1155D4;
}
#x7-7 {
  color: #6937F9;
}
#activeLevelsLabel {
  color: red;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  font-family: 'Cinzel Decorative';
}
.quad-label {
  font-family: 'Cinzel Decorative';
  text-align: center;
  position: absolute;
  font-size: 14px;
}
.quad-label.left {
  color: red;
}
.quad-label.right {
  color: blue;
}
#door1 {
  position: absolute;
  top: 800px;
  left: 600px;
  z-index: -2;
  opacity: 0.75;
}
#door2 {
  position: absolute;
  top: 800px;
  left: 600px;
  z-index: -2;
  opacity: 0.75;
}
.copy {
  margin-top: 740px;
}
.chart-centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#hideblc {
  position: absolute;
  width: 53px;
  height: 21px;
  background-color: white;
  z-index: 999;
}
#hideplc {
  position: absolute;
  width: 53px;
  height: 21px;
  background-color: white;
  z-index: 999;
}
#hideclc {
  position: absolute;
  width: 54px;
  height: 21px;
  background-color: white;
  z-index: 999;
}
.toggle.btn-xs {
  margin-bottom: 3px;
}
.bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #f7f7f9;
  border-width: 0.2rem 0 0;
}
@media (min-width: 576px) {
  .bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
  }
}
#emprow {
  margin-top: 200px;
}
#airsFinal {
  position: absolute;
  opacity: 0;
}
#energyGuideAll p,
#airsFinal p,
#aspirePath p {
  font-size: 14px;
}
#energyGuideAll:hover {
  cursor: pointer;
}
#energyGuideAll:hover p {
  text-decoration: underline;
}
#avAllBtn:hover,
#airsFinal:hover {
  cursor: pointer;
  text-decoration: underline;
}
#dataGraphAirsSectionDiv {
  z-index: 1000;
}
#aspirePath:hover {
  cursor: pointer;
}
#aspirePath:hover p {
  text-decoration: underline;
}
.aspire-radio {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 25px;
  height: 25px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  top: 10px;
  display: grid;
  place-content: center;
}
.aspire-radio:checked + label {
  background: url("/assets/images/gmark.png");
  background-size: 35px;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  position: absolute;
  display: grid;
  margin-left: 0 !important;
}
.aspire-check-label:hover {
  cursor: pointer;
}
.aspire-option-outer-div {
  background-image: linear-gradient(165deg, #3843C1, #2DDF24, #CA8A07, #F24C00);
  padding: 2px;
}
.aspire-option-inner-div {
  background-color: #FFF;
  padding: 20px 5px;
}
#redLine {
  position: absolute;
}
#avReaderSection {
  position: fixed;
  left: 10px;
}
.open-module {
  color: blue;
  background-color: transparent;
}
.open-module:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ui-slider-handle {
  cursor: pointer;
  background-color: blue;
}
.ui-slider-handle:hover {
  cursor: pointer;
  background-color: green !important;
}
.ui-slider-handle:active {
  cursor: pointer;
  background-color: green !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: blue;
}
.login-background-div {
  height: auto;
  max-height: initial;
  position: relative;
  background-image: url('../assets/images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#loginHeader.alt {
  background-color: white;
  color: black;
}
#loginHeader {
  position: absolute;
  height: 3.25em;
  left: 0;
  top: 0;
  line-height: 3.25em;
  width: 100%;
  z-index: 10000;
}
#loginNav {
  position: absolute;
  right: 0.72em;
  top: 0;
  vertical-align: middle;
}
#loginNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#loginNav ul li:first-child {
  margin-left: 0;
}
#loginNav ul li {
  display: inline-block;
  padding-left: 0;
}
#loginNav a {
  display: inline-block;
  line-height: 1.95em;
  padding: 0 1em;
  border-radius: 6px;
}
#loginNav a:not(.button) {
  color: black;
  text-decoration: none;
}
#loginNav .button {
  color: black;
  position: relative;
  box-shadow: inset 0 0 0 2px #000000;
  margin-left: 0.5em;
  background-color: transparent;
  font-weight: 500;
}
.login-header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.login-card {
  background-color: #f6f6f6 !important;
}
.login-card input {
  background-color: #f6f6f6 !important;
}
.login-card input.is-invalid {
  border: 2px solid #ff6c00;
}
.login-card .invalid-feedback {
  color: #ff6c00;
}
.tagline {
  font-size: 18px;
  color: red;
  text-align: center;
  display: block;
  font-weight: 300;
}
.login-agreement-text {
  color: #666;
  width: 100%;
  font-size: 16px;
}
.login-href {
  color: blue;
  font-style: italic;
}
#loginAgreementDiv {
  display: flex;
  align-items: center;
}
.login-lost-pass-div {
  display: flex;
  justify-content: center;
}
#lostPassword {
  font-size: 14px;
  text-decoration: underline;
  color: #666;
}
.login-footer {
  align-content: end;
}
.login-footer-nav {
  border-top: 2px solid #00b4fc;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.login-footer-nav a {
  text-decoration: underline;
  color: #666;
  margin: 0 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.login-footer-nav > a:nth-child(n + 2) {
  padding-left: 8px;
  border-left: 2px solid #666666;
}
#filterTable {
  border: none !important;
}
#filterTable td {
  border: none !important;
}
.fa-chevron-left {
  color: #ff6c00;
}
.lost-pass-input-div {
  display: flex;
}
.lost-pass-input-div .lost-pass-input {
  width: 50%;
  margin-right: 10%;
}
.lost-pass-text {
  font-size: 12px;
  color: #666;
}
.lost-pass-title {
  font-size: 18px;
  margin-bottom: 30px;
  color: #666;
}
.lost-pass-btn {
  font-size: 13px;
  font-weight: bold;
  width: 80px;
  height: 35px;
}
.reset-pass-check {
  color: #70d800;
  margin: 20px auto;
  font-size: 54px;
}
.delete-question,
.delete-answer {
  color: #dc3545;
  font-size: 25px;
}
.delete-question:hover,
.delete-answer:hover {
  color: #c82333;
}
.delete-answer-td {
  align-content: center;
}
#modulePageNav {
  display: flex;
  justify-content: end;
}
#modulePageNav .close-module {
  font-weight: 900;
  font-size: 20px;
}
.module-page-container {
  color: #4d4d4d;
  font-weight: normal;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.answer-button-group label {
  width: 100%;
  margin: 0.5rem 0;
  padding: 1rem 1.5rem;
  text-align: left;
}
.answer-button-group p {
  margin: 0;
}
#nextQuestionDiv {
  position: fixed;
  bottom: 1rem;
  justify-self: center;
}
#nextQuestionDiv #nextQuestion,
#nextQuestionDiv #backQuestion {
  width: 100%;
}
#beginQuestions,
#completeModule,
#backFromFinishQuestion,
.accept-slider-button {
  text-align: center !important;
  width: 100%;
}
.module-page-button {
  background-color: #dddddd;
  border: none;
  box-shadow: none;
}
.module-page-button .material-icons {
  visibility: hidden;
  margin-right: 1rem;
}
.module-page-button:hover {
  background-color: #cccccc;
  border: none;
  box-shadow: none;
}
.module-page-button:focus {
  background-color: #cccccc;
  border: none;
  box-shadow: none;
}
.module-page-button:active,
.module-page-button.active {
  background-color: #cccccc !important;
  color: #333 !important;
  box-shadow: none;
}
.btn-module-answer {
  display: flex;
}
.btn-module-answer.disabled > p {
  color: black !important;
}
.btn-module-answer.selected-answer .material-icons {
  visibility: initial;
}
.module-page-button.disabled,
.module-page-button:disabled {
  background-color: #dddddd;
  color: #333 !important;
  opacity: 1;
}
.module-page-button.selected-answer.disabled,
.module-page-button.selected-answer:disabled {
  background-color: #ababab !important;
  color: #333 !important;
}
.module-page-button.focus:not(.active):hover {
  background-color: #dddddd !important;
}
.module-page-button:not(:disabled):not(.disabled).active:focus,
.module-page-button:not(:disabled):not(.disabled):active:focus,
.show > .module-page-button.dropdown-toggle:focus {
  box-shadow: none;
}
.module-slider {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  background: #dddddd;
  border-radius: 16px;
  height: 7px;
}
.module-slider::-webkit-slider-runnable-track {
  height: 7px;
  border-radius: 16px;
}
.module-slider::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 5px 0;
}
.module-slider::-webkit-slider-thumb:active,
.module-slider::-webkit-slider-thumb:focus {
  background-color: #f2f2f2;
}
.module-slider-datalist {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 7px;
  padding: 0 5px;
}
.module-slider-lines {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0.5rem 0;
  width: 98%;
  justify-self: center;
}
.module-slider-lines span {
  display: flex;
  justify-content: center;
  width: 1px;
  height: 10px;
  background: #d3d3d3;
  line-height: 40px;
}
.module-slider-list-option {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5;
  border-radius: 50%;
  text-align: center;
}
.module-slider-list-option.selected-option {
  background-color: #4d4d4d;
  color: #fff;
}
#loadModulePartial {
  justify-content: center;
}
/* Module Video Section */
.module-video-section {
  text-align: center;
}
.module-row {
  cursor: pointer;
}
.module-row .module-actions .btn-group-vertical {
  display: none;
}
.module-row .module-actions .btn-group-vertical button {
  margin: 1px;
}
.module-row .module-actions .btn-group-vertical a {
  margin: 1px;
}
.module-row-active .btn-group-vertical {
  display: block !important;
}
#accountName {
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}
#navbartop {
  border-bottom: 2px solid #00b4fc !important;
}
.copyright-section {
  display: flex;
  justify-content: center;
  border-top: 2px solid #00b4fc !important;
  margin-top: 1rem;
  padding: 1rem;
}
#navbartop .navbar-collapse li:not(:last-child) {
  border-right: 1px solid #c2c2c2;
}
#navbartop .navbar-collapse li {
  padding: 14px 10px 10px 6px;
  font-family: "Open-sans", Arial;
  font-size: 14px;
  text-transform: uppercase;
}
#navbartop .navbar-collapse li a {
  color: #666666;
  transition: color 0.2s ease 0s;
  line-height: 1;
}
.org-admin-td {
  vertical-align: middle !important;
  text-align: center;
}
.org-admin-header {
  font-style: italic;
  vertical-align: middle !important;
  text-align: center;
  width: 100px;
}
.allegory-popup:hover,
.way456-popup:hover,
.hover-link:hover,
.way11-popup:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 12px rgba(135, 206, 250, 0.5);
}
#orgMembersTable thead td {
  border-bottom: none !important;
}
.organization-row {
  cursor: pointer;
}
.organization-row .organization-actions .btn-group-vertical {
  display: none;
}
.organization-row .organization-actions .btn-group-vertical button {
  margin: 1px;
}
.organization-row .organization-actions .btn-group-vertical a {
  margin: 1px;
}
.organization-row-active .btn-group-vertical {
  display: block !important;
}
.pass-reset-div {
  font-size: 18px;
  color: #666;
}
.priv-policy-card {
  background-color: #f6f6f6 !important;
}
.priv-policy-card .col-12 {
  margin-bottom: 30px;
}
.priv-policy-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 0;
  line-height: 2;
}
.priv-policy-header {
  font-size: 18px;
  margin-bottom: 0;
  color: #666;
  font-weight: normal;
}
.priv-policy-title {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-bottom: 0;
}
.priv-policy-li-space > li {
  margin-bottom: 1rem;
}
.priv-policy-href {
  color: #ff6c00;
}
.service-agree-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 0;
  line-height: 2;
}
.service-agree-header {
  font-size: 18px;
  margin-bottom: 0;
  color: #666;
  font-weight: normal;
}
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}
#sidebar-wrapper {
  position: sticky !important;
  min-height: 100vh;
  margin-left: -15rem;
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
  width: 15rem;
}
#page-content-wrapper {
  margin-top: 75px;
  min-width: calc(100% - 240px);
  width: 100%;
  margin-bottom: 960px;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}
.list-unstyled {
  padding-left: 15px;
}
/**
 * Colors
 *
 */
/** FOR THE NEW STUFF **/
.progress.is-info {
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
}
.hide {
  display: none;
}
.modal-lg-table {
  max-width: 80% !important;
}
.dataTables_wrapper {
  overflow-x: scroll !important;
}
.modal {
  overflow-y: scroll !important;
}
.btn.focus:not(.active):hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.user-row {
  cursor: pointer;
}
.user-row .user-actions .btn-group-vertical {
  display: none;
}
.user-row .user-actions .btn-group-vertical button {
  margin: 1px;
}
.user-row .user-actions .btn-group-vertical a {
  margin: 1px;
}
.user-row-active .btn-group-vertical {
  display: block !important;
}
#managerHeaderMessage {
  justify-content: center;
}
#editMode {
  background-color: #007bff;
  color: white;
}
#editMode:not(.selected):hover {
  background-color: #0069d9;
}
#editMode.selected {
  background-color: #28a745;
}
#editMode.selected:hover {
  background-color: #218838;
}
#waypointSectionDiv {
  font-weight: normal;
}
#waypointSaveBtn,
.btn-waypoint-green {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}
#waypointSaveBtn:hover,
.btn-waypoint-green:hover {
  background-color: #218838 !important;
  color: white;
}
#waypointSaveBtn:active,
.btn-waypoint-green:active {
  background-color: #218838 !important;
  color: white;
}
#waypointSaveBtn:focus,
.btn-waypoint-green:focus {
  background-color: #218838 !important;
  box-shadow: 0 0 0 0.2rem rgba(17, 51, 151, 0.5) !important;
  color: white;
}
.left-tilt-textarea {
  resize: none;
  background-color: transparent;
  height: 330px;
  width: 400px;
  position: absolute;
  top: 315px;
  left: 380px;
  transform: skewY(-6.3deg) skewX(6.3deg);
  line-height: 1.4;
  overflow-y: scroll;
  font-size: smaller;
}
.right-tilt-textarea {
  resize: none;
  background-color: transparent;
  height: 308px;
  width: 400px;
  position: absolute;
  top: 335px;
  left: 352px;
  transform: skewY(5deg) skewX(-5deg);
  line-height: 1.4;
  overflow-y: scroll;
  font-size: smaller;
}
.waypoint-intro-logo {
  max-width: 350px;
  text-align: center;
}
.subwords {
  font-size: 18px;
}
.tagline {
  margin-top: -3px;
}
.no-border {
  border: none !important;
}
#backgroundWaterVideo {
  position: absolute;
  height: 10580px;
  width: 100%;
  background-color: #073350;
  object-fit: cover;
  z-index: 0;
}
.waypoint-btn,
#waypointsAdmin,
#toggleBackgroundVid {
  background-color: #f0f0f0;
  color: black;
  border: 1px solid black;
  margin: 5px;
}
.waypoint-btn:hover,
#waypointsAdmin:hover,
#toggleBackgroundVid:hover {
  background-color: #bebebe;
}
#waypointsLogout {
  position: absolute;
  right: 320px;
  z-index: 1000;
}
#waypointsAdmin {
  position: absolute;
  right: 175px;
  z-index: 1000;
}
#waypointsEditProfile {
  position: absolute;
  right: 75px;
  z-index: 1000;
}
#toggleBackgroundVid {
  margin: 6px;
  position: fixed;
  right: 400px;
  z-index: 1000;
  padding: 0;
  height: 27px;
}
#ways {
  position: relative;
  width: 1515px;
  margin: 0 auto;
}
#airViewTime {
  position: absolute;
  z-index: 9001;
  width: 250px;
  top: 400px;
  left: 420px;
  text-align: center;
  font-size: 21px;
  color: #0000e1;
}
#firstnamediv {
  font-family: 'Champagne-Limousines';
  position: absolute;
  top: 230px;
  left: 400px;
  text-align: center;
  width: 669px;
  height: 75px;
}
#firstname {
  font-size: 33px;
  margin: 2rem 0;
}
.waypoint-select-div {
  position: absolute;
  opacity: 0.2;
}
.waypoint-select-div:not(.waypoint-select-disabled):hover {
  cursor: pointer;
}
.waypoint-select-div-md {
  width: 269px;
  height: 391px;
}
.waypoint-select-div-lg {
  width: 360px;
  height: 480px;
}
.waypoint-select-div-wide {
  width: 400px;
  height: 380px;
}
.waypoint-select-div-extra-wide {
  width: 680px;
  height: 175px;
}
.waypoint-check-div {
  display: block;
  position: absolute;
}
.waypoint-manual-entry:hover {
  cursor: pointer;
}
.way-8-numbers {
  opacity: 1;
  width: 84px;
  height: 84px;
  background-color: #ffffff;
  text-align: center;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
}
#ckboxHolder {
  position: absolute;
  font-family: 'Times New Roman';
  line-height: 1;
  width: 540px;
  font-size: 19px;
  text-align: center;
  top: 3453px;
  left: 710px;
}
#airsMapDiv {
  position: absolute;
  top: 6520px;
  left: 265px;
  width: 1000px;
  height: 2625px;
}
#airsTeacher {
  position: absolute;
  top: 105px;
  left: 780px;
}
#airsTeacher img {
  width: 210px;
}
#airsZone {
  position: absolute;
  top: 380px;
  left: 780px;
}
#airsZone img {
  width: 200px;
}
#airsClarity {
  position: absolute;
  top: 920px;
  left: 790px;
}
#airsClarity img {
  width: 180px;
}
#airsSeeFace {
  position: absolute;
  top: 1247px;
  left: 820px;
}
