.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.icon {
  font-size: 1.75rem;
}

.padding-bottom12px {
  padding-bottom: 12px;
}

.padding-top5pxbottom5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pathways-finder-results__view-selector-dropdown {
  border-color: #011c2c;
}

.row {
  margin: 0;
  padding: 0;
}

.smallertext {
  font-size: 0.8rem;
}

.text-left {
  text-align: left;
}

button:focus {
  border: 2px solid #484848;
}

input:focus, select:focus {
  border: 1px solid #484848;
}

input, select {
  border: 0;
  height: 42px;
  width: 100%;
}

table {
  display: table;
  width: 100%;
}

h4 {
  margin: 0 0 0 0;
}

tr {
  line-height: 1 !important;
}

div.table-flex {
  display: flex;
  flex-wrap: wrap;
}

div.table-flex [class*=col-] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inherit;
  }
}
@media (min-width: 768px) {
  .desktop-only {
    display: inherit;
  }

  .mobile-only {
    display: none;
  }
}

/*# sourceMappingURL=stusys.css.map */

#ajax-loader-overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
