.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.container {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.invisible {
  visibility: hidden !important;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #adbec5;
  border-top-color: #344750;
  animation: spinner .6s linear infinite;
}
.hide {
  display: none !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 15px;
}
body {
  margin: 0;
    font-family: 'Libre Franklin', 'Helvetica Neue', system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #163752;
}
.brand {
    color: #931a22;
    font-weight: 900;
}
.brand:hover {
    color: #b42630;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}
h1 {
  font-size: 1.65rem;
}
a {
  color: #2486d4;
}
p {
  margin-top: 0.25rem;
}
small {
  font-size: 85%;
  font-style: italic;
}
hr {
  margin: 1rem 0;
  height: 1px;
  background-color: rgba(140, 164, 175, 0.3);
  border: none;
}
strong {
  font-weight: 600;
}
.no-padding {
  padding: 0;
}
/* MOVED TO BOTTOM
.pinned-bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.grid .one-half {
  -ms-flex: 49% 0 0;
      flex: 49% 0 0;
}
.text-center {
  text-align: center;
}
.alert {
  border-radius: 0.33rem;
  padding: 0.75rem 1.5rem;
  background-color: #8ca4af;
  color: #fff;
  font-size: 1rem;
}
.alert.danger {
  background-color: #911a23;
}
.btn {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .35rem .85rem;
  font-size: 0.9rem;
  font-family: 'Libre Franklin', 'Helvetica Neue', system-ui, sans-serif;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  border-radius: 0.33rem;
  border: 1px solid #1f73b5;
  background-color: #2486d4;
  background-image: linear-gradient(#3e97de, #2486d4);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-sm {
  padding: 0.3175rem 0.5425rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn:hover {
  cursor: pointer;
}
.btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.btn.with-icon {
  padding-left: 1.75rem;
}
.btn.with-icon .icon {
  position: absolute;
  top: 50%;
  left: 0.675rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.btn.with-icon.small {
  padding-left: 1.5rem;
}
.btn.with-icon.small .icon {
  left: 0.5rem;
  width: 9px;
}
.btn.secondary,
.btn.btn-primary {
  background: #f9fcfe;
  background-image: linear-gradient(#fff, #f9fcfe);
  border: 1px solid rgba(140, 164, 175, 0.3);
  box-shadow: 0 1px 3px rgba(140, 164, 175, 0.3);
  color: #163752;
}
.btn.secondary:focus,
.btn.btn-primary:focus {
  background: #eee;
  background-image: linear-gradient(#fbfbfb, #f0f6f8);
}
.btn.btn-secondary {
  border: 1px solid #911a23;
  background: #911a23;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-image: #af1f2a;
}
.btn.btn-secondary:focus {
  background: #bc222d;
}
.btn.danger {
  border: 1px solid #911a23;
  background: #911a23;
  color: #fff;
  background-image: linear-gradient(#af1f2a, #911a23);
}
.btn.danger:hover {
  background-image: #af1f2a;
}
.btn.danger:focus {
  background: #bc222d;
}
.btn.small {
  padding: 0.3rem 0.4rem;
  font-size: 0.9rem;
}
.btn.large {
  padding: 0.735rem 1.2rem;
  font-size: 1rem;
}
.btn.right {
  float: right;
}
.btn.pinned-right {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.btn.loading:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #adbec5;
  border-top-color: #344750;
  animation: spinner .6s linear infinite;
}
.btn.loading:before {
  border: 2px solid #eaf3fb;
  border-top-color: #2486d4;
}
.btn.loading span {
  visibility: hidden;
}
.btn:focus,
.btn:active {
  outline: none;
  background: #1f73b5;
  background-image: linear-gradient(#2486d4, #1f73b5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.card {
  border-radius: 0.33rem;
  background-color: #fff;
  box-shadow: 0 7px 14px 0 rgba(140, 164, 175, 0.15), 0 3px 6px 0 rgba(140, 164, 175, 0.3);
}
.card:after {
  content: ' ';
  display: table;
  clear: both;
}
.card + .card {
  margin-top: 1.5rem;
}
.card .card-title {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(140, 164, 175, 0.3);
}
.card .card-description {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: #8ca4af;
}
.card .card-body {
  padding: 1.5rem;
  background-color: #f9fcfe;
  color: #163752;
}
.card .card-body:after {
  content: ' ';
  display: table;
  clear: both;
}
.card .card-body.small {
  padding: 0.75rem 1.5rem;
}
.card .card-body.no-padding {
  padding: 0;
}
.card .card-body .form-group:last-of-type {
  margin-bottom: 0;
}
.card .card-controls {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.card .card-controls:after {
  content: ' ';
  display: table;
  clear: both;
}
.card .card-controls .btn {
  margin: 0 0 0 0.5rem;
}
.card .card-controls .left {
  margin-right: auto;
}
.card .card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-start;
  padding: 0.75rem 1.5rem;
  border-top: 1px solid rgba(140, 164, 175, 0.3);
}
.card .card-footer:after {
  content: ' ';
  display: table;
  clear: both;
}
.card .card-footer .left {
  margin-right: auto;
  -ms-flex: auto; flex: auto;
}

.card .card-footer .btn {
  margin: 0 0 0 0.5rem;
}
.card .card-footer .btn.left {
  margin-left: 0;
  margin-right: auto;
}
.card .card-footer .btn.right,
.card .card-footer .btn.save-btn {
  margin-right: 0;
  margin-left: auto;
}

.drop-element {
  position: absolute;
  display: none;
  max-width: 100%;
  max-height: 100%;
}
.drop-element.drop-open {
  display: block;
}
.drop-element .drop-content {
  width: 250px;
  border-radius: 0.33rem;
  background: #fff;
  color: #163752;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 14px 28px 0 rgba(140, 164, 175, 0.15), 0 18px 36px 0 rgba(140, 164, 175, 0.3);
}

.award-matrix-title {
  margin-bottom: 15px;
}

.award-matrix-title span {
  font-size: 16px;
}

#header {
  padding: 1.25rem 1rem 1.25rem 0;
   display: -ms-flexbox;
   display: flex;
}
#user-dropdown {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  padding: 0;
  -ms-flex-pack: right;
      justify-content: right;
  -ms-flex-align: center;
      align-items: center;
  float: right;
}
#user-dropdown:hover {
  cursor: pointer;
}
#user-dropdown .user-avatar {
  -ms-flex: 40px 0 0;
      flex: 40px 0 0;
  height: 40px;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 14px 0 rgba(140, 164, 175, 0.15), 0 2px 6px 0 rgba(140, 164, 175, 0.3);
  float: left;
}
#user-dropdown .avatar {
  max-width: 100%;
  padding: 1px;
  border: 1px solid #000;
  border-radius: 50%;
}
#user-dropdown .username {
  -ms-flex: auto;
      flex: auto;
  position: relative;
  font-size: 1rem;
  margin-left: 1rem;
  padding-right: 2rem;
}
#user-dropdown .dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#navigation {
  width: 20%;
   float: left;
   margin: 0;
   padding: 1rem;
   padding-right: 1rem;
   align-items: center;
   justify-items: center;
  -ms-flex-align: center;
}
@media (min-width: 1140px) {
  #header {
      padding-right: 2rem;
    }
  #navigation {
    padding: 2rem;
  }
}
@media (min-width: 1400px) {
  #header {
      padding-right: 3rem;
    }
  #navigation {
    padding: 3rem;
  }
}
#navigation .college-logo {
  margin: 3rem auto 1rem;
}
#navigation h1 {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  text-align: center;
}
#menu {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
}
.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu li a {
  display: block;
  padding: 0.5rem 0;
  color: #163752;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.menu li .label {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 0.5rem;
  border-radius: 1rem;
  background-color: #eaf3fb;
  font-size: 0.65rem;
  float: left;
}
.menu li .dropdown-arrow {
  float: right;
  margin-left: 0.75rem;
}
.menu li.active a {
  font-weight: 600;
}
.menu li.active .label {
  background-color: #fff;
  border: 1px solid #163752;
}
.menu li.complete {
  border-top: 1px solid rgba(140, 164, 175, 0.3);
  border-bottom: 1px solid rgba(140, 164, 175, 0.3);
  background-color: #fff;
}
.menu li.complete a {
  color: #344750;
  font-weight: 600;
}
.menu li.disabled {
  opacity: 0.25;
}
.menu li.disabled a {
  cursor: not-allowed;
}
.menu li.divider {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(140, 164, 175, 0.3);
}
#footer {
  margin-top: 2rem;
  text-align: center;
  color: #8ca4af;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
.form-box {
  height: 32px;
  max-width: 100%;
  padding: 0 0.65rem;
  background-color: #fff;
  border-radius: 0.33rem;
  border: 1px solid rgba(98, 127, 141, 0.3);
  box-shadow: 1px 1px 3px rgba(140, 164, 175, 0.15);
  font-size: 1rem;
  font-family: 'Libre Franklin', 'Helvetica Neue', system-ui, sans-serif;
  line-height: 1;
  color: #344750;
}
input[type="text"].inline,
input[type="email"].inline,
input[type="password"].inline,
select.inline,
.form-box.inline {
  width: 100px;
  font-size: 0.9rem;
  height: 30px;
  padding: 0 0.45rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
.form-box:focus {
  outline: none;
  border-color: #2486d4;
  box-shadow: 1px 1px 2px rgba(36, 134, 212, 0.15);
}
select[multiple] {
  height: 125px;
}
select[multiple] option {
  padding: 5px 0;
}
.form-group {
  position: relative;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.form-group > label {
  -ms-flex: 33.33% 0 0;
      flex: 33.33% 0 0;
  margin-right: 1.5rem;
  color: #163752;
  font-size: 0.95rem;
  text-align: right;
}
.form-group > input,
.form-group > select,
.form-group > .form-checkbox,
.form-group > .form-radio {
  -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
  max-width: 100%;
}
.form-group .form-control {
  -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
}
.form-control > .label {
  padding: 1rem;
}
.form-box {
  height: 145px;
  padding: 0.5rem 0.75rem;
  border-radius: 0.33rem;
  border: 1px solid rgba(98, 127, 141, 0.3);
  background-color: #fff;
  overflow-y: scroll;
}

/*MZ*/
.form-box-taller-noscroll {
  height: 210px;
  overflow-y: auto;
}

.form-checkbox,
.form-radio {
  position: relative;
}
.form-checkbox input[type="checkbox"],
.form-radio input[type="checkbox"],
.form-checkbox input[type="radio"],
.form-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form-checkbox input[type="checkbox"]:checked + label:before,
.form-radio input[type="checkbox"]:checked + label:before,
.form-checkbox input[type="radio"]:checked + label:before,
.form-radio input[type="radio"]:checked + label:before {
  border-color: #2486d4;
  background-color: #2486d4;
}
.form-checkbox input[type="checkbox"]:checked + label:after,
.form-radio input[type="checkbox"]:checked + label:after,
.form-checkbox input[type="radio"]:checked + label:after,
.form-radio input[type="radio"]:checked + label:after {
  color: #fff;
}
.form-checkbox label,
.form-radio label {
  display: block;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  line-height: 1;
}
.form-checkbox label:before,
.form-radio label:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0.25rem;
  border: 1px solid rgba(98, 127, 141, 0.3);
  background-color: #fff;
}
.checkbox-grid .form-checkbox,
.radio-grid .form-radio {
  min-width: 150px;
  float: left;
}
.checkbox-grid .form-checkbox:after,
.radio-grid .form-radio:after {
  content: ' ';
  display: table;
  clear: both;
}
.checkbox-grid .form-checkbox label,
.radio-grid .form-radio label {
  float: left;
}
.form-checkbox label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -ms-transform: translateY(-55%) rotate(45deg);
      transform: translateY(-55%) rotate(45deg);
;
}
.form-radio label:before {
  border-radius: 50%;
}
.form-radio label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.form-help {
  -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
  margin-left: 0.75rem;
}
.form-help .label.icon {
  position: absolute;
  top: 50%;
  margin-right: 0.75rem;
  padding: 2px 0 0;
  border-radius: 1rem;
  float: left;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  font-weight: 500;
}
.form-help .label.icon:hover {
  cursor: pointer;
}
.form-help .label:hover + .form-hint,
.form-help .label.active + .form-hint {
  display: inline-block;
}

input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type="file"] + label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  text-align: left;
}
input[type="file"] + label .file-display {
  float: left;
  margin-right: 1.5rem;
}
input[type="file"] + label * {
  pointer-events: none;
}
input[type="file"]:focus + label {
  outline: 0;
}


.form-switch {
  display: inline-block;
  position: relative;
  min-height: 1.2rem;
  padding: 0.5rem 1rem 0.5rem 4.5rem;
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
}
.form-switch .switch-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 2rem;
  border: 1px solid rgba(98, 127, 141, 0.3);
  border-radius: 1rem;
  transition: all .2s ease;
  background-color: #eaf3fb;
  background-clip: padding-box;
  cursor: pointer;
}
.form-switch .switch-icon:before {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(98, 127, 141, 0.3);
  content: '';
  background-color: #fff;
  border-radius: 1rem;
  transition: all .2s ease;
}
.form-switch input {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
}
.form-switch input:checked + .switch-icon {
  border-color: #2486d4;
  background-color: #2486d4;
}
.form-switch input:checked + .switch-icon:before {
  border-color: #2486d4;
  left: 1.5rem;
}
.form-switch input:checked + .switch-icon + .switch-on {
  display: block;
}
.form-switch input:checked + .switch-icon + .switch-on + .switch-off {
  display: none;
}
.form-switch .switch-on {
  display: none;
}
.secondary {
  color: #8ca4af;
}
.label {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 0.33rem;
  background-color: #2486d4;
  color: #eaf3fb;
  font-size: 0.85rem;
  font-weight: 400;
}
.label.icon {
  padding: 2px 0 0;
  width: 20px;
  height: 20px;
  font-size: 0.785rem;
}
.label.home-icon {
  background-image: url('../images/icons/home.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.label.dollar-icon {
  background-image: url('../images/icons/dollar-sign.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.label.award-icon {
  background-image: url('../images/icons/award.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.label.percent-icon {
  background-image: url('../images/icons/percent.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.label.stats-icon {
  background-image: url('../images/icons/bar-chart.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.label.student-icon {
  background-image: url('../images/icons/users.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.label.secondary {
  background-color: #8ca4af;
  color: #fff;
}
.label.danger {
  background-color: #911a23;
  color: #fff;
}
.label.success {
  background-color: mediumseagreen;
  color: #fff;
}
#editor {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  background-color: #fff;
  border-radius: 0.33rem;
  border: 1px solid rgba(140, 164, 175, 0.3);
  box-shadow: 1px 1px 3px rgba(140, 164, 175, 0.15);
}
.editor-content {
  box-sizing: border-box;
  height: 300px;
  outline: 0;
  overflow-y: auto;
  padding: 10px;
}
.editor-actionbar {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.editor-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  outline: 0;
  width: 30px;
  vertical-align: bottom;
  color: #163752;
  font-size: 0.9rem;
}
.editor-button-selected {
  background-color: #F0F0F0;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table thead {
  border-top: 1px solid rgba(140, 164, 175, 0.3);
  background-color: #eaf3fb;
}
table th {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  text-align: left;
}
table tbody tr {
  border-top: 1px solid rgba(140, 164, 175, 0.3);
}
table td {
  padding: 0.75rem 1.5rem;
}
table#variable-awards td {
  padding: 0.75rem 0.3rem;
}
table#variable-awards th {
  padding: 0.75rem 0.75rem;
}

.tooltip-element {
  position: absolute;
  display: none;
}
.tooltip-element.tooltip-open {
  display: block;
}
.tooltip {
  width: 210px;
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: none;
  color: #8ca4af;
  padding: 1rem;
  margin-left: 1rem;
  font-size: 0.85rem;
}
@media (min-width: 1140px) {
  .tooltip {
    width: 250px;
    margin-left: 1.5rem;
  }
  .tooltip[x-placement="top"] {
    margin-bottom: 1.5rem;
  }
  .tooltip[x-placement="bottom"] {
    margin-top: 1.5rem;
  }
  .tooltip[x-placement="left"] {
    margin-right: 1.5rem;
  }
  .tooltip[x-placement="right"] {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .tooltip {
    width: 300px;
  }
}
.shepherd-content {
  width: 400px;
}
.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
  display: none;
}
.shepherd-element,
.shepherd-element:after,
.shepherd-element:before,
.shepherd-element *,
.shepherd-element *:after,
.shepherd-element *:before {
  box-sizing: border-box;
}
.shepherd-element {
  position: absolute;
  display: none;
}
.shepherd-element.shepherd-open {
  display: block;
}
.shepherd-element.shepherd-theme-arrows {
  max-width: 100%;
  max-height: 100%;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #fff;
  color: #163752;
  padding: 1rem;
  font-size: 0.9rem;
  box-shadow: 0 7px 14px 0 rgba(140, 164, 175, 0.15), 0 3px 6px 0 rgba(140, 164, 175, 0.3);
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
}
.shepherd-element.shepherd-theme-arrows .shepherd-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 16px;
  border-style: solid;
  pointer-events: none;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border-top-color: #f9fcfe;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -16px;
  border-bottom-color: #f9fcfe;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
  left: 100%;
  top: 50%;
  margin-top: -16px;
  border-left-color: #f9fcfe;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
  right: 100%;
  top: 50%;
  margin-top: -16px;
  border-right-color: #f9fcfe;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-target-attached-center .shepherd-content {
  left: -32px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-target-attached-center .shepherd-content {
  left: 32px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
  top: 16px;
  left: 100%;
  border-left-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
  top: 16px;
  right: 100%;
  border-right-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
  bottom: 16px;
  left: 100%;
  border-left-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
  bottom: 16px;
  right: 100%;
  border-right-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
  border-bottom-color: #eee;
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(140, 164, 175, 0.3);
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
  padding: 0;
  margin-bottom: 0;
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3 {
  float: left;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content {
  padding: 0;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header {
  *zoom: 1;
  border-radius: 5px 5px 0 0;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header:after {
  content: "";
  display: table;
  clear: both;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
  float: right;
  text-decoration: none;
  font-size: 1.25em;
  line-height: .8em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.25;
  position: relative;
  top: .1em;
  padding: .8em;
  margin-bottom: -0.8em;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
  opacity: 1;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
  padding: 1.5rem;
  border-radius: 0.33rem;
  background-color: #fff;
  background-color: #f9fcfe;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p {
  margin: 0 0 .5em 0;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p:last-child {
  margin-bottom: 0;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer {
  padding: 0.75rem 1.5rem;
  border-top: 1px solid rgba(140, 164, 175, 0.3);
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li {
  display: inline;
  padding: 0;
  margin: 0 0 0 0.75rem;
}
.wrapper {
  transition: 150ms opacity linear;
  background-color: #eaf3fb;
}
.wrapper:after {
  content: ' ';
  display: table;
  clear: both;
}
body.vex-open .wrapper,
body.shepherd-active .wrapper {
  opacity: 0.5;
}
.content {
  padding-bottom: 1rem;
   display: none;
   width: 80%;
   min-height: 600px;
   float: right;
}
@media (min-width: 1140px) {
   .content {
     padding-right: 2rem;
     padding-bottom: 2rem;
   }
 }
 @media (min-width: 1400px) {
   .content {
     padding-right: 3rem;
     padding-bottom: 3rem;
   }
 }
.content.active {
  display: block;
  min-height: calc(100vh - 11rem);
}
.content.sign-in, .content.sign-up {
  width: 600px;
  margin: 3rem auto;
  float: none;
}
.content.sign-in .logo {
  margin: 0 auto 3rem;
}
.content.sign-in .form-group input {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

.saved {
    position: relative;
}
.saved:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 9px;
    height: 18px;
    border: solid mediumseagreen;
    border-width: 0 4px 4px 0;
    -ms-transform: translateY(-55%) rotate(45deg);
    transform: translateY(-55%) rotate(45deg);
}

.pinned-bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.footer {
   clear: both;
   display: block;
   min-height: auto;
   margin-top: 2rem;
   padding-top: 1rem;
   padding-bottom: 1.5rem;
   width: 100%;
   background: #fff;
   padding-left: 3rem;
   padding-right: 3rem;
   border-top: 1px solid rgba(140, 164, 175, 0.3);
 }

.footer.content {
  display: block;
  min-height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer .container {
  width: 100%;
}

.footer::after {
  display: block;
  content: "";
  clear: both;
}

.footer .nav {
  margin: 0.25rem 0 0;
   padding-left: 0;
}

@media (min-width: 768px) {
  .footer .nav {
    float: left;
  }
}

.footer .nav-item {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .footer .nav-item {
    display: inline-block;
    width: auto;
  }
}

.footer .nav-link {
  color: #81929e;
    font-size: 1rem;
    padding: 0 0 0.5rem;
    margin-left: 0;
    text-decoration: none;
    font-weight: 500;
}

@media (min-width: 768px) {
  .footer .nav-link {
    padding: 0.5rem 1rem;
  }
}

.footer hr {
  margin-top: 0;
  margin-bottom: 1.325rem;
}

.footer .btn-for-schools {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .footer .btn-for-schools {
    width: auto;
    float: right;
  }
}

.footer .social-icon {
  margin-top: -4px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  border: none;
  box-shadow: 0 4px 20px rgba(18, 55, 82, 0.25);
  max-width: 100%;
  width: 320px;
}

.popover-header:empty {
  display: none;
}

.popover-header {
  padding: 1.25rem 1.25rem 0;
  margin-bottom: -0.5rem;
  border: none;
  background: none;
  color: #123652;
  font-size: 1.17rem;
}

.popover-body {
  padding: 1.25rem;
  color: #81929e;
}

.popover-body hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.popover,
.tooltip {
  z-index: 2000;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.popover[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.popover[x-placement^="top"] .arrow::before,
.popover[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.popover[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.popover[x-placement^="right"] {
  margin-left: 0.5rem;
}

.popover[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.popover[x-placement^="right"] .arrow::before,
.popover[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.popover[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.popover[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.popover[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.popover[x-placement^="bottom"] .arrow::before,
.popover[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.popover[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.popover[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover[x-placement^="left"] {
  margin-right: 0.5rem;
}

.popover[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.popover[x-placement^="left"] .arrow::before,
.popover[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.popover[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.act {
  display: none;
}

/*MZ*/
.eligibility-helptext {
  font-size: 10px;
  font-style: italic;
  text-align: left;
  padding-left: 5px;
}

/*MZ*/
#tagline_char_counter {
   float: right;
   padding-right: 5px;
   padding-top: 3px;
   font-size: 0.95rem;
}

/*MZ*/
.form-group-wider {
  width: 500px;
}

/*MZ*/
.forgot-password {
  padding-left: 200px;
  font-style: italic;
  cursor: pointer;
  font-size: 0.95rem;
}

/*MZ*/
.not-a-member {
  color: black;
}

/*MZ*/
.label.explanation {
   padding-top: 5px;
   padding-bottom: 5px;
}

/*MZ*/
div.gpa-ranges, div.sat-ranges {
  width: 500px;
  height: 180px;
  overflow-y: auto;
  margin-top: 20px;
}

.gpa-ranges table tbody, .sat-ranges table tbody {
  height: 150px;
}

.gpa-ranges tr, .sat-ranges tr {
  border: none;
}

.gpa-ranges input, .sat-ranges input {
  width: 80px;
  margin-right: 10px;
}

td.range-error {
  font-size: 10px;
  color: red;
}

input.range-error {
  color: red;
  font-weight: bold;
  border-color: red;
}

.explanation ol {
  margin: 2px;
  padding-left: 10px;
}

.go-to-settings {
  color: blue;
  cursor: pointer;
}

@media (min-width: 1600px) {
  .dialog.large .vex-content {
    width: 1400px;
  }

  input[type="text"].inline,
  input[type="email"].inline,
  input[type="password"].inline,
  select.inline,
  .form-box.inline {
    width: 125px;
  }

  .vex-content table tbody {
    height: 600px;

  }
}

.about-act {
  font-size: 0.8rem;
  font-style: italic;
  color: #2486d4;
  width: 120px;
}

.change-ranges {
  font-size: 0.8rem;
  font-style: italic;
  color: #2486d4;
  float: right;
  margin-right: 20px;
}

input[type="text"]:disabled {
    background-color: #e6e6e6;
    color: #555555;
}
/*For intro popup and in general:*/
h1, .h1 {
    font-size: 1.65rem;
  }

  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.25rem;
    }
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2rem;
    }
  }

  h3, .h3 {
    font-size: 1.25rem;
  }

  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.75rem;
    }
  }

  h6, .h6 {
    font-size: 1.1rem;
  }

  .float-right {
    float: right;
  }

  #close_admin_settings {
    margin-left: 600px;
    background-color: #a9a9a9;
    background-image: none;
    border: 1;
    border-color: #a9a9a9;
  }

  body.vex-open .vex-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .vex-overlay {
      transition: 150ms opacity linear;
      background-color: #d3e2f1;
      opacity: 0.9;
  }

  .vex-overlay:after {
      content: ' ';
      display: table;
      clear: both;
  }

  div.connected-student-title {
      width: 400px;
      font-weight: bold;
      font-size: 1.1rem;
      margin-top: 10px;
      cursor: pointer;
      background-image: url('../images/icons/chevron-right.svg');
      background-size: 12px;
      background-repeat: no-repeat;
      background-position: left;
      padding-left: 15px;
  }
  div.connected-student-body {
    margin-left: 20px;
    margin-bottom: 10px;
    display: none;
    font-size: 0.9rem;
  }

  span.connected-line-item-label {
    margin-right: 10px;
    font-weight: 500;
    display: inline-block;
    width: 500px;
  }
  span.connected-line-item-value {
    font-style:italic;
  }

  div#connected_students_header a {
    color: #163752;
    float: right;
  }
  div#connected_students_header img {
    margin-right: 10px;
  }

  .intro-popup .vex-content {
    height: 550px;
    width: 550px;
  }

  .change-password .vex-content {
    width: 550px;
  }

  .change-password .vex-content .form-group > label {
    font-size: 1rem;
  }

  div.intro-popup {
    overflow-y: hidden;
  }

  #admin_settings_save_failure {
    margin-left: 300px;
    margin-bottom: 10px;
  }

  select {
    padding: 0;
  }

.act-checkbox {
  margin-top: -0.25rem;
  float: right;
}

.stackable-checkbox {
  margin-top: -0.25rem;
  float: right;
}

#college-status-helptext {
  font-style: italic; 
  font-size: smaller;
}

#college-test-mode-button {
  display: none; margin-top: 10px;
}

#in-state-cost-title {
  cursor: pointer;  
}

#out-of-state-cost-title {
  margin-left: 30px;
  cursor: pointer; 
}

.cost-title-active {
  font-weight: bold;  
  color: #163752;
}

.cost-title-inactive {
  font-weight: 200;
  color:lightsteelblue;
}

#add_new_admin{
  margin-left: 30px;
  margin-bottom: 15px;
}

#add-admin-form label {
  text-align: left;
  margin-left: 20px;
}

#add-admin-form input {
  text-align: left;
  margin-left: -250px;
} 

.dialog-small .vex-content {
  width: 450px;
}

.add-highschool {
  font-weight: 400;
  cursor: pointer;
  background-color: #2486d4;
  color: white;
  padding: 5px;
}

.highschool-list {
  padding-left: 10px;
 /*font-size: 13px;*/
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  cursor: pointer;
  font-size: 0.8rem;
}

.highschool-delete {
  cursor: pointer;
  width: 15px;
  height: auto;
  margin-right: 5px;
}