@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.main-nav,
.metarow,
.frame-type-internalmenu,
.footerparts__item:not(:last-child),
.socials,
.footermenu,
#sidebarmenuwidget,
video,
#launcher,
#usercentrics-root,
.print-hide {
  display: none !important;
}

.content {
  margin-top: 2rem;
}

body {
  font-family: Open Sans, Arial, sans-serif, system-ui, -apple-system;
  font-size: 1rem;
  line-height: 1.5;
  background: #fff !important;
  color: #000;
  margin: 0.5rem 1rem;
  padding: 0 !important;
  text-align: left;
}

h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #143672;
}

a:not(:hover) {
  color: #e40522;
}

p {
  padding-bottom: 1.5rem;
}
p .small {
  font-size: 14px;
}

img {
  page-break-after: avoid;
  page-break-inside: avoid;
  max-width: 100% !important;
}

.btn {
  display: inline-block;
  border: 1px solid #e40522;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 50rem;
  background-color: #fff;
  color: #333;
}

dl.d-flex {
  display: flex;
  flex-wrap: wrap;
}

dt {
  font-weight: 700;
}
dt.col-md-3 {
  width: 25%;
}

dd {
  margin-bottom: 0.5rem;
}
dd.col-md-9 {
  width: 75%;
}

ul,
ol {
  page-break-before: avoid;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
ul li:before,
ol li:before {
  display: none;
}

.form-control, select {
  display: block;
  font-family: inherit;
  padding: 0.8125rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 0.625rem;
}

select {
  border-radius: 50rem;
  margin-bottom: 0.5rem;
}

.spacing-mb-50 {
  margin-bottom: 2rem;
}

.breadcrumb {
  display: flex;
  font-size: 1rem;
  list-style: none;
  padding-left: 0;
}
.breadcrumb .breadcrumb-item {
  padding-right: 0.3rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.3rem;
  color: #333;
  content: "»";
  display: inline-block;
}

.card {
  box-shadow: 2px 4px 40px rgba(51, 51, 51, 0.1019607843);
  border-radius: 0.625rem;
}
.card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem;
}

.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  border: none;
}
.accordion-button {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  text-align: left;
  margin-top: 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.accordion-body {
  padding: 1rem;
  border: 1px solid #ccc;
  border-top: 0 none;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.accordion .collapse {
  display: initial;
}

.evaluation-points {
  display: block;
  margin-bottom: 0.5rem;
  color: #143672;
}

.evaluation-question-length {
  font-size: 0.9em;
  color: #aaa;
}

.feedback-area .collapse:not(.show) {
  display: none;
}

#overallEvaluationPoints {
  color: #0c2044;
}

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