@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #515151;
  text-align: left;
  background-color: #fbfbfb;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-cfw-tooltip-original-title],
abbr[data-cfw-popover-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #176ee4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #1255b1;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #5e7182;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  background-color: #ff0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.1875rem;
  color: #515151;
}

.blockquote-footer {
  display: block;
  font-size: 1rem;
  color: #5e7182;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fbfbfb;
  border: 1px solid #9eaab4;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 87.5%;
  color: #424f5b;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 0 solid;
  border-color: #bfc6cd;
}
.table thead,
.table tbody,
.table tfoot,
.table tr,
.table th,
.table td {
  border: 0 solid;
  border-color: inherit;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  vertical-align: bottom;
}

.table-bordered th,
.table-bordered td,
.table-celled th,
.table-celled td,
.table-divided th,
.table-divided td,
.table-ruled th,
.table-ruled td {
  border-top-width: 1px;
}
.table-bordered thead th,
.table-celled thead th,
.table-divided thead th,
.table-ruled thead th {
  border-bottom-width: 2px;
}
.table-bordered tbody + tbody,
.table-celled tbody + tbody,
.table-divided tbody + tbody,
.table-ruled tbody + tbody {
  border-top-width: 2px;
}
.table-bordered tfoot th,
.table-bordered tfoot td,
.table-celled tfoot th,
.table-celled tfoot td,
.table-divided tfoot th,
.table-divided tfoot td,
.table-ruled tfoot th,
.table-ruled tfoot td {
  border-top-width: 2px;
  border-bottom-width: 0;
}

.table-celled thead tr:first-child th,
.table-celled thead tr:first-child td,
.table-divided thead tr:first-child th,
.table-divided thead tr:first-child td {
  border-top-width: 0;
}

.table-bordered tfoot th,
.table-bordered tfoot td,
.table-ruled tfoot th,
.table-ruled tfoot td {
  border-bottom-width: 1px;
}

