/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  outline-color: #4c9aff !important;
}

div.tile:focus-visible {
  outline: 2px solid #4c9aff !important;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "OpenText Sans", "Helvetica", sans-serif;
  overflow: hidden;
}

.edx_circle {
  border-radius: 50%;
  border: solid 1px darkgray;
}

.edx_hidden {
  display: none;
}

.edx_transparent {
  opacity: 0;
}

.edx_noscroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.edx-form {
  padding: 0.5rem;
}

@font-face {
  font-family: OpenText Sans Light;
  font-style: normal;
  font-weight: 300;
  src: url('OpenTextSans_W_Lt.woff2') format("woff2"), url('OpenTextSans_W_Lt.woff') format("woff");
}

@font-face {
  font-family: OpenText Sans;
  font-style: normal;
  font-weight: 400;
  src: url('OpenTextSans_W_Rg.woff2') format("woff2"), url('OpenTextSans_W_Rg.woff') format("woff");
}

@font-face {
  font-family: OpenText Sans;
  font-style: normal;
  font-weight: 700;
  src: url('OpenTextSans_W_Bd.woff2') format("woff2"), url('OpenTextSans_W_Bd.woff') format("woff");
}

label {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

label, .checkboxlabel {
  color: #757575;
  font-family: "OpenText Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  position: relative;
  top: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkboxlabel {
  left: 0.25rem;
}

.checkboxlabel.footer {
  width: 15%;
  text-align: center;
}

input {
  background-color: #FFFFFF;
  font-family: "OpenText Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  display: inline-block;
  height: 1.75rem;
  padding: 0 0.5rem;
  border-radius: 0.188rem;
  border: 1px solid #757575;
  margin: 1px;
}

input:focus {
  margin: 0;
  border: 2px solid #4c9aff;
  outline: none;
  height: 1.75rem;
  line-height: 1.75rem;
}

input[type=number] {
  max-width: 8rem;
}

input[type=radio] {
  height: 1.625rem;
  width: 1.625rem;
}

::-ms-clear {
  display: none;
}

input:-webkit-autofill:hover, input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
  font-style: italic;
  opacity: 0.8;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
  font-style: italic;
  opacity: 0.8;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666666;
  font-style: italic;
  opacity: 0.8;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666666;
  font-style: italic;
  opacity: 0.8;
}

input[type=checkbox], input.checkbox, input[type=raido], input.radio {
  width: 0;
  height: 0;
  float: left;
  opacity: 0;
  position: absolute;
}

input[type=checkbox] + span, input.checkbox + span, input[type=radio] + span, input.radio + span {
  line-height: 1.75rem;
  height: 1.75rem;
  padding-left: 1.5rem;
  color: #333333;
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
  background-position: inherit;
  position: relative;
  left: 0;
  padding-bottom: 0.25rem;
  cursor: pointer;
  white-space: nowrap;
}

input[type=checkbox] + span:hover, input.checkbox + span:hover, input[type=radio] + span:hover, input.radio + span:hover {
  outline: none;
}

.ie_edge input[type=checkbox] + span, .ie_edge input.checkbox + span, .ie_edge input[type=radio] + span, .ie_edge input.radio + span {
  background-size: 1.25rem 1.25rem;
}

input[type=checkbox] + span, input.checkbox + span {
  background-image: url('checkbox.svg');
}

input[type=checkbox] + span:hover, input.checkbox + span:hover {
  background-image: url('checkbox_focus.svg');
}

input[type=radio] + span, input.radio + span {
  background-image: url('radio.svg');
}

input[type=radio] + span:hover, input.radio + span:hover {
  background-image: url('radio_focus.svg');
}

input[type=checkbox]:checked:not(:disabled) + span:hover, input.checkbox.checked:not(:disabled) + span:hover, input[type=radio]:checked + span:hover, input.radio.checked + span:hover {
  background-size: 1.25rem 1.25rem;
}

.ie_edge input[type=checkbox]:checked + span:not(.readonly):hover, .ie_edge input.checkbox.checked + span:not(.readonly):hover, .ie_edge input[type=radio]:checked + span:hover, .ie_edge input.radio.checked + span:hover {
  background-size: 1.275rem 1.275rem;
}

input[type=checkbox]:checked + span, input.checkbox.checked + span {
  background-image: url('checkbox_on.svg');
  cursor: pointer;
}

input.checkbox.unchecked + span {
  background-image: url('checkbox_unchecked.svg');
  cursor: pointer;
}

input[type=radio]:checked + span, input.radio.checked + span {
  background-image: url('radio_on.svg');
}

.readonly input[type=checkbox] + span, .readonly input.checkbox + span, .readonly input[type=radio] + span, .readonly input.radio + span {
  color: #757575;
  background-size: 1.125rem 1.125rem;
  background-position: 0.0625rem 0.325rem;
}

.readonly input[type=checkbox] + span, .readonly input.checkbox + span {
  background-image: url('checkbox_dis.svg');
  cursor: default;
}

.readonly input[type=radio] + span, .readonly input.radio + span {
  background-image: url('radio_dis.svg');
}

.readonly input[type=checkbox]:checked + span, .readonly input.checkbox.checked + span, .readonly input[type=radio]:checked + span, .readonly input.radio.checked + span {
  height: 1.5rem;
}

.readonly input[type=checkbox]:checked + span, .readonly input.checkbox.checked + span {
  background-image: url('checkbox_on_dis.svg');
  cursor: default;
}

.readonly input[type=radio]:checked + span, .readonly input.radio.checked + span {
  background-image: url('radio_on_dis.svg');
}

textarea {
  background-color: #FFFFFF;
  color: #333333;
  resize: none;
  font-family: "OpenText Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-block;
  box-sizing: content-box;
  padding: 0.375rem;
  border-radius: 0.188rem;
  border: 1px solid #757575;
  margin: 1px;
}

textarea:focus {
  border: 2px solid #4c9aff;
  margin: 0;
  outline: none;
}

select, .edx_select {
  display: inline-block;
  background-color: #FFFFFF;
  color: #333333;
  font-family: "OpenText Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  background-image: url('caret_down24.svg');
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border-radius: 0.188rem;
  border: 1px solid #757575;
  padding: 0 0.5rem;
  height: 1.875rem;
  line-height: 1.75rem;
  margin: 1px;
  width: calc(100% - 1.25rem);
  max-width: 18.5rem;
}

select:focus, .edx_select:focus {
  border: 2px solid #4c9aff;
  margin: 0;
  outline: none;
}

select.empty, .edx_select.empty {
  color: #666666;
  font-style: italic;
  opacity: 0.8;
}

select.justbutton, .edx_select.justbutton {
  width: 1rem;
}

select {
  -webkit-appearance: none;
  opacity: 0;
  position: absolute;
}

.edx_select {
  cursor: pointer;
  text-align: left;
  text-align: initial;
}

.edx_select:focus.disabled, .edx_select.disabled {
  border: none;
  padding: 0.125rem 0.5rem 0;
  background-image: none;
  cursor: default;
  background: transparent;
}

button {
  font-family: "OpenText Sans", "Helvetica", sans-serif;
  min-width: 5rem;
  height: 2rem;
  margin: 0 0.25rem;
}

button:not(.mobile), button.oai {
  font-size: 0.875rem;
  line-height: 0.75rem;
  border: 1px solid;
  cursor: pointer;
  border-radius: 1rem;
  color: #FFFFFF;
  background-color: #232E72;
  border-color: #232E72;
}

button:not(.mobile).readonly, button:not(.mobile).readonly:hover, button:not(.mobile).readonly:active, button.oai.readonly, button.oai.readonly:hover, button.oai.readonly:active {
  background-color: #999999;
  border-color: #999999;
  cursor: default;
  outline: none;
}

button:not(.mobile):hover, button.oai:hover {
  background-color: #171F4C;
  border-color: #171F4C;
}

button:not(.mobile):active, button.oai:active {
  background-color: #2E3D98;
  border-color: #232E72;
}

button:not(.mobile).secondary, button.oai.secondary {
  color: #232E72;
  border-color: #232E72;
  background-color: #FFFFFF;
}

button:not(.mobile).secondary.readonly, button.oai.secondary.readonly {
  background-color: #FFFFFF;
  border-color: #999999;
  color: #A9A9A9;
  cursor: default;
}

button:not(.mobile).secondary:not(.readonly):hover, button.oai.secondary:not(.readonly):hover {
  color: #171F4C;
  border-color: #171F4C;
  -o-box-shadow: 0px 0px 0px 1px #171F4C inset;
  box-shadow: 0px 0px 0px 1px #171F4C inset;
}

button:not(.mobile).secondary:not(.readonly):active, button.oai.secondary:not(.readonly):active {
  color: #232E72;
  border-color: #232E72;
}

button:not(.mobile):focus, button:not(.mobile).focus, button.oai:focus, button.oai.focus {
  border: 2px solid #4c9aff;
}

button:not(.oai).mobile {
  text-align: center;
  color: #232E72;
  border: none;
  background-color: transparent;
}

button:not(.oai).mobile.header {
  font-size: 1rem;
}

button:not(.oai).mobile:not(.header) {
  font-size: 1.25rem;
}

button:not(.oai).mobile:not(.secondary) {
  font-weight: bold;
}

button:not(.oai).mobile:active {
  background-color: #2E3D98;
}

button:not(.oai).mobile.readonly, button:not(.oai).mobile.readonly:hover, button:not(.oai).mobile.readonly:active {
  color: #999999;
}

div.radio-group {
  font-family: "OpenText Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  background-color: #FFFFFF;
}

progress {
  opacity: 0;
  padding: 0;
}

.edx-segment {
  border-radius: 1.25rem;
  -o-box-shadow: 0 0 0 2px rgb(0, 114, 170) inset;
  box-shadow: 0 0 0 2px rgb(0, 114, 170) inset;
  border: 1px solid #232E72;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.75rem;
}

.edx-segment.disabled {
  opacity: 0.67;
  pointer-events: none;
}

.edx-segment-item {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0;
  color: #232E72;
  background-color: #FFFFFF;
}

.edx-segment-item.selected {
  background-color: #232E72;
  color: #FFFFFF;
}

.edx-segment-item:active {
  background-color: #171F4C;
}

.edx-segment-item.first {
  -webkit-border-top-left-radius: 1.5rem;
  -webkit-border-bottom-left-radius: 1.5rem;
  -moz-border-top-left-radius: 1.5rem;
  -moz-border-bottom-left-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.edx-segment-item.last {
  -webkit-border-top-right-radius: 1.5rem;
  -webkit-border-bottom-right-radius: 1.5rem;
  -moz-border-top-right-radius: 1.5rem;
  -moz-border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.edx_hilite {
  font-weight: 400;
  text-decoration: none;
  background-color: #85DDDE;
  margin-right: 0.25rem;
}

body {
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(128, 130, 133, 0);
}

:hover::-webkit-scrollbar-thumb {
  background: rgb(128, 130, 133);
  background-clip: content-box;
  border: 2px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(128, 130, 133);
}

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