.table-bordered, .table-bordered .table,
.table-wrapped,
.table-wrapped .table,
.table-ruled,
.table-ruled .table {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.table-bordered th,
.table-bordered td,
.table-celled th,
.table-celled td,
.table-pillared th,
.table-pillared td,
.table-walled th,
.table-walled td {
  border-left-width: 1px;
}
.table-bordered th:last-child,
.table-bordered td:last-child,
.table-celled th:last-child,
.table-celled td:last-child,
.table-pillared th:last-child,
.table-pillared td:last-child,
.table-walled th:last-child,
.table-walled td:last-child {
  border-right-width: 1px;
}

.table-pillared th:first-child,
.table-pillared td:first-child,
.table-celled th:first-child,
.table-celled td:first-child {
  border-left-width: 0;
}
.table-pillared th:last-child,
.table-pillared td:last-child,
.table-celled th:last-child,
.table-celled td:last-child {
  border-right-width: 0;
}

.table-bordered, .table-bordered .table,
.table-wrapped,
.table-wrapped .table,
.table-walled,
.table-walled .table {
  border-right-width: 1px;
  border-left-width: 1px;
}

.table-striped tbody tr:nth-of-type(odd) > th,
.table-striped tbody tr:nth-of-type(odd) > td {
  box-shadow: inset 0 0 0 999rem rgba(38, 45, 52, 0.075);
}

.table-striped-alt tbody tr:nth-of-type(odd) > th,
.table-striped-alt tbody tr:nth-of-type(odd) > td {
  box-shadow: inset 0 0 0 999rem rgba(255, 255, 255, 0.125);
}

.table-hover tbody tr:hover > th,
.table-hover tbody tr:hover > td {
  box-shadow: inset 0 0 0 999rem rgba(38, 45, 52, 0.125);
}

.table-hover-alt tbody tr:hover > th,
.table-hover-alt tbody tr:hover > td {
  box-shadow: inset 0 0 0 999rem rgba(255, 255, 255, 0.2);
}

.table-condensed th,
.table-condensed td {
  padding: 0.3125rem 0.5rem;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #eff1f3;
}

[class*=table-hover] .table-active:hover,
[class*=table-hover] .table-active:hover > td,
[class*=table-hover] .table-active:hover > th {
  background-color: #bfc6cd;
}

.table-scroll {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-scroll > .table {
  margin-bottom: 0;
}

@media (max-width: 35.9375em) {
  .table-scroll-xs {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll-xs > .table {
    margin-bottom: 0;
  }
}

@media (max-width: 47.9375em) {
  .table-scroll-sm {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll-sm > .table {
    margin-bottom: 0;
  }
}

@media (max-width: 61.9375em) {
  .table-scroll-md {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll-md > .table {
    margin-bottom: 0;
  }
}

@media (max-width: 74.9375em) {
  .table-scroll-lg {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll-lg > .table {
    margin-bottom: 0;
  }
}

.challenge .figure-caption {
  font-size: 1rem;
}

.challenge-header-category {
  max-width: 80%;
  margin: 0;
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  word-spacing: -0.125em;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width: 48em) {
  .challenge-header-category {
    font-size: 1.125rem;
  }
}
@media (min-width: 62em) {
  .challenge-header-category {
    font-size: 1.25rem;
  }
}

.challenge-header-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .challenge-header-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 62em) {
  .challenge-header-title {
    font-size: 2rem;
  }
}

.challenge-step {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.challenge-step + .challenge-step {
  padding-top: 1rem;
  border-top: 1px dashed #176ee4;
}

.challenge-step-create {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-bottom: 1.5rem;
  margin-left: -0.3125rem;
}
.challenge-step-create > .col,
.challenge-step-create > [class*=col-] {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media (min-width: 48em) {
  .challenge-step-create > .col:first-child,
.challenge-step-create > [class*=col-]:first-child {
    text-align: right;
  }
}
.challenge-step-create .btn-check-input ~ .btn-category {
  margin-bottom: 0.25rem;
}

.challenge-title {
  max-width: 80%;
  margin-bottom: 1rem;
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  word-spacing: -0.125em;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.challenge-title [class*=icon-] {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
.challenge-title [class*=icon-]::before {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.challenge-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
}
.challenge-status .card-status-time {
  font-size: 0.875rem;
}

@media (min-width: 75em) {
  .challenge-directions {
    font-size: 1.25rem;
  }
}

.challenge-messages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 100%;
  margin-bottom: 1rem;
}

.comment-current-user,
.comment-other-user {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 66.666666%;
  padding: 0.5em 1em;
  margin-bottom: 1rem;
  color: #fff;
  border-radius: 1rem;
}
.comment-current-user p:last-child,
.comment-other-user p:last-child {
  margin-bottom: 0;
}

.comment-current-user {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #176ee4;
}

.comment-current-user:has(+ .comment-current-user),
.comment-other-user:has(+ .comment-other-user) {
  margin-bottom: 0.5rem;
}

.challenge-theme-primary .challenge-title,
.challenge-theme-primary .file-upload-icon {
  color: #176ee4;
}
.challenge-theme-primary .challenge-step,
.challenge-theme-primary .form-control,
.challenge-theme-primary .file-upload-label,
.challenge-theme-primary .file-upload-preview,
.challenge-theme-primary .section-divider {
  border-color: #176ee4;
}
.challenge-theme-primary .comment-other-user {
  background-color: #176ee4;
}

.challenge-theme-science .challenge-title,
.challenge-theme-science .file-upload-icon {
  color: #1d861f;
}
.challenge-theme-science .challenge-step,
.challenge-theme-science .form-control,
.challenge-theme-science .file-upload-label,
.challenge-theme-science .file-upload-preview,
.challenge-theme-science .section-divider {
  border-color: #1d861f;
}
.challenge-theme-science .comment-other-user {
  background-color: #1d861f;
}

.challenge-theme-technology .challenge-title,
.challenge-theme-technology .file-upload-icon {
  color: #d10038;
}
.challenge-theme-technology .challenge-step,
.challenge-theme-technology .form-control,
.challenge-theme-technology .file-upload-label,
.challenge-theme-technology .file-upload-preview,
.challenge-theme-technology .section-divider {
  border-color: #d10038;
}
.challenge-theme-technology .comment-other-user {
  background-color: #d10038;
}

.challenge-theme-engineering .challenge-title,
.challenge-theme-engineering .file-upload-icon {
  color: #3b45ab;
}
.challenge-theme-engineering .challenge-step,
.challenge-theme-engineering .form-control,
.challenge-theme-engineering .file-upload-label,
.challenge-theme-engineering .file-upload-preview,
.challenge-theme-engineering .section-divider {
  border-color: #3b45ab;
}
.challenge-theme-engineering .comment-other-user {
  color: #515151;
  background-color: #fbfbfb;
  border: 1px solid #0055e9;
  box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.15);
}

.challenge-theme-math .challenge-title,
.challenge-theme-math .file-upload-icon {
  color: #990997;
}
.challenge-theme-math .challenge-step,
.challenge-theme-math .form-control,
.challenge-theme-math .file-upload-label,
.challenge-theme-math .file-upload-preview,
.challenge-theme-math .section-divider {
  border-color: #990997;
}
.challenge-theme-math .comment-other-user {
  background-color: #990997;
}

.challenge-theme-career .challenge-title,
.challenge-theme-career .file-upload-icon {
  color: #c3512d;
}
.challenge-theme-career .challenge-step,
.challenge-theme-career .form-control,
.challenge-theme-career .file-upload-label,
.challenge-theme-career .file-upload-preview,
.challenge-theme-career .section-divider {
  border-color: #c3512d;
}
.challenge-theme-career .comment-other-user {
  background-color: #c3512d;
}

.challenge-theme-color6 .challenge-title,
.challenge-theme-color6 .file-upload-icon {
  color: #0a8383;
}
.challenge-theme-color6 .challenge-step,
.challenge-theme-color6 .form-control,
.challenge-theme-color6 .file-upload-label,
.challenge-theme-color6 .file-upload-preview,
.challenge-theme-color6 .section-divider {
  border-color: #0a8383;
}
.challenge-theme-color6 .comment-other-user {
  background-color: #0a8383;
}

.challenge-theme-color7 .challenge-title,
.challenge-theme-color7 .file-upload-icon {
  color: #444;
}
.challenge-theme-color7 .challenge-step,
.challenge-theme-color7 .form-control,
.challenge-theme-color7 .file-upload-label,
.challenge-theme-color7 .file-upload-preview,
.challenge-theme-color7 .section-divider {
  border-color: #444;
}
.challenge-theme-color7 .comment-other-user {
  background-color: #444;
}

.challenge-theme-color8 .challenge-title,
.challenge-theme-color8 .file-upload-icon {
  color: #ad00ff;
}
.challenge-theme-color8 .challenge-step,
.challenge-theme-color8 .form-control,
.challenge-theme-color8 .file-upload-label,
.challenge-theme-color8 .file-upload-preview,
.challenge-theme-color8 .section-divider {
  border-color: #ad00ff;
}
.challenge-theme-color8 .comment-other-user {
  background-color: #ad00ff;
}

.challenge-theme-color9 .challenge-title,
.challenge-theme-color9 .file-upload-icon {
  color: #007ac8;
}
.challenge-theme-color9 .challenge-step,
.challenge-theme-color9 .form-control,
.challenge-theme-color9 .file-upload-label,
.challenge-theme-color9 .file-upload-preview,
.challenge-theme-color9 .section-divider {
  border-color: #007ac8;
}
.challenge-theme-color9 .comment-other-user {
  background-color: #007ac8;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2rem + 2px);
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #424f5b;
  background-color: #fff;
  border: 1px solid #bfc6cd;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #424f5b;
  background-color: #fff;
  border-color: #6699f2;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eff1f3;
  opacity: 1;
}
.form-control:disabled {
  color: #9eaab4;
}

select.form-control[size]:not([size="1"]), select.form-control[multiple] {
  height: auto;
}
select.form-control:focus::-ms-value {
  color: #424f5b;
  background-color: #fff;
}

textarea.form-control:not([rows="1"]) {
  height: auto;
}

.form-control-color,
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-control-label {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.form-control-static {
  display: block;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0;
  line-height: 1.5;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-xsmall {
  height: calc(1.375rem + 2px);
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.form-control-label-xsmall {
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}

.form-control-small {
  height: calc(1.6875rem + 2px);
  padding: 0.1875rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.form-control-label-small {
  padding-top: calc(0.1875rem + 1px);
  padding-bottom: calc(0.1875rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-large {
  height: calc(2.3125rem + 2px);
  padding: 0.3125rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

.form-control-label-large {
  padding-top: calc(0.3125rem + 1px);
  padding-bottom: calc(0.3125rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.form-control-xlarge {
  height: calc(2.625rem + 2px);
  padding: 0.375rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

.form-control-label-xlarge {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3125rem;
  margin-left: -1.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input:disabled ~ .form-check-label {
  color: #9eaab4;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #0e8a16;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(14, 138, 22, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #0e8a16;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #0e8a16;
  box-shadow: 0 0 0 0.1875rem rgba(14, 138, 22, 0.35);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control.has-validation-icon:valid, .form-control.has-validation-icon.is-valid,
.was-validated .custom-select.has-validation-icon:valid,
.custom-select.has-validation-icon.is-valid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230e8a16' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.375rem center;
  background-size: 16px 16px;
}

.was-validated .form-control:not(textarea).has-validation-icon:valid, .form-control:not(textarea).has-validation-icon.is-valid {
  padding-right: calc(0.75rem + 16px + 0.375rem);
}

.was-validated textarea.form-control.has-validation-icon:valid, textarea.form-control.has-validation-icon.is-valid {
  padding-left: calc(0.75rem + 16px + 0.375rem);
  background-position: left 0.375rem center;
}

.was-validated .custom-select.has-validation-icon:valid, .custom-select.has-validation-icon.is-valid {
  padding-right: calc(0.75rem + 16px + 0.375rem + 10px + 0.375rem);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M3 0l-3 3h6l-3-3zm-3 5l3 3 3-3h-6z'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230e8a16' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: right 0.375rem center, right calc(0.375rem + 10px + 0.375rem) center;
  background-size: 10px 10px, 16px 16px;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0e8a16;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #0e8a16;
}
.was-validated .custom-control-input:valid ~ .custom-control-indicator::before, .custom-control-input.is-valid ~ .custom-control-indicator::before {
  border-color: #0e8a16;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-indicator::before, .custom-control-input.is-valid:checked ~ .custom-control-indicator::before {
  background-color: #0e8a16;
  border-color: #0e8a16;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-indicator::before, .custom-control-input.is-valid:focus ~ .custom-control-indicator::before {
  box-shadow: 0 0 0 0.1875rem rgba(14, 138, 22, 0.35);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #0e8a16;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus-within ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus-within ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #0e8a16;
  box-shadow: 0 0 0 0.1875rem rgba(14, 138, 22, 0.35);
}

.was-validated .form-control-xsmall:not(textarea).has-validation-icon:valid, .form-control-xsmall:not(textarea).has-validation-icon.is-valid,
.was-validated .input-group-xsmall > .form-control:not(textarea).has-validation-icon:valid,
.input-group-xsmall > .form-control:not(textarea).has-validation-icon.is-valid {
  padding-right: calc(0.375rem + 16px + 0.375rem);
}

.was-validated textarea.form-control-xsmall.has-validation-icon:valid, textarea.form-control-xsmall.has-validation-icon.is-valid,
.was-validated .input-group-xsmall > textarea.form-control.has-validation-icon:valid,
.input-group-xsmall > textarea.form-control.has-validation-icon.is-valid {
  padding-left: calc(0.375rem + 16px + 0.375rem);
}

.was-validated .custom-select-xsmall.has-validation-icon:valid, .custom-select-xsmall.has-validation-icon.is-valid,
.was-validated .input-group-xsmall > .custom-select.has-validation-icon:valid,
.input-group-xsmall > .custom-select.has-validation-icon.is-valid {
  padding-right: calc(0.375rem + 16px + 0.375rem + 10px + 0.375rem);
}

.was-validated .form-control-small:not(textarea).has-validation-icon:valid, .form-control-small:not(textarea).has-validation-icon.is-valid,
.was-validated .input-group-small > .form-control:not(textarea).has-validation-icon:valid,
.input-group-small > .form-control:not(textarea).has-validation-icon.is-valid {
  padding-right: calc(0.5rem + 16px + 0.375rem);
}

.was-validated textarea.form-control-small.has-validation-icon:valid, textarea.form-control-small.has-validation-icon.is-valid,
.was-validated .input-group-small > textarea.form-control.has-validation-icon:valid,
.input-group-small > textarea.form-control.has-validation-icon.is-valid {
  padding-left: calc(0.5rem + 16px + 0.375rem);
}

.was-validated .custom-select-small.has-validation-icon:valid, .custom-select-small.has-validation-icon.is-valid,
.was-validated .input-group-small > .custom-select.has-validation-icon:valid,
.input-group-small > .custom-select.has-validation-icon.is-valid {
  padding-right: calc(0.5rem + 16px + 0.375rem + 10px + 0.375rem);
}

.was-validated .form-control-large:not(textarea).has-validation-icon:valid, .form-control-large:not(textarea).has-validation-icon.is-valid,
.was-validated .input-group-large > .form-control:not(textarea).has-validation-icon:valid,
.input-group-large > .form-control:not(textarea).has-validation-icon.is-valid {
  padding-right: calc(1.125rem + 16px + 0.375rem);
}

.was-validated textarea.form-control-large.has-validation-icon:valid, textarea.form-control-large.has-validation-icon.is-valid,
.was-validated .input-group-large > textarea.form-control.has-validation-icon:valid,
.input-group-large > textarea.form-control.has-validation-icon.is-valid {
  padding-left: calc(1.125rem + 16px + 0.375rem);
}

.was-validated .custom-select-large.has-validation-icon:valid, .custom-select-large.has-validation-icon.is-valid,
.was-validated .input-group-large > .custom-select.has-validation-icon:valid,
.input-group-large > .custom-select.has-validation-icon.is-valid {
  padding-right: calc(1.125rem + 16px + 0.375rem + 10px + 0.375rem);
}

.was-validated .form-control-xlarge:not(textarea).has-validation-icon:valid, .form-control-xlarge:not(textarea).has-validation-icon.is-valid,
.was-validated .input-group-xlarge > .form-control:not(textarea).has-validation-icon:valid,
.input-group-xlarge > .form-control:not(textarea).has-validation-icon.is-valid {
  padding-right: calc(1.25rem + 16px + 0.375rem);
}

.was-validated textarea.form-control-xlarge.has-validation-icon:valid, textarea.form-control-xlarge.has-validation-icon.is-valid,
.was-validated .input-group-xlarge > textarea.form-control.has-validation-icon:valid,
.input-group-xlarge > textarea.form-control.has-validation-icon.is-valid {
  padding-left: calc(1.25rem + 16px + 0.375rem);
}

.was-validated .custom-select-xlarge.has-validation-icon:valid, .custom-select-xlarge.has-validation-icon.is-valid,
.was-validated .input-group-xlarge > .custom-select.has-validation-icon:valid,
.input-group-xlarge > .custom-select.has-validation-icon.is-valid {
  padding-right: calc(1.25rem + 16px + 0.375rem + 10px + 0.375rem);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d42314;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(212, 35, 20, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d42314;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d42314;
  box-shadow: 0 0 0 0.1875rem rgba(212, 35, 20, 0.35);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control.has-validation-icon:invalid, .form-control.has-validation-icon.is-invalid,
.was-validated .custom-select.has-validation-icon:invalid,
.custom-select.has-validation-icon.is-invalid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d42314' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d42314' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.375rem center;
  background-size: 16px 16px;
}

.was-validated .form-control:not(textarea).has-validation-icon:invalid, .form-control:not(textarea).has-validation-icon.is-invalid {
  padding-right: calc(0.75rem + 16px + 0.375rem);
}

.was-validated textarea.form-control.has-validation-icon:invalid, textarea.form-control.has-validation-icon.is-invalid {
  padding-left: calc(0.75rem + 16px + 0.375rem);
  background-position: left 0.375rem center;
}

.was-validated .custom-select.has-validation-icon:invalid, .custom-select.has-validation-icon.is-invalid {
  padding-right: calc(0.75rem + 16px + 0.375rem + 10px + 0.375rem);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M3 0l-3 3h6l-3-3zm-3 5l3 3 3-3h-6z'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d42314' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d42314' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: right 0.375rem center, right calc(0.375rem + 10px + 0.375rem) center;
  background-size: 10px 10px, 16px 16px;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d42314;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d42314;
}
.was-validated .custom-control-input:invalid ~ .custom-control-indicator::before, .custom-control-input.is-invalid ~ .custom-control-indicator::before {
  border-color: #d42314;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-indicator::before, .custom-control-input.is-invalid:checked ~ .custom-control-indicator::before {
  background-color: #d42314;
  border-color: #d42314;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-indicator::before, .custom-control-input.is-invalid:focus ~ .custom-control-indicator::before {
  box-shadow: 0 0 0 0.1875rem rgba(212, 35, 20, 0.35);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d42314;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus-within ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus-within ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d42314;
  box-shadow: 0 0 0 0.1875rem rgba(212, 35, 20, 0.35);
}

.was-validated .form-control-xsmall:not(textarea).has-validation-icon:invalid, .form-control-xsmall:not(textarea).has-validation-icon.is-invalid,
.was-validated .input-group-xsmall > .form-control:not(textarea).has-validation-icon:invalid,
.input-group-xsmall > .form-control:not(textarea).has-validation-icon.is-invalid {
  padding-right: calc(0.375rem + 16px + 0.375rem);
}

.was-validated textarea.form-control-xsmall.has-validation-icon:invalid, textarea.form-control-xsmall.has-validation-icon.is-invalid,
.was-validated .input-group-xsmall > textarea.form-control.has-validation-icon:invalid,
.input-group-xsmall > textarea.form-control.has-validation-icon.is-invalid {
  padding-left: calc(0.375rem + 16px + 0.375rem);
}

.was-validated .custom-select-xsmall.has-validation-icon:invalid, .custom-select-xsmall.has-validation-icon.is-invalid,
.was-validated .input-group-xsmall > .custom-select.has-validation-icon:invalid,
.input-group-xsmall > .custom-select.has-validation-icon.is-invalid {
  padding-right: calc(0.375rem + 16px + 0.375rem + 10px + 0.375rem);
}

.was-validated .form-control-small:not(textarea).has-validation-icon:invalid, .form-control-small:not(textarea).has-validation-icon.is-invalid,
.was-validated .input-group-small > .form-control:not(textarea).has-validation-icon:invalid,
.input-group-small > .form-control:not(textarea).has-validation-icon.is-invalid {
  padding-right: calc(0.5rem + 16px + 0.375rem);
}

.was-validated textarea.form-control-small.has-validation-icon:invalid, textarea.form-control-small.has-validation-icon.is-invalid,
.was-validated .input-group-small > textarea.form-control.has-validation-icon:invalid,
.input-group-small > textarea.form-control.has-validation-icon.is-invalid {
  padding-left: calc(0.5rem + 16px + 0.375rem);
}

.was-validated .custom-select-small.has-validation-icon:invalid, .custom-select-small.has-validation-icon.is-invalid,
.was-validated .input-group-small > .custom-select.has-validation-icon:invalid,
.input-group-small > .custom-select.has-validation-icon.is-invalid {
  padding-right: calc(0.5rem + 16px + 0.375rem + 10px + 0.375rem);
}

.was-validated .form-control-large:not(textarea).has-validation-icon:invalid, .form-control-large:not(textarea).has-validation-icon.is-invalid,
.was-validated .input-group-large > .form-control:not(textarea).has-validation-icon:invalid,
.input-group-large > .form-control:not(textarea).has-validation-icon.is-invalid {
  padding-right: calc(1.125rem + 16px + 0.375rem);
}

.was-validated textarea.form-control-large.has-validation-icon:invalid, textarea.form-control-large.has-validation-icon.is-invalid,
.was-validated .input-group-large > textarea.form-control.has-validation-icon:invalid,
.input-group-large > textarea.form-control.has-validation-icon.is-invalid {
  padding-left: calc(1.125rem + 16px + 0.375rem);
}

.was-validated .custom-select-large.has-validation-icon:invalid, .custom-select-large.has-validation-icon.is-invalid,
.was-validated .input-group-large > .custom-select.has-validation-icon:invalid,
.input-group-large > .custom-select.has-validation-icon.is-invalid {
  padding-right: calc(1.125rem + 16px + 0.375rem + 10px + 0.375rem);
}

.was-validated .form-control-xlarge:not(textarea).has-validation-icon:invalid, .form-control-xlarge:not(textarea).has-validation-icon.is-invalid,
.was-validated .input-group-xlarge > .form-control:not(textarea).has-validation-icon:invalid,
.input-group-xlarge > .form-control:not(textarea).has-validation-icon.is-invalid {
  padding-right: calc(1.25rem + 16px + 0.375rem);
}

.was-validated textarea.form-control-xlarge.has-validation-icon:invalid, textarea.form-control-xlarge.has-validation-icon.is-invalid,
.was-validated .input-group-xlarge > textarea.form-control.has-validation-icon:invalid,
.input-group-xlarge > textarea.form-control.has-validation-icon.is-invalid {
  padding-left: calc(1.25rem + 16px + 0.375rem);
}

.was-validated .custom-select-xlarge.has-validation-icon:invalid, .custom-select-xlarge.has-validation-icon.is-invalid,
.was-validated .input-group-xlarge > .custom-select.has-validation-icon:invalid,
.input-group-xlarge > .custom-select.has-validation-icon.is-invalid {
  padding-right: calc(1.25rem + 16px + 0.375rem + 10px + 0.375rem);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-inline .form-check,
.form-inline .form-group {
  width: 100%;
}
@media (min-width: 36em) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    width: auto;
    margin-bottom: 0;
  }
  .form-inline .form-control,
.form-inline .custom-select,
.form-inline .custom-range {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.75rem;
}

.custom-control-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator::before {
  color: #fff;
  background-color: #0055e9;
  border-color: #0055e9;
}
.custom-control-input:focus ~ .custom-control-indicator::before {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}
.custom-control-input:active:not(:disabled) ~ .custom-control-indicator::before {
  color: #fff;
  background-color: #0055e9;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #7e8d9b;
}
.custom-control-input:disabled ~ .custom-control-indicator::before {
  opacity: 0.6;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-indicator {
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}
.custom-control-indicator::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #bfc6cd;
}
.custom-control-indicator::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator::before {
  background-color: #0055e9;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-switch {
  padding-left: 2.5rem;
}
.custom-switch .custom-control-indicator {
  width: 2rem;
  height: 1rem;
}
.custom-switch .custom-control-indicator::before, .custom-switch .custom-control-indicator::after {
  left: -2.5rem;
  pointer-events: auto;
  transition: all 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-indicator::before, .custom-switch .custom-control-indicator::after {
    transition: none;
  }
}
.custom-switch .custom-control-indicator::before {
  top: 0.25rem;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  background-color: #9eaab4;
  border: 1px solid #9eaab4;
  border-radius: 10rem;
}
.custom-switch .custom-control-indicator::after {
  top: 0.25rem;
  width: 2rem;
  height: 1rem;
  background-color: #eff1f3;
  border: 1px solid #bfc6cd;
  border-radius: 1rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-indicator::before {
  left: calc(2rem - 1rem - 2.5rem);
  background-color: #0055e9;
  border-color: #0055e9;
}
.custom-switch .custom-control-input:checked ~ .custom-control-indicator::after {
  background-color: #eff1f3;
  border-color: #9eaab4;
}
.custom-switch .custom-control-input:focus ~ .custom-control-indicator::before {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}
.custom-switch .custom-control-input:active ~ .custom-control-indicator::before {
  background-color: #3377ed;
}
.custom-switch .custom-control-input:active ~ .custom-control-indicator::after {
  background-color: #eff1f3;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-indicator::before {
  background-color: #bfc6cd;
  border-color: #bfc6cd;
  opacity: 1;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-indicator::after {
  opacity: 0.6;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-indicator::before {
  background-color: #99bbf6;
  border-color: #99bbf6;
}

.custom-select {
  display: block;
  width: 100%;
  height: calc(2rem + 2px);
  padding: 0.25rem calc(0.75rem + 10px + 0.375rem) 0.25rem 0.75rem;
  color: #424f5b;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M3 0l-3 3h6l-3-3zm-3 5l3 3 3-3h-6z'/%3E%3C/svg%3E") no-repeat right 0.375rem center;
  background-size: 10px 10px;
  border: 1px solid #bfc6cd;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus::-ms-value {
  color: #424f5b;
  background-color: #fff;
}
.custom-select[size]:not([size="1"]), .custom-select[multiple] {
  height: auto;
  background-image: none;
}
.custom-select:disabled {
  color: #9eaab4;
  background-color: #eff1f3;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-xsmall {
  height: calc(1.375rem + 2px);
  padding: 0.125rem 0.375rem;
  padding-right: calc(0.375rem + 10px + 0.375rem);
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.custom-select-small {
  height: calc(1.6875rem + 2px);
  padding: 0.1875rem 0.5rem;
  padding-right: calc(0.5rem + 10px + 0.375rem);
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.custom-select-large {
  height: calc(2.3125rem + 2px);
  padding: 0.3125rem 1.125rem;
  padding-right: calc(1.125rem + 10px + 0.375rem);
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

.custom-select-xlarge {
  height: calc(2.625rem + 2px);
  padding: 0.375rem 1.25rem;
  padding-right: calc(1.25rem + 10px + 0.375rem);
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus-within ~ .custom-file-label, .custom-file-input:focus ~ .custom-file-label {
  color: #424f5b;
  background-color: #fff;
  border-color: #6699f2;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}
.custom-file-input:focus-within ~ .custom-file-label::after, .custom-file-input:focus ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input:disabled ~ .custom-file-label {
  color: #9eaab4;
  background-color: #eff1f3;
}
.custom-file-input:disabled ~ .custom-file-label::after {
  opacity: 0.6;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: calc(2rem + 2px);
  padding: 0.25rem 0.75rem;
  overflow: hidden;
  line-height: 1.5;
  color: #424f5b;
  background-color: #fff;
  border: 1px solid #bfc6cd;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  height: calc(2rem + 2px);
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
  color: #50606f;
  content: "Browse";
  background-color: #eff1f3;
  border-left: 1px solid #bfc6cd;
}

.custom-color {
  display: block;
  width: auto;
  min-width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #424f5b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bfc6cd;
  border-radius: 0.25rem;
}

.custom-select:focus,
.custom-color:focus {
  color: #424f5b;
  background-color: #fff;
  border-color: #6699f2;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.custom-control-indicator::before,
.custom-select,
.custom-file-label,
.custom-color {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-indicator::before,
.custom-select,
.custom-file-label,
.custom-color {
    transition: none;
  }
}

.custom-range {
  width: 100%;
  min-width: 8rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-ms-tooltip {
  display: none;
}
.custom-range::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.5rem;
  margin: 0 0.1875rem;
  color: transparent;
  border: 0;
  border-radius: 0.5rem;
  background-color: #dfe3e6;
}
.custom-range::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.5rem;
  margin: 0 0.1875rem;
  color: transparent;
  border: 0;
  border-radius: 0.5rem;
  background-color: #dfe3e6;
}
.custom-range::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.5rem;
  margin: 0 0.1875rem;
  color: transparent;
  border: 0;
  border-radius: 0.5rem;
  background-color: transparent;
}
.custom-range::-ms-fill-lower {
  background-color: #dfe3e6;
  border-radius: 0.5rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 0.5625rem;
  background-color: #dfe3e6;
  border-radius: 0.5rem;
}
.custom-range:not(:disabled)::-webkit-slider-runnable-track {
  cursor: pointer;
}
.custom-range:not(:disabled)::-moz-range-track {
  cursor: pointer;
}
.custom-range::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #0055e9;
  border: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
  margin-top: -0.3125rem;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #0048c6;
}
.custom-range::-moz-range-thumb {
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #0055e9;
  border: 0;
  border-radius: 50%;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #0048c6;
}
.custom-range::-ms-thumb {
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #0055e9;
  border: 0;
  border-radius: 50%;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  margin-top: 0;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #0048c6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9eaab4;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #9eaab4;
}
.custom-range:disabled::-ms-thumb {
  background-color: #9eaab4;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  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: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  text-decoration: none;
}

.btn:focus,
.btn-check-input:focus ~ .btn {
  text-decoration: none;
  outline: 0;
}

.btn.disabled,
.btn:disabled,
.btn-check-input:disabled ~ .btn {
  opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn {
  color: #5e7182;
  background-color: #fff;
  border-color: #9eaab4;
}

.btn:hover {
  color: #50606f;
  background-color: #dfe3e6;
  border-color: #7e8d9b;
}

.btn:focus,
.btn-check-input:focus ~ .btn {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.btn.disabled,
.btn:disabled,
.btn-check-input:disabled ~ .btn {
  color: #5e7182;
  background-color: #fff;
  border-color: #9eaab4;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn,
.open > .btn {
  color: #262d34;
  background-color: #bfc6cd;
  border-color: #7e8d9b;
}

a.btn.disabled,
fieldset:disabled a.btn,
.btn-check-input:disabled ~ .btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #176ee4;
  border-color: #176ee4;
}

.btn-primary:hover {
  color: #fff;
  background-color: #145ec2;
  border-color: #145ec2;
}

.btn-primary:focus,
.btn-check-input:focus ~ .btn-primary {
  box-shadow: 0 0 0 0.1875rem rgba(23, 110, 228, 0.35);
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-check-input:disabled ~ .btn-primary {
  color: #fff;
  background-color: #176ee4;
  border-color: #176ee4;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-primary,
.open > .btn-primary {
  color: #fff;
  background-color: #104da0;
  border-color: #104da0;
}

.btn-science {
  color: #fff;
  background-color: #1d861f;
  border-color: #1d861f;
}

.btn-science:hover {
  color: #fff;
  background-color: #19721a;
  border-color: #19721a;
}

.btn-science:focus,
.btn-check-input:focus ~ .btn-science {
  box-shadow: 0 0 0 0.1875rem rgba(29, 134, 31, 0.35);
}

.btn-science.disabled,
.btn-science:disabled,
.btn-check-input:disabled ~ .btn-science {
  color: #fff;
  background-color: #1d861f;
  border-color: #1d861f;
}

.btn-science:not(:disabled):not(.disabled):active,
.btn-science:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-science,
.open > .btn-science {
  color: #fff;
  background-color: #145e16;
  border-color: #145e16;
}

.btn-technology {
  color: #fff;
  background-color: #d10038;
  border-color: #d10038;
}

.btn-technology:hover {
  color: #fff;
  background-color: #b20030;
  border-color: #b20030;
}

.btn-technology:focus,
.btn-check-input:focus ~ .btn-technology {
  box-shadow: 0 0 0 0.1875rem rgba(209, 0, 56, 0.35);
}

.btn-technology.disabled,
.btn-technology:disabled,
.btn-check-input:disabled ~ .btn-technology {
  color: #fff;
  background-color: #d10038;
  border-color: #d10038;
}

.btn-technology:not(:disabled):not(.disabled):active,
.btn-technology:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-technology,
.open > .btn-technology {
  color: #fff;
  background-color: #920027;
  border-color: #920027;
}

.btn-engineering {
  color: #fff;
  background-color: #3b45ab;
  border-color: #3b45ab;
}

.btn-engineering:hover {
  color: #fff;
  background-color: #323b91;
  border-color: #323b91;
}

.btn-engineering:focus,
.btn-check-input:focus ~ .btn-engineering {
  box-shadow: 0 0 0 0.1875rem rgba(59, 69, 171, 0.35);
}

.btn-engineering.disabled,
.btn-engineering:disabled,
.btn-check-input:disabled ~ .btn-engineering {
  color: #fff;
  background-color: #3b45ab;
  border-color: #3b45ab;
}

.btn-engineering:not(:disabled):not(.disabled):active,
.btn-engineering:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-engineering,
.open > .btn-engineering {
  color: #fff;
  background-color: #293078;
  border-color: #293078;
}

.btn-math {
  color: #fff;
  background-color: #990997;
  border-color: #990997;
}

.btn-math:hover {
  color: #fff;
  background-color: #820880;
  border-color: #820880;
}

.btn-math:focus,
.btn-check-input:focus ~ .btn-math {
  box-shadow: 0 0 0 0.1875rem rgba(153, 9, 151, 0.35);
}

.btn-math.disabled,
.btn-math:disabled,
.btn-check-input:disabled ~ .btn-math {
  color: #fff;
  background-color: #990997;
  border-color: #990997;
}

.btn-math:not(:disabled):not(.disabled):active,
.btn-math:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-math,
.open > .btn-math {
  color: #fff;
  background-color: #6b066a;
  border-color: #6b066a;
}

.btn-career {
  color: #fff;
  background-color: #c3512d;
  border-color: #c3512d;
}

.btn-career:hover {
  color: #fff;
  background-color: #a64526;
  border-color: #a64526;
}

.btn-career:focus,
.btn-check-input:focus ~ .btn-career {
  box-shadow: 0 0 0 0.1875rem rgba(195, 81, 45, 0.35);
}

.btn-career.disabled,
.btn-career:disabled,
.btn-check-input:disabled ~ .btn-career {
  color: #fff;
  background-color: #c3512d;
  border-color: #c3512d;
}

.btn-career:not(:disabled):not(.disabled):active,
.btn-career:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-career,
.open > .btn-career {
  color: #fff;
  background-color: #893920;
  border-color: #893920;
}

.btn-color6 {
  color: #fff;
  background-color: #0a8383;
  border-color: #0a8383;
}

.btn-color6:hover {
  color: #fff;
  background-color: #096f6f;
  border-color: #096f6f;
}

.btn-color6:focus,
.btn-check-input:focus ~ .btn-color6 {
  box-shadow: 0 0 0 0.1875rem rgba(10, 131, 131, 0.35);
}

.btn-color6.disabled,
.btn-color6:disabled,
.btn-check-input:disabled ~ .btn-color6 {
  color: #fff;
  background-color: #0a8383;
  border-color: #0a8383;
}

.btn-color6:not(:disabled):not(.disabled):active,
.btn-color6:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-color6,
.open > .btn-color6 {
  color: #fff;
  background-color: #075c5c;
  border-color: #075c5c;
}

.btn-color7 {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-color7:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.btn-color7:focus,
.btn-check-input:focus ~ .btn-color7 {
  box-shadow: 0 0 0 0.1875rem rgba(68, 68, 68, 0.35);
}

.btn-color7.disabled,
.btn-color7:disabled,
.btn-check-input:disabled ~ .btn-color7 {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-color7:not(:disabled):not(.disabled):active,
.btn-color7:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-color7,
.open > .btn-color7 {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}

.btn-color8 {
  color: #fff;
  background-color: #ad00ff;
  border-color: #ad00ff;
}

.btn-color8:hover {
  color: #fff;
  background-color: #9300d9;
  border-color: #9300d9;
}

.btn-color8:focus,
.btn-check-input:focus ~ .btn-color8 {
  box-shadow: 0 0 0 0.1875rem rgba(173, 0, 255, 0.35);
}

.btn-color8.disabled,
.btn-color8:disabled,
.btn-check-input:disabled ~ .btn-color8 {
  color: #fff;
  background-color: #ad00ff;
  border-color: #ad00ff;
}

.btn-color8:not(:disabled):not(.disabled):active,
.btn-color8:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-color8,
.open > .btn-color8 {
  color: #fff;
  background-color: #7900b3;
  border-color: #7900b3;
}

.btn-color9 {
  color: #fff;
  background-color: #007ac8;
  border-color: #007ac8;
}

.btn-color9:hover {
  color: #fff;
  background-color: #0068aa;
  border-color: #0068aa;
}

.btn-color9:focus,
.btn-check-input:focus ~ .btn-color9 {
  box-shadow: 0 0 0 0.1875rem rgba(0, 122, 200, 0.35);
}

.btn-color9.disabled,
.btn-color9:disabled,
.btn-check-input:disabled ~ .btn-color9 {
  color: #fff;
  background-color: #007ac8;
  border-color: #007ac8;
}

.btn-color9:not(:disabled):not(.disabled):active,
.btn-color9:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-color9,
.open > .btn-color9 {
  color: #fff;
  background-color: #00558c;
  border-color: #00558c;
}

.btn-outline {
  color: #5e7182;
  background-color: #fff;
  border-color: #9eaab4;
}

.btn-outline:hover {
  color: #50606f;
  background-color: #dfe3e6;
  border-color: #7e8d9b;
}

.btn-outline:focus,
.btn-check-input:focus ~ .btn-outline {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.btn-outline.disabled,
.btn-outline:disabled,
.btn-check-input:disabled ~ .btn-outline {
  color: #5e7182;
  background-color: #fff;
  border-color: #9eaab4;
}

.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline,
.open > .btn-outline {
  color: #262d34;
  background-color: #bfc6cd;
  border-color: #7e8d9b;
}

.btn-outline-primary {
  color: #176ee4;
  background-color: #fff;
  border-color: #176ee4;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #176ee4;
  border-color: #145ec2;
}

.btn-outline-primary:focus,
.btn-check-input:focus ~ .btn-outline-primary {
  box-shadow: 0 0 0 0.1875rem rgba(23, 110, 228, 0.35);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-check-input:disabled ~ .btn-outline-primary {
  color: #176ee4;
  background-color: #fff;
  border-color: #176ee4;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-primary,
.open > .btn-outline-primary {
  color: #fff;
  background-color: #145ec2;
  border-color: #104da0;
}

.btn-outline-science {
  color: #1d861f;
  background-color: #fff;
  border-color: #1d861f;
}

.btn-outline-science:hover {
  color: #fff;
  background-color: #1d861f;
  border-color: #19721a;
}

.btn-outline-science:focus,
.btn-check-input:focus ~ .btn-outline-science {
  box-shadow: 0 0 0 0.1875rem rgba(29, 134, 31, 0.35);
}

.btn-outline-science.disabled,
.btn-outline-science:disabled,
.btn-check-input:disabled ~ .btn-outline-science {
  color: #1d861f;
  background-color: #fff;
  border-color: #1d861f;
}

.btn-outline-science:not(:disabled):not(.disabled):active,
.btn-outline-science:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-science,
.open > .btn-outline-science {
  color: #fff;
  background-color: #19721a;
  border-color: #145e16;
}

.btn-outline-technology {
  color: #d10038;
  background-color: #fff;
  border-color: #d10038;
}

.btn-outline-technology:hover {
  color: #fff;
  background-color: #d10038;
  border-color: #b20030;
}

.btn-outline-technology:focus,
.btn-check-input:focus ~ .btn-outline-technology {
  box-shadow: 0 0 0 0.1875rem rgba(209, 0, 56, 0.35);
}

.btn-outline-technology.disabled,
.btn-outline-technology:disabled,
.btn-check-input:disabled ~ .btn-outline-technology {
  color: #d10038;
  background-color: #fff;
  border-color: #d10038;
}

.btn-outline-technology:not(:disabled):not(.disabled):active,
.btn-outline-technology:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-technology,
.open > .btn-outline-technology {
  color: #fff;
  background-color: #b20030;
  border-color: #920027;
}

.btn-outline-engineering {
  color: #3b45ab;
  background-color: #fff;
  border-color: #3b45ab;
}

.btn-outline-engineering:hover {
  color: #fff;
  background-color: #3b45ab;
  border-color: #323b91;
}

.btn-outline-engineering:focus,
.btn-check-input:focus ~ .btn-outline-engineering {
  box-shadow: 0 0 0 0.1875rem rgba(59, 69, 171, 0.35);
}

.btn-outline-engineering.disabled,
.btn-outline-engineering:disabled,
.btn-check-input:disabled ~ .btn-outline-engineering {
  color: #3b45ab;
  background-color: #fff;
  border-color: #3b45ab;
}

.btn-outline-engineering:not(:disabled):not(.disabled):active,
.btn-outline-engineering:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-engineering,
.open > .btn-outline-engineering {
  color: #fff;
  background-color: #323b91;
  border-color: #293078;
}

.btn-outline-math {
  color: #990997;
  background-color: #fff;
  border-color: #990997;
}

.btn-outline-math:hover {
  color: #fff;
  background-color: #990997;
  border-color: #820880;
}

.btn-outline-math:focus,
.btn-check-input:focus ~ .btn-outline-math {
  box-shadow: 0 0 0 0.1875rem rgba(153, 9, 151, 0.35);
}

.btn-outline-math.disabled,
.btn-outline-math:disabled,
.btn-check-input:disabled ~ .btn-outline-math {
  color: #990997;
  background-color: #fff;
  border-color: #990997;
}

.btn-outline-math:not(:disabled):not(.disabled):active,
.btn-outline-math:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-math,
.open > .btn-outline-math {
  color: #fff;
  background-color: #820880;
  border-color: #6b066a;
}

.btn-outline-career {
  color: #c3512d;
  background-color: #fff;
  border-color: #c3512d;
}

.btn-outline-career:hover {
  color: #fff;
  background-color: #c3512d;
  border-color: #a64526;
}

.btn-outline-career:focus,
.btn-check-input:focus ~ .btn-outline-career {
  box-shadow: 0 0 0 0.1875rem rgba(195, 81, 45, 0.35);
}

.btn-outline-career.disabled,
.btn-outline-career:disabled,
.btn-check-input:disabled ~ .btn-outline-career {
  color: #c3512d;
  background-color: #fff;
  border-color: #c3512d;
}

.btn-outline-career:not(:disabled):not(.disabled):active,
.btn-outline-career:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-career,
.open > .btn-outline-career {
  color: #fff;
  background-color: #a64526;
  border-color: #893920;
}

.btn-outline-color6 {
  color: #0a8383;
  background-color: #fff;
  border-color: #0a8383;
}

.btn-outline-color6:hover {
  color: #fff;
  background-color: #0a8383;
  border-color: #096f6f;
}

.btn-outline-color6:focus,
.btn-check-input:focus ~ .btn-outline-color6 {
  box-shadow: 0 0 0 0.1875rem rgba(10, 131, 131, 0.35);
}

.btn-outline-color6.disabled,
.btn-outline-color6:disabled,
.btn-check-input:disabled ~ .btn-outline-color6 {
  color: #0a8383;
  background-color: #fff;
  border-color: #0a8383;
}

.btn-outline-color6:not(:disabled):not(.disabled):active,
.btn-outline-color6:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-color6,
.open > .btn-outline-color6 {
  color: #fff;
  background-color: #096f6f;
  border-color: #075c5c;
}

.btn-outline-color7 {
  color: #444;
  background-color: #fff;
  border-color: #444;
}

.btn-outline-color7:hover {
  color: #fff;
  background-color: #444;
  border-color: #3a3a3a;
}

.btn-outline-color7:focus,
.btn-check-input:focus ~ .btn-outline-color7 {
  box-shadow: 0 0 0 0.1875rem rgba(68, 68, 68, 0.35);
}

.btn-outline-color7.disabled,
.btn-outline-color7:disabled,
.btn-check-input:disabled ~ .btn-outline-color7 {
  color: #444;
  background-color: #fff;
  border-color: #444;
}

.btn-outline-color7:not(:disabled):not(.disabled):active,
.btn-outline-color7:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-color7,
.open > .btn-outline-color7 {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #303030;
}

.btn-outline-color8 {
  color: #ad00ff;
  background-color: #fff;
  border-color: #ad00ff;
}

.btn-outline-color8:hover {
  color: #fff;
  background-color: #ad00ff;
  border-color: #9300d9;
}

.btn-outline-color8:focus,
.btn-check-input:focus ~ .btn-outline-color8 {
  box-shadow: 0 0 0 0.1875rem rgba(173, 0, 255, 0.35);
}

.btn-outline-color8.disabled,
.btn-outline-color8:disabled,
.btn-check-input:disabled ~ .btn-outline-color8 {
  color: #ad00ff;
  background-color: #fff;
  border-color: #ad00ff;
}

.btn-outline-color8:not(:disabled):not(.disabled):active,
.btn-outline-color8:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-color8,
.open > .btn-outline-color8 {
  color: #fff;
  background-color: #9300d9;
  border-color: #7900b3;
}

.btn-outline-color9 {
  color: #007ac8;
  background-color: #fff;
  border-color: #007ac8;
}

.btn-outline-color9:hover {
  color: #fff;
  background-color: #007ac8;
  border-color: #0068aa;
}

.btn-outline-color9:focus,
.btn-check-input:focus ~ .btn-outline-color9 {
  box-shadow: 0 0 0 0.1875rem rgba(0, 122, 200, 0.35);
}

.btn-outline-color9.disabled,
.btn-outline-color9:disabled,
.btn-check-input:disabled ~ .btn-outline-color9 {
  color: #007ac8;
  background-color: #fff;
  border-color: #007ac8;
}

.btn-outline-color9:not(:disabled):not(.disabled):active,
.btn-outline-color9:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .btn-outline-color9,
.open > .btn-outline-color9 {
  color: #fff;
  background-color: #0068aa;
  border-color: #00558c;
}

.btn-link {
  color: #176ee4;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  color: #1255b1;
}
.btn-link:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.btn-link.disabled, .btn-link:disabled {
  color: #176ee4;
  text-decoration: none;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active, .open > .btn-link {
  color: #1255b1;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-icon {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}

.btn-group-xsmall > .btn,
.btn-group-xsmall > .btn-check > .btn, .btn-xsmall {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-group-xsmall > .btn-icon, .btn-xsmall.btn-icon {
  padding-right: 0.234375rem;
  padding-left: 0.234375rem;
}

.btn-group-small > .btn,
.btn-group-small > .btn-check > .btn, .btn-small {
  padding: 0.1875rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-group-small > .btn-icon, .btn-small.btn-icon {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.btn-group-large > .btn,
.btn-group-large > .btn-check > .btn, .btn-large {
  padding: 0.3125rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

.btn-group-large > .btn-icon, .btn-large.btn-icon {
  padding-right: 0.703125rem;
  padding-left: 0.703125rem;
}

.btn-group-xlarge > .btn,
.btn-group-xlarge > .btn-check > .btn, .btn-xlarge {
  padding: 0.375rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

.btn-group-xlarge > .btn-icon, .btn-xlarge.btn-icon {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.25rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-check-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check-input ~ .btn {
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 36em) {
  .container {
    max-width: 34rem;
  }
}
@media (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}
@media (min-width: 62em) {
  .container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .container {
    max-width: 72rem;
  }
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl,
.col-xl-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg,
.col-lg-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md,
.col-md-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm,
.col-sm-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl,
.col-xl-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg,
.col-lg-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md,
.col-md-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm,
.col-sm-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col,
.col-auto {
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 36em) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 48em) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 62em) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 75em) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.lazy {
  opacity: 0;
}
.lazy.in {
  opacity: 1;
  transition: opacity 0.3s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .lazy.in {
    transition: none;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade.in {
  opacity: 1;
}

.collapse:not(.in) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.caret {
  display: inline-block;
  width: 1rem;
  text-align: center;
}
.caret::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0;
  border-left: 0.3125rem solid transparent;
}

.open .caret::after {
  margin-top: -0.15625rem;
  border-top: 0;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid;
  border-left: 0.3125rem solid transparent;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  opacity: 0.65;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: inherit;
  text-decoration: none;
  opacity: 0.85;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.drag {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  -ms-touch-action: none;
      touch-action: none;
  opacity: 0.65;
}
.drag:not(:disabled):not(.disabled) {
  cursor: move;
}
.drag:not(:disabled):not(.disabled):hover, .drag:not(:disabled):not(.disabled):focus {
  color: inherit;
  text-decoration: none;
  opacity: 0.85;
}

button.drag {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #dfe3e6;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #9eaab4;
  transition: width 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
.list .list {
  padding: 0;
  margin-bottom: 0;
  margin-left: 1.25rem;
}

.list:not(.list-bulleted):not(.list-ordered) > .list-item > .list-bulleted,
.list:not(.list-bulleted):not(.list-ordered) > .list-item > .list-ordered {
  margin-left: 2.5rem;
}

.list-bulleted {
  margin-left: 1.25rem;
}
.list-bulleted > .list-item {
  list-style: none;
}
.list-bulleted > .list-item::before {
  position: absolute;
  margin-left: -1.25rem;
  content: "● ";
}

.list-ordered {
  margin-left: 1.25rem;
  counter-reset: ordered;
}
.list-ordered > .list-item::before {
  position: absolute;
  margin-left: -1.25rem;
  content: counter(ordered) " ";
  counter-increment: ordered;
}

.list-divided,
.list-ruled,
.list-group {
  border-color: #bfc6cd;
}
.list-divided > .list-item,
.list-ruled > .list-item,
.list-group > .list-item {
  margin-top: -1px;
  border-top-color: inherit;
  border-top-width: 1px;
  border-bottom-color: inherit;
  border-bottom-width: 1px;
}
.list-divided > .list-item:first-child,
.list-ruled > .list-item:first-child,
.list-group > .list-item:first-child {
  margin-top: 0;
}

.list-divided > .list-item:first-child {
  border-top: 0;
}
.list-divided > .list-item:last-child {
  border-bottom: 0;
}

.list-group > .list-item {
  border-right-color: inherit;
  border-right-width: 1px;
  border-left-color: inherit;
  border-left-width: 1px;
}
.list-group > .list-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group > .list-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-spaced > .list-item {
  padding: 0.75rem 1rem;
}

.list-spaced-y > .list-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-spaced-x > .list-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.list-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
  padding-left: 0;
}
.list-horizontal > .list-item:not(:last-child) {
  margin-right: 0.5em;
}
.list-horizontal.list-bulleted, .list-horizontal.list-ordered {
  margin-left: 0;
}
.list-horizontal.list-bulleted > .list-item::before, .list-horizontal.list-ordered > .list-item::before {
  position: static;
  margin-left: 0;
}
.list-horizontal.list-bulleted > .list-item:first-child::before {
  content: none;
}
.list-horizontal.list-divided > .list-item, .list-horizontal.list-ruled > .list-item {
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin: 0 0 0 -1px;
  border-top: 0;
  border-right-color: inherit;
  border-right-width: 1px;
  border-bottom: 0;
  border-left-color: inherit;
  border-left-width: 1px;
}
.list-horizontal.list-divided > .list-item:first-child, .list-horizontal.list-ruled > .list-item:first-child {
  margin-left: 0;
}
.list-horizontal.list-divided > .list-item:first-child {
  padding-left: 0;
  border-left: 0;
}
.list-horizontal.list-divided > .list-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.list-horizontal.list-group > .list-item {
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin: 0 0 0 -1px;
}
.list-horizontal.list-group > .list-item:first-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-horizontal.list-group > .list-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-horizontal.list-spaced > .list-item {
  padding: 0.75rem 1rem;
}
.list-horizontal.list-spaced-y > .list-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.list-horizontal.list-spaced-x > .list-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

button.list-item-action {
  cursor: pointer;
}

.list-item-action {
  width: 100%;
  padding: 0;
  color: #424f5b;
  text-align: inherit;
  text-decoration: none;
}
.list-item-action:hover, .list-item-action:focus {
  z-index: 2;
  color: #424f5b;
  text-decoration: none;
  background-color: #eff1f3;
}
.list-item-action.disabled, .list-item-action:disabled {
  cursor: default;
}

.list-item {
  position: relative;
  display: block;
  background-color: transparent;
  border: 0 solid;
}
.list-item::before {
  content: none;
}
.list-item.disabled, .list-item:disabled {
  color: #9eaab4;
  text-decoration: none;
  background-color: transparent;
}
.list-item.active {
  z-index: 1;
  color: #fff;
  background-color: #0055e9;
  border-color: #0048c6;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group > .btn-check > .btn,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-check > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-bottom: 0;
}
.btn-group > .btn:active, .btn-group > .btn.active,
.btn-group > .btn-check > .btn:active,
.btn-group > .btn-check > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn-check > .btn:active,
.btn-group-vertical > .btn-check > .btn.active {
  z-index: 1;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn.focus,
.btn-group > .btn-check > .btn:hover,
.btn-group > .btn-check > .btn:focus,
.btn-group > .btn-check > .btn.focus,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn.focus,
.btn-group-vertical > .btn-check > .btn:hover,
.btn-group-vertical > .btn-check > .btn:focus,
.btn-group-vertical > .btn-check > .btn.focus {
  z-index: 2;
}
.btn-group > .btn-check > .btn-check-input:focus ~ .btn,
.btn-group-vertical > .btn-check > .btn-check-input:focus ~ .btn {
  z-index: 2;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn-check:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.btn-group-end),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-check:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-check:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-check,
.btn-group-vertical > .btn-check > .btn {
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn-check:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.btn-group-end),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-check:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-check:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #9eaab4;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #424f5b;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.page-text,
.page-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 2.25em;
  padding: 0.25rem 0.5em;
  line-height: 1.5;
  border: 0 solid #176ee4;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  color: #176ee4;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
}
.page-link:hover, .page-link:focus {
  z-index: 2;
  color: #176ee4;
  text-decoration: none;
  background-color: #eff4fa;
  border-color: #176ee4;
}
.page-link.active {
  z-index: 1;
  color: #fff;
  background-color: #176ee4;
}
.page-link.disabled {
  color: #9eaab4;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
}

.pagination-xsmall .page-text,
.pagination-xsmall .page-link {
  padding: 0.125rem 0.5em;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.pagination-small .page-text,
.pagination-small .page-link {
  padding: 0.1875rem 0.5em;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.pagination-large .page-text,
.pagination-large .page-link {
  padding: 0.3125rem 0.5em;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

.pagination-xlarge .page-text,
.pagination-xlarge .page-link {
  padding: 0.375rem 0.5em;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

.pagination-spaced .page-link {
  border-width: 1px;
}
.pagination-spaced .page-item:not(:last-child) {
  margin-right: 0.25em;
}

.pagination-group .page-text,
.pagination-group .page-link {
  border-width: 1px;
}
.pagination-group .page-item:not(:first-child) .page-text,
.pagination-group .page-item:not(:first-child) .page-link {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-group .page-item:not(:last-child) .page-text,
.pagination-group .page-item:not(:last-child) .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dropup,
.dropdown,
.dropdown-submenu {
  position: relative;
}

.dropdown-container {
  position: absolute;
  pointer-events: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 13.75rem;
  padding: 0.3125rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #515151;
  text-align: left;
  list-style: none;
  pointer-events: auto;
  background-color: #fbfbfb;
  background-clip: padding-box;
  border: 1px solid #bfc6cd;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: calc(-0.4375rem + 1px);
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}
.dropdown-submenu > a::after,
.dropdown-submenu > .dropdown-item::after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  margin-top: -0.4375rem;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  border-top: 0.4375rem solid transparent;
  border-right: 0;
  border-bottom: 0.4375rem solid transparent;
  border-left: 0.4375rem solid  #7e8d9b;
}
.dropdown-submenu > a.active:not(:hover):not(:focus)::after,
.dropdown-submenu > .dropdown-item.active:not(:hover):not(:focus)::after {
  border-top: 0.4375rem solid transparent;
  border-right: 0;
  border-bottom: 0.4375rem solid transparent;
  border-left: 0.4375rem solid  #fff;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu-reverse .dropdown-menu {
  right: 0;
  left: auto;
  border-radius: 0.25rem 0 0.25rem 0.25rem;
}

.dropdown-subalign-forward > .dropdown-menu {
  right: auto;
  left: 100%;
  margin-right: -2px;
  margin-left: 0;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.dropdown-subalign-reverse > .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: 0;
  margin-left: -2px;
  border-radius: 0.25rem 0 0.25rem 0.25rem;
}
.dropdown-subalign-reverse > a::after,
.dropdown-subalign-reverse > .dropdown-item::after {
  right: auto;
  left: 0.375rem;
  border-top: 0.4375rem solid transparent;
  border-right: 0.4375rem solid  #7e8d9b;
  border-bottom: 0.4375rem solid transparent;
  border-left: 0;
}
.dropdown-subalign-reverse > a.active:not(:hover):not(:focus)::after,
.dropdown-subalign-reverse > .dropdown-item.active:not(:hover):not(:focus)::after {
  border-top: 0.4375rem solid transparent;
  border-right: 0;
  border-bottom: 0.4375rem solid transparent;
  border-left: 0.4375rem solid  #7e8d9b;
}

.dropdown-menu a,
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.1875rem 1.25rem;
  margin: 0;
  clear: both;
  font-weight: 400;
  color: #424f5b;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-menu a.active,
.dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #0055e9;
}
.dropdown-menu a:hover, .dropdown-menu a:focus,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #343e48;
  text-decoration: none;
  background-color: #eff1f3;
  outline: 0;
}
.dropdown-menu a.disabled, .dropdown-menu a:disabled,
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #9eaab4;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}

.dropdown-header {
  display: block;
  padding: 0.1875rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: inherit;
  color: #5e7182;
  white-space: nowrap;
}

.dropdown-text {
  display: block;
  padding: 0.1875rem 1.25rem;
  color: #515151;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(38, 45, 52, 0.3);
}

.dropup .caret::after {
  margin-top: -0.15625rem;
  border-top: 0;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid;
  border-left: 0.3125rem solid transparent;
}
.dropup.open .caret::after {
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0;
  border-left: 0.3125rem solid transparent;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: calc(-0.4375rem + 1px);
  border-radius: 0.25rem 0.25rem 0.25rem 0;
}
.dropup.dropdown-menu-reverse .dropdown-menu {
  border-radius: 0.25rem 0.25rem 0 0.25rem;
}
.dropup .dropdown-subalign-forward > .dropdown-menu {
  border-radius: 0.25rem 0.25rem 0.25rem 0;
}
.dropup .dropdown-subalign-reverse > .dropdown-menu {
  border-radius: 0.25rem 0.25rem 0 0.25rem;
}

.dropdown-back {
  position: relative;
}
.dropdown-back > a::before {
  position: absolute;
  top: 50%;
  left: 0.375rem;
  margin-top: -0.4375rem;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  border-top: 0.4375rem solid transparent;
  border-right: 0.4375rem solid  #7e8d9b;
  border-bottom: 0.4375rem solid transparent;
  border-left: 0;
}

.dropdown-back-reverse > a::before {
  right: 0.375rem;
  left: auto;
  border-top: 0.4375rem solid transparent;
  border-right: 0;
  border-bottom: 0.4375rem solid transparent;
  border-left: 0.4375rem solid  #7e8d9b;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.navbar:not([class*=navbar-expand]) .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  text-decoration: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.navbar-divider {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 0.3125rem;
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.65);
}

.navbar-collapse {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggle {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  text-decoration: none;
}
.navbar-toggle:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggle {
  display: none;
}
@media (max-width: 35.9375em) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm .navbar-divider {
    margin: 0.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.65);
    border-left: 0;
  }
}
@media (min-width: 36em) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggle {
    display: none;
  }
}
@media (max-width: 47.9375em) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md .navbar-divider {
    margin: 0.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.65);
    border-left: 0;
  }
}
@media (min-width: 48em) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggle {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg .navbar-divider {
    margin: 0.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.65);
    border-left: 0;
  }
}
@media (min-width: 62em) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggle {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl .navbar-divider {
    margin: 0.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.65);
    border-left: 0;
  }
}
@media (min-width: 75em) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggle {
    display: none;
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.85);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-color: transparent;
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-light .navbar-toggle {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.35);
}
.navbar-light .navbar-toggle:hover, .navbar-light .navbar-toggle:focus {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
}
.navbar-light .navbar-divider {
  border-color: rgba(0, 0, 0, 0.65);
}

.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-color: transparent;
}
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-toggle {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.35);
}
.navbar-dark .navbar-toggle:hover, .navbar-dark .navbar-toggle:focus {
  color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-dark .navbar-text a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.navbar-dark .navbar-divider {
  border-color: rgba(255, 255, 255, 0.7);
}

.badge {
  display: inline-block;
  padding: 0 0.375em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid transparent;
  border-radius: 0.25em;
  color: #5e7182;
  background-color: #fff;
  border-color: #9eaab4;
}
.badge:empty {
  display: none;
}
.badge[href]:hover, .badge[href]:focus {
  text-decoration: none;
}
.badge .close {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  margin-right: -0.375rem;
  font-size: 1.25em;
}
.badge[href]:hover, .badge[href]:focus {
  color: #50606f;
  background-color: #eff1f3;
  border-color: #7e8d9b;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 10rem;
}

.badge-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: baseline;
}
.badge-group > .badge:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.badge-group > .badge:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge-primary {
  color: #fff;
  background-color: #176ee4;
  border-color: #176ee4;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #145ec2;
  border-color: #145ec2;
}

.badge-science {
  color: #fff;
  background-color: #1d861f;
  border-color: #1d861f;
}
.badge-science[href]:hover, .badge-science[href]:focus {
  color: #fff;
  background-color: #19721a;
  border-color: #19721a;
}

.badge-technology {
  color: #fff;
  background-color: #d10038;
  border-color: #d10038;
}
.badge-technology[href]:hover, .badge-technology[href]:focus {
  color: #fff;
  background-color: #b20030;
  border-color: #b20030;
}

.badge-engineering {
  color: #fff;
  background-color: #3b45ab;
  border-color: #3b45ab;
}
.badge-engineering[href]:hover, .badge-engineering[href]:focus {
  color: #fff;
  background-color: #323b91;
  border-color: #323b91;
}

.badge-math {
  color: #fff;
  background-color: #990997;
  border-color: #990997;
}
.badge-math[href]:hover, .badge-math[href]:focus {
  color: #fff;
  background-color: #820880;
  border-color: #820880;
}

.badge-career {
  color: #fff;
  background-color: #c3512d;
  border-color: #c3512d;
}
.badge-career[href]:hover, .badge-career[href]:focus {
  color: #fff;
  background-color: #a64526;
  border-color: #a64526;
}

.badge-color6 {
  color: #fff;
  background-color: #0a8383;
  border-color: #0a8383;
}
.badge-color6[href]:hover, .badge-color6[href]:focus {
  color: #fff;
  background-color: #096f6f;
  border-color: #096f6f;
}

.badge-color7 {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.badge-color7[href]:hover, .badge-color7[href]:focus {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.badge-color8 {
  color: #fff;
  background-color: #ad00ff;
  border-color: #ad00ff;
}
.badge-color8[href]:hover, .badge-color8[href]:focus {
  color: #fff;
  background-color: #9300d9;
  border-color: #9300d9;
}

.badge-color9 {
  color: #fff;
  background-color: #007ac8;
  border-color: #007ac8;
}
.badge-color9[href]:hover, .badge-color9[href]:focus {
  color: #fff;
  background-color: #0068aa;
  border-color: #0068aa;
}

.badge-outline {
  color: #5e7182;
  background-color: transparent;
  border-color: #9eaab4;
}
.badge-outline[href]:hover, .badge-outline[href]:focus {
  color: #50606f;
  background-color: #eff1f3;
  border-color: #7e8d9b;
}

.badge-outline-primary {
  color: #176ee4;
  background-color: transparent;
  border-color: #176ee4;
}
.badge-outline-primary[href]:hover, .badge-outline-primary[href]:focus {
  color: #fff;
  background-color: #176ee4;
  border-color: #176ee4;
}

.badge-outline-science {
  color: #1d861f;
  background-color: transparent;
  border-color: #1d861f;
}
.badge-outline-science[href]:hover, .badge-outline-science[href]:focus {
  color: #fff;
  background-color: #1d861f;
  border-color: #1d861f;
}

.badge-outline-technology {
  color: #d10038;
  background-color: transparent;
  border-color: #d10038;
}
.badge-outline-technology[href]:hover, .badge-outline-technology[href]:focus {
  color: #fff;
  background-color: #d10038;
  border-color: #d10038;
}

.badge-outline-engineering {
  color: #3b45ab;
  background-color: transparent;
  border-color: #3b45ab;
}
.badge-outline-engineering[href]:hover, .badge-outline-engineering[href]:focus {
  color: #fff;
  background-color: #3b45ab;
  border-color: #3b45ab;
}

.badge-outline-math {
  color: #990997;
  background-color: transparent;
  border-color: #990997;
}
.badge-outline-math[href]:hover, .badge-outline-math[href]:focus {
  color: #fff;
  background-color: #990997;
  border-color: #990997;
}

.badge-outline-career {
  color: #c3512d;
  background-color: transparent;
  border-color: #c3512d;
}
.badge-outline-career[href]:hover, .badge-outline-career[href]:focus {
  color: #fff;
  background-color: #c3512d;
  border-color: #c3512d;
}

.badge-outline-color6 {
  color: #0a8383;
  background-color: transparent;
  border-color: #0a8383;
}
.badge-outline-color6[href]:hover, .badge-outline-color6[href]:focus {
  color: #fff;
  background-color: #0a8383;
  border-color: #0a8383;
}

.badge-outline-color7 {
  color: #444;
  background-color: transparent;
  border-color: #444;
}
.badge-outline-color7[href]:hover, .badge-outline-color7[href]:focus {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.badge-outline-color8 {
  color: #ad00ff;
  background-color: transparent;
  border-color: #ad00ff;
}
.badge-outline-color8[href]:hover, .badge-outline-color8[href]:focus {
  color: #fff;
  background-color: #ad00ff;
  border-color: #ad00ff;
}

.badge-outline-color9 {
  color: #007ac8;
  background-color: transparent;
  border-color: #007ac8;
}
.badge-outline-color9[href]:hover, .badge-outline-color9[href]:focus {
  color: #fff;
  background-color: #007ac8;
  border-color: #007ac8;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 1rem;
}
.media .media {
  margin-top: 1rem;
}
.media .media:last-child {
  margin-bottom: 0;
}

.media-body {
  -ms-flex: 1 1;
      flex: 1 1;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  margin-bottom: 2rem;
  word-wrap: break-word;
  background-color: #fff;
  border: 0 solid rgba(38, 45, 52, 0.4);
  border-radius: 0.25rem;
}
.card > .list:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list:first-child > .list-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card > .list:last-child > .list-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card > .table:last-child {
  margin-bottom: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 0.5rem 1rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(38, 45, 52, 0.0875);
  border-bottom: 0 solid rgba(38, 45, 52, 0.3);
}
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(38, 45, 52, 0.0875);
  border-top: 0 solid rgba(38, 45, 52, 0.3);
}
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
}

.card-img {
  min-height: 1px;
}

.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-deck-xl, .card-deck-lg, .card-deck-md, .card-deck-sm, .card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-deck {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 2rem;
}
.card-deck > .card {
  -ms-flex: 1 0;
      flex: 1 0;
  margin-bottom: 0;
}

@media (min-width: 36em) {
  .card-deck-sm {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .card-deck-sm > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .card-deck-md {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .card-deck-md > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .card-deck-lg {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .card-deck-lg > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  .card-deck-xl {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .card-deck-xl > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
}

.card-deck-xl, .card-deck-lg, .card-deck-md, .card-deck-sm, .card-deck {
  margin-right: -1rem;
  margin-left: -1rem;
}
.card-deck-xl > .card, .card-deck-lg > .card, .card-deck-md > .card, .card-deck-sm > .card, .card-deck > .card {
  margin-right: 1rem;
  margin-left: 1rem;
}

.card-group-xl, .card-group-lg, .card-group-md, .card-group-sm, .card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-group {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 2rem;
}
.card-group > .card {
  -ms-flex: 1 0;
      flex: 1 0;
  margin-bottom: 0;
}
.card-group > .card + .card {
  margin-left: 0;
  border-left: 0;
}
.card-group > .card:first-child:not(:only-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group > .card:first-child:not(:only-child) .card-img-top,
.card-group > .card:first-child:not(:only-child) .card-header {
  border-top-right-radius: 0;
}
.card-group > .card:first-child:not(:only-child) .card-img-bottom,
.card-group > .card:first-child:not(:only-child) .card-footer {
  border-bottom-right-radius: 0;
}
.card-group > .card:last-child:not(:only-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group > .card:last-child:not(:only-child) .card-img-top,
.card-group > .card:last-child:not(:only-child) .card-header {
  border-top-left-radius: 0;
}
.card-group > .card:last-child:not(:only-child) .card-img-bottom,
.card-group > .card:last-child:not(:only-child) .card-footer {
  border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
  border-radius: 0;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
  border-radius: 0;
}

@media (min-width: 36em) {
  .card-group-sm {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .card-group-sm > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
  .card-group-sm > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group-sm > .card:first-child:not(:only-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group-sm > .card:first-child:not(:only-child) .card-img-top,
.card-group-sm > .card:first-child:not(:only-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group-sm > .card:first-child:not(:only-child) .card-img-bottom,
.card-group-sm > .card:first-child:not(:only-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group-sm > .card:last-child:not(:only-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group-sm > .card:last-child:not(:only-child) .card-img-top,
.card-group-sm > .card:last-child:not(:only-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group-sm > .card:last-child:not(:only-child) .card-img-bottom,
.card-group-sm > .card:last-child:not(:only-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group-sm > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group-sm > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group-sm > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group-sm > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group-sm > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

@media (min-width: 48em) {
  .card-group-md {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .card-group-md > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
  .card-group-md > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group-md > .card:first-child:not(:only-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group-md > .card:first-child:not(:only-child) .card-img-top,
.card-group-md > .card:first-child:not(:only-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group-md > .card:first-child:not(:only-child) .card-img-bottom,
.card-group-md > .card:first-child:not(:only-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group-md > .card:last-child:not(:only-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group-md > .card:last-child:not(:only-child) .card-img-top,
.card-group-md > .card:last-child:not(:only-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group-md > .card:last-child:not(:only-child) .card-img-bottom,
.card-group-md > .card:last-child:not(:only-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group-md > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group-md > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group-md > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group-md > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group-md > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

@media (min-width: 62em) {
  .card-group-lg {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .card-group-lg > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
  .card-group-lg > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group-lg > .card:first-child:not(:only-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group-lg > .card:first-child:not(:only-child) .card-img-top,
.card-group-lg > .card:first-child:not(:only-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group-lg > .card:first-child:not(:only-child) .card-img-bottom,
.card-group-lg > .card:first-child:not(:only-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group-lg > .card:last-child:not(:only-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group-lg > .card:last-child:not(:only-child) .card-img-top,
.card-group-lg > .card:last-child:not(:only-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group-lg > .card:last-child:not(:only-child) .card-img-bottom,
.card-group-lg > .card:last-child:not(:only-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group-lg > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group-lg > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group-lg > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group-lg > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group-lg > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

@media (min-width: 75em) {
  .card-group-xl {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .card-group-xl > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
  .card-group-xl > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group-xl > .card:first-child:not(:only-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group-xl > .card:first-child:not(:only-child) .card-img-top,
.card-group-xl > .card:first-child:not(:only-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group-xl > .card:first-child:not(:only-child) .card-img-bottom,
.card-group-xl > .card:first-child:not(:only-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group-xl > .card:last-child:not(:only-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group-xl > .card:last-child:not(:only-child) .card-img-top,
.card-group-xl > .card:last-child:not(:only-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group-xl > .card:last-child:not(:only-child) .card-img-bottom,
.card-group-xl > .card:last-child:not(:only-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group-xl > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns {
  margin-bottom: 2rem;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.card-columns > .card {
  margin-top: 2rem;
  margin-bottom: 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.card-columns > .card:first-child {
  margin-top: 0;
}

@media (min-width: 36em) {
  .card-columns-sm {
    margin-bottom: 2rem;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns-sm > .card {
    margin-top: 2rem;
    margin-bottom: 0;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .card-columns-sm > .card:first-child {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .card-columns-md {
    margin-bottom: 2rem;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns-md > .card {
    margin-top: 2rem;
    margin-bottom: 0;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .card-columns-md > .card:first-child {
    margin-top: 0;
  }
}
@media (min-width: 62em) {
  .card-columns-lg {
    margin-bottom: 2rem;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns-lg > .card {
    margin-top: 2rem;
    margin-bottom: 0;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .card-columns-lg > .card:first-child {
    margin-top: 0;
  }
}
@media (min-width: 75em) {
  .card-columns-xl {
    margin-bottom: 2rem;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns-xl > .card {
    margin-top: 2rem;
    margin-bottom: 0;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .card-columns-xl > .card:first-child {
    margin-top: 0;
  }
}
.alert {
  position: relative;
  padding: 0.5rem 0.5rem;
  padding-right: 2rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 0.75rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-success {
  color: #084c0c;
  background-color: #cfe8d0;
  border-color: #9fd0a2;
}
.alert-success hr {
  border-top-color: #9fd0a2;
}
.alert-success .alert-link {
  color: #084c0c;
}
.alert-success .alert-link:hover, .alert-success .alert-link:focus {
  color: #063709;
}

.alert-danger {
  color: #75130b;
  background-color: #f6d3d0;
  border-color: #eea7a1;
}
.alert-danger hr {
  border-top-color: #eea7a1;
}
.alert-danger .alert-link {
  color: #75130b;
}
.alert-danger .alert-link:hover, .alert-danger .alert-link:focus {
  color: #550e08;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  display: none;
  overflow: hidden;
  direction: ltr /*rtl:ignore*/;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.625rem;
  direction: ltr;
  pointer-events: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-dialog-centered::before {
  display: block;
  height: 100vh;
  content: "";
}
.modal-dialog-centered .modal-content {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(38, 45, 52, 0.4);
  border-radius: 0.375rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #343e48;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(38, 45, 52, 0.2);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.modal-header::after {
  display: block;
  clear: both;
  content: "";
}
.modal-header .close {
  -ms-flex-order: 1;
      order: 1;
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -1rem -0.75rem auto;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0.75rem 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(38, 45, 52, 0.2);
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

@media (min-width: 36em) {
  .modal-dialog {
    max-width: 33rem;
    margin: 1.875rem auto;
  }

  .modal-dialog-centered {
    margin-top: 0;
    margin-bottom: 0;
  }
  .modal-dialog-centered .modal-content {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .modal-sm {
    max-width: 19rem;
  }
}
@media (min-width: 62em) {
  .modal-lg {
    max-width: 56rem;
  }
}
.tooltip {
  position: absolute;
  z-index: 1040;
  display: block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  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;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  padding: 0.375rem 0;
  margin-top: -0.125rem;
}
.tooltip.forward {
  padding: 0 0.375rem;
  margin-left: 0.125rem /*rtl:- 0.125rem */;
}
.tooltip.bottom {
  padding: 0.375rem 0;
  margin-top: 0.125rem;
}
.tooltip.reverse {
  padding: 0 0.375rem;
  margin-left: -0.125rem /*rtl: 0.125rem */;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50% /*rtl:ignore*/;
  margin-left: -0.375rem;
  border-width: 0.375rem 0.375rem 0;
  border-top-color: #262d34;
}
.tooltip.forward .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -0.375rem;
  border-width: 0.375rem 0.375rem 0.375rem 0;
  border-right-color: #262d34;
}
.tooltip.reverse .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -0.375rem;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-left-color: #262d34;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50% /*rtl:ignore*/;
  margin-left: -0.375rem;
  border-width: 0 0.375rem 0.375rem;
  border-bottom-color: #262d34;
}
.tooltip .close {
  position: static;
  float: right;
  padding: 0.125rem 0.3125rem;
  color: #fff;
  font-size: 1.25rem;
  text-shadow: none;
  opacity: 0.65;
}
.tooltip .close:not(:disabled):not(.disabled):hover, .tooltip .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  opacity: 0.85;
}

.tooltip-body {
  max-width: 13rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #262d34;
  border-radius: 0.25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  z-index: 1030;
  display: none;
  max-width: 18rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  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;
  font-size: 0.9375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(38, 45, 52, 0.4);
  border-radius: 0.3125rem;
}
.popover.top {
  margin-top: -0.625rem;
}
.popover.top .popover-arrow {
  bottom: calc((0.625rem + 1px) * -1);
  left: 50%;
  margin-left: -0.625rem;
  border-top-color: rgba(38, 45, 52, 0.4);
  border-bottom-width: 0;
}
.popover.top .popover-arrow::after {
  bottom: 1px;
  margin-left: -0.625rem;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.forward {
  margin-left: 0.625rem /*rtl:- 0.625rem */;
}
.popover.forward .popover-arrow {
  top: 50%;
  left: calc((0.625rem + 1px) * -1);
  margin-top: -0.625rem;
  border-right-color: rgba(38, 45, 52, 0.4);
  border-left-width: 0;
}
.popover.forward .popover-arrow::after {
  bottom: -0.625rem;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom {
  margin-top: 0.625rem;
}
.popover.bottom .popover-arrow {
  top: calc((0.625rem + 1px) * -1);
  left: 50% /*rtl:ignore*/;
  margin-left: -0.625rem;
  border-top-width: 0;
  border-bottom-color: rgba(38, 45, 52, 0.4);
}
.popover.bottom .popover-arrow::after {
  top: 1px;
  margin-left: -0.625rem;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.reverse {
  margin-left: -0.625rem /*rtl: 0.625rem */;
}
.popover.reverse .popover-arrow {
  top: 50%;
  right: calc((0.625rem + 1px) * -1);
  margin-top: -0.625rem;
  border-right-width: 0;
  border-left-color: rgba(38, 45, 52, 0.4);
}
.popover.reverse .popover-arrow::after {
  right: 1px;
  bottom: -0.625rem;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  padding-right: 1.5rem;
  margin: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgba(38, 45, 52, 0.0875);
  border-bottom: 1px solid rgba(38, 45, 52, 0.3);
  border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #515151;
}

.popover-arrow {
  border-width: 0.625rem;
}
.popover-arrow::after {
  content: "";
  border-width: 0.625rem;
}
.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .close,
.popover .drag {
  float: right;
  padding: 0.125rem 0.3125rem;
}

.popover.draggable {
  margin: 0;
}
.popover.draggable .popover-arrow {
  display: none;
}

.bg-semilight {
  background-color: #bfc6cd !important;
}

a.bg-semilight:hover, a.bg-semilight:focus {
  background-color: #a2a8ae !important;
}

.bg-primary {
  background-color: #176ee4 !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #145ec2 !important;
}

.bg-secondary {
  background-color: #5a5d5f !important;
}

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #4d4f51 !important;
}

.bg-light {
  background-color: #eff1f3 !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: #cbcdcf !important;
}

.bg-dark {
  background-color: #343e48 !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #2c353d !important;
}

.bg-science {
  background-color: #1d861f !important;
}

a.bg-science:hover, a.bg-science:focus {
  background-color: #19721a !important;
}

.bg-technology {
  background-color: #d10038 !important;
}

a.bg-technology:hover, a.bg-technology:focus {
  background-color: #b20030 !important;
}

.bg-engineering {
  background-color: #3b45ab !important;
}

a.bg-engineering:hover, a.bg-engineering:focus {
  background-color: #323b91 !important;
}

.bg-math {
  background-color: #990997 !important;
}

a.bg-math:hover, a.bg-math:focus {
  background-color: #820880 !important;
}

.bg-career {
  background-color: #c3512d !important;
}

a.bg-career:hover, a.bg-career:focus {
  background-color: #a64526 !important;
}

.bg-color6 {
  background-color: #0a8383 !important;
}

a.bg-color6:hover, a.bg-color6:focus {
  background-color: #096f6f !important;
}

.bg-color7 {
  background-color: #444 !important;
}

a.bg-color7:hover, a.bg-color7:focus {
  background-color: #3a3a3a !important;
}

.bg-color8 {
  background-color: #ad00ff !important;
}

a.bg-color8:hover, a.bg-color8:focus {
  background-color: #9300d9 !important;
}

.bg-color9 {
  background-color: #007ac8 !important;
}

a.bg-color9:hover, a.bg-color9:focus {
  background-color: #0068aa !important;
}

.bg-body {
  background-color: #fbfbfb !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (max-width: 35.9375em) {
  .d-xs-down-none {
    display: none !important;
  }
}

@media (min-width: 36em) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media (max-width: 47.9375em) {
  .d-sm-down-none {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media (max-width: 61.9375em) {
  .d-md-down-none {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (max-width: 74.9375em) {
  .d-lg-down-none {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }
}
@media print {
  .print-none {
    display: none !important;
  }

  .print-block {
    display: block !important;
  }

  .print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .print-inline-block {
    display: inline-block !important;
  }

  .print-inline {
    display: inline !important;
  }

  .print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .print-table {
    display: table !important;
  }

  .print-table-row {
    display: table-row !important;
  }

  .print-table-cell {
    display: table-cell !important;
  }
}
.embed-fluid {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-fluid::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.embed-fluid > .embed-fluid-item,
.embed-fluid > iframe,
.embed-fluid > embed,
.embed-fluid > object,
.embed-fluid > video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-fluid-21x9::before {
  padding-top: 42.8571428571%;
}

.embed-fluid-16x9::before {
  padding-top: 56.25%;
}

.embed-fluid-4x3::before {
  padding-top: 75%;
}

.embed-fluid-1x1::before {
  padding-top: 100%;
}

:-webkit-full-screen .embed-fluid {
  position: initial;
}

:-moz-full-screen .embed-fluid {
  position: initial;
}

:-ms-fullscreen .embed-fluid {
  position: initial;
}

:fullscreen .embed-fluid {
  position: initial;
}

:-ms-fullscreen .embed-fluid > .embed-fluid-item,
:-ms-fullscreen .embed-fluid > iframe,
:-ms-fullscreen .embed-fluid > embed,
:-ms-fullscreen .embed-fluid > object,
:-ms-fullscreen .embed-fluid > video {
  position: -ms-device-fixed;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 1;
      order: 1;
}

.order-unordered {
  -ms-flex-order: 0;
      order: 0;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.flex-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.flex-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.flex-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.flex-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.flex-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.flex-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.flex-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.flex-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.flex-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.flex-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.flex-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.flex-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.flex-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.flex-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.flex-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.flex-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.flex-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.flex-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.flex-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.flex-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow {
  -ms-flex: 1 0 auto !important;
      flex: 1 0 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink {
  -ms-flex: 0 1 !important;
      flex: 0 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-none {
  -ms-flex: none !important;
      flex: none !important;
}

@media (min-width: 36em) {
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-sm-unordered {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .flex-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .flex-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .flex-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .flex-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .flex-sm-items-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .flex-sm-items-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .flex-sm-items-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .flex-sm-items-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .flex-sm-items-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .flex-sm-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .flex-sm-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .flex-sm-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .flex-sm-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .flex-sm-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .flex-sm-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .flex-sm-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .flex-sm-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .flex-sm-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .flex-sm-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .flex-sm-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-sm-grow {
    -ms-flex: 1 0 auto !important;
        flex: 1 0 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-sm-shrink {
    -ms-flex: 0 1 !important;
        flex: 0 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-none {
    -ms-flex: none !important;
        flex: none !important;
  }
}
@media (min-width: 48em) {
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-md-last {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-md-unordered {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .flex-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .flex-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .flex-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .flex-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .flex-md-items-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .flex-md-items-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .flex-md-items-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .flex-md-items-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .flex-md-items-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .flex-md-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .flex-md-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .flex-md-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .flex-md-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .flex-md-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .flex-md-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .flex-md-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .flex-md-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .flex-md-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .flex-md-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .flex-md-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-md-grow {
    -ms-flex: 1 0 auto !important;
        flex: 1 0 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-md-shrink {
    -ms-flex: 0 1 !important;
        flex: 0 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-none {
    -ms-flex: none !important;
        flex: none !important;
  }
}
@media (min-width: 62em) {
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-lg-unordered {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .flex-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .flex-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .flex-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .flex-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .flex-lg-items-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .flex-lg-items-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .flex-lg-items-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .flex-lg-items-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .flex-lg-items-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .flex-lg-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .flex-lg-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .flex-lg-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .flex-lg-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .flex-lg-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .flex-lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .flex-lg-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .flex-lg-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .flex-lg-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .flex-lg-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .flex-lg-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-lg-grow {
    -ms-flex: 1 0 auto !important;
        flex: 1 0 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-lg-shrink {
    -ms-flex: 0 1 !important;
        flex: 0 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-none {
    -ms-flex: none !important;
        flex: none !important;
  }
}
@media (min-width: 75em) {
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-xl-unordered {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .flex-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .flex-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .flex-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .flex-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .flex-xl-items-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .flex-xl-items-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .flex-xl-items-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .flex-xl-items-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .flex-xl-items-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .flex-xl-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .flex-xl-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .flex-xl-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .flex-xl-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .flex-xl-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .flex-xl-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .flex-xl-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .flex-xl-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .flex-xl-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .flex-xl-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .flex-xl-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-xl-grow {
    -ms-flex: 1 0 auto !important;
        flex: 1 0 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-xl-shrink {
    -ms-flex: 0 1 !important;
        flex: 0 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-none {
    -ms-flex: none !important;
        flex: none !important;
  }
}
.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 36em) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 48em) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 62em) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 75em) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.radius-circle {
  border-radius: 50% !important;
}

.radius {
  border-radius: 0.25rem;
}

.radius-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.radius-e {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.radius-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.radius-s {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.radius-te {
  border-top-right-radius: 0.25rem;
}

.radius-ts {
  border-top-left-radius: 0.25rem;
}

.radius-be {
  border-bottom-right-radius: 0.25rem;
}

.radius-bs {
  border-bottom-left-radius: 0.25rem;
}

.radius-xsmall {
  border-radius: 0.1875rem;
}

.radius-t-xsmall {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.radius-e-xsmall {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.radius-b-xsmall {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.radius-s-xsmall {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.radius-te-xsmall {
  border-top-right-radius: 0.1875rem;
}

.radius-ts-xsmall {
  border-top-left-radius: 0.1875rem;
}

.radius-be-xsmall {
  border-bottom-right-radius: 0.1875rem;
}

.radius-bs-xsmall {
  border-bottom-left-radius: 0.1875rem;
}

.radius-small {
  border-radius: 0.1875rem;
}

.radius-t-small {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.radius-e-small {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.radius-b-small {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.radius-s-small {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.radius-te-small {
  border-top-right-radius: 0.1875rem;
}

.radius-ts-small {
  border-top-left-radius: 0.1875rem;
}

.radius-be-small {
  border-bottom-right-radius: 0.1875rem;
}

.radius-bs-small {
  border-bottom-left-radius: 0.1875rem;
}

.radius-large {
  border-radius: 0.3125rem;
}

.radius-t-large {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.radius-e-large {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.radius-b-large {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.radius-s-large {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.radius-te-large {
  border-top-right-radius: 0.3125rem;
}

.radius-ts-large {
  border-top-left-radius: 0.3125rem;
}

.radius-be-large {
  border-bottom-right-radius: 0.3125rem;
}

.radius-bs-large {
  border-bottom-left-radius: 0.3125rem;
}

.radius-xlarge {
  border-radius: 0.3125rem;
}

.radius-t-xlarge {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.radius-e-xlarge {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.radius-b-xlarge {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.radius-s-xlarge {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.radius-te-xlarge {
  border-top-right-radius: 0.3125rem;
}

.radius-ts-xlarge {
  border-top-left-radius: 0.3125rem;
}

.radius-be-xlarge {
  border-bottom-right-radius: 0.3125rem;
}

.radius-bs-xlarge {
  border-bottom-left-radius: 0.3125rem;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-t-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.radius-e-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-b-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.radius-s-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.radius-te-0 {
  border-top-right-radius: 0 !important;
}

.radius-ts-0 {
  border-top-left-radius: 0 !important;
}

.radius-be-0 {
  border-bottom-right-radius: 0 !important;
}

.radius-bs-0 {
  border-bottom-left-radius: 0 !important;
}

.border {
  border: 1px solid #bfc6cd !important;
}

.border-t,
.border-y {
  border-top: 1px solid #bfc6cd !important;
}

.border-e,
.border-x {
  border-right: 1px solid #bfc6cd !important;
}

.border-b,
.border-y {
  border-bottom: 1px solid #bfc6cd !important;
}

.border-s,
.border-x {
  border-left: 1px solid #bfc6cd !important;
}

.border-0 {
  border: 0 !important;
}

.border-t-0,
.border-y-0 {
  border-top: 0 !important;
}

.border-e-0,
.border-x-0 {
  border-right: 0 !important;
}

.border-b-0,
.border-y-0 {
  border-bottom: 0 !important;
}

.border-s-0,
.border-x-0 {
  border-left: 0 !important;
}

@media (min-width: 36em) {
  .border-sm {
    border: 1px solid #bfc6cd !important;
  }

  .border-sm-t,
.border-sm-y {
    border-top: 1px solid #bfc6cd !important;
  }

  .border-sm-e,
.border-sm-x {
    border-right: 1px solid #bfc6cd !important;
  }

  .border-sm-b,
.border-sm-y {
    border-bottom: 1px solid #bfc6cd !important;
  }

  .border-sm-s,
.border-sm-x {
    border-left: 1px solid #bfc6cd !important;
  }

  .border-sm-0 {
    border: 0 !important;
  }

  .border-sm-t-0,
.border-sm-y-0 {
    border-top: 0 !important;
  }

  .border-sm-e-0,
.border-sm-x-0 {
    border-right: 0 !important;
  }

  .border-sm-b-0,
.border-sm-y-0 {
    border-bottom: 0 !important;
  }

  .border-sm-s-0,
.border-sm-x-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .border-md {
    border: 1px solid #bfc6cd !important;
  }

  .border-md-t,
.border-md-y {
    border-top: 1px solid #bfc6cd !important;
  }

  .border-md-e,
.border-md-x {
    border-right: 1px solid #bfc6cd !important;
  }

  .border-md-b,
.border-md-y {
    border-bottom: 1px solid #bfc6cd !important;
  }

  .border-md-s,
.border-md-x {
    border-left: 1px solid #bfc6cd !important;
  }

  .border-md-0 {
    border: 0 !important;
  }

  .border-md-t-0,
.border-md-y-0 {
    border-top: 0 !important;
  }

  .border-md-e-0,
.border-md-x-0 {
    border-right: 0 !important;
  }

  .border-md-b-0,
.border-md-y-0 {
    border-bottom: 0 !important;
  }

  .border-md-s-0,
.border-md-x-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 62em) {
  .border-lg {
    border: 1px solid #bfc6cd !important;
  }

  .border-lg-t,
.border-lg-y {
    border-top: 1px solid #bfc6cd !important;
  }

  .border-lg-e,
.border-lg-x {
    border-right: 1px solid #bfc6cd !important;
  }

  .border-lg-b,
.border-lg-y {
    border-bottom: 1px solid #bfc6cd !important;
  }

  .border-lg-s,
.border-lg-x {
    border-left: 1px solid #bfc6cd !important;
  }

  .border-lg-0 {
    border: 0 !important;
  }

  .border-lg-t-0,
.border-lg-y-0 {
    border-top: 0 !important;
  }

  .border-lg-e-0,
.border-lg-x-0 {
    border-right: 0 !important;
  }

  .border-lg-b-0,
.border-lg-y-0 {
    border-bottom: 0 !important;
  }

  .border-lg-s-0,
.border-lg-x-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 75em) {
  .border-xl {
    border: 1px solid #bfc6cd !important;
  }

  .border-xl-t,
.border-xl-y {
    border-top: 1px solid #bfc6cd !important;
  }

  .border-xl-e,
.border-xl-x {
    border-right: 1px solid #bfc6cd !important;
  }

  .border-xl-b,
.border-xl-y {
    border-bottom: 1px solid #bfc6cd !important;
  }

  .border-xl-s,
.border-xl-x {
    border-left: 1px solid #bfc6cd !important;
  }

  .border-xl-0 {
    border: 0 !important;
  }

  .border-xl-t-0,
.border-xl-y-0 {
    border-top: 0 !important;
  }

  .border-xl-e-0,
.border-xl-x-0 {
    border-right: 0 !important;
  }

  .border-xl-b-0,
.border-xl-y-0 {
    border-bottom: 0 !important;
  }

  .border-xl-s-0,
.border-xl-x-0 {
    border-left: 0 !important;
  }
}
.border-semilight {
  border-color: #bfc6cd !important;
}

.border-primary {
  border-color: #176ee4 !important;
}

.border-secondary {
  border-color: #5a5d5f !important;
}

.border-light {
  border-color: #eff1f3 !important;
}

.border-dark {
  border-color: #343e48 !important;
}

.border-science {
  border-color: #1d861f !important;
}

.border-technology {
  border-color: #d10038 !important;
}

.border-engineering {
  border-color: #3b45ab !important;
}

.border-math {
  border-color: #990997 !important;
}

.border-career {
  border-color: #c3512d !important;
}

.border-color6 {
  border-color: #0a8383 !important;
}

.border-color7 {
  border-color: #444 !important;
}

.border-color8 {
  border-color: #ad00ff !important;
}

.border-color9 {
  border-color: #007ac8 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 36em) {
  .position-sm-static {
    position: static !important;
  }

  .position-sm-relative {
    position: relative !important;
  }

  .position-sm-absolute {
    position: absolute !important;
  }

  .position-sm-fixed {
    position: fixed !important;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .position-sm-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
}
@media (min-width: 48em) {
  .position-md-static {
    position: static !important;
  }

  .position-md-relative {
    position: relative !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .position-md-fixed {
    position: fixed !important;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .position-md-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
}
@media (min-width: 62em) {
  .position-lg-static {
    position: static !important;
  }

  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .position-lg-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
}
@media (min-width: 75em) {
  .position-xl-static {
    position: static !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .position-xl-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1010;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

@media (max-width: 35.9375em) {
  .sr-only-xs-down {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 36em) {
  .sr-only-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 47.9375em) {
  .sr-only-sm-down {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 48em) {
  .sr-only-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 61.9375em) {
  .sr-only-md-down {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 62em) {
  .sr-only-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 74.9375em) {
  .sr-only-lg-down {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 75em) {
  .sr-only-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.shadow-0 {
  box-shadow: none !important;
}

.shadow-d1 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-d2 {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-d3 {
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-d4 {
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-d5 {
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-i1 {
  box-shadow: inset 0 0.125rem 0.25em rgba(0, 0, 0, 0.15) !important;
}

.shadow-i2 {
  box-shadow: inset 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-i3 {
  box-shadow: inset 0 0.125rem 0.75rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-i4 {
  box-shadow: inset 0 0.125rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-i5 {
  box-shadow: inset 0 0.125rem 1.25rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-c1 {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .125), 0 -.03125rem .03125rem .03125rem rgba(0, 0, 0, .05) !important;
}

.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-100 {
  height: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.me-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ms-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-0_25 {
  margin: 0.25rem !important;
}

.mt-0_25,
.my-0_25 {
  margin-top: 0.25rem !important;
}

.me-0_25,
.mx-0_25 {
  margin-right: 0.25rem !important;
}

.mb-0_25,
.my-0_25 {
  margin-bottom: 0.25rem !important;
}

.ms-0_25,
.mx-0_25 {
  margin-left: 0.25rem !important;
}

.m-0_5 {
  margin: 0.5rem !important;
}

.mt-0_5,
.my-0_5 {
  margin-top: 0.5rem !important;
}

.me-0_5,
.mx-0_5 {
  margin-right: 0.5rem !important;
}

.mb-0_5,
.my-0_5 {
  margin-bottom: 0.5rem !important;
}

.ms-0_5,
.mx-0_5 {
  margin-left: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.me-1,
.mx-1 {
  margin-right: 1rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

.ms-1,
.mx-1 {
  margin-left: 1rem !important;
}

.m-1_5 {
  margin: 1.5rem !important;
}

.mt-1_5,
.my-1_5 {
  margin-top: 1.5rem !important;
}

.me-1_5,
.mx-1_5 {
  margin-right: 1.5rem !important;
}

.mb-1_5,
.my-1_5 {
  margin-bottom: 1.5rem !important;
}

.ms-1_5,
.mx-1_5 {
  margin-left: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2,
.my-2 {
  margin-top: 2rem !important;
}

.me-2,
.mx-2 {
  margin-right: 2rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}

.ms-2,
.mx-2 {
  margin-left: 2rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pe-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.ps-0,
.px-0 {
  padding-left: 0 !important;
}

.p-0_25 {
  padding: 0.25rem !important;
}

.pt-0_25,
.py-0_25 {
  padding-top: 0.25rem !important;
}

.pe-0_25,
.px-0_25 {
  padding-right: 0.25rem !important;
}

.pb-0_25,
.py-0_25 {
  padding-bottom: 0.25rem !important;
}

.ps-0_25,
.px-0_25 {
  padding-left: 0.25rem !important;
}

.p-0_5 {
  padding: 0.5rem !important;
}

.pt-0_5,
.py-0_5 {
  padding-top: 0.5rem !important;
}

.pe-0_5,
.px-0_5 {
  padding-right: 0.5rem !important;
}

.pb-0_5,
.py-0_5 {
  padding-bottom: 0.5rem !important;
}

.ps-0_5,
.px-0_5 {
  padding-left: 0.5rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

.pe-1,
.px-1 {
  padding-right: 1rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.ps-1,
.px-1 {
  padding-left: 1rem !important;
}

.p-1_5 {
  padding: 1.5rem !important;
}

.pt-1_5,
.py-1_5 {
  padding-top: 1.5rem !important;
}

.pe-1_5,
.px-1_5 {
  padding-right: 1.5rem !important;
}

.pb-1_5,
.py-1_5 {
  padding-bottom: 1.5rem !important;
}

.ps-1_5,
.px-1_5 {
  padding-left: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pe-2,
.px-2 {
  padding-right: 2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.ps-2,
.px-2 {
  padding-left: 2rem !important;
}

.m-n0_25 {
  margin: -0.25rem !important;
}

.mt-n0_25,
.my-n0_25 {
  margin-top: -0.25rem !important;
}

.me-n0_25,
.mx-n0_25 {
  margin-right: -0.25rem !important;
}

.mb-n0_25,
.my-n0_25 {
  margin-bottom: -0.25rem !important;
}

.ms-n0_25,
.mx-n0_25 {
  margin-left: -0.25rem !important;
}

.m-n0_5 {
  margin: -0.5rem !important;
}

.mt-n0_5,
.my-n0_5 {
  margin-top: -0.5rem !important;
}

.me-n0_5,
.mx-n0_5 {
  margin-right: -0.5rem !important;
}

.mb-n0_5,
.my-n0_5 {
  margin-bottom: -0.5rem !important;
}

.ms-n0_5,
.mx-n0_5 {
  margin-left: -0.5rem !important;
}

.m-n1 {
  margin: -1rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.me-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ms-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

.m-n1_5 {
  margin: -1.5rem !important;
}

.mt-n1_5,
.my-n1_5 {
  margin-top: -1.5rem !important;
}

.me-n1_5,
.mx-n1_5 {
  margin-right: -1.5rem !important;
}

.mb-n1_5,
.my-n1_5 {
  margin-bottom: -1.5rem !important;
}

.ms-n1_5,
.mx-n1_5 {
  margin-left: -1.5rem !important;
}

.m-n2 {
  margin: -2rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}

.me-n2,
.mx-n2 {
  margin-right: -2rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}

.ms-n2,
.mx-n2 {
  margin-left: -2rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.me-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ms-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 36em) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .me-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ms-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-0_25 {
    margin: 0.25rem !important;
  }

  .mt-sm-0_25,
.my-sm-0_25 {
    margin-top: 0.25rem !important;
  }

  .me-sm-0_25,
.mx-sm-0_25 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-0_25,
.my-sm-0_25 {
    margin-bottom: 0.25rem !important;
  }

  .ms-sm-0_25,
.mx-sm-0_25 {
    margin-left: 0.25rem !important;
  }

  .m-sm-0_5 {
    margin: 0.5rem !important;
  }

  .mt-sm-0_5,
.my-sm-0_5 {
    margin-top: 0.5rem !important;
  }

  .me-sm-0_5,
.mx-sm-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-0_5,
.my-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ms-sm-0_5,
.mx-sm-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 1rem !important;
  }

  .me-sm-1,
.mx-sm-1 {
    margin-right: 1rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 1rem !important;
  }

  .ms-sm-1,
.mx-sm-1 {
    margin-left: 1rem !important;
  }

  .m-sm-1_5 {
    margin: 1.5rem !important;
  }

  .mt-sm-1_5,
.my-sm-1_5 {
    margin-top: 1.5rem !important;
  }

  .me-sm-1_5,
.mx-sm-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-1_5,
.my-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ms-sm-1_5,
.mx-sm-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-sm-2 {
    margin: 2rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 2rem !important;
  }

  .me-sm-2,
.mx-sm-2 {
    margin-right: 2rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 2rem !important;
  }

  .ms-sm-2,
.mx-sm-2 {
    margin-left: 2rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pe-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .ps-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-0_25 {
    padding: 0.25rem !important;
  }

  .pt-sm-0_25,
.py-sm-0_25 {
    padding-top: 0.25rem !important;
  }

  .pe-sm-0_25,
.px-sm-0_25 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-0_25,
.py-sm-0_25 {
    padding-bottom: 0.25rem !important;
  }

  .ps-sm-0_25,
.px-sm-0_25 {
    padding-left: 0.25rem !important;
  }

  .p-sm-0_5 {
    padding: 0.5rem !important;
  }

  .pt-sm-0_5,
.py-sm-0_5 {
    padding-top: 0.5rem !important;
  }

  .pe-sm-0_5,
.px-sm-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-0_5,
.py-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .ps-sm-0_5,
.px-sm-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 1rem !important;
  }

  .pe-sm-1,
.px-sm-1 {
    padding-right: 1rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 1rem !important;
  }

  .ps-sm-1,
.px-sm-1 {
    padding-left: 1rem !important;
  }

  .p-sm-1_5 {
    padding: 1.5rem !important;
  }

  .pt-sm-1_5,
.py-sm-1_5 {
    padding-top: 1.5rem !important;
  }

  .pe-sm-1_5,
.px-sm-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-1_5,
.py-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .ps-sm-1_5,
.px-sm-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-sm-2 {
    padding: 2rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 2rem !important;
  }

  .pe-sm-2,
.px-sm-2 {
    padding-right: 2rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 2rem !important;
  }

  .ps-sm-2,
.px-sm-2 {
    padding-left: 2rem !important;
  }

  .m-sm-n0_25 {
    margin: -0.25rem !important;
  }

  .mt-sm-n0_25,
.my-sm-n0_25 {
    margin-top: -0.25rem !important;
  }

  .me-sm-n0_25,
.mx-sm-n0_25 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n0_25,
.my-sm-n0_25 {
    margin-bottom: -0.25rem !important;
  }

  .ms-sm-n0_25,
.mx-sm-n0_25 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-sm-n0_5,
.my-sm-n0_5 {
    margin-top: -0.5rem !important;
  }

  .me-sm-n0_5,
.mx-sm-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n0_5,
.my-sm-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ms-sm-n0_5,
.mx-sm-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n1 {
    margin: -1rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1rem !important;
  }

  .me-sm-n1,
.mx-sm-n1 {
    margin-right: -1rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .ms-sm-n1,
.mx-sm-n1 {
    margin-left: -1rem !important;
  }

  .m-sm-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-sm-n1_5,
.my-sm-n1_5 {
    margin-top: -1.5rem !important;
  }

  .me-sm-n1_5,
.mx-sm-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n1_5,
.my-sm-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ms-sm-n1_5,
.mx-sm-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n2 {
    margin: -2rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -2rem !important;
  }

  .me-sm-n2,
.mx-sm-n2 {
    margin-right: -2rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -2rem !important;
  }

  .ms-sm-n2,
.mx-sm-n2 {
    margin-left: -2rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 48em) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .me-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ms-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-0_25 {
    margin: 0.25rem !important;
  }

  .mt-md-0_25,
.my-md-0_25 {
    margin-top: 0.25rem !important;
  }

  .me-md-0_25,
.mx-md-0_25 {
    margin-right: 0.25rem !important;
  }

  .mb-md-0_25,
.my-md-0_25 {
    margin-bottom: 0.25rem !important;
  }

  .ms-md-0_25,
.mx-md-0_25 {
    margin-left: 0.25rem !important;
  }

  .m-md-0_5 {
    margin: 0.5rem !important;
  }

  .mt-md-0_5,
.my-md-0_5 {
    margin-top: 0.5rem !important;
  }

  .me-md-0_5,
.mx-md-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-md-0_5,
.my-md-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ms-md-0_5,
.mx-md-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 1rem !important;
  }

  .me-md-1,
.mx-md-1 {
    margin-right: 1rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 1rem !important;
  }

  .ms-md-1,
.mx-md-1 {
    margin-left: 1rem !important;
  }

  .m-md-1_5 {
    margin: 1.5rem !important;
  }

  .mt-md-1_5,
.my-md-1_5 {
    margin-top: 1.5rem !important;
  }

  .me-md-1_5,
.mx-md-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-md-1_5,
.my-md-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ms-md-1_5,
.mx-md-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 2rem !important;
  }

  .me-md-2,
.mx-md-2 {
    margin-right: 2rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 2rem !important;
  }

  .ms-md-2,
.mx-md-2 {
    margin-left: 2rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pe-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .ps-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-0_25 {
    padding: 0.25rem !important;
  }

  .pt-md-0_25,
.py-md-0_25 {
    padding-top: 0.25rem !important;
  }

  .pe-md-0_25,
.px-md-0_25 {
    padding-right: 0.25rem !important;
  }

  .pb-md-0_25,
.py-md-0_25 {
    padding-bottom: 0.25rem !important;
  }

  .ps-md-0_25,
.px-md-0_25 {
    padding-left: 0.25rem !important;
  }

  .p-md-0_5 {
    padding: 0.5rem !important;
  }

  .pt-md-0_5,
.py-md-0_5 {
    padding-top: 0.5rem !important;
  }

  .pe-md-0_5,
.px-md-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-md-0_5,
.py-md-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .ps-md-0_5,
.px-md-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 1rem !important;
  }

  .pe-md-1,
.px-md-1 {
    padding-right: 1rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 1rem !important;
  }

  .ps-md-1,
.px-md-1 {
    padding-left: 1rem !important;
  }

  .p-md-1_5 {
    padding: 1.5rem !important;
  }

  .pt-md-1_5,
.py-md-1_5 {
    padding-top: 1.5rem !important;
  }

  .pe-md-1_5,
.px-md-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-md-1_5,
.py-md-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .ps-md-1_5,
.px-md-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 2rem !important;
  }

  .pe-md-2,
.px-md-2 {
    padding-right: 2rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 2rem !important;
  }

  .ps-md-2,
.px-md-2 {
    padding-left: 2rem !important;
  }

  .m-md-n0_25 {
    margin: -0.25rem !important;
  }

  .mt-md-n0_25,
.my-md-n0_25 {
    margin-top: -0.25rem !important;
  }

  .me-md-n0_25,
.mx-md-n0_25 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n0_25,
.my-md-n0_25 {
    margin-bottom: -0.25rem !important;
  }

  .ms-md-n0_25,
.mx-md-n0_25 {
    margin-left: -0.25rem !important;
  }

  .m-md-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-md-n0_5,
.my-md-n0_5 {
    margin-top: -0.5rem !important;
  }

  .me-md-n0_5,
.mx-md-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n0_5,
.my-md-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ms-md-n0_5,
.mx-md-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-md-n1 {
    margin: -1rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -1rem !important;
  }

  .me-md-n1,
.mx-md-n1 {
    margin-right: -1rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1rem !important;
  }

  .ms-md-n1,
.mx-md-n1 {
    margin-left: -1rem !important;
  }

  .m-md-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-md-n1_5,
.my-md-n1_5 {
    margin-top: -1.5rem !important;
  }

  .me-md-n1_5,
.mx-md-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n1_5,
.my-md-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ms-md-n1_5,
.mx-md-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-md-n2 {
    margin: -2rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -2rem !important;
  }

  .me-md-n2,
.mx-md-n2 {
    margin-right: -2rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -2rem !important;
  }

  .ms-md-n2,
.mx-md-n2 {
    margin-left: -2rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .me-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 62em) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .me-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ms-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-0_25 {
    margin: 0.25rem !important;
  }

  .mt-lg-0_25,
.my-lg-0_25 {
    margin-top: 0.25rem !important;
  }

  .me-lg-0_25,
.mx-lg-0_25 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-0_25,
.my-lg-0_25 {
    margin-bottom: 0.25rem !important;
  }

  .ms-lg-0_25,
.mx-lg-0_25 {
    margin-left: 0.25rem !important;
  }

  .m-lg-0_5 {
    margin: 0.5rem !important;
  }

  .mt-lg-0_5,
.my-lg-0_5 {
    margin-top: 0.5rem !important;
  }

  .me-lg-0_5,
.mx-lg-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-0_5,
.my-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ms-lg-0_5,
.mx-lg-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 1rem !important;
  }

  .me-lg-1,
.mx-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ms-lg-1,
.mx-lg-1 {
    margin-left: 1rem !important;
  }

  .m-lg-1_5 {
    margin: 1.5rem !important;
  }

  .mt-lg-1_5,
.my-lg-1_5 {
    margin-top: 1.5rem !important;
  }

  .me-lg-1_5,
.mx-lg-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-1_5,
.my-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ms-lg-1_5,
.mx-lg-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 2rem !important;
  }

  .me-lg-2,
.mx-lg-2 {
    margin-right: 2rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 2rem !important;
  }

  .ms-lg-2,
.mx-lg-2 {
    margin-left: 2rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pe-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .ps-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-0_25 {
    padding: 0.25rem !important;
  }

  .pt-lg-0_25,
.py-lg-0_25 {
    padding-top: 0.25rem !important;
  }

  .pe-lg-0_25,
.px-lg-0_25 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-0_25,
.py-lg-0_25 {
    padding-bottom: 0.25rem !important;
  }

  .ps-lg-0_25,
.px-lg-0_25 {
    padding-left: 0.25rem !important;
  }

  .p-lg-0_5 {
    padding: 0.5rem !important;
  }

  .pt-lg-0_5,
.py-lg-0_5 {
    padding-top: 0.5rem !important;
  }

  .pe-lg-0_5,
.px-lg-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-0_5,
.py-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .ps-lg-0_5,
.px-lg-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 1rem !important;
  }

  .pe-lg-1,
.px-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 1rem !important;
  }

  .ps-lg-1,
.px-lg-1 {
    padding-left: 1rem !important;
  }

  .p-lg-1_5 {
    padding: 1.5rem !important;
  }

  .pt-lg-1_5,
.py-lg-1_5 {
    padding-top: 1.5rem !important;
  }

  .pe-lg-1_5,
.px-lg-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-1_5,
.py-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .ps-lg-1_5,
.px-lg-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 2rem !important;
  }

  .pe-lg-2,
.px-lg-2 {
    padding-right: 2rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 2rem !important;
  }

  .ps-lg-2,
.px-lg-2 {
    padding-left: 2rem !important;
  }

  .m-lg-n0_25 {
    margin: -0.25rem !important;
  }

  .mt-lg-n0_25,
.my-lg-n0_25 {
    margin-top: -0.25rem !important;
  }

  .me-lg-n0_25,
.mx-lg-n0_25 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n0_25,
.my-lg-n0_25 {
    margin-bottom: -0.25rem !important;
  }

  .ms-lg-n0_25,
.mx-lg-n0_25 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-lg-n0_5,
.my-lg-n0_5 {
    margin-top: -0.5rem !important;
  }

  .me-lg-n0_5,
.mx-lg-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n0_5,
.my-lg-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ms-lg-n0_5,
.mx-lg-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n1 {
    margin: -1rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1rem !important;
  }

  .me-lg-n1,
.mx-lg-n1 {
    margin-right: -1rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .ms-lg-n1,
.mx-lg-n1 {
    margin-left: -1rem !important;
  }

  .m-lg-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-lg-n1_5,
.my-lg-n1_5 {
    margin-top: -1.5rem !important;
  }

  .me-lg-n1_5,
.mx-lg-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n1_5,
.my-lg-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ms-lg-n1_5,
.mx-lg-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n2 {
    margin: -2rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -2rem !important;
  }

  .me-lg-n2,
.mx-lg-n2 {
    margin-right: -2rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -2rem !important;
  }

  .ms-lg-n2,
.mx-lg-n2 {
    margin-left: -2rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 75em) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .me-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ms-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-0_25 {
    margin: 0.25rem !important;
  }

  .mt-xl-0_25,
.my-xl-0_25 {
    margin-top: 0.25rem !important;
  }

  .me-xl-0_25,
.mx-xl-0_25 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-0_25,
.my-xl-0_25 {
    margin-bottom: 0.25rem !important;
  }

  .ms-xl-0_25,
.mx-xl-0_25 {
    margin-left: 0.25rem !important;
  }

  .m-xl-0_5 {
    margin: 0.5rem !important;
  }

  .mt-xl-0_5,
.my-xl-0_5 {
    margin-top: 0.5rem !important;
  }

  .me-xl-0_5,
.mx-xl-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-0_5,
.my-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ms-xl-0_5,
.mx-xl-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 1rem !important;
  }

  .me-xl-1,
.mx-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ms-xl-1,
.mx-xl-1 {
    margin-left: 1rem !important;
  }

  .m-xl-1_5 {
    margin: 1.5rem !important;
  }

  .mt-xl-1_5,
.my-xl-1_5 {
    margin-top: 1.5rem !important;
  }

  .me-xl-1_5,
.mx-xl-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-1_5,
.my-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ms-xl-1_5,
.mx-xl-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 2rem !important;
  }

  .me-xl-2,
.mx-xl-2 {
    margin-right: 2rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 2rem !important;
  }

  .ms-xl-2,
.mx-xl-2 {
    margin-left: 2rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pe-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .ps-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-0_25 {
    padding: 0.25rem !important;
  }

  .pt-xl-0_25,
.py-xl-0_25 {
    padding-top: 0.25rem !important;
  }

  .pe-xl-0_25,
.px-xl-0_25 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-0_25,
.py-xl-0_25 {
    padding-bottom: 0.25rem !important;
  }

  .ps-xl-0_25,
.px-xl-0_25 {
    padding-left: 0.25rem !important;
  }

  .p-xl-0_5 {
    padding: 0.5rem !important;
  }

  .pt-xl-0_5,
.py-xl-0_5 {
    padding-top: 0.5rem !important;
  }

  .pe-xl-0_5,
.px-xl-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-0_5,
.py-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .ps-xl-0_5,
.px-xl-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 1rem !important;
  }

  .pe-xl-1,
.px-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 1rem !important;
  }

  .ps-xl-1,
.px-xl-1 {
    padding-left: 1rem !important;
  }

  .p-xl-1_5 {
    padding: 1.5rem !important;
  }

  .pt-xl-1_5,
.py-xl-1_5 {
    padding-top: 1.5rem !important;
  }

  .pe-xl-1_5,
.px-xl-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-1_5,
.py-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .ps-xl-1_5,
.px-xl-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 2rem !important;
  }

  .pe-xl-2,
.px-xl-2 {
    padding-right: 2rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 2rem !important;
  }

  .ps-xl-2,
.px-xl-2 {
    padding-left: 2rem !important;
  }

  .m-xl-n0_25 {
    margin: -0.25rem !important;
  }

  .mt-xl-n0_25,
.my-xl-n0_25 {
    margin-top: -0.25rem !important;
  }

  .me-xl-n0_25,
.mx-xl-n0_25 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n0_25,
.my-xl-n0_25 {
    margin-bottom: -0.25rem !important;
  }

  .ms-xl-n0_25,
.mx-xl-n0_25 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-xl-n0_5,
.my-xl-n0_5 {
    margin-top: -0.5rem !important;
  }

  .me-xl-n0_5,
.mx-xl-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n0_5,
.my-xl-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ms-xl-n0_5,
.mx-xl-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1rem !important;
  }

  .me-xl-n1,
.mx-xl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .ms-xl-n1,
.mx-xl-n1 {
    margin-left: -1rem !important;
  }

  .m-xl-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-xl-n1_5,
.my-xl-n1_5 {
    margin-top: -1.5rem !important;
  }

  .me-xl-n1_5,
.mx-xl-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n1_5,
.my-xl-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ms-xl-n1_5,
.mx-xl-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n2 {
    margin: -2rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -2rem !important;
  }

  .me-xl-n2,
.mx-xl-n2 {
    margin-right: -2rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -2rem !important;
  }

  .ms-xl-n2,
.mx-xl-n2 {
    margin-left: -2rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 36em) {
  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 48em) {
  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 62em) {
  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 75em) {
  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.font-family-sans-serif {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.font-family-serif {
  font-family: Georgia, "Times New Roman", Times, serif !important;
}

.font-family-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-semilight {
  color: #bfc6cd !important;
}

a.text-semilight:hover, a.text-semilight:focus {
  color: #a2a8ae !important;
}

.text-primary {
  color: #176ee4 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #145ec2 !important;
}

.text-secondary {
  color: #5a5d5f !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #4d4f51 !important;
}

.text-light {
  color: #eff1f3 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbcdcf !important;
}

.text-dark {
  color: #343e48 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #2c353d !important;
}

.text-science {
  color: #1d861f !important;
}

a.text-science:hover, a.text-science:focus {
  color: #19721a !important;
}

.text-technology {
  color: #d10038 !important;
}

a.text-technology:hover, a.text-technology:focus {
  color: #b20030 !important;
}

.text-engineering {
  color: #3b45ab !important;
}

a.text-engineering:hover, a.text-engineering:focus {
  color: #323b91 !important;
}

.text-math {
  color: #990997 !important;
}

a.text-math:hover, a.text-math:focus {
  color: #820880 !important;
}

.text-career {
  color: #c3512d !important;
}

a.text-career:hover, a.text-career:focus {
  color: #a64526 !important;
}

.text-color6 {
  color: #0a8383 !important;
}

a.text-color6:hover, a.text-color6:focus {
  color: #096f6f !important;
}

.text-color7 {
  color: #444 !important;
}

a.text-color7:hover, a.text-color7:focus {
  color: #3a3a3a !important;
}

.text-color8 {
  color: #ad00ff !important;
}

a.text-color8:hover, a.text-color8:focus {
  color: #9300d9 !important;
}

.text-color9 {
  color: #007ac8 !important;
}

a.text-color9:hover, a.text-color9:focus {
  color: #0068aa !important;
}

.text-body {
  color: #515151 !important;
}

.text-muted {
  color: #5e7182 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.valign-baseline {
  vertical-align: baseline !important;
}

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.valign-text-bottom {
  vertical-align: text-bottom !important;
}

.valign-text-top {
  vertical-align: text-top !important;
}

@media (min-width: 36em) {
  .valign-sm-baseline {
    vertical-align: baseline !important;
  }

  .valign-sm-top {
    vertical-align: top !important;
  }

  .valign-sm-middle {
    vertical-align: middle !important;
  }

  .valign-sm-bottom {
    vertical-align: bottom !important;
  }

  .valign-sm-text-bottom {
    vertical-align: text-bottom !important;
  }

  .valign-sm-text-top {
    vertical-align: text-top !important;
  }
}
@media (min-width: 48em) {
  .valign-md-baseline {
    vertical-align: baseline !important;
  }

  .valign-md-top {
    vertical-align: top !important;
  }

  .valign-md-middle {
    vertical-align: middle !important;
  }

  .valign-md-bottom {
    vertical-align: bottom !important;
  }

  .valign-md-text-bottom {
    vertical-align: text-bottom !important;
  }

  .valign-md-text-top {
    vertical-align: text-top !important;
  }
}
@media (min-width: 62em) {
  .valign-lg-baseline {
    vertical-align: baseline !important;
  }

  .valign-lg-top {
    vertical-align: top !important;
  }

  .valign-lg-middle {
    vertical-align: middle !important;
  }

  .valign-lg-bottom {
    vertical-align: bottom !important;
  }

  .valign-lg-text-bottom {
    vertical-align: text-bottom !important;
  }

  .valign-lg-text-top {
    vertical-align: text-top !important;
  }
}
@media (min-width: 75em) {
  .valign-xl-baseline {
    vertical-align: baseline !important;
  }

  .valign-xl-top {
    vertical-align: top !important;
  }

  .valign-xl-middle {
    vertical-align: middle !important;
  }

  .valign-xl-bottom {
    vertical-align: bottom !important;
  }

  .valign-xl-text-bottom {
    vertical-align: text-bottom !important;
  }

  .valign-xl-text-top {
    vertical-align: text-top !important;
  }
}
.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    color: inherit !important;
    border-collapse: collapse !important;
    border-color: #bfc6cd !important;
  }
  .table thead,
.table tbody,
.table tfoot {
    color: inherit !important;
  }
  .table tr,
.table td,
.table th {
    color: inherit !important;
    background-color: #fff !important;
  }
}
.skipnav {
  position: absolute;
  left: -9999px;
  z-index: 1500;
  display: block;
  width: 12em;
  max-width: 100%;
  padding: 0.125rem 0;
  font-weight: 700;
  color: #176ee4;
  text-align: center;
  background-color: #fff;
  border: 3px solid #176ee4;
}
.skipnav:focus {
  left: 50%;
  margin-left: -6em;
  color: #176ee4;
  text-decoration: underline;
}

[class^=icon-]:hover::before,
[class*=" icon-"]:hover::before {
  text-decoration: underline;
}

[class^=icon-]:hover::before,
[class*=" icon-"]:hover::before {
  text-decoration: none;
}

.font-osb {
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: 0.05em;
}

h2,
.h2 {
  text-transform: uppercase;
}
h2 a,
.h2 a {
  color: inherit;
  text-decoration: none;
}
h2 a:hover, h2 a:focus,
.h2 a:hover,
.h2 a:focus {
  color: inherit;
  text-decoration: underline;
}

.text-notification {
  color: #fe910e;
}

.text-xsmall {
  font-size: 0.75rem;
}

.text-small {
  font-size: 0.875rem;
}

.text-large {
  font-size: 1.125rem;
}

.text-xlarge {
  font-size: 1.25rem;
}

.icon-xlarge {
  font-size: 1.75rem;
  line-height: 1;
}

.icon-comment::before,
.icon-comment-empty::before {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.link-icon {
  position: relative;
}
.link-icon > [class*=icon] {
  margin-left: 0.125em;
  font-size: 90%;
  line-height: initial;
  color: inherit;
  vertical-align: baseline;
}

.img-fluid-portrait {
  width: auto;
  max-height: 100%;
}

.figure img {
  display: block;
  margin: 0 auto;
}
.figure .img-fluid-portrait {
  max-height: 80vh;
}
@media (min-width: 36em) {
  .figure .img-fluid-portrait {
    max-height: 70vw;
  }
}
@media (min-width: 62em) {
  .figure .img-fluid-portrait {
    max-height: 60vw;
  }
}

.img-fluid-rotate-portrait {
  width: auto;
  max-height: 70vh;
}
@media (min-width: 36em) {
  .img-fluid-rotate-portrait {
    max-height: 60vw;
  }
}
@media (min-width: 48em) {
  .img-fluid-rotate-portrait {
    max-height: 50vw;
  }
}
@media (min-width: 62em) {
  .img-fluid-rotate-portrait {
    max-height: 40vw;
  }
}

.avatar {
  overflow: hidden;
  vertical-align: middle;
  border-radius: 100%;
}
.avatar img {
  max-width: 100%;
  height: auto;
}

.username {
  display: inline-block;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.username:hover, .username:focus {
  color: #515151;
  text-decoration: none;
}

.icon-menu-toggle {
  color: #176ee4;
}
.icon-menu-toggle::before {
  content: "";
}
.open .icon-menu-toggle::before {
  content: "";
}

.icon-dropdown-toggle {
  color: #176ee4;
}
.icon-dropdown-toggle::before {
  content: "";
}
.open .icon-dropdown-toggle::before {
  content: "";
}

.has-icon [class^=icon-],
.has-icon [class*=" icon-"] {
  position: relative;
  top: -0.03125em;
  left: -0.25em;
  display: inline-block;
  text-decoration: none;
}

.notification {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
.notification .badge {
  display: inline-block;
  padding: 0 0.375em;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  background-color: #176ee4;
  border-color: #176ee4;
}
.notification .icon + .badge {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 1.1875rem;
  padding: 0 0.25rem;
  overflow: hidden;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  background-color: #176ee4;
  border: 2px solid #fff;
  border-radius: 50%;
}
.notification .badge-round {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: calc(.75rem + (.3125rem * 2));
  padding: 0.3125rem;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  background-color: #176ee4;
  border-radius: 50rem;
}
.notification .badge-round-small {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: calc(.6875rem + .5rem);
  padding: 0 0.25rem;
  overflow: hidden;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  background-color: #176ee4;
  border: 2px solid #fff;
  border-radius: 50%;
}

.marker {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  background-color: #176ee4;
  border-radius: 50%;
}
.marker .marker-icon {
  margin-top: 0.125rem;
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.marker-science {
  background-color: #1d861f;
}

.marker-technology {
  background-color: #d10038;
}

.marker-engineering {
  background-color: #3b45ab;
}

.marker-math {
  background-color: #990997;
}

.marker-career {
  background-color: #c3512d;
}

.marker-color6 {
  background-color: #0a8383;
}

.marker-color7 {
  background-color: #444;
}

.marker-color8 {
  background-color: #ad00ff;
}

.marker-color9 {
  background-color: #007ac8;
}

.stem-xlarge {
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

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

.clearfix-sm::after {
  display: block;
  clear: both;
  content: "";
}

.clearfix-md::after {
  display: block;
  clear: both;
  content: "";
}

.clearfix-lg::after {
  display: block;
  clear: both;
  content: "";
}

.clearfix-xl::after {
  display: block;
  clear: both;
  content: "";
}

.list-tags,
.list-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 0 1rem;
  padding-left: 0;
  list-style: none;
}
.list-tags > li,
.list-status > li {
  display: block;
  vertical-align: middle;
}
.list-tags > li:not(:last-child),
.list-status > li:not(:last-child) {
  margin-right: 0.5em;
}
.list-tags .btn-group,
.list-status .btn-group {
  margin-bottom: 0.5rem;
}

.badge .close {
  vertical-align: middle;
}

.badge-xsmall {
  font-size: 0.75rem;
}

.badge-small {
  font-size: 0.875rem;
}

.badge-large {
  font-size: 1.125rem;
}

.badge-xlarge {
  font-size: 1.25rem;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  background-color: #fbfbfb;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 62em) {
  .header {
    right: auto;
    bottom: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: start;
    -ms-flex-pack: start;
        justify-content: start;
  }
}
@media (min-width: 75em) {
  .header {
    max-width: 300px;
  }
}

.header-logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-height: 1%;
  padding: 0.75rem 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .header-logo {
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 62em) {
  .header-logo {
    padding: 1rem;
  }
}
.header-logo img {
  width: 10rem;
  min-height: 1%;
}
@media (min-width: 48em) {
  .header-logo img {
    width: 11.5rem;
  }
}
@media (min-width: 62em) {
  .header-logo img {
    width: 13rem;
  }
}

.header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: -1;
      order: -1;
  padding: 0.5rem 1rem;
}
@media (min-width: 62em) {
  .header-nav {
    -ms-flex-order: 0;
        order: 0;
    width: 100%;
    padding: 0 0 1rem;
    overflow-y: auto;
  }
}

.header-nav-toggle {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0.5rem;
  line-height: 1;
  text-decoration: none;
}
.header-nav-toggle .notification {
  position: absolute;
  top: 0.375rem;
  right: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0.75rem;
}
.header-nav-toggle.open .notification {
  display: none;
}
.header-nav-toggle:hover, .header-nav-toggle:focus {
  text-decoration: none;
}
@media (min-width: 62em) {
  .header-nav-toggle {
    display: none;
  }
}

.header-nav-toggle-label {
  display: none;
  margin-left: 0.5rem;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
  text-transform: uppercase;
}
.header-nav-toggle-label:hover, .header-nav-toggle-label:focus {
  color: #515151;
  text-decoration: none;
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .header-nav-toggle-label {
    display: inline-block;
  }
}

.header-user {
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 1rem;
}
.header-user .avatar {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.5rem;
}
@media (min-width: 48em) {
  .header-user .avatar {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 62em) {
  .header-user .avatar {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
.header-user .header-user-name {
  display: none;
}
.header-user .username {
  margin-right: 0.25rem;
}
.header-user .media {
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}
.header-user .media-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media (min-width: 62em) {
  .header-user .media-body {
    -ms-flex: 1 1;
        flex: 1 1;
  }
}
@media (min-width: 62em) {
  .header-user {
    width: 100%;
    padding: 0 1rem 1rem;
    margin-top: auto;
  }
  .header-user .header-user-name {
    display: inline-block;
  }
  .header-user .header-user-toggle {
    display: none;
  }
  .header-user .media {
    padding-top: 1rem;
    border-top: 1px solid #eaeaea;
  }
}

.header-user-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0.1875rem 0;
  line-height: 1;
  text-decoration: none;
}
.header-user-toggle:hover, .header-user-toggle:focus {
  text-decoration: none;
}
@media (min-width: 48em) {
  .header-user-toggle {
    padding: 0;
  }
}
.header-nav-menu,
.header-user-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  min-width: 13.75rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #515151;
  text-align: left;
  list-style: none;
  pointer-events: auto;
  background-color: #fbfbfb;
  background-clip: padding-box;
  border: 0 solid #fbfbfb;
}
@media (max-width: 61.9375em) {
  .header-nav-menu.collapse.in,
.header-user-menu.collapse.in {
    display: block;
  }
  .header-nav-menu.collapsing,
.header-user-menu.collapsing {
    position: absolute;
    display: block;
  }
}
@media (min-width: 62em) {
  .header-nav-menu,
.header-user-menu {
    position: static;
    z-index: auto;
    display: block;
    width: 100%;
    min-width: auto;
    background-color: transparent;
    border: 0;
  }
  .header-nav-menu.collapse:not(.in),
.header-user-menu.collapse:not(.in) {
    display: block;
  }
}

.header-nav-menu {
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.header-nav-menu li {
  margin: 0;
  border-top: 1px solid #eaeaea;
}
.header-nav-menu li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.header-nav-menu a,
.header-nav-menu .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 0.625rem 1rem;
  font-weight: 700;
  color: #176ee4;
  text-decoration: none;
  text-transform: uppercase;
}
.header-nav-menu a:hover, .header-nav-menu a:focus,
.header-nav-menu .dropdown-item:hover,
.header-nav-menu .dropdown-item:focus {
  color: #176ee4;
  text-decoration: underline;
}
.header-nav-menu a.active,
.header-nav-menu .dropdown-item.active {
  color: #515151;
  background-color: #eef6ff;
}
.header-nav-menu a.active .menu-icon,
.header-nav-menu .dropdown-item.active .menu-icon {
  color: #515151;
}
.header-nav-menu .menu-icon {
  display: inline-block;
  margin-right: 0.5rem;
  color: #176ee4;
  text-decoration: none;
}
.header-nav-menu .notification {
  margin-left: auto;
}
@media (min-width: 48em) {
  .header-nav-menu {
    width: auto;
  }
}
@media (min-width: 62em) {
  .header-nav-menu {
    width: 100%;
    box-shadow: none;
  }
  .header-nav-menu .notification {
    margin-left: auto;
  }
}

.header-user-menu li {
  margin: 0 1rem;
  font-size: 0.875rem;
}
.header-user-menu a,
.header-user-menu .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 0.375rem 0;
  color: #515151;
  text-decoration: none;
}
.header-user-menu a:hover, .header-user-menu a:focus,
.header-user-menu .dropdown-item:hover,
.header-user-menu .dropdown-item:focus {
  color: #515151;
  text-decoration: underline;
}
.header-user-menu .menu-icon {
  display: inline-block;
  margin-right: 0.375em;
  color: #176ee4;
  text-decoration: none;
}
@media (max-width: 61.9375em) {
  .header-user-menu {
    right: 0;
    left: auto;
    width: auto;
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 62em) {
  .header-user-menu {
    box-shadow: none;
  }
  .header-user-menu li {
    display: inline-block;
    margin: 0;
  }
  .header-user-menu li:not(:last-child) {
    margin-right: 1.5em;
  }
  .header-user-menu a,
.header-user-menu .dropdown-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    width: auto;
    padding: 0;
  }
}

@media (max-width: 61.9375em) {
  :target::before {
    position: relative;
    z-index: -1;
    display: inline-block;
    height: 5rem;
    margin-top: -5rem;
    visibility: hidden;
    content: "";
  }

  main:target::before {
    content: none;
  }
}
.footer-site {
  position: relative;
  z-index: 10;
  padding: 1rem 0 0;
  clear: both;
  background-color: #f2f2f2;
  border-top: 1px solid #bfc6cd;
}
.footer-site a:not(.btn) {
  text-decoration: underline;
  text-underline-position: auto;
}
.footer-site a:not(.btn):hover, .footer-site a:not(.btn):focus {
  text-decoration: underline;
}

.footer-site-brand {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-site-row {
  margin: 0 0 1rem;
  border-top: 1px solid #bfc6cd;
  border-bottom: 1px solid #bfc6cd;
}
.footer-site-row + .footer-row {
  margin-top: -1rem;
  border-top: 0;
}
.footer-site-row .list-unstyled {
  margin-bottom: 0.25rem;
}
.footer-site-row .list-unstyled li {
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.footer-site-row .list-unstyled li:last-child {
  margin-bottom: 0;
}
.footer-site-row .list-unstyled .media-object {
  margin-right: 0.75rem;
}
.footer-site-row > .col {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-right: 1px solid #bfc6cd;
}
.footer-site-row > .col:first-child {
  padding-left: 0;
}
.footer-site-row > .col:last-child {
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 47.9375em) {
  .footer-site-row > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}
@media (min-width: 48em) {
  .footer-site-row .col {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .footer-site-row > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .footer-site-row > .col + .col:nth-child(odd) {
    padding-left: 0;
  }
  .footer-site-row > .col + .col:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }
}

.footer-site-header {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.footer-site-media {
  color: #515151;
}
.footer-site-media .media-object {
  width: 6rem;
  max-width: 6rem;
  margin-right: 1rem;
}
.footer-site-media .media-body {
  font-size: 0.875rem;
}
.footer-site-media .media-body p:last-child {
  margin-bottom: 0;
}

.footer-site-copy {
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.875rem;
}
@media (max-width: 61.9375em) {
  .footer-site-copy > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 62em) {
  .footer-site-copy > .col:last-child {
    text-align: right;
  }
}
.footer-site-copy .list-horizontal {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.footer-site-copy .list-horizontal .list-item:not(:last-child) {
  margin-right: 1em;
}
@media (max-width: 35.9375em) {
  .footer-site-copy .list-horizontal {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
  .footer-site-copy .list-horizontal .list-item {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}

.footer-site-social {
  font-size: 1.5rem;
  color: #176ee4;
}
.footer-site-social:hover, .footer-site-social:focus {
  color: #1255b1;
}

.footer-site-logo {
  display: inline-block;
  width: 13rem;
}
.footer-site-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 62em) {
  .footer-site-logo {
    width: 13rem;
  }
}

.footer-site-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-site-tagline {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-cast {
  position: relative;
  z-index: 10;
  padding: 1rem 0;
  clear: both;
  color: #fff;
  background-color: #301c5c;
  border-top: 0 solid #fff;
}
.footer-cast a:not(.btn) {
  color: #b5cc52;
  text-decoration: underline;
  text-underline-position: auto;
}
.footer-cast a:not(.btn):hover, .footer-cast a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.footer-cast-brand {
  margin-bottom: 0.5rem;
}

.footer-cast-row {
  margin: 0 0 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer-cast-row + .footer-row {
  margin-top: -1rem;
  border-top: 0;
}
.footer-cast-row .list-unstyled {
  margin-bottom: 0.25rem;
}
.footer-cast-row .list-unstyled li {
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.footer-cast-row .list-unstyled li:last-child {
  margin-bottom: 0;
}
.footer-cast-row .list-unstyled .media-object {
  margin-right: 0.75rem;
}
.footer-cast-row > .col {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-right: 1px solid #fff;
}
.footer-cast-row > .col:first-child {
  padding-left: 0;
}
.footer-cast-row > .col:last-child {
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 47.9375em) {
  .footer-cast-row > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}
@media (min-width: 48em) {
  .footer-cast-row .col {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .footer-cast-row > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .footer-cast-row > .col + .col:nth-child(odd) {
    padding-left: 0;
  }
  .footer-cast-row > .col + .col:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }
}

.footer-cast-header {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.footer-cast-media {
  color: #f1f1f1;
}
.footer-cast-media .media-object {
  width: 6rem;
  max-width: 6rem;
  margin-right: 1rem;
}
.footer-cast-media .media-body {
  font-size: 0.875rem;
}
.footer-cast-media .media-body p:last-child {
  margin-bottom: 0;
}

.footer-cast-copy {
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.875rem;
}
@media (max-width: 61.9375em) {
  .footer-cast-copy > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 62em) {
  .footer-cast-copy > .col:last-child {
    text-align: right;
  }
}
.footer-cast-copy .list-horizontal {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.footer-cast-copy .list-horizontal .list-item:not(:last-child) {
  margin-right: 1em;
}
@media (max-width: 35.9375em) {
  .footer-cast-copy .list-horizontal {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
  .footer-cast-copy .list-horizontal .list-item {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}

.footer-cast-social {
  font-size: 1.5rem;
  color: #84d4e5;
}
.footer-cast-social:hover, .footer-cast-social:focus {
  color: #fff;
}

.footer-cast-btn-donate {
  color: #212121;
  background-color: #b5cc52;
  border-color: #b5cc52;
}

.footer-cast-btn-donate:hover {
  color: #212121;
  background-color: #cbdb86;
  border-color: #c4d675;
}

.footer-cast-btn-donate:focus,
.btn-check-input:focus ~ .footer-cast-btn-donate {
  box-shadow: 0 0 0 0.1875rem rgba(181, 204, 82, 0.35);
}

.footer-cast-btn-donate.disabled,
.footer-cast-btn-donate:disabled,
.btn-check-input:disabled ~ .footer-cast-btn-donate {
  color: #212121;
  background-color: #b5cc52;
  border-color: #b5cc52;
}

.footer-cast-btn-donate:not(:disabled):not(.disabled):active,
.footer-cast-btn-donate:not(:disabled):not(.disabled).active,
.btn-check-input:not(:disabled):checked ~ .footer-cast-btn-donate,
.open > .footer-cast-btn-donate {
  color: #212121;
  background-color: #d3e097;
  border-color: #cbdb86;
}

.btn.footer-cast-btn-donate {
  text-transform: none;
}

.footer-cast-logo {
  display: inline-block;
  width: 18rem;
  height: 1.75rem;
}
.footer-cast-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 62em) {
  .footer-cast-logo {
    width: 22.75rem;
    height: 1.875rem;
  }
}

.footer-cast-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-cast-tagline {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 62em) {
  body {
    background-position: 300px 0;
    background-size: calc(100% - 300px) auto;
  }
}

.content {
  padding: 1rem 2rem;
  margin-top: 3rem;
}
@media (min-width: 62em) {
  .content {
    margin-top: 0;
  }
}

.logo-inline {
  height: 0.75em;
  vertical-align: baseline;
}

.page-header {
  padding: 1rem 2rem;
  margin: -1rem -2rem 2rem;
  color: #fff;
  background-image: url("../img/bg-page-header-1.svg");
  background-size: 50%;
  border-radius: 0 0 0.375rem 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 62em) {
  .page-header {
    border-radius: 0 0 0.375rem 0;
  }
}

.page-header-back {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.page-header-back:hover, .page-header-back:focus {
  color: #fff;
  text-decoration: underline;
}

.page-header-title {
  max-width: 80%;
  margin: 0 0 -0.125em 0;
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  word-spacing: -0.125em;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width: 48em) {
  .page-header-title {
    font-size: 4rem;
  }
}
@media (min-width: 62em) {
  .page-header-title {
    font-size: 5rem;
  }
}
@media (min-width: 75em) {
  .page-header-title {
    font-size: 6rem;
  }
}

.page-header-primary {
  background-color: #176ee4;
}

.page-header-secondary {
  background-color: #5a5d5f;
}

.page-header-science {
  background-color: #1d861f;
}

.page-header-technology {
  background-color: #d10038;
}

.page-header-engineering {
  background-color: #3b45ab;
}

.page-header-math {
  background-color: #990997;
}

.page-header-career {
  background-color: #c3512d;
}

.page-header-color6 {
  background-color: #0a8383;
}

.page-header-color7 {
  background-color: #444;
}

.page-header-color8 {
  background-color: #ad00ff;
}

.page-header-color9 {
  background-color: #007ac8;
}

@media (min-width: 75em) {
  .page-content {
    max-width: 1000px;
  }
}

.page-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1015;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.125rem 0.375rem 0.25rem;
  color: #176ee4;
  background-color: #fff;
  border: 2px solid #176ee4;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-top {
    transition: none;
  }
}
.page-top:hover, .page-top:focus {
  color: #fff;
  background-color: #176ee4;
}

.page-top-icon {
  line-height: 1;
}

.section-divider {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 1px solid #176ee4;
  border-top-style: dashed;
}

.file-upload {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.file-upload::before {
  display: block;
  min-height: 6rem;
  padding-top: 33.333333%;
  content: "";
}

.file-upload-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  border-radius: 0.25rem;
}
.file-upload-input:focus-within ~ .file-upload-label, .file-upload-input:focus ~ .file-upload-label {
  color: #424f5b;
  background-color: #fff;
  border-color: #6699f2;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}
.file-upload-input:disabled ~ .file-upload-label {
  color: #9eaab4;
  background-color: #eff1f3;
}
.file-upload-input:disabled ~ .file-upload-label::after {
  opacity: 0.6;
}

.file-upload-label {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 6rem;
  overflow: hidden;
  font-weight: 600;
  color: #424f5b;
  background-color: #fff;
  border: 1px solid #176ee4;
  border-radius: 0.25rem;
}

.file-upload-icon {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
}

.was-validated .file-upload-input:valid ~ .file-upload-label, .file-upload-input.is-valid ~ .file-upload-label {
  border-color: #0e8a16;
}
.was-validated .file-upload-input:valid ~ .file-upload-label::before, .file-upload-input.is-valid ~ .file-upload-label::before {
  border-color: inherit;
}
.was-validated .file-upload-input:valid ~ .valid-feedback,
.was-validated .file-upload-input:valid ~ .valid-tooltip, .file-upload-input.is-valid ~ .valid-feedback,
.file-upload-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .file-upload-input:valid:focus-within ~ .file-upload-label, .was-validated .file-upload-input:valid:focus ~ .file-upload-label, .file-upload-input.is-valid:focus-within ~ .file-upload-label, .file-upload-input.is-valid:focus ~ .file-upload-label {
  border-color: #0e8a16;
  box-shadow: 0 0 0 0.1875rem rgba(14, 138, 22, 0.35);
}

.was-validated .file-upload-input:invalid ~ .file-upload-label, .file-upload-input.is-invalid ~ .file-upload-label {
  border-color: #d42314;
}
.was-validated .file-upload-input:invalid ~ .file-upload-label::before, .file-upload-input.is-invalid ~ .file-upload-label::before {
  border-color: inherit;
}
.was-validated .file-upload-input:invalid ~ .invalid-feedback,
.was-validated .file-upload-input:invalid ~ .invalid-tooltip, .file-upload-input.is-invalid ~ .invalid-feedback,
.file-upload-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .file-upload-input:invalid:focus-within ~ .file-upload-label, .was-validated .file-upload-input:invalid:focus ~ .file-upload-label, .file-upload-input.is-invalid:focus-within ~ .file-upload-label, .file-upload-input.is-invalid:focus ~ .file-upload-label {
  border-color: #d42314;
  box-shadow: 0 0 0 0.1875rem rgba(212, 35, 20, 0.35);
}

.file-upload-preview {
  margin-bottom: 1rem;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border: 1px solid #176ee4;
  border-radius: 0.25rem;
}
.file-upload-preview:empty {
  display: none;
}
.file-upload-preview .figure {
  margin-bottom: 0;
}
.file-upload-preview .figure img {
  display: inline-block;
}
.file-upload-preview .img-fluid-portrait,
.file-upload-preview .img-fluid-rotate-portrait {
  max-height: 50vh;
}
@media (min-width: 36em) {
  .file-upload-preview .img-fluid-portrait,
.file-upload-preview .img-fluid-rotate-portrait {
    max-height: 40vw;
  }
}
@media (min-width: 62em) {
  .file-upload-preview .img-fluid-portrait,
.file-upload-preview .img-fluid-rotate-portrait {
    max-height: 30vw;
  }
}

.container-login > .row {
  -ms-flex-align: stretch;
      align-items: stretch;
  min-height: 100vh;
}
.container-login > .row > .col,
.container-login > .row > [class*=col-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.container-login > .row > .col:nth-child(2),
.container-login > .row > [class*=col-]:nth-child(2) {
  background-image: url("../img/bg-content.svg");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
}

.login-wrapper {
  width: 100%;
  max-width: 18rem;
  padding: 0;
  margin: 1rem;
}
.login-wrapper .header-logo {
  padding: 0;
  margin-bottom: 1.25rem;
  text-align: center;
}
.login-wrapper .header-logo img {
  width: 15rem;
}
.login-wrapper .form-control-label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125;
}
@media (min-width: 48em) {
  .login-wrapper .login-description {
    display: none;
  }
}

.login-description {
  font-weight: 600;
  text-align: center;
}

.login-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 0.75rem 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid #eee;
}

.login-actions-item {
  font-size: 0.75rem;
}

.login-splash {
  width: 75%;
  max-width: 30rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 47.9375em) {
  .login-splash .login-description {
    display: none;
  }
}

.login-img {
  margin-bottom: 1rem;
}
.login-img img {
  border-radius: 0.25rem;
}

.input-filter {
  position: relative;
}
.input-filter .form-control {
  padding-right: 2rem;
}

.input-filter-clear {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input-filter-clear::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: fontello;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #999;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.input-filter-clear:hover::before, .input-filter-clear:focus::before {
  color: #666;
}

.tags-scroll {
  height: 20rem;
  padding: 0.5rem 0.75rem;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #bfc6cd;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.125rem 0.25em rgba(0, 0, 0, 0.15);
}
.tags-scroll .list-tags {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.tags-scroll .badge {
  margin-bottom: 0.5rem;
}

.tags-scroll-short {
  height: auto;
  min-height: 2rem;
}

.header-logo-sub {
  min-height: 1%;
  padding-bottom: 1rem;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #bfc6cd;
}
.header-logo-sub img {
  width: 13rem;
  min-height: 1%;
}

.login-v2 > .row,
.login-v3 > .row {
  min-height: auto;
  margin-right: 0;
  margin-left: 0;
}
.login-v2 > .row > .col,
.login-v2 > .row > [class*=col-],
.login-v3 > .row > .col,
.login-v3 > .row > [class*=col-] {
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
}
.login-v2 .login-wrapper,
.login-v3 .login-wrapper {
  margin-top: 2rem;
}

.login-v2-msg {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
}
@media (min-width: 48em) {
  .login-v2-msg {
    font-size: 1.5rem;
  }
}

.login-v2-img {
  margin-right: -1rem;
  margin-left: -1rem;
}

.login-v2-actions,
.login-v3-actions {
  padding: 0.5rem 0 1rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #5e7182;
  border-top: 1px solid #eee;
}

.login-v3 .login-wrapper {
  max-width: 22rem;
}
.login-v3 .header-logo img {
  width: 17rem;
}
.login-v3 .header-logo-sub {
  margin-bottom: 1rem;
  border-bottom: 0;
}
.login-v3 .header-logo-sub img {
  width: 15rem;
}

.login-v3-splash {
  margin-bottom: 1.5rem;
}

.login-v3-msg {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-wrap: balance;
}

.login-v3-actions {
  padding-top: 0;
  font-size: 0.875rem;
  border-top: 0;
}

.wupb-progressBar {
  margin: 0.5em auto 0 auto;
}

.wupb-border {
  width: 20em;
  margin: 0 auto;
  background-color: inherit;
  border: 1px solid #176ee4;
  border-radius: 0.5em;
}

.wupb-background {
  width: 0;
  height: 1em;
  background-color: #176ee4;
  border-radius: 0.5em;
}

.iframe-header {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-top: 3px solid #176ee4;
  border-bottom: 3px solid #176ee4;
}
.iframe-header img {
  width: auto;
  height: 1.5rem;
}

.iframe-list {
  padding-left: 0;
  list-style: none;
}
.iframe-list .media-input {
  margin-right: 0.25rem;
}
.iframe-list .media-img {
  width: 7rem;
  height: auto;
  margin-right: 0.75rem;
  text-align: center;
}
.iframe-list .media-img .img-fluid,
.iframe-list .media-img .img-fluid-portrait {
  max-height: 7rem;
}
.iframe-list .media-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 0;
}
.iframe-list .eyebrow {
  font-style: italic;
  color: #747474;
  font-size: 0.875rem;
}

.embed-fluid-letter::before {
  padding-top: 129.411765%;
}

.embed-fluid-a4::before {
  padding-top: 141.428571%;
}

.pagination {
  text-transform: uppercase;
}

.page-link {
  font-weight: 700;
}

.page-link.disabled,
.disabled > .page-link,
.page-link[disabled] {
  color: #9eaab4 !important;
  pointer-events: none;
  background-color: transparent;
  border-color: #bfc6cd;
}

.btn {
  text-transform: uppercase;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-primary:hover {
  color: #145ec2;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-science:hover {
  color: #19721a;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-technology:hover {
  color: #b20030;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-engineering:hover {
  color: #323b91;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-math:hover {
  color: #820880;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-career:hover {
  color: #a64526;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-color6:hover {
  color: #096f6f;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-color7:hover {
  color: #3a3a3a;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-color8:hover {
  color: #9300d9;
  background-color: #eff4fa;
}

.btn-check-input:not(:disabled):not(:checked) ~ .btn-tag.btn-outline-color9:hover {
  color: #0068aa;
  background-color: #eff4fa;
}

.btn-outline-primary {
  background-color: #fbfbfb;
}
.btn-outline-primary:hover {
  color: #0055e9;
  background-color: #eff4fa;
}

.btn-tag {
  text-transform: none;
  border-radius: calc(3.25rem + 1px);
}

.btn-category {
  min-width: 8.5rem;
  text-transform: none;
}

.card {
  font-size: 0.875rem;
  line-height: 1.375;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .125), 0 -.03125rem .03125rem .03125rem rgba(0, 0, 0, .05);
}
.card.active {
  border-width: 1px;
  border-radius: calc(0.25rem + 1px);
}
.card .notification {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1;
  width: 2rem;
  height: 2rem;
}
.card .marker {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  z-index: 1;
  width: 2rem;
  height: 2rem;
}
.card .list-tags,
.card .list-status {
  margin-bottom: 0;
}

.card-user-name,
.card-title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  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;
  margin-bottom: 0;
  font-size: inherit;
}

.card-category {
  padding: 0.5rem 1rem;
}

.card-img {
  text-align: center;
}
.card-img .img-fluid-portrait {
  max-height: 80vh;
}
@media (min-width: 36em) {
  .card-img .img-fluid-portrait {
    max-height: 30vw;
  }
}
@media (min-width: 62em) {
  .card-img .img-fluid-portrait {
    max-height: 15rem;
  }
}

.card-category-text {
  max-width: 80%;
  margin-bottom: -0.125rem;
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.05em;
  word-spacing: -0.125em;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.card-has-overlay {
  position: relative;
}
.card-has-overlay .card-action-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.card-has-overlay .card-action-overlay:hover {
  border: 2px solid;
  outline: 0;
  border-radius: calc(0.25rem + 1px);
}
.card-has-overlay.active .card-action-overlay {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.card-has-overlay .card-header,
.card-has-overlay .card-category,
.card-has-overlay .card-challenge,
.card-has-overlay .card-response,
.card-has-overlay .card-resource,
.card-has-overlay .card-title,
.card-has-overlay .card-img,
.card-has-overlay .card-tags,
.card-has-overlay .card-status,
.card-has-overlay .card-action-link {
  pointer-events: none;
}
.card-has-overlay .card-header a,
.card-has-overlay .card-header button,
.card-has-overlay .card-header [data-cfw=tooltip],
.card-has-overlay .card-header [data-cfw=dropdown],
.card-has-overlay .card-category a,
.card-has-overlay .card-category button,
.card-has-overlay .card-category [data-cfw=tooltip],
.card-has-overlay .card-category [data-cfw=dropdown],
.card-has-overlay .card-challenge a,
.card-has-overlay .card-challenge button,
.card-has-overlay .card-challenge [data-cfw=tooltip],
.card-has-overlay .card-challenge [data-cfw=dropdown],
.card-has-overlay .card-response a,
.card-has-overlay .card-response button,
.card-has-overlay .card-response [data-cfw=tooltip],
.card-has-overlay .card-response [data-cfw=dropdown],
.card-has-overlay .card-resource a,
.card-has-overlay .card-resource button,
.card-has-overlay .card-resource [data-cfw=tooltip],
.card-has-overlay .card-resource [data-cfw=dropdown],
.card-has-overlay .card-title a,
.card-has-overlay .card-title button,
.card-has-overlay .card-title [data-cfw=tooltip],
.card-has-overlay .card-title [data-cfw=dropdown],
.card-has-overlay .card-img a,
.card-has-overlay .card-img button,
.card-has-overlay .card-img [data-cfw=tooltip],
.card-has-overlay .card-img [data-cfw=dropdown],
.card-has-overlay .card-tags a,
.card-has-overlay .card-tags button,
.card-has-overlay .card-tags [data-cfw=tooltip],
.card-has-overlay .card-tags [data-cfw=dropdown],
.card-has-overlay .card-status a,
.card-has-overlay .card-status button,
.card-has-overlay .card-status [data-cfw=tooltip],
.card-has-overlay .card-status [data-cfw=dropdown],
.card-has-overlay .card-action-link a,
.card-has-overlay .card-action-link button,
.card-has-overlay .card-action-link [data-cfw=tooltip],
.card-has-overlay .card-action-link [data-cfw=dropdown] {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.card-action-link {
  min-height: 1px;
}
.card-action-link:hover .card-challenge, .card-action-link:focus .card-challenge {
  text-decoration: underline;
}
.card-action-link:hover .card-user-name,
.card-action-link:hover .card-response,
.card-action-link:hover .card-resource, .card-action-link:focus .card-user-name,
.card-action-link:focus .card-response,
.card-action-link:focus .card-resource {
  text-decoration: underline;
}

.card-challenge {
  position: relative;
  padding: 0.5rem 1rem;
}
.card-challenge::before {
  position: absolute;
  top: 0;
  right: 1rem;
  left: 1rem;
  display: block;
  content: "";
  border-top: 1px solid;
}

.card-user {
  position: relative;
  padding: 0.5rem 1rem;
  color: #515151;
}
.card-user::after {
  position: absolute;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  display: block;
  content: "";
  border-top: 1px solid #eaeaea;
}

.card-user-name {
  font-size: 1.125rem;
  font-weight: 700;
}

.card-response {
  padding: 0.5rem 1rem;
  color: #515151;
}

.card-resource {
  padding: 0.5rem 1rem;
  color: #515151;
}

.card-tags,
.card-status {
  padding: 0.5rem 1rem;
}

.card-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.card-status > .col,
.card-status > [class*=col-] {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.card-tags + .card-status {
  padding-top: 0;
}

.status-icon {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
}
.status-icon.badge {
  display: inline-block;
  padding: 0 0.375em;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  background-color: #176ee4;
  border-color: #176ee4;
}

.status-text {
  display: inline-block;
  vertical-align: middle;
}

.card-status-time {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: right;
}
.card-status-time:only-child {
  -ms-flex: 1 0;
      flex: 1 0;
  width: 100%;
}

.card-deck-col {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-right: -1rem;
  margin-bottom: 0;
  margin-left: -1rem;
}
.card-deck-col > .card {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: calc(100% - 2rem);
  margin-right: 1rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
@media (min-width: 36em) {
  .card-deck-col > .card {
    width: calc(49.95% - 2rem);
  }
}
@media (min-width: 62em) {
  .card-deck-col > .card {
    width: calc(33.28% - 2rem);
  }
}

.card-theme-primary {
  border-color: #176ee4;
}
.card-theme-primary .card-category,
.card-theme-primary .card-challenge {
  color: #fff;
  background-color: #176ee4;
  border-color: #176ee4;
}
.card-theme-primary .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-primary .card-action-overlay:hover, .card-theme-primary .card-action-overlay:focus {
  border-color: #176ee4;
}
.card-theme-primary .card-action-link:hover .card-challenge, .card-theme-primary .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-science {
  border-color: #1d861f;
}
.card-theme-science .card-category,
.card-theme-science .card-challenge {
  color: #fff;
  background-color: #1d861f;
  border-color: #1d861f;
}
.card-theme-science .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-science .card-action-overlay:hover, .card-theme-science .card-action-overlay:focus {
  border-color: #1d861f;
}
.card-theme-science .card-action-link:hover .card-challenge, .card-theme-science .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-technology {
  border-color: #d10038;
}
.card-theme-technology .card-category,
.card-theme-technology .card-challenge {
  color: #fff;
  background-color: #d10038;
  border-color: #d10038;
}
.card-theme-technology .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-technology .card-action-overlay:hover, .card-theme-technology .card-action-overlay:focus {
  border-color: #d10038;
}
.card-theme-technology .card-action-link:hover .card-challenge, .card-theme-technology .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-engineering {
  border-color: #3b45ab;
}
.card-theme-engineering .card-category,
.card-theme-engineering .card-challenge {
  color: #fff;
  background-color: #3b45ab;
  border-color: #3b45ab;
}
.card-theme-engineering .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-engineering .card-action-overlay:hover, .card-theme-engineering .card-action-overlay:focus {
  border-color: #3b45ab;
}
.card-theme-engineering .card-action-link:hover .card-challenge, .card-theme-engineering .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-math {
  border-color: #990997;
}
.card-theme-math .card-category,
.card-theme-math .card-challenge {
  color: #fff;
  background-color: #990997;
  border-color: #990997;
}
.card-theme-math .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-math .card-action-overlay:hover, .card-theme-math .card-action-overlay:focus {
  border-color: #990997;
}
.card-theme-math .card-action-link:hover .card-challenge, .card-theme-math .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-career {
  border-color: #c3512d;
}
.card-theme-career .card-category,
.card-theme-career .card-challenge {
  color: #fff;
  background-color: #c3512d;
  border-color: #c3512d;
}
.card-theme-career .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-career .card-action-overlay:hover, .card-theme-career .card-action-overlay:focus {
  border-color: #c3512d;
}
.card-theme-career .card-action-link:hover .card-challenge, .card-theme-career .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-color6 {
  border-color: #0a8383;
}
.card-theme-color6 .card-category,
.card-theme-color6 .card-challenge {
  color: #fff;
  background-color: #0a8383;
  border-color: #0a8383;
}
.card-theme-color6 .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-color6 .card-action-overlay:hover, .card-theme-color6 .card-action-overlay:focus {
  border-color: #0a8383;
}
.card-theme-color6 .card-action-link:hover .card-challenge, .card-theme-color6 .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-color7 {
  border-color: #444;
}
.card-theme-color7 .card-category,
.card-theme-color7 .card-challenge {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.card-theme-color7 .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-color7 .card-action-overlay:hover, .card-theme-color7 .card-action-overlay:focus {
  border-color: #444;
}
.card-theme-color7 .card-action-link:hover .card-challenge, .card-theme-color7 .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-color8 {
  border-color: #ad00ff;
}
.card-theme-color8 .card-category,
.card-theme-color8 .card-challenge {
  color: #fff;
  background-color: #ad00ff;
  border-color: #ad00ff;
}
.card-theme-color8 .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-color8 .card-action-overlay:hover, .card-theme-color8 .card-action-overlay:focus {
  border-color: #ad00ff;
}
.card-theme-color8 .card-action-link:hover .card-challenge, .card-theme-color8 .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-theme-color9 {
  border-color: #007ac8;
}
.card-theme-color9 .card-category,
.card-theme-color9 .card-challenge {
  color: #fff;
  background-color: #007ac8;
  border-color: #007ac8;
}
.card-theme-color9 .card-challenge::before {
  border-color: rgba(255, 255, 255, 0.8);
}
.card-theme-color9 .card-action-overlay:hover, .card-theme-color9 .card-action-overlay:focus {
  border-color: #007ac8;
}
.card-theme-color9 .card-action-link:hover .card-challenge, .card-theme-color9 .card-action-link:focus .card-challenge {
  color: #fff;
}

.card-layout-challenge .card-category {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-layout-response .card-img {
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-layout-response .card-tags {
  padding-top: 0;
}
.card-layout-response .card-category:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
.card-layout-response .card-challenge {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-layout-risen .card-img {
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-layout-risen .card-folio-add:first-child ~ .card-action-link .card-img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-layout-risen .card-tags {
  padding-top: 0;
}
.card-layout-risen .card-challenge {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-layout-resource .card-img {
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-layout-resource .card-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.card-layout-resource .card-resource {
  position: relative;
}
.card-layout-resource .card-resource p {
  margin-bottom: 0;
}
.card-layout-resource .card-resource p + p {
  margin-top: 0.75rem;
}
.card-layout-resource .card-resource .list-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.card-layout-resource .card-resource-type {
  position: absolute;
  top: -2.5rem;
  left: 1rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-layout-resource .card-resource-type [class*=icon-]::before {
  margin-right: 0.125rem;
  font-size: 1rem;
}
.card-layout-resource .card-status {
  padding-top: 0;
}
.card-layout-resource .card-admin-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.card-layout-resource .card-admin-actions .card-action-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 1.25rem;
  color: #0055e9;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #0055e9;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.card-layout-resource .card-admin-actions .card-action-icon:hover, .card-layout-resource .card-admin-actions .card-action-icon:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0055e9;
  border-color: #0055e9;
}
.card-layout-resource .card-admin-actions .card-action-icon:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.card-layout-resource .card-admin-actions .card-action-icon [class*=icon-] {
  display: inline-block;
}

.card-folio-add {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.card-folio-add:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-folio-add-label {
  display: block;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  margin: 0;
  font-weight: 700;
  color: #0055e9;
}

.card-folio-add-input {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-folio-add-input:checked ~ .card-folio-add-label {
  color: #fff;
  background-color: #0055e9;
}

.card-folio-remove {
  position: relative;
}

.card-folio-remove-link {
  position: absolute;
  right: 0.5rem;
  bottom: -1.5rem;
  z-index: 2;
  font-size: 1rem;
}

.modal-header {
  padding-bottom: 0.325rem;
  color: #fff;
  background-color: #176ee4;
  background-image: url("../img/bg-page-header-1.svg");
  background-size: 65%;
}
.modal-header .modal-title {
  max-width: 75%;
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  word-spacing: -0.125em;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.modal-header-category {
  max-width: 80%;
  margin: 0;
  font-family: "Ostrich-Sans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  word-spacing: -0.125em;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width: 48em) {
  .modal-header-category {
    font-size: 1rem;
  }
}
@media (min-width: 62em) {
  .modal-header-category {
    font-size: 1.125rem;
  }
}

.modal-header-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .modal-header-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 62em) {
  .modal-header-title {
    font-size: 1.75rem;
  }
}

.modal-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modal-status > .col,
.modal-status > [class*=col-] {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.modal-theme-primary .modal-content {
  border-color: #176ee4;
}
.modal-theme-primary .modal-header {
  color: #fff;
  background-color: #176ee4;
  border-color: #176ee4;
}

.modal-theme-science .modal-content {
  border-color: #1d861f;
}
.modal-theme-science .modal-header {
  color: #fff;
  background-color: #1d861f;
  border-color: #1d861f;
}

.modal-theme-technology .modal-content {
  border-color: #d10038;
}
.modal-theme-technology .modal-header {
  color: #fff;
  background-color: #d10038;
  border-color: #d10038;
}

.modal-theme-engineering .modal-content {
  border-color: #3b45ab;
}
.modal-theme-engineering .modal-header {
  color: #fff;
  background-color: #3b45ab;
  border-color: #3b45ab;
}

.modal-theme-math .modal-content {
  border-color: #990997;
}
.modal-theme-math .modal-header {
  color: #fff;
  background-color: #990997;
  border-color: #990997;
}

.modal-theme-career .modal-content {
  border-color: #c3512d;
}
.modal-theme-career .modal-header {
  color: #fff;
  background-color: #c3512d;
  border-color: #c3512d;
}

.modal-theme-color6 .modal-content {
  border-color: #0a8383;
}
.modal-theme-color6 .modal-header {
  color: #fff;
  background-color: #0a8383;
  border-color: #0a8383;
}

.modal-theme-color7 .modal-content {
  border-color: #444;
}
.modal-theme-color7 .modal-header {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.modal-theme-color8 .modal-content {
  border-color: #ad00ff;
}
.modal-theme-color8 .modal-header {
  color: #fff;
  background-color: #ad00ff;
  border-color: #ad00ff;
}

.modal-theme-color9 .modal-content {
  border-color: #007ac8;
}
.modal-theme-color9 .modal-header {
  color: #fff;
  background-color: #007ac8;
  border-color: #007ac8;
}

@media (max-width: 61.9375em) {
  #modal-pdf .modal-dialog,
#modal-yt .modal-dialog {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    margin: 0;
    overflow-y: auto;
  }
  #modal-pdf .modal-dialog.fade .modal,
#modal-yt .modal-dialog.fade .modal {
    -webkit-transform: none;
            transform: none;
  }
  #modal-pdf .modal-dialog .modal-content,
#modal-yt .modal-dialog .modal-content {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
  }
  #modal-pdf .modal-dialog .modal-body,
#modal-yt .modal-dialog .modal-body {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    overflow: auto;
  }
  #modal-pdf .modal-dialog.modal-dialog-scrollable,
#modal-yt .modal-dialog.modal-dialog-scrollable {
    overflow-y: hidden;
  }
  #modal-pdf .modal-dialog.modal-dialog-centered,
#modal-yt .modal-dialog.modal-dialog-centered {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.dropdown-menu {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}

.dropdown-divider {
  margin: 0.5rem 1rem;
}

.section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 48em) {
  .section-header {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.section-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 1rem;
}

.section-action-inline {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.section-action-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.section-action-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: auto;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.section-action-item:last-child {
  margin-right: 0;
}
.section-action-item .custom-select {
  max-width: 13rem;
}

.section-action-label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125;
}

.section-action-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.875rem;
  color: #515151;
  text-decoration: none;
}
.section-action-link:hover, .section-action-link:focus {
  color: #515151;
  text-decoration: underline;
}
.section-action-link .section-action-icon {
  display: inline-block;
  margin-right: 0.125rem;
  font-size: 1.25rem;
  color: #176ee4;
  text-decoration: none;
}

.section-action-row .section-action {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.section-action-row .section-action:not(:last-of-type) {
  margin-right: 2rem;
}

.texthelp-wrapper {
  position: relative;
  z-index: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: calc((( $texthelp-item-padding-y + 2px) * 2) + 1.5rem);
  margin-top: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}

.texthelp {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.25rem;
  margin: 0;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #176ee4;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
.texthelp.affix {
  position: fixed;
  top: calc(3rem + 5px);
  z-index: 1015;
}
@media (min-width: 62em) {
  .texthelp.affix {
    top: 5px;
  }
}

.texthelp-item {
  padding: 0.125rem 0.25rem;
  margin: 0;
  color: #176ee4;
  text-align: inherit;
  background: none;
  border: 0;
}
.texthelp-item:hover, .texthelp-item:focus {
  color: #104da0;
}
.texthelp-item.active {
  color: #fff;
  background-color: #176ee4;
}
.texthelp-item.active:hover, .texthelp-item.active:focus {
  background-color: #104da0;
}

.texthelp-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.texthelp-play {
  display: inline-block;
}

.texthelp-pause {
  display: none;
}

.texthelp.playing .texthelp-play {
  display: none;
}
.texthelp.playing .texthelp-pause {
  display: inline-block;
}

.texthelp-divider {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 0.25rem;
  overflow: hidden;
  border-left: 1px solid rgba(23, 110, 228, 0.85);
}

/*
.texthelp-popover {
}
*/
.stt-wrapper {
  position: relative;
}
.stt-wrapper .form-control {
  padding-right: 2.125rem;
}
.stt-wrapper .form-control[readonly] {
  background-color: #d1e2fa;
}

.stt-start {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
}
.stt-start::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: fontello;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #262d34;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.stt-start.enabled {
  display: block;
}
.stt-start.disabled {
  display: block;
  cursor: not-allowed;
}
.stt-start.disabled::before {
  color: #bfc6cd;
  content: "";
}
.stt-start.active {
  display: block;
  background-color: #176ee4;
}
.stt-start.active::before {
  color: #fff;
  content: "";
}

.video-wrapper .embed-fluid {
  background-color: #000;
}

.player {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.125rem;
  margin: 0 0 1rem;
  color: #515151;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
}
.player > .col, .player > [class*=col-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 0;
  padding-left: 0;
}
.player > .col .btn, .player > [class*=col-] .btn {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}

.player.ready {
  display: -ms-flexbox;
  display: flex;
}

.player-control > .off {
  display: none;
}

.player-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0.25rem;
}

.player-time-current,
.player-time-duration {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 2rem;
  text-align: center;
}

.player-seek {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.player-seek .custom-range {
  min-width: auto;
  padding: 0 0.125rem;
}

.player-fullscreen {
  display: inline-block;
}

.player-fullscreen .player-fullscreen-on {
  display: none;
}

.player-fullscreen .player-fullscreen-off {
  display: inline-block;
}

.player-fullscreen.active .player-fullscreen-on {
  display: inline-block;
}

.player-fullscreen.active .player-fullscreen-off {
  display: none;
}

.player-transcript {
  display: none;
  min-height: 2rem;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #515151;
  text-align: left;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.player-transcript-active {
  background-color: #ff6;
}

.player-transcript-seekpoint:hover {
  cursor: pointer;
  background: #cf6;
}

.player-scriptshow .player-transcript {
  display: block;
}

.player-unstarted .embed-fluid:hover {
  cursor: pointer;
}

.player-unstarted .embed-fluid::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 5px;
  font-family: Fontello;
  font-size: 2rem;
  line-height: 1;
  color: #176ee4;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 4px solid #176ee4;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.player-unstarted .embed-fluid:hover::after {
  opacity: 1;
}

.player-fulldisplay {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: #000;
}
.player-fulldisplay .player-wrapper {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  margin-top: 0;
  text-align: center;
}
.player-fulldisplay .player {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 33.333333%;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.player-fulldisplay.player-inactive {
  cursor: none;
}
.player-fulldisplay.player-inactive .player {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.player-fulldisplay.player-inactive.player-paused .player {
  visibility: visible;
  opacity: 1;
  transition: all 0.15s;
}
.player-fulldisplay.player-scriptshow .player {
  margin-right: 25%;
}
.player-fulldisplay.player-scriptshow .embed-fluid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 75% !important;
  height: auto !important;
}
.player-fulldisplay.player-scriptshow .embed-fluid > video {
  position: static;
}
.player-fulldisplay.player-scriptshow .player-transcript {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 25%;
  height: 100vh;
  border-radius: 0;
}

.table-rubric {
  background-color: #fff;
  border-width: 2px;
}
.table-rubric th,
.table-rubric td {
  padding: 0.3125rem 0.5rem;
}
.table-rubric thead {
  background-color: #eef6ff;
}
.table-rubric thead th,
.table-rubric thead tr {
  text-align: center;
  vertical-align: middle;
}
.table-rubric tbody th,
.table-rubric tbody td {
  text-align: left;
}

.table-folio {
  background-color: transparent;
  border-top-width: 0;
}
.table-folio tr,
.table-folio td,
.table-folio th {
  white-space: nowrap;
}
.table-folio td {
  font-size: 0.875rem;
}
.table-folio thead {
  color: #eff1f3;
  background-color: #5a5d5f;
}
.table-folio thead th {
  border: 0;
}
.table-folio [class*=icon-] {
  padding: 0 0.25rem;
  font-size: 1.25rem;
  line-height: 1rem;
}

@media print {
  @page {
    size: a4;
  }
  .card-deck-col {
    display: block;
  }
  .card-deck-col .card {
    float: left;
    width: 28%;
  }

  .card {
    border: 1px solid #666;
    box-shadow: none;
  }
}
.printable {
  background: #fff;
}
.printable .header-logo {
  text-align: center;
}
.printable .page-header {
  margin: 0 0 1rem;
}
.printable :not(.card-img) > .img-fluid {
  max-width: 50%;
}
.printable .challenge-step {
  padding-top: 1rem;
  margin: 0;
  border-top: 1px dashed #176ee4;
}
.printable [class*=challenge-theme-] .challenge-step {
  border-color: inherit;
}
/*# sourceMappingURL=theme.css.map */