/** ubf - v0.3.0 - 2021-02-08 */
@charset "UTF-8";
@font-face {
  font-family: 'Lelo';
  src: url("../fonts/Lelo-Bold.woff2") format("woff2"), url("../fonts/Lelo-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: 'Lelo';
  src: url("../fonts/Lelo-Regular.woff2") format("woff2"), url("../fonts/Lelo-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lelo';
  src: url("../fonts/Lelo-RegularItalic.woff2") format("woff2"), url("../fonts/Lelo-RegularItalic.woff") format("woff");
  font-style: italic;
  font-weight: normal; }
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, 50% 50%);
*/
.ubf-button {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  background-color: #14f5b4;
  border-color: #14f5b4;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000000;
  -webkit-transition: background-color 0.2s  ;
  -o-transition: background-color 0.2s  ;
  transition: background-color 0.2s  ;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  min-width: 16rem;
  padding: 0.65rem;
  text-align: center; }
.ubf-button::before {
    content: '\00a0';
    display: block;
    margin-left: -1px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    width: 1px;
    z-index: 1; }
.ubf-button__label, .ubf-button__icon,
  .ubf-button__icon svg {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.ubf-button__label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.ubf-button__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
.ubf-button__icon figure,
    .ubf-button__icon span[data-type="svg"] {
      width: inherit;
      height: inherit;
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.ubf-button__label + .ubf-button__icon,
  .ubf-button__icon + .ubf-button__label {
    margin-left: 1em; }
.ubf-body--biology .ubf-button {
    background-color: #92b168;
    border-color: #92b168; }
.ubf-body--chemistry .ubf-button {
    background-color: #a08caa;
    border-color: #a08caa; }
.ubf-body--educational-science .ubf-button {
    background-color: #f08c50;
    border-color: #f08c50; }
.ubf-body--history .ubf-button {
    background-color: #7db4be;
    border-color: #7db4be; }
.ubf-body--public-health .ubf-button {
    background-color: #dc5a5a;
    border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-button {
    background-color: #8fa3b9;
    border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-button {
    background-color: #dcaa41;
    border-color: #dcaa41; }
.ubf-body--medicine .ubf-button {
    background-color: #145f7d;
    border-color: #145f7d; }
.ubf-body--physics .ubf-button {
    background-color: #649696;
    border-color: #649696; }
.ubf-body--law .ubf-button {
    background-color: #8c8c96;
    border-color: #8c8c96; }
.ubf-body--psychology .ubf-button {
    background-color: #8c3250;
    border-color: #8c3250; }
.ubf-body--sociology .ubf-button {
    background-color: #bfd02f;
    border-color: #bfd02f; }
.ubf-body--technology .ubf-button {
    background-color: #558ca0;
    border-color: #558ca0; }
.ubf-body--economics .ubf-button {
    background-color: #74799b;
    border-color: #74799b; }
.ubf-body--library .ubf-button {
    background-color: #008965;
    border-color: #008965; }
.ubf-body--medicine .ubf-button,
  .ubf-body--psychology .ubf-button {
    color: #FFFFFF; }
html:not(.mobile) .ubf-button:hover, .ubf-button:active {
    outline: 1px solid #000000; }
.ubf-button:focus {
    outline: 1px solid #000000; }
.ubf-button--pagination {
    border-color: #000000;
    min-width: 4rem; }
.ubf-button--paginationIdentifier {
    border-color: #000000;
    min-width: 4rem; }
html:not(.mobile) .ubf-button--paginationIdentifier:hover, .ubf-button--paginationIdentifier:active {
      outline: inherit;
      cursor: auto; }
.ubf-button--paginationIdentifier:focus {
      outline: inherit; }
.ubf-button--next, .ubf-button--prev {
    background-color: #14f5b4;
    border-color: #14f5b4; }
.ubf-body--biology .ubf-button--next, .ubf-body--biology .ubf-button--prev {
      background-color: #92b168;
      border-color: #92b168; }
.ubf-body--chemistry .ubf-button--next, .ubf-body--chemistry .ubf-button--prev {
      background-color: #a08caa;
      border-color: #a08caa; }
.ubf-body--educational-science .ubf-button--next, .ubf-body--educational-science .ubf-button--prev {
      background-color: #f08c50;
      border-color: #f08c50; }
.ubf-body--history .ubf-button--next, .ubf-body--history .ubf-button--prev {
      background-color: #7db4be;
      border-color: #7db4be; }
.ubf-body--public-health .ubf-button--next, .ubf-body--public-health .ubf-button--prev {
      background-color: #dc5a5a;
      border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-button--next, .ubf-body--linguistics .ubf-button--prev {
      background-color: #8fa3b9;
      border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-button--next, .ubf-body--mathematics .ubf-button--prev {
      background-color: #dcaa41;
      border-color: #dcaa41; }
.ubf-body--medicine .ubf-button--next, .ubf-body--medicine .ubf-button--prev {
      background-color: #145f7d;
      border-color: #145f7d; }
.ubf-body--physics .ubf-button--next, .ubf-body--physics .ubf-button--prev {
      background-color: #649696;
      border-color: #649696; }
.ubf-body--law .ubf-button--next, .ubf-body--law .ubf-button--prev {
      background-color: #8c8c96;
      border-color: #8c8c96; }
.ubf-body--psychology .ubf-button--next, .ubf-body--psychology .ubf-button--prev {
      background-color: #8c3250;
      border-color: #8c3250; }
.ubf-body--sociology .ubf-button--next, .ubf-body--sociology .ubf-button--prev {
      background-color: #bfd02f;
      border-color: #bfd02f; }
.ubf-body--technology .ubf-button--next, .ubf-body--technology .ubf-button--prev {
      background-color: #558ca0;
      border-color: #558ca0; }
.ubf-body--economics .ubf-button--next, .ubf-body--economics .ubf-button--prev {
      background-color: #74799b;
      border-color: #74799b; }
.ubf-body--library .ubf-button--next, .ubf-body--library .ubf-button--prev {
      background-color: #008965;
      border-color: #008965; }
.ubf-body .ubf-button--generic {
    background-color: #F0F0F0;
    border-color: #F0F0F0; }
.ubf-button--link {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    min-width: 0;
    text-align: left; }
.ubf-button--link:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }
.ubf-textBox .ubf-button--link {
      color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-button--link,
      .ubf-body--psychology .ubf-textBox .ubf-button--link {
        color: #FFFFFF; }
.ubf-button--link:not([disabled]):hover {
      color: #01865e; }
.ubf-body--biology .ubf-button--link:not([disabled]):hover {
        color: #708f4a; }
.ubf-body--chemistry .ubf-button--link:not([disabled]):hover {
        color: #84698d; }
.ubf-body--educational-science .ubf-button--link:not([disabled]):hover {
        color: #c36226; }
.ubf-body--history .ubf-button--link:not([disabled]):hover {
        color: #4e8f9a; }
.ubf-body--public-health .ubf-button--link:not([disabled]):hover {
        color: #c55757; }
.ubf-body--linguistics .ubf-button--link:not([disabled]):hover {
        color: #70859c; }
.ubf-body--mathematics .ubf-button--link:not([disabled]):hover {
        color: #b08323; }
.ubf-body--medicine .ubf-button--link:not([disabled]):hover {
        color: #145f7d; }
.ubf-body--physics .ubf-button--link:not([disabled]):hover {
        color: #4b7d7d; }
.ubf-body--law .ubf-button--link:not([disabled]):hover {
        color: #6d6d77; }
.ubf-body--psychology .ubf-button--link:not([disabled]):hover {
        color: #85314a; }
.ubf-body--sociology .ubf-button--link:not([disabled]):hover {
        color: #a4474c; }
.ubf-body--technology .ubf-button--link:not([disabled]):hover {
        color: #47798c; }
.ubf-body--economics .ubf-button--link:not([disabled]):hover {
        color: #46506e; }
.ubf-body--library .ubf-button--link:not([disabled]):hover {
        color: #008965; }
.ubf-body--medicine .ubf-textBox .ubf-button--link:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-button--link:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-button--link:not([disabled]):hover {
        color: #c6bdbd; }
html:not(.mobile) .ubf-button--link:hover, .ubf-button--link:active {
      outline: 0; }
.ubf-form--login .ubf-button--link {
      color: #000000;
      font-weight: bold;
      text-decoration: underline;
      background-color: transparent;
      border-color: transparent; }
.ubf-form--login .ubf-button--link:not(:hover):focus {
        outline: solid #000000 1px;
        outline-offset: 0.5rem; }
.ubf-textBox .ubf-form--login .ubf-button--link {
        color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-form--login .ubf-button--link,
        .ubf-body--psychology .ubf-textBox .ubf-form--login .ubf-button--link {
          color: #FFFFFF; }
.ubf-form--login .ubf-button--link:not([disabled]):hover {
        color: #000000;
        text-decoration: none; }
.ubf-body--medicine .ubf-textBox .ubf-form--login .ubf-button--link:not([disabled]):hover,
        .ubf-body--psychology .ubf-textBox .ubf-form--login .ubf-button--link:not([disabled]):hover,
        .ubf-body--history .ubf-textBox .ubf-form--login .ubf-button--link:not([disabled]):hover {
          color: #c6bdbd; }
@media (min-width: 575px) {
    .ubf-button--prominent {
      min-width: 34rem; } }
.ubf-button.ubf-button--seamless {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    min-width: 0; }
.ubf-button.ubf-button--seamless:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }
.ubf-textBox .ubf-button.ubf-button--seamless {
      color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-button.ubf-button--seamless,
      .ubf-body--psychology .ubf-textBox .ubf-button.ubf-button--seamless {
        color: #FFFFFF; }
.ubf-button.ubf-button--seamless:not([disabled]):hover {
      color: #01865e; }
.ubf-body--biology .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #708f4a; }
.ubf-body--chemistry .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #84698d; }
.ubf-body--educational-science .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #c36226; }
.ubf-body--history .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #4e8f9a; }
.ubf-body--public-health .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #c55757; }
.ubf-body--linguistics .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #70859c; }
.ubf-body--mathematics .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #b08323; }
.ubf-body--medicine .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #145f7d; }
.ubf-body--physics .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #4b7d7d; }
.ubf-body--law .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #6d6d77; }
.ubf-body--psychology .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #85314a; }
.ubf-body--sociology .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #a4474c; }
.ubf-body--technology .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #47798c; }
.ubf-body--economics .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #46506e; }
.ubf-body--library .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #008965; }
.ubf-body--medicine .ubf-textBox .ubf-button.ubf-button--seamless:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-button.ubf-button--seamless:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-button.ubf-button--seamless:not([disabled]):hover {
        color: #c6bdbd; }
html:not(.mobile) .ubf-button.ubf-button--seamless:hover, .ubf-button.ubf-button--seamless:active {
      outline: 0; }
.ubf-button--tableSort {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border-color: transparent;
    bottom: 0;
    display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 0;
    padding-right: 1rem;
    top: 0;
    width: 100%; }
.ubf-button--tableSort:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }
.ubf-textBox .ubf-button--tableSort {
      color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-button--tableSort,
      .ubf-body--psychology .ubf-textBox .ubf-button--tableSort {
        color: #FFFFFF; }
.ubf-button--tableSort:not([disabled]):hover {
      color: #01865e; }
.ubf-body--biology .ubf-button--tableSort:not([disabled]):hover {
        color: #708f4a; }
.ubf-body--chemistry .ubf-button--tableSort:not([disabled]):hover {
        color: #84698d; }
.ubf-body--educational-science .ubf-button--tableSort:not([disabled]):hover {
        color: #c36226; }
.ubf-body--history .ubf-button--tableSort:not([disabled]):hover {
        color: #4e8f9a; }
.ubf-body--public-health .ubf-button--tableSort:not([disabled]):hover {
        color: #c55757; }
.ubf-body--linguistics .ubf-button--tableSort:not([disabled]):hover {
        color: #70859c; }
.ubf-body--mathematics .ubf-button--tableSort:not([disabled]):hover {
        color: #b08323; }
.ubf-body--medicine .ubf-button--tableSort:not([disabled]):hover {
        color: #145f7d; }
.ubf-body--physics .ubf-button--tableSort:not([disabled]):hover {
        color: #4b7d7d; }
.ubf-body--law .ubf-button--tableSort:not([disabled]):hover {
        color: #6d6d77; }
.ubf-body--psychology .ubf-button--tableSort:not([disabled]):hover {
        color: #85314a; }
.ubf-body--sociology .ubf-button--tableSort:not([disabled]):hover {
        color: #a4474c; }
.ubf-body--technology .ubf-button--tableSort:not([disabled]):hover {
        color: #47798c; }
.ubf-body--economics .ubf-button--tableSort:not([disabled]):hover {
        color: #46506e; }
.ubf-body--library .ubf-button--tableSort:not([disabled]):hover {
        color: #008965; }
.ubf-body--medicine .ubf-textBox .ubf-button--tableSort:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-button--tableSort:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-button--tableSort:not([disabled]):hover {
        color: #c6bdbd; }
html:not(.mobile) .ubf-button--tableSort:hover, .ubf-button--tableSort:active {
      outline: 0; }
@media (min-width: 1024px) {
      .ubf-form.ubf-js-sortable .ubf-button--tableSort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
.ubf-form.ubf-js-sortable .ubf-ugc__table--compareLayout .ubf-button--tableSort {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.ubf-button--secondary {
    color: #000000 !important;
    background-color: transparent !important; }
.ubf-button--scrollToTop {
    opacity: 0;
    visibility: hidden;
    background-color: #F0F0F0;
    border: none;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal; }
.ubf-body--ekvv .ubf-button--scrollToTop {
      margin-right: 2rem; }
@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-button--scrollToTop {
          margin-left: calc(75% - 2rem + 4rem); } }
@media (min-width: 1500px) {
      .ubf-scrollToTop .ubf-button--scrollToTop {
        pointer-events: auto;
        position: relative;
        -webkit-transform: translateX(100%) translateX(2rem);
            -ms-transform: translateX(100%) translateX(2rem);
                transform: translateX(100%) translateX(2rem); } }
.ubf-button--scrollToTop.ubf-js-visible {
      visibility: inherit;
      opacity: 1; }
.ubf-button--scrollToTop span[data-type="svg"] {
      height: 1.6rem;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-right: 1rem; }
.ubf-html.ubf-js-edge .ubf-button--scrollToTop,
    .ubf-html.ubf-js-ie .ubf-button--scrollToTop {
      visibility: visible; }
.ubf-field--search .ubf-button {
    min-width: 0; }
@media (min-width: 1024px) {
      .ubf-field--search .ubf-button {
        min-width: 16rem; } }
.ubf-field--file .ubf-field__button--file + .ubf-button {
    margin-top: 2rem; }
@media (min-width: 1024px) {
      .ubf-field--file .ubf-field__button--file + .ubf-button {
        margin-top: 0; } }
.ubf-button--pagination .ubf-button__icon {
    height: 1rem;
    width: auto; }
.ubf-button--pagination.ubf-button--prev .ubf-button__icon {
    position: relative;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.ubf-button--tableSort .ubf-button__icon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s  ;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    height: 1rem;
    margin-left: 0.5rem;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
.ubf-button--tableSort.ubf-js-ascending .ubf-button__icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
.ubf-button--tableSort.ubf-js-descending .ubf-button__icon {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
.ubf-field {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal; }
.ubf-field--disabled {
    opacity: 0.4; }
.ubf-field--search .ubf-field__input--text + .ubf-field__button {
    margin-left: 2rem; }
.ubf-field__fields--grid .ubf-field__button {
    width: auto; }
@media (min-width: 1024px) {
      .ubf-field__fields--grid .ubf-field__button {
        -ms-flex-item-align: end;
            align-self: flex-end;
        min-width: none;
        width: calc(33.33333% - 2rem + 0px); } }
.ubf-field__button--file {
    margin-top: -4rem; }
@media (min-width: 1024px) {
      .ubf-field__button--file {
        position: absolute;
        left: 30rem;
        margin-top: 0;
        margin-left: 2rem;
        top: 0.65rem; } }
.ubf-field__input--file:focus + .ubf-field__button--file {
      outline: 1px solid #000000; }
.ubf-field__content {
    margin-left: -3rem; }
.ubf-field--group > .ubf-field__content {
      margin-left: 0; }
.ubf-field__description {
    margin-left: 3rem; }
.ubf-field__description:not(.ubf-field__description--extended) {
      font-size: 1rem;
      line-height: 1.3;
      font-weight: normal;
      font-style: normal;
      margin-top: 0.5rem; }
.ubf-field--password .ubf-field__description,
    .ubf-field--select .ubf-field__description,
    .ubf-field--text .ubf-field__description,
    .ubf-field--textarea .ubf-field__description {
      margin-top: 0.5rem; }
.ubf-field--checkbox .ubf-field__description,
    .ubf-field--radio .ubf-field__description {
      margin-left: 6rem; }
.ubf-field__errors {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    color: #FF0000;
    margin-left: 3rem;
    margin-top: 0.5rem; }
.ubf-field__field {
    width: calc(100% - 2rem + 0px); }
@media (min-width: 1024px) {
      .ubf-field__fields--horizontal > .ubf-field__field {
        display: inline-block;
        width: auto;
        margin-left: 3rem;
        margin-top: 0; } }
@media (min-width: 1024px) {
      .ubf-field__fields--grid > .ubf-field__field {
        width: calc(33.33333% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-field__fields--grid > .ubf-field__field--double {
        width: calc(66.66667% - 2rem + 0px); } }
.ubf-field--checkboxes .ubf-field__field,
    .ubf-field--radios .ubf-field__field {
      margin-top: 0; }
.ubf-field__fields {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -2rem;
    margin-top: -3rem;
    position: relative; }
.ubf-field__fields > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 2rem;
      margin-top: 3rem; }
.ubf-field--checkboxes .ubf-field__fields,
    .ubf-field--radios .ubf-field__fields {
      margin-top: 0; }
@media (min-width: 1024px) {
      .ubf-field__fields--horizontal {
        font-size: 0;
        display: block;
        margin-top: 0;
        margin-left: -3rem; } }
.ubf-field__info {
    color: #515151;
    display: block; }
.ubf-field__info--strong {
      color: #000000; }
.ubf-field--radio .ubf-field__info,
    .ubf-field--checkbox .ubf-field__info {
      margin-left: 3rem; }
.ubf-field__label + .ubf-field__info {
      margin-top: -1rem; }
@media (min-width: 1024px) {
        .ubf-field__label + .ubf-field__info {
          margin-top: 0; } }
@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__info {
        padding: 0.65rem 0;
        margin-left: 0;
        width: calc(16.66667% - 1rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__info--compact {
        width: calc(16.66667% - 1rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__info--right {
        text-align: right; } }
.ubf-field__inputWrapper--extended .ubf-field__info--first {
      color: #000000;
      margin-left: 3rem;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.ubf-field__input {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    background-color: transparent;
    color: #515151; }
.ubf-field__input:focus {
      outline-color: #14f5b4;
      outline-style: solid;
      outline-width: 1px; }
.ubf-body--biology .ubf-field__input:focus {
        outline-color: #92b168; }
.ubf-body--chemistry .ubf-field__input:focus {
        outline-color: #a08caa; }
.ubf-body--educational-science .ubf-field__input:focus {
        outline-color: #f08c50; }
.ubf-body--history .ubf-field__input:focus {
        outline-color: #7db4be; }
.ubf-body--public-health .ubf-field__input:focus {
        outline-color: #dc5a5a; }
.ubf-body--linguistics .ubf-field__input:focus {
        outline-color: #8fa3b9; }
.ubf-body--mathematics .ubf-field__input:focus {
        outline-color: #dcaa41; }
.ubf-body--medicine .ubf-field__input:focus {
        outline-color: #145f7d; }
.ubf-body--physics .ubf-field__input:focus {
        outline-color: #649696; }
.ubf-body--law .ubf-field__input:focus {
        outline-color: #8c8c96; }
.ubf-body--psychology .ubf-field__input:focus {
        outline-color: #8c3250; }
.ubf-body--sociology .ubf-field__input:focus {
        outline-color: #bfd02f; }
.ubf-body--technology .ubf-field__input:focus {
        outline-color: #558ca0; }
.ubf-body--economics .ubf-field__input:focus {
        outline-color: #74799b; }
.ubf-body--library .ubf-field__input:focus {
        outline-color: #008965; }
.ubf-field__input--file {
      height: 4rem;
      margin-bottom: 2rem;
      opacity: 0;
      padding-left: 2rem;
      padding-right: 2rem;
      width: 20rem; }
@media (min-width: 1024px) {
        .ubf-field__input--file {
          margin-bottom: 0; } }
.ubf-field__input--password, .ubf-field__input--text {
      background-color: #FFFFFF;
      border: 1px solid #515151;
      padding: 0.65rem;
      width: 100%; }
.ubf-form--login .ubf-field__input--password, .ubf-form--login .ubf-field__input--text {
        background-color: transparent; }
.ubf-field--invalid .ubf-field__input--password, .ubf-field--invalid .ubf-field__input--text {
        border-color: #FF0000; }
@media (min-width: 1024px) {
        .ubf-form__field--full .ubf-field__input--password, .ubf-form__field--full .ubf-field__input--text {
          max-width: calc(75% + -0.5rem + 0px); } }
@media (min-width: 1024px) {
        .ubf-contentBlock--formSmall .ubf-form__field--full .ubf-field__input--password, .ubf-contentBlock--formSmall .ubf-form__field--full .ubf-field__input--text {
          max-width: none; } }
@media (min-width: 1024px) {
        .ubf-field__fields .ubf-field__input--password, .ubf-field__fields .ubf-field__input--text {
          max-width: none; } }
.ubf-field__label--radioText .ubf-field__input--password, .ubf-field__label--radioText .ubf-field__input--text {
        padding: 0.15rem 0.65rem; }
.ubf-field--search .ubf-field__input--password, .ubf-field--search .ubf-field__input--text {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
.ubf-field__input--textarea {
      background-color: #FFFFFF;
      border: 1px solid #515151;
      min-height: 12.24rem;
      padding: 1rem;
      width: 100%; }
@media (min-width: 1024px) {
        .ubf-form__field--full .ubf-field__input--textarea {
          max-width: calc(75% + -0.5rem + 0px); } }
@media (min-width: 1024px) {
        .ubf-contentBlock--formSmall .ubf-form__field--full .ubf-field__input--textarea {
          max-width: none; } }
.ubf-field--invalid .ubf-field__input--textarea {
        border-color: #FF0000; }
.ubf-field__input--select {
      background-color: transparent;
      border: 1px solid #515151;
      border-radius: 0;
      min-width: 16rem;
      padding: 0.65rem 2rem 0.65rem 0.65rem;
      position: relative;
      width: 100%;
      z-index: 2;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.ubf-field__input--select::-ms-expand {
        display: none; }
.ubf-field--invalid .ubf-field__input--select {
        border-color: #FF0000; }
.ubf-field__input--checkbox, .ubf-field__input--radio {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
      overflow: hidden;
      clip: rect(0 0 0 0); }
.ubf-field__inputWrapper {
    margin-left: 3rem;
    position: relative; }
.ubf-field--select .ubf-field__inputWrapper {
      background-color: #FFFFFF; }
@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: -1rem; }
        .ubf-field__inputWrapper--extended > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 1rem; } }
@media (min-width: 1024px) {
      .ubf-field--horizontal .ubf-field__inputWrapper {
        display: inline-block; } }
@media (min-width: 1024px) {
      .ubf-form__field--full.ubf-field--select .ubf-field__inputWrapper {
        max-width: calc(75% + -0.5rem + -2rem); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form__field--full.ubf-field--select .ubf-field__inputWrapper {
        max-width: 100%; } }
.ubf-field--search .ubf-field__inputWrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
@media (min-width: 1024px) {
        .ubf-field--search .ubf-field__inputWrapper {
          max-width: calc(75% + -0.5rem + -2rem); } }
.ubf-field--radioText .ubf-field__inputWrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }
.ubf-field--file .ubf-field__inputWrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
.ubf-field__label {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
    color: #515151;
    display: block;
    margin-left: 3rem;
    padding: 0.65rem 0;
    position: relative; }
.ubf-field__label--strong {
      color: #000000; }
.ubf-field__label--important {
      font-size: 2.4rem;
      line-height: 1.3;
      font-weight: bold;
      font-style: normal;
      font-weight: strong; }
.ubf-form--login .ubf-field__label {
      padding-top: 0; }
.ubf-field--group > .ubf-field__content > .ubf-field__label {
      margin-left: 0; }
.ubf-field__label .ubf-field--password,
    .ubf-field--text .ubf-field__label {
      display: block; }
.ubf-field--file .ubf-field__label {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
@media (min-width: 1024px) {
        .ubf-field--file .ubf-field__label {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
input[type="checkbox"] + .ubf-field__label--checkbox::before {
      border: 1px solid #515151;
      content: '';
      height: 2rem;
      left: -3rem;
      position: absolute;
      top: 1rem;
      vertical-align: middle;
      width: 2rem; }
input[type="checkbox"] + .ubf-field__label--checkbox::after {
      -webkit-transition: opacity 0.2s  ;
      -o-transition: opacity 0.2s  ;
      transition: opacity 0.2s  ;
      background-color: #14f5b4;
      content: '';
      height: 1.2rem;
      left: -2.6rem;
      opacity: 0;
      position: absolute;
      top: 1.4rem;
      vertical-align: middle;
      width: 1.2rem; }
.ubf-body--biology input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #92b168; }
.ubf-body--chemistry input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #a08caa; }
.ubf-body--educational-science input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #f08c50; }
.ubf-body--history input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #7db4be; }
.ubf-body--public-health input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #dc5a5a; }
.ubf-body--linguistics input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #8fa3b9; }
.ubf-body--mathematics input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #dcaa41; }
.ubf-body--medicine input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #145f7d; }
.ubf-body--physics input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #649696; }
.ubf-body--law input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #8c8c96; }
.ubf-body--psychology input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #8c3250; }
.ubf-body--sociology input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #bfd02f; }
.ubf-body--technology input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #558ca0; }
.ubf-body--economics input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #74799b; }
.ubf-body--library input[type="checkbox"] + .ubf-field__label--checkbox::after {
        background-color: #008965; }
input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }
.ubf-body--biology input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #92b168; }
.ubf-body--chemistry input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #a08caa; }
.ubf-body--educational-science input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #f08c50; }
.ubf-body--history input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #7db4be; }
.ubf-body--public-health input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #dc5a5a; }
.ubf-body--linguistics input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #8fa3b9; }
.ubf-body--mathematics input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #dcaa41; }
.ubf-body--medicine input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #145f7d; }
.ubf-body--physics input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #649696; }
.ubf-body--law input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #8c8c96; }
.ubf-body--psychology input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #8c3250; }
.ubf-body--sociology input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #bfd02f; }
.ubf-body--technology input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #558ca0; }
.ubf-body--economics input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #74799b; }
.ubf-body--library input:focus + input[type="checkbox"] + .ubf-field__label--checkbox {
        outline-color: #008965; }
input[type="checkbox"]:checked + .ubf-field__label--checkbox::after {
      opacity: 1; }
input[disabled] + .ubf-field__label--checkbox::before {
      background-color: #515151; }
input:focus + .ubf-field__label--checkbox::before {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }
.ubf-body--biology input:focus + .ubf-field__label--checkbox::before {
        outline-color: #92b168; }
.ubf-body--chemistry input:focus + .ubf-field__label--checkbox::before {
        outline-color: #a08caa; }
.ubf-body--educational-science input:focus + .ubf-field__label--checkbox::before {
        outline-color: #f08c50; }
.ubf-body--history input:focus + .ubf-field__label--checkbox::before {
        outline-color: #7db4be; }
.ubf-body--public-health input:focus + .ubf-field__label--checkbox::before {
        outline-color: #dc5a5a; }
.ubf-body--linguistics input:focus + .ubf-field__label--checkbox::before {
        outline-color: #8fa3b9; }
.ubf-body--mathematics input:focus + .ubf-field__label--checkbox::before {
        outline-color: #dcaa41; }
.ubf-body--medicine input:focus + .ubf-field__label--checkbox::before {
        outline-color: #145f7d; }
.ubf-body--physics input:focus + .ubf-field__label--checkbox::before {
        outline-color: #649696; }
.ubf-body--law input:focus + .ubf-field__label--checkbox::before {
        outline-color: #8c8c96; }
.ubf-body--psychology input:focus + .ubf-field__label--checkbox::before {
        outline-color: #8c3250; }
.ubf-body--sociology input:focus + .ubf-field__label--checkbox::before {
        outline-color: #bfd02f; }
.ubf-body--technology input:focus + .ubf-field__label--checkbox::before {
        outline-color: #558ca0; }
.ubf-body--economics input:focus + .ubf-field__label--checkbox::before {
        outline-color: #74799b; }
.ubf-body--library input:focus + .ubf-field__label--checkbox::before {
        outline-color: #008965; }
.ubf-field__label--file {
      margin-left: 0; }
input[type="radio"] + .ubf-field__label--radio::before {
      border: 1px solid #515151;
      border-radius: 50%;
      content: '';
      height: 2rem;
      left: -3rem;
      position: absolute;
      top: 1rem;
      vertical-align: middle;
      width: 2rem; }
input[type="radio"] + .ubf-field__label--radio::after {
      -webkit-transition: opacity 0.2s  ;
      -o-transition: opacity 0.2s  ;
      transition: opacity 0.2s  ;
      background-color: #14f5b4;
      border-radius: 50%;
      content: '';
      height: 1.2rem;
      left: -2.6rem;
      opacity: 0;
      position: absolute;
      top: 1.4rem;
      vertical-align: middle;
      width: 1.2rem; }
.ubf-body--biology input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #92b168; }
.ubf-body--chemistry input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #a08caa; }
.ubf-body--educational-science input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #f08c50; }
.ubf-body--history input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #7db4be; }
.ubf-body--public-health input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #dc5a5a; }
.ubf-body--linguistics input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #8fa3b9; }
.ubf-body--mathematics input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #dcaa41; }
.ubf-body--medicine input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #145f7d; }
.ubf-body--physics input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #649696; }
.ubf-body--law input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #8c8c96; }
.ubf-body--psychology input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #8c3250; }
.ubf-body--sociology input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #bfd02f; }
.ubf-body--technology input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #558ca0; }
.ubf-body--economics input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #74799b; }
.ubf-body--library input[type="radio"] + .ubf-field__label--radio::after {
        background-color: #008965; }
input:focus + input[type="radio"] + .ubf-field__label--radio {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }
.ubf-body--biology input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #92b168; }
.ubf-body--chemistry input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #a08caa; }
.ubf-body--educational-science input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #f08c50; }
.ubf-body--history input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #7db4be; }
.ubf-body--public-health input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #dc5a5a; }
.ubf-body--linguistics input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #8fa3b9; }
.ubf-body--mathematics input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #dcaa41; }
.ubf-body--medicine input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #145f7d; }
.ubf-body--physics input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #649696; }
.ubf-body--law input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #8c8c96; }
.ubf-body--psychology input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #8c3250; }
.ubf-body--sociology input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #bfd02f; }
.ubf-body--technology input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #558ca0; }
.ubf-body--economics input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #74799b; }
.ubf-body--library input:focus + input[type="radio"] + .ubf-field__label--radio {
        outline-color: #008965; }
input[type="radio"]:checked + .ubf-field__label--radio::after {
      opacity: 1; }
input[disabled] + .ubf-field__label--radio::before {
      background-color: #515151; }
input:focus + .ubf-field__label--radio::before {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }
.ubf-body--biology input:focus + .ubf-field__label--radio::before {
        outline-color: #92b168; }
.ubf-body--chemistry input:focus + .ubf-field__label--radio::before {
        outline-color: #a08caa; }
.ubf-body--educational-science input:focus + .ubf-field__label--radio::before {
        outline-color: #f08c50; }
.ubf-body--history input:focus + .ubf-field__label--radio::before {
        outline-color: #7db4be; }
.ubf-body--public-health input:focus + .ubf-field__label--radio::before {
        outline-color: #dc5a5a; }
.ubf-body--linguistics input:focus + .ubf-field__label--radio::before {
        outline-color: #8fa3b9; }
.ubf-body--mathematics input:focus + .ubf-field__label--radio::before {
        outline-color: #dcaa41; }
.ubf-body--medicine input:focus + .ubf-field__label--radio::before {
        outline-color: #145f7d; }
.ubf-body--physics input:focus + .ubf-field__label--radio::before {
        outline-color: #649696; }
.ubf-body--law input:focus + .ubf-field__label--radio::before {
        outline-color: #8c8c96; }
.ubf-body--psychology input:focus + .ubf-field__label--radio::before {
        outline-color: #8c3250; }
.ubf-body--sociology input:focus + .ubf-field__label--radio::before {
        outline-color: #bfd02f; }
.ubf-body--technology input:focus + .ubf-field__label--radio::before {
        outline-color: #558ca0; }
.ubf-body--economics input:focus + .ubf-field__label--radio::before {
        outline-color: #74799b; }
.ubf-body--library input:focus + .ubf-field__label--radio::before {
        outline-color: #008965; }
.ubf-field--radioText .ubf-field__label--radio {
      bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      left: 0;
      padding-right: 0;
      padding-left: 0;
      position: absolute;
      right: 0;
      top: 0; }
@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__label--radio {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
.ubf-field__label--radioText {
      padding: 0.4rem 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
@media (min-width: 1024px) {
      .ubf-field__inputWrapper--extended .ubf-field__label {
        width: calc(50% - 1rem + -3rem); } }
.ubf-field--required > .ubf-field__content > .ubf-field__label .ubf-field__labelValue::after,
  .ubf-field--required > .ubf-field__content > .ubf-field__inputWrapper > .ubf-field__label .ubf-field__labelValue::after {
    content: '*'; }
.ubf-field__selectIcon {
    color: #515151;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    height: 1rem;
    width: 1rem;
    text-align: center;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    z-index: 1; }
.ubf-field__selectIcon [data-type="svg"] {
      width: auto;
      height: 100%; }
.ubf-field__text {
    margin-left: 3rem;
    color: #515151; }
.ubf-field__text--info {
      margin-top: 3rem;
      margin-left: 0;
      margin-bottom: 3rem; }
.ubf-field__fileInfo {
    background-color: #FFFFFF;
    border: 1px solid #515151;
    display: block;
    min-height: 4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 2rem;
    padding: 0.65rem;
    width: 100%; }
@media (min-width: 1024px) {
      .ubf-field__fileInfo {
        margin-bottom: 0;
        width: 30rem; } }
.ubf-field__link {
    color: #515151;
    display: block;
    font-weight: bold;
    margin-left: 3rem;
    padding-bottom: 1rem;
    text-decoration: none; }
html:not(.mobile) .ubf-field__link:hover, .ubf-field__link:active {
      color: #000000; }
.ubf-footer {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
  background-color: #515151;
  color: #F0F0F0;
  position: relative;
  z-index: 15; }
@media (min-width: 1024px) {
    .ubf-footer {
      z-index: 3; } }
.ubf-footer.ubf-js-covered {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 3; }
.ubf-footer__content {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%; }
@media (min-width: 1024px) {
      .ubf-footer__content {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }
@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-footer__content {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
.ubf-footer__menu {
    padding-bottom: 2rem;
    padding-top: 2rem; }
.ubf-footer__menu + .ubf-footer__menu {
      padding-top: 0; }
.ubf-footer__menu + .ubf-footer__menu::before {
        border-top: 2px solid currentColor;
        content: '';
        display: block;
        padding-bottom: 2rem; }
.ubf-footer__menu--logos {
      overflow: hidden;
      position: relative; }
.ubf-footer__menu--social .ubf-footer__menuItem {
    margin-right: 2rem; }
.ubf-footer__menu--social .ubf-footer__menuItem:last-child {
      margin-right: 0; }
.ubf-footer__menu--content .ubf-footer__menuItem {
    padding-bottom: 1.5rem; }
@media (min-width: 1024px) {
      .ubf-footer__menu--content .ubf-footer__menuItem:last-child {
        padding-bottom: 0; } }
.ubf-footer__menu--logos .ubf-footer__menuItem {
    height: 8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 3rem;
    margin-top: 2rem; }
@media (min-width: 1024px) {
      .ubf-footer__menu--logos .ubf-footer__menuItem {
        margin-left: 5rem; } }
.ubf-footer__menu--logos .ubf-footer__menuItems {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 10rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -3rem;
    margin-top: -2rem;
    padding-bottom: 2rem; }
@media (min-width: 1024px) {
      .ubf-footer__menu--logos .ubf-footer__menuItems {
        margin-left: -5rem; } }
html.no-js .ubf-footer__menu--logos .ubf-footer__menuItems {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto;
      padding-bottom: 0; }
.ubf-footer__menu--social .ubf-footer__menuItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 0; }
.ubf-footer__menu--content .ubf-footer__menuItems {
    -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
    -o-transition: opacity 0.4s  , visibility 0.4s  ;
    transition: opacity 0.4s  , visibility 0.4s  ;
    opacity: 0;
    visibility: hidden;
    padding-left: 5rem;
    position: absolute; }
html.no-js .ubf-footer__menu--content .ubf-footer__menuItems {
      -webkit-transform: translateX(-200%);
          -ms-transform: translateX(-200%);
              transform: translateX(-200%); }
@media (min-width: 1024px) {
        html.no-js .ubf-footer__menu--content .ubf-footer__menuItems {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
.ubf-footer__menu--content .ubf-footer__menuItems:focus-within {
      outline: none; }
html.no-js .ubf-footer__menu--content .ubf-footer__menuItems:focus-within {
        opacity: 1;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        visibility: inherit; }
.ubf-footer__menu--content .ubf-footer__menuItems:not(.ubf-js-collapsed):not(.legacy-js-collapsed) {
      opacity: 1;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: inherit; }
@media (min-width: 1024px) {
      .ubf-footer__menu--content .ubf-footer__menuItems {
        opacity: 1;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        visibility: inherit;
        padding-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.ubf-footer__menuLink {
    color: inherit;
    display: inline-block;
    text-decoration: none; }
.ubf-footer__menuLink:not(:hover):focus {
      outline: solid #FFFFFF 1px;
      outline-offset: 0.5rem; }
html:not(.mobile) .ubf-footer__menuLink:hover, .ubf-footer__menuLink:active {
      text-decoration: underline; }
.ubf-footer__menuLink--section {
      font-weight: bold;
      margin-bottom: 1rem; }
@media (min-width: 1024px) {
        .ubf-footer__menuLink--section {
          margin-bottom: 2rem;
          pointer-events: none; } }
.ubf-footer__menu--logos .ubf-footer__menuLink {
      height: 100%;
      position: relative; }
.ubf-footer__menuLink::after {
      content: '';
      display: none;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
.ubf-footer__menu--logos .ubf-footer__menuLink::after {
      display: block; }
.ubf-footer__menuLinkIcon {
    display: inline-block;
    line-height: 0; }
.ubf-footer__menuSection .ubf-footer__menuLinkIcon {
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s  ;
      transition: transform 0.4s  ;
      transition: transform 0.4s, -webkit-transform 0.4s;
      height: 1rem;
      margin-right: 0.5rem;
      position: relative;
      text-align: center;
      width: 1rem; }
@media (min-width: 1024px) {
        .ubf-footer__menuSection .ubf-footer__menuLinkIcon {
          display: none; } }
.ubf-footer__menuSection .ubf-footer__menuLinkIcon [data-type="svg"] {
        height: 100%;
        width: auto; }
html.no-js .ubf-footer__menuSection:focus-within .ubf-footer__menuLinkIcon,
    .ubf-footer__menuLink.ubf-js-toggled .ubf-footer__menuLinkIcon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
.ubf-footer__menu--social .ubf-footer__menuLinkIcon {
      width: 4rem; }
.ubf-footer__menu--social .ubf-footer__menuLinkIcon [data-type="svg"] {
        height: auto;
        width: 100%; }
.ubf-footer__menu--social .ubf-footer__menuLinkLabel {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
.ubf-footer__menuSection {
    -webkit-transition: height 0.4s  ;
    -o-transition: height 0.4s  ;
    transition: height 0.4s  ;
    position: relative;
    overflow: hidden;
    width: 100%; }
@media (min-width: 1024px) {
      .ubf-footer__menuSection {
        overflow: visible;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: calc(25% + -1.5rem + 0px); } }
.ubf-footer__menuSections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -1rem;
    position: relative; }
.ubf-footer__menuSections > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 1rem; }
@media (min-width: 1024px) {
      .ubf-footer__menuSections {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: -2rem; }
        .ubf-footer__menuSections > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-bottom: 2rem; } }
.ubf-footer__picture {
    width: auto;
    height: 100%;
    -webkit-user-drag: none; }
.ubf-footer__sliderNavigation {
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%; }
.ubf-footer__sliderNavigationButton {
    -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
    -o-transition: opacity 0.2s  , visibility 0.2s  ;
    transition: opacity 0.2s  , visibility 0.2s  ;
    opacity: 0;
    visibility: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #515151;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: all;
    top: 0;
    width: 100%; }
.ubf-footer__sliderNavigationButton.ubf-js-enabled {
      opacity: 1;
      visibility: inherit; }
.ubf-footer__sliderNavigationButton [data-type="svg"] {
      height: 1rem;
      width: auto; }
.ubf-footer__sliderNavigationItem {
    bottom: 0;
    position: absolute;
    top: 4px;
    width: 1.5rem; }
.ubf-footer__sliderNavigationItem--left {
      left: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
.ubf-footer__sliderNavigationItem--right {
      right: 0; }
.ubf-footer {
  z-index: 3; }
.ubf-footer.legacy-js-covered {
    position: fixed;
    width: 100%;
    left: 0; }
.ubf-footer__menu + .ubf-footer__menu::before {
    border-top-style: solid;
    border-top-color: #F0F0F0 !important;
    border-top-width: 2px; }
.ubf-footer__menuItem {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal; }
.ubf-footer a {
    color: #F0F0F0 !important;
    display: inline-block;
    text-decoration: none; }
html:not(.mobile) .ubf-footer a:hover, .ubf-footer a:active {
      text-decoration: underline; }
.ubf-footer a--section {
      font-weight: bold;
      margin-bottom: 1rem; }
@media (min-width: 1024px) {
        .ubf-footer a--section {
          margin-bottom: 2rem;
          pointer-events: none; } }
.ubf-footer__menu--logos .ubf-footer a {
      height: 100%;
      position: relative; }
.ubf-footer a::after {
      content: '';
      display: none;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
.ubf-footer__menu--logos .ubf-footer a::after {
      display: block; }
.ubf-footer__menuLink {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal; }
.ubf-footer__menuLink--section {
      margin-bottom: 2rem;
      font-weight: bold; }
.ubf-footer__menuLink--logo {
      height: 8rem; }
.ubf-footer__menuSection .ubf-footer__menuLinkIcon [data-type="svg"] {
    color: #F0F0F0; }
html.no-js .ubf-footer__menuSection:focus-within .ubf-footer__menuLinkIcon,
  .ubf-footer__menuLink.legacy-js-toggled .ubf-footer__menuLinkIcon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
.ubf-footer__menuLinkLabel {
    color: #F0F0F0 !important; }
.ubf-footer__sliderNavigationButton.legacy-js-enabled {
    opacity: 1;
    visibility: inherit; }
.ubf-form {
  position: relative; }
.ubf-form__button {
    margin-left: 0;
    margin-bottom: 2rem;
    margin-top: 2rem; }
.ubf-form > .ubf-form__button:first-child {
      margin-top: 0; }
.ubf-form__buttons > .ubf-form__button {
      margin-left: 2rem;
      margin-top: 0; }
.ubf-form__buttons {
    font-size: 0;
    margin-left: -2rem;
    margin-bottom: -2rem; }
* + .ubf-form__buttons {
      margin-top: 3rem; }
.ubf-form--login * + .ubf-form__buttons {
        margin-top: 2rem; }
.ubf-form__separator + .ubf-form__buttons {
      margin-top: 4rem; }
.ubf-form__field {
    width: calc(100% - 2rem + 0px); }
@media (min-width: 1024px) {
      .ubf-form__field {
        width: calc(44.44444% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form__field {
        width: calc(66.66667% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form__field--half {
        width: calc(50% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-form__field--full {
        width: calc(88.88889% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form__field--full {
        width: calc(100% - 2rem + 0px); } }
.ubf-form--login .ubf-form__field {
      width: calc(100% - 2rem + 0px); }
@media (min-width: 1024px) {
        .ubf-form--login .ubf-form__field {
          width: calc(100% - 2rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-form .ubf-form__field--alone {
        margin-right: calc(55.55556% ); } }
@media (min-width: 1024px) {
      .ubf-contentBlock--formSmall .ubf-form .ubf-form__field--alone {
        margin-right: calc(33.33333% ); } }
.ubf-form__separator + .ubf-form__field {
      margin-top: 4rem; }
@media (min-width: 1024px) {
      .ubf-form__separator + .ubf-form__field:not(.ubf-form__field--full):not(.ubf-form__field--alone) + .ubf-form__field:not(.ubf-form__field--full):not(.ubf-form__field--alone) {
        margin-top: 4rem; } }
.ubf-form__fields {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -2rem;
    margin-top: -3rem;
    position: relative; }
.ubf-form__fields > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 2rem;
      margin-top: 3rem; }
.ubf-form--login .ubf-form__fields {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: -2rem;
      margin-top: -2rem; }
.ubf-form--login .ubf-form__fields > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 2rem;
        margin-top: 2rem; }
.ubf-form--tableSearch .ubf-form__fields {
      display: none; }
.ubf-form--tableSearch.ubf-js-searchable .ubf-form__fields {
      display: block; }
.ubf-form__separator {
    background-color: #14f5b4;
    border: 0;
    height: 2px;
    margin-bottom: 0;
    display: block;
    width: 100%; }
.ubf-body--biology .ubf-form__separator {
      background-color: #92b168; }
.ubf-body--chemistry .ubf-form__separator {
      background-color: #a08caa; }
.ubf-body--educational-science .ubf-form__separator {
      background-color: #f08c50; }
.ubf-body--history .ubf-form__separator {
      background-color: #7db4be; }
.ubf-body--public-health .ubf-form__separator {
      background-color: #dc5a5a; }
.ubf-body--linguistics .ubf-form__separator {
      background-color: #8fa3b9; }
.ubf-body--mathematics .ubf-form__separator {
      background-color: #dcaa41; }
.ubf-body--medicine .ubf-form__separator {
      background-color: #145f7d; }
.ubf-body--physics .ubf-form__separator {
      background-color: #649696; }
.ubf-body--law .ubf-form__separator {
      background-color: #8c8c96; }
.ubf-body--psychology .ubf-form__separator {
      background-color: #8c3250; }
.ubf-body--sociology .ubf-form__separator {
      background-color: #bfd02f; }
.ubf-body--technology .ubf-form__separator {
      background-color: #558ca0; }
.ubf-body--economics .ubf-form__separator {
      background-color: #74799b; }
.ubf-body--library .ubf-form__separator {
      background-color: #008965; }
.ubf-form__fields .ubf-form__separator {
      width: calc(100% - 2rem + 0px); }
.ubf-body--ekvv .ubf-form__fields .ubf-form__separator {
        background-color: #D8D8D8; }
@media (min-width: 1024px) {
          .ubf-body--ekvv .ubf-form__fields .ubf-form__separator {
            width: calc(88.88889% - 2rem + 0px); } }
* + .ubf-form__separator {
      margin-top: 4rem; }
.ubf-form__fields .ubf-form__text {
    width: calc(100% - 2rem + 0px); }
.ubf-form__buttons .ubf-form__text {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    margin: 3rem 0 3rem 2rem; }
.ubf-form__buttons .ubf-form__text:first-child {
      margin-top: 0; }
.ubf-form__buttons .ubf-form__text:last-child {
      margin-bottom: 0; }
.ubf-form > .ubf-form__text {
    margin-bottom: 3rem; }
.ubf-form > .ubf-form__text:last-child {
      margin-bottom: 0; }
.ubf-form > * + .ubf-form__text {
    margin-top: 3rem; }
.ubf-form__separator + .ubf-form__text {
    margin-top: 4rem; }
.ubf-sidebar .ubf-text {
  border-bottom-color: #14f5b4;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 2rem; }
.ubf-body--biology .ubf-sidebar .ubf-text {
    border-bottom-color: #92b168; }
.ubf-body--chemistry .ubf-sidebar .ubf-text {
    border-bottom-color: #a08caa; }
.ubf-body--educational-science .ubf-sidebar .ubf-text {
    border-bottom-color: #f08c50; }
.ubf-body--history .ubf-sidebar .ubf-text {
    border-bottom-color: #7db4be; }
.ubf-body--public-health .ubf-sidebar .ubf-text {
    border-bottom-color: #dc5a5a; }
.ubf-body--linguistics .ubf-sidebar .ubf-text {
    border-bottom-color: #8fa3b9; }
.ubf-body--mathematics .ubf-sidebar .ubf-text {
    border-bottom-color: #dcaa41; }
.ubf-body--medicine .ubf-sidebar .ubf-text {
    border-bottom-color: #145f7d; }
.ubf-body--physics .ubf-sidebar .ubf-text {
    border-bottom-color: #649696; }
.ubf-body--law .ubf-sidebar .ubf-text {
    border-bottom-color: #8c8c96; }
.ubf-body--psychology .ubf-sidebar .ubf-text {
    border-bottom-color: #8c3250; }
.ubf-body--sociology .ubf-sidebar .ubf-text {
    border-bottom-color: #bfd02f; }
.ubf-body--technology .ubf-sidebar .ubf-text {
    border-bottom-color: #558ca0; }
.ubf-body--economics .ubf-sidebar .ubf-text {
    border-bottom-color: #74799b; }
.ubf-body--library .ubf-sidebar .ubf-text {
    border-bottom-color: #008965; }
.ubf-contentBlock--textBoxed .ubf-text {
  background-color: #F0F0F0;
  padding: 1rem; }
@media (min-width: 1024px) {
    .ubf-contentBlock--textBoxed .ubf-text {
      padding: 2rem; } }
.ubf-contentBlock--textBoxedBorder .ubf-text {
  border: #EF2626 solid 2px;
  padding: 1rem; }
@media (min-width: 1024px) {
    .ubf-contentBlock--textBoxedBorder .ubf-text {
      padding: 2rem; } }
.ubf-ugc::after {
  content: '';
  display: block;
  visibility: hidden;
  opacity: 0;
  clear: both; }
.ubf-ugc img {
  max-width: 100% !important;
  height: auto; }
.ubf-ugc a:not(.ubf-button) {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  z-index: 1; }
.ubf-ugc a:not(.ubf-button):not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
.ubf-textBox .ubf-ugc a:not(.ubf-button) {
    color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-ugc a:not(.ubf-button),
    .ubf-body--psychology .ubf-textBox .ubf-ugc a:not(.ubf-button) {
      color: #FFFFFF; }
.ubf-ugc a:not(.ubf-button):not([disabled]):hover {
    color: #01865e; }
.ubf-body--biology .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #708f4a; }
.ubf-body--chemistry .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #84698d; }
.ubf-body--educational-science .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #c36226; }
.ubf-body--history .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #4e8f9a; }
.ubf-body--public-health .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #c55757; }
.ubf-body--linguistics .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #70859c; }
.ubf-body--mathematics .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #b08323; }
.ubf-body--medicine .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #145f7d; }
.ubf-body--physics .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #4b7d7d; }
.ubf-body--law .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #6d6d77; }
.ubf-body--psychology .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #85314a; }
.ubf-body--sociology .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #a4474c; }
.ubf-body--technology .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #47798c; }
.ubf-body--economics .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #46506e; }
.ubf-body--library .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #008965; }
.ubf-body--medicine .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
    .ubf-body--psychology .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
    .ubf-body--history .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #c6bdbd; }
.ubf-textBox .ubf-ugc a:not(.ubf-button) {
    color: #000000;
    font-weight: bold;
    text-decoration: underline; }
.ubf-textBox .ubf-ugc a:not(.ubf-button):not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }
.ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button) {
      color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button),
      .ubf-body--psychology .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button) {
        color: #FFFFFF; }
.ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #000000;
      text-decoration: none; }
.ubf-body--medicine .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
        color: #c6bdbd; }
@media (min-width: 1024px) {
      .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button) {
        color: #000000;
        font-weight: bold;
        text-decoration: underline; }
        .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not(:hover):focus {
          outline: solid #000000 1px;
          outline-offset: 0.5rem; }
        .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button) {
          color: #000000; }
          .ubf-body--medicine .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button),
          .ubf-body--psychology .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button) {
            color: #FFFFFF; }
        .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
          color: #01865e; }
          .ubf-body--biology .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #708f4a; }
          .ubf-body--chemistry .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #84698d; }
          .ubf-body--educational-science .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #c36226; }
          .ubf-body--history .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #4e8f9a; }
          .ubf-body--public-health .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #c55757; }
          .ubf-body--linguistics .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #70859c; }
          .ubf-body--mathematics .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #b08323; }
          .ubf-body--medicine .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #145f7d; }
          .ubf-body--physics .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #4b7d7d; }
          .ubf-body--law .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #6d6d77; }
          .ubf-body--psychology .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #85314a; }
          .ubf-body--sociology .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #a4474c; }
          .ubf-body--technology .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #47798c; }
          .ubf-body--economics .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #46506e; }
          .ubf-body--library .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #008965; }
          .ubf-body--medicine .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
          .ubf-body--psychology .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
          .ubf-body--history .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #c6bdbd; } }
.ubf-text .ubf-ugc a:not(.ubf-button) {
    font-weight: normal; }
.ubf-ugc a:not(.ubf-button).ubf-ugc__link--iconLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.ubf-ugc a:not(.ubf-button).ubf-ugc__link--iconLink:first-of-type {
      margin-top: 2rem; }
.ubf-ugc a:not(.ubf-button).ubf-ugc__link--iconLink p {
      margin-top: 0;
      margin-left: 1rem; }
.ubf-ugc a:not(.ubf-button).ubf-ugc__link--subtleLink, .ubf-ugc a:not(.ubf-button).ubf-excerpt__link {
    text-decoration: none; }
.ubf-ugc a:not(.ubf-button).ubf-ugc__link--subtleLinkAlternate {
    color: #B2B2B2; }
.ubf-ugc__zoomImage {
  position: relative;
  pointer-events: none; }
@media (min-width: 1024px) {
    .ubf-ugc__zoomImage {
      pointer-events: all; } }
.ubf-ugc button:not(.ubf-button) {
  border: 0;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
button:not(:only-child):not(:last-of-type):not(.ubf-ugc__nav--buttonPrev) {
  margin-bottom: 2rem;
  margin-right: 2rem; }
.ubf-ugc figcaption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  margin-top: 1rem;
  text-align: right; }
.ubf-ugc figure {
  width: 100%; }
.ubf-ugc__zoomImage:not(:hover):focus .ubf-ugc figure {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
.ubf-ugc figure img {
    width: 100%; }
@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--medium {
    float: left;
    margin-bottom: 2rem;
    margin-right: 2rem;
    width: calc(66.66667% + -0.66667rem + 0px); } }
@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--right {
    float: right;
    margin-left: 2rem;
    margin-right: 0; } }
@media (min-width: 1024px) {
  .ubf-sidebar .ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--right {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; } }
@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--noFloat {
    float: none;
    margin-bottom: 0;
    margin-right: 0; } }
@media (min-width: 1024px) {
  .ubf-sidebar .ubf-ugc .ubf-ugc__image--medium {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; } }
@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--small {
    float: left;
    margin-bottom: 2rem;
    margin-right: 2rem;
    width: calc(50% + -1rem + 0px); } }
@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--right {
    float: right;
    margin-left: 2rem;
    margin-right: 0; } }
@media (min-width: 1024px) {
  .ubf-sidebar .ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--right {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; } }
@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--noFloat {
    float: none;
    margin-bottom: 0;
    margin-right: 0; } }
@media (min-width: 1024px) {
  .ubf-sidebar .ubf-ugc .ubf-ugc__image--small {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; } }
.ubf-ugc q,
.ubf-ugc blockquote {
  quotes: "\00BB" "\00AB"; }
.ubf-ugc blockquote {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  border-left-color: #14f5b4;
  font-weight: normal;
  margin: 0;
  padding-left: 2rem;
  border-left-style: solid;
  border-left-width: 2px; }
.ubf-body--biology .ubf-ugc blockquote {
    border-left-color: #92b168; }
.ubf-body--chemistry .ubf-ugc blockquote {
    border-left-color: #a08caa; }
.ubf-body--educational-science .ubf-ugc blockquote {
    border-left-color: #f08c50; }
.ubf-body--history .ubf-ugc blockquote {
    border-left-color: #7db4be; }
.ubf-body--public-health .ubf-ugc blockquote {
    border-left-color: #dc5a5a; }
.ubf-body--linguistics .ubf-ugc blockquote {
    border-left-color: #8fa3b9; }
.ubf-body--mathematics .ubf-ugc blockquote {
    border-left-color: #dcaa41; }
.ubf-body--medicine .ubf-ugc blockquote {
    border-left-color: #145f7d; }
.ubf-body--physics .ubf-ugc blockquote {
    border-left-color: #649696; }
.ubf-body--law .ubf-ugc blockquote {
    border-left-color: #8c8c96; }
.ubf-body--psychology .ubf-ugc blockquote {
    border-left-color: #8c3250; }
.ubf-body--sociology .ubf-ugc blockquote {
    border-left-color: #bfd02f; }
.ubf-body--technology .ubf-ugc blockquote {
    border-left-color: #558ca0; }
.ubf-body--economics .ubf-ugc blockquote {
    border-left-color: #74799b; }
.ubf-body--library .ubf-ugc blockquote {
    border-left-color: #008965; }
.ubf-ugc blockquote > p:first-child::before {
    content: open-quote; }
.ubf-ugc blockquote > p:last-of-type::after {
    content: close-quote; }
.ubf-preview .ubf-ugc blockquote,
  .ubf-sidebar .ubf-ugc blockquote {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    padding-left: 0;
    border-left: 0; }
.ubf-ugc cite {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  display: block;
  font-style: normal;
  text-align: right; }
.ubf-ugc cite::before {
    content: '\2014';
    margin-right: 0.2em; }
.ubf-ugc blockquote cite {
  margin-top: 1rem; }
.ubf-ugc q + cite {
  display: inline;
  margin-left: 1rem; }
.ubf-ugc q {
  font-style: normal;
  color: #515151; }
.ubf-ugc dl {
  margin: 0; }
.ubf-ugc dl.ubf-ugc__dl--compact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
.ubf-ugc dl.ubf-ugc__dl--splitted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.ubf-ugc dl .ubf-ugc__dlItemsWrapper {
    margin-top: 2rem;
    width: 100%; }
@media (min-width: 1024px) {
      .ubf-ugc dl .ubf-ugc__dlItemsWrapper {
        width: calc(50% + -1rem + 0px); } }
.ubf-ugc dl.ubf-ugc__dl--floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
@media (min-width: 1024px) {
      .ubf-ugc dl.ubf-ugc__dl--floating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
.ubf-ugc dl.ubf-ugc__dl--spreaded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
.ubf-ugc dt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  display: block;
  font-weight: bold; }
.ubf-ugc .ubf-ugc__dl--compact dt {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: normal;
  padding-right: 1rem;
  width: 30%; }
.ubf-ugc .ubf-ugc__dl--floating dt {
  font-weight: normal;
  width: auto;
  margin-top: 1rem; }
@media (min-width: 1024px) {
    .ubf-ugc .ubf-ugc__dl--floating dt {
      margin-top: 0; } }
.ubf-ugc .ubf-ugc__dl--spreaded dt {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: normal;
  padding-right: 1rem;
  width: 100%; }
@media (min-width: 1024px) {
    .ubf-ugc .ubf-ugc__dl--spreaded dt {
      width: 30%; } }
.ubf-ugc dd {
  margin: 0; }
.ubf-ugc .ubf-ugc__dl--compact dd {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70%; }
.ubf-ugc .ubf-ugc__dl--compact dd + dd {
  margin-left: 30%; }
.ubf-ugc .ubf-ugc__dl--floating dd {
  width: auto;
  margin: 0; }
@media (min-width: 1024px) {
    .ubf-ugc .ubf-ugc__dl--floating dd {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 2rem 0 0.5rem; } }
.ubf-ugc .ubf-ugc__dl--spreaded dd {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }
@media (min-width: 1024px) {
    .ubf-ugc .ubf-ugc__dl--spreaded dd {
      width: 70%; } }
.ubf-ugc .ubf-ugc__dl--spreaded dd > * {
    margin-left: 0; }
@media (min-width: 1024px) {
      .ubf-ugc .ubf-ugc__dl--spreaded dd > * {
        margin-left: 6rem; } }
.ubf-ugc .ubf-ugc__dl--spreaded dd > *:not(:last-of-type) {
    margin-right: 2rem; }
@media (min-width: 1024px) {
      .ubf-ugc .ubf-ugc__dl--spreaded dd > *:not(:last-of-type) {
        margin-right: 0; } }
.ubf-ugc small {
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: normal;
  font-style: normal; }
.ubf-ugc h1 {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }
.ubf-sidebar .ubf-ugc h1 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }
.ubf-ugc h2 {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }
.ubf-sidebar .ubf-ugc h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }
.ubf-ugc h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }
.ubf-sidebar .ubf-ugc h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold; }
.ubf-ugc h4,
.ubf-ugc h5,
.ubf-ugc h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold; }
.ubf-ugc hr {
  background-color: #14f5b4;
  border: 0;
  height: 2px;
  margin: 0;
  width: 100%; }
.ubf-body--biology .ubf-ugc hr {
    background-color: #92b168; }
.ubf-body--chemistry .ubf-ugc hr {
    background-color: #a08caa; }
.ubf-body--educational-science .ubf-ugc hr {
    background-color: #f08c50; }
.ubf-body--history .ubf-ugc hr {
    background-color: #7db4be; }
.ubf-body--public-health .ubf-ugc hr {
    background-color: #dc5a5a; }
.ubf-body--linguistics .ubf-ugc hr {
    background-color: #8fa3b9; }
.ubf-body--mathematics .ubf-ugc hr {
    background-color: #dcaa41; }
.ubf-body--medicine .ubf-ugc hr {
    background-color: #145f7d; }
.ubf-body--physics .ubf-ugc hr {
    background-color: #649696; }
.ubf-body--law .ubf-ugc hr {
    background-color: #8c8c96; }
.ubf-body--psychology .ubf-ugc hr {
    background-color: #8c3250; }
.ubf-body--sociology .ubf-ugc hr {
    background-color: #bfd02f; }
.ubf-body--technology .ubf-ugc hr {
    background-color: #558ca0; }
.ubf-body--economics .ubf-ugc hr {
    background-color: #74799b; }
.ubf-body--library .ubf-ugc hr {
    background-color: #008965; }
.ubf-ugc hr.ubf-ugc__separator--seamless {
    background-color: transparent;
    height: 0; }
.ubf-ugc li {
  margin: 0; }
.ubf-ugc ol > li {
  padding-left: 0.4em; }
.ubf-ugc ol {
  margin: 0 0 0 1em; }
.ubf-ugc ul {
  margin: 0 0 0 2rem; }
.ubf-ugc ul > li {
  position: relative; }
.ubf-ugc ul > li::before {
    content: '\2022';
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    left: -2rem; }
.ubf-ugc figure.ubf-ugc__image ~ ul > li,
.ubf-ugc a.ubf-ugc__zoomImage ~ ul > li {
  position: relative; }
.ubf-ugc figure.ubf-ugc__image ~ ul > li::before,
  .ubf-ugc a.ubf-ugc__zoomImage ~ ul > li::before {
    content: '\2022';
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    display: inline-block;
    margin-right: 1rem;
    position: static;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5); }
.ubf-ugc ul.ubf-ugc__list--indentationFreeList {
  margin-left: 0; }
.ubf-ugc ul.ubf-ugc__list--indentationFreeList > li {
    margin-top: 2rem; }
.ubf-ugc ul.ubf-ugc__list--indentationFreeList > li::before {
    content: '';
    display: none; }
.ubf-ugc ul.ubf-ugc__list--indentationFreeList > li p {
    margin-top: 0; }
.ubf-ugc ul.ubf-ugc__list--rowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (min-width: 1024px) {
    .ubf-ugc ul.ubf-ugc__list--rowList {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.ubf-ugc li.ubf-ugc__listItem--rowListItem {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  margin: 0 0.5rem; }
@media (min-width: 1024px) {
    .ubf-ugc li.ubf-ugc__listItem--rowListItem {
      margin: 0; } }
.ubf-ugc li.ubf-ugc__listItem--rowListItem::before {
    content: '';
    display: none; }
.ubf-ugc li.ubf-ugc__listItem--rowListItem a {
    text-decoration: none; }
.ubf-ugc li.ubf-ugc__listItem--rowListItem p {
    color: #B2B2B2; }
.ubf-ugc li.ubf-ugc__listItem--rowListItem p > a {
    color: #000000; }
.ubf-ugc ul.ubf-ugc__list--nestedList > .ubf-ugc__listItem--nestedList {
  list-style-type: none; }
.ubf-ugc ul.ubf-ugc__list--nestedList > .ubf-ugc__listItem--nestedList::before {
    content: '';
    display: none; }
.ubf-ugc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.ubf-form__fields + .ubf-ugc__nav {
    margin-top: 1rem; }
.ubf-html.no-js .ubf-ugc__nav {
    display: none; }
.ubf-ugc__nav--buttonPrev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0; }
.ubf-ugc__nav--buttonPrev:focus:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }
.ubf-ugc__nav--buttonNext:focus:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
.ubf-ugc__nav--container {
    margin-left: 1rem;
    margin-right: 1rem;
    background: #c6bdbd;
    display: block;
    height: 0.2rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    opacity: 0.5; }
.ubf-ugc__nav--container::before {
      content: '{"indicatorOffset": 10}';
      display: none; }
@supports (--varName: "whatever") {
      .ubf-ugc__nav--container {
        --jsValues: '{"indicatorOffset": 10}'; } }
.ubf-ugc__nav--indicator {
    background: #000000;
    height: 0.2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%; }
.ubf-ugc table {
  display: block;
  width: 100%; }
@media (min-width: 1024px) {
    .ubf-ugc table {
      display: table; } }
.ubf-body--ekvv .ubf-ugc table {
    background-color: #F3F3F3; }
.ubf-html:not(.no-js) .ubf-ugc table.ubf-ugc__table--compareLayout {
    display: block;
    overflow-x: hidden; }
.ubf-ugc tbody,
.ubf-ugc caption {
  display: block; }
@media (min-width: 1024px) {
    .ubf-ugc tbody,
    .ubf-ugc caption {
      display: table-row-group; } }
.ubf-ugc caption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  caption-side: bottom;
  border-top: 1px solid #F0F0F0;
  padding: 0.5rem 0 0 0;
  text-align: right; }
.ubf-ugc tr {
  display: block; }
.ubf-ugc tr.ubf-js-hidden {
    display: none; }
@media (min-width: 1024px) {
    .ubf-ugc tr {
      display: table-row; } }
@media (min-width: 1024px) {
  .ubf-ugc__table--alternative tr:nth-child(2n + 1) {
    background-color: #F0F0F0; } }
.ubf-body--ekvv .ubf-ugc__table--alternative tr:first-child {
  border-bottom: 1px solid #14F5B4; }
.ubf-body--ekvv .ubf-ugc__table--alternative tr:nth-child(2n + 1) {
  background-color: #F3F3F3; }
.ubf-body--ekvv .ubf-ugc__table--alternative tr:nth-child(2n + 2) {
  background-color: #FFFFFF; }
.ubf-ugc__table--semesterTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (min-width: 1024px) {
    .ubf-ugc__table--semesterTable tr {
      display: table-row; } }
.ubf-ugc__table--semesterTable tr:not(:last-child):not(:first-child) {
    border-bottom: #14F5B4 solid 2px; }
@media (min-width: 1024px) {
      .ubf-ugc__table--semesterTable tr:not(:last-child):not(:first-child) {
        border-bottom: 0; } }
.ubf-ugc__table--semesterTable tr:first-child {
    border-bottom: #14F5B4 solid 2px; }
.ubf-ugc__table--semesterTable tr:nth-child(2n + 1) {
    background-color: #F3F3F3; }
.ubf-ugc__table--semesterTable tr:nth-child(2n + 2) {
    background-color: #F3F3F3; }
@media (min-width: 1024px) {
      .ubf-ugc__table--semesterTable tr:nth-child(2n + 2) {
        background-color: #FFFFFF; } }
.ubf-body .ubf-ugc__table--verticalLayout tr:not(:first-child) th {
  display: block;
  padding-top: 1rem; }
@media (min-width: 1024px) {
    .ubf-body .ubf-ugc__table--verticalLayout tr:not(:first-child) th {
      display: table-cell;
      padding-top: 0.5rem; } }
@media (min-width: 1024px) {
  .ubf-ugc__table--verticalLayout tr:not(:first-of-type):not(:last-of-type) th {
    border-top: none;
    border-bottom: none;
    border-bottom: 1px solid #F0F0F0; } }
@media (min-width: 1024px) {
  .ubf-ugc__table--verticalLayout tr:last-of-type th {
    border-top: none;
    border-bottom: none; } }
.ubf-ugc__table--verticalHorizontalLayout tr:not(:first-of-type) th,
.ubf-html.no-js .ubf-ugc__table--compareLayout tr:not(:first-of-type) th {
  border-bottom: 1px solid #F0F0F0;
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  text-align: center;
  white-space: nowrap;
  width: 100%; }
@media (min-width: 1024px) {
    .ubf-ugc__table--verticalHorizontalLayout tr:not(:first-of-type) th,
    .ubf-html.no-js .ubf-ugc__table--compareLayout tr:not(:first-of-type) th {
      padding-top: 0.5rem;
      text-align: left;
      display: table-cell;
      width: auto; } }
.ubf-ugc__table--verticalHorizontalLayout tr:not(:first-of-type) th:last-child,
  .ubf-html.no-js .ubf-ugc__table--compareLayout tr:not(:first-of-type) th:last-child {
    padding-right: 0; }
@media (min-width: 1024px) {
  .ubf-ugc__table--verticalHorizontalLayout tr:not(:first-of-type):not(:last-of-type) th,
  .ubf-html.no-js .ubf-ugc__table--compareLayout tr:not(:first-of-type):not(:last-of-type) th {
    border-top: none;
    border-bottom: none;
    border-bottom: 1px solid #F0F0F0; } }
@media (min-width: 1024px) {
  .ubf-ugc__table--verticalHorizontalLayout tr:last-of-type th,
  .ubf-html.no-js .ubf-ugc__table--compareLayout tr:last-of-type th {
    border-top: none;
    border-bottom: none; } }
.ubf-ugc__table--verticalHorizontalLayout td,
.ubf-html.no-js .ubf-ugc__table--compareLayout td {
  border-bottom: 1px solid #F0F0F0;
  display: block;
  padding: 0.5rem 2rem 0.5rem 0; }
@media (min-width: 1024px) {
    .ubf-ugc__table--verticalHorizontalLayout td,
    .ubf-html.no-js .ubf-ugc__table--compareLayout td {
      display: table-cell; } }
.ubf-body .ubf-ugc__table--verticalHorizontalLayout td:last-child, .ubf-body
  .ubf-html.no-js .ubf-ugc__table--compareLayout td:last-child {
    padding-right: 0; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
  border-bottom-color: #14f5b4;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  display: table-cell;
  vertical-align: top;
  padding: 0.5rem 2rem 0.5rem 0; }
.ubf-body--biology .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #92b168; }
.ubf-body--chemistry .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #a08caa; }
.ubf-body--educational-science .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #f08c50; }
.ubf-body--history .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #7db4be; }
.ubf-body--public-health .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #dc5a5a; }
.ubf-body--linguistics .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #8fa3b9; }
.ubf-body--mathematics .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #dcaa41; }
.ubf-body--medicine .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #145f7d; }
.ubf-body--physics .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #649696; }
.ubf-body--law .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #8c8c96; }
.ubf-body--psychology .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #8c3250; }
.ubf-body--sociology .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #bfd02f; }
.ubf-body--technology .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #558ca0; }
.ubf-body--economics .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #74799b; }
.ubf-body--library .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #008965; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th:last-child {
    padding-right: 0; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th {
  display: block;
  width: calc(91.66667% + -0.08333rem + 0px);
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
@media (min-width: 575px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th {
      width: calc(50% + -0.5rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th {
      width: calc(25% + -0.75rem + 0px); } }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th:last-child {
    width: 100%; }
@media (min-width: 575px) {
      .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th:last-child {
        width: calc(50% + -0.5rem + 0px); } }
@media (min-width: 1024px) {
      .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th:last-child {
        width: calc(25% + -0.75rem + 0px); } }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child td {
  display: none; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:last-child td {
  border-bottom: none; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  width: calc(91.66667% + -0.08333rem + 0px); }
@media (min-width: 575px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td {
      width: calc(50% + -0.5rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td {
      width: calc(25% + -0.75rem + 0px); } }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) th ~ td {
  padding-top: 3.56rem; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td:last-child {
  width: 100%;
  margin-right: 0; }
@media (min-width: 575px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td:last-child {
      width: calc(50% + -0.5rem + 0px); } }
@media (min-width: 1024px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td:last-child {
      width: calc(25% + -0.75rem + 0px); } }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) th {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  white-space: nowrap;
  width: 0;
  padding-right: 0; }
.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child):not(:last-child) td {
  border-bottom: 1px solid #F0F0F0; }
.ubf-ugc th {
  display: none;
  font-weight: bold;
  text-align: left;
  position: relative; }
@media (min-width: 1024px) {
    .ubf-ugc th {
      border-bottom-color: #14f5b4;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      display: table-cell;
      vertical-align: top;
      padding: 0.5rem 2rem 0.5rem 0; }
      .ubf-body--biology .ubf-ugc th {
        border-bottom-color: #92b168; }
      .ubf-body--chemistry .ubf-ugc th {
        border-bottom-color: #a08caa; }
      .ubf-body--educational-science .ubf-ugc th {
        border-bottom-color: #f08c50; }
      .ubf-body--history .ubf-ugc th {
        border-bottom-color: #7db4be; }
      .ubf-body--public-health .ubf-ugc th {
        border-bottom-color: #dc5a5a; }
      .ubf-body--linguistics .ubf-ugc th {
        border-bottom-color: #8fa3b9; }
      .ubf-body--mathematics .ubf-ugc th {
        border-bottom-color: #dcaa41; }
      .ubf-body--medicine .ubf-ugc th {
        border-bottom-color: #145f7d; }
      .ubf-body--physics .ubf-ugc th {
        border-bottom-color: #649696; }
      .ubf-body--law .ubf-ugc th {
        border-bottom-color: #8c8c96; }
      .ubf-body--psychology .ubf-ugc th {
        border-bottom-color: #8c3250; }
      .ubf-body--sociology .ubf-ugc th {
        border-bottom-color: #bfd02f; }
      .ubf-body--technology .ubf-ugc th {
        border-bottom-color: #558ca0; }
      .ubf-body--economics .ubf-ugc th {
        border-bottom-color: #74799b; }
      .ubf-body--library .ubf-ugc th {
        border-bottom-color: #008965; } }
@media (min-width: 1024px) {
  .ubf-ugc__table--alternative th {
    border: 0; } }
@media (min-width: 1024px) {
  .ubf-ugc__table--alternative th:first-child {
    padding-left: 1rem; } }
.ubf-ugc td {
  -webkit-transition: color 0.2s  ;
  -o-transition: color 0.2s  ;
  transition: color 0.2s  ;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 1px solid #F0F0F0;
  display: block;
  font-weight: normal;
  padding: 1rem 0;
  text-align: left; }
@media (min-width: 1024px) {
    .ubf-ugc td {
      border-bottom: 1px solid #F0F0F0;
      display: table-cell;
      padding: 0.5rem 2rem 0.5rem 0;
      vertical-align: top; } }
.ubf-ugc td.ubf-js-hidden {
    color: #c6bdbd; }
.ubf-ugc td.ubf-js-highlighted {
    color: #000000; }
.ubf-ugc td:last-child {
    border-bottom-color: #14f5b4;
    border-bottom-width: 2px;
    border-bottom-style: solid; }
.ubf-body--biology .ubf-ugc td:last-child {
      border-bottom-color: #92b168; }
.ubf-body--chemistry .ubf-ugc td:last-child {
      border-bottom-color: #a08caa; }
.ubf-body--educational-science .ubf-ugc td:last-child {
      border-bottom-color: #f08c50; }
.ubf-body--history .ubf-ugc td:last-child {
      border-bottom-color: #7db4be; }
.ubf-body--public-health .ubf-ugc td:last-child {
      border-bottom-color: #dc5a5a; }
.ubf-body--linguistics .ubf-ugc td:last-child {
      border-bottom-color: #8fa3b9; }
.ubf-body--mathematics .ubf-ugc td:last-child {
      border-bottom-color: #dcaa41; }
.ubf-body--medicine .ubf-ugc td:last-child {
      border-bottom-color: #145f7d; }
.ubf-body--physics .ubf-ugc td:last-child {
      border-bottom-color: #649696; }
.ubf-body--law .ubf-ugc td:last-child {
      border-bottom-color: #8c8c96; }
.ubf-body--psychology .ubf-ugc td:last-child {
      border-bottom-color: #8c3250; }
.ubf-body--sociology .ubf-ugc td:last-child {
      border-bottom-color: #bfd02f; }
.ubf-body--technology .ubf-ugc td:last-child {
      border-bottom-color: #558ca0; }
.ubf-body--economics .ubf-ugc td:last-child {
      border-bottom-color: #74799b; }
.ubf-body--library .ubf-ugc td:last-child {
      border-bottom-color: #008965; }
@media (min-width: 1024px) {
      .ubf-body .ubf-ugc td:last-child {
        border-bottom: 1px solid #F0F0F0;
        padding-right: 0; } }
@media (min-width: 1024px) {
  .ubf-ugc__table--alternative td:first-child {
    padding-left: 1rem; } }
.ubf-ugc__table--semesterTable td {
  border-bottom: 0;
  margin-right: 1rem; }
.ubf-ugc__table--semesterTable td:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
@media (min-width: 1024px) {
      .ubf-ugc__table--semesterTable td:first-child {
        width: auto; } }
.ubf-ugc__table--semesterTable td:last-child {
    border-bottom: 0; }
.ubf-ugc__table--semesterTable th {
  font-weight: bold;
  display: table-cell; }
@media (min-width: 1024px) {
    .ubf-ugc__table--semesterTable th {
      padding-bottom: 1rem; } }
.ubf-ugc__table--semesterTable th:not(:first-child) {
    display: none; }
@media (min-width: 1024px) {
      .ubf-ugc__table--semesterTable th:not(:first-child) {
        display: table-cell; } }
.ubf-ugc .ubf-form--tableSearch.ubf-js-sortable th {
  padding-left: 2rem; }
@media (min-width: 1024px) {
  .ubf-ugc tr:last-of-type td {
    border-bottom: 0; } }
.ubf-ugc tr:last-of-type td:last-child {
  border-bottom: 0; }
.ubf-ugc [data-ubf-nested-header] {
  font-weight: bold; }
@media (min-width: 1024px) {
    .ubf-ugc [data-ubf-nested-header] {
      display: none; } }
.ubf-ugc__table--verticalHorizontalLayout.ubf-js-static [data-ubf-nested-header] {
  display: none; }
.ubf-ugc table.ubf-ugc__table--applicationTile {
  display: block; }
@media (min-width: 1200px) {
    .ubf-ugc table.ubf-ugc__table--applicationTile {
      display: table; } }
.ubf-ugc table.ubf-ugc__table--applicationTile [data-ubf-nested-header] {
    font-weight: bold;
    display: block; }
@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile [data-ubf-nested-header] {
        display: none; } }
.ubf-ugc table.ubf-ugc__table--applicationTile tbody,
  .ubf-ugc table.ubf-ugc__table--applicationTile caption {
    display: block; }
@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile tbody,
      .ubf-ugc table.ubf-ugc__table--applicationTile caption {
        display: table-row-group; } }
.ubf-ugc table.ubf-ugc__table--applicationTile tr {
    display: block; }
@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile tr {
        display: table-row; } }
@media (min-width: 1024px) {
      html:not(.mobile) .ubf-ugc table.ubf-ugc__table--applicationTile tr:hover td, .ubf-ugc table.ubf-ugc__table--applicationTile tr:active td {
        background-color: #F0F0F0; } }
.ubf-ugc table.ubf-ugc__table--applicationTile tr.ubf-js-hidden {
      display: none; }
.ubf-ugc table.ubf-ugc__table--applicationTile tr .ubf-ugc__tableLink:not(.ubf-ugc__tableLink--mobile) {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: normal;
      display: block;
      font-weight: normal;
      text-decoration: none;
      pointer-events: none; }
html:not(.mobile) .ubf-ugc table.ubf-ugc__table--applicationTile tr .ubf-ugc__tableLink:not(.ubf-ugc__tableLink--mobile):hover, .ubf-ugc table.ubf-ugc__table--applicationTile tr .ubf-ugc__tableLink:not(.ubf-ugc__tableLink--mobile):active {
        color: inherit; }
@media (min-width: 1200px) {
        .ubf-ugc table.ubf-ugc__table--applicationTile tr .ubf-ugc__tableLink:not(.ubf-ugc__tableLink--mobile) {
          pointer-events: all; } }
.ubf-ugc table.ubf-ugc__table--applicationTile tr:last-of-type td {
    border-bottom: 1px solid #F0F0F0; }
@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile tr:last-of-type td {
        border-bottom: 0; } }
.ubf-ugc table.ubf-ugc__table--applicationTile tr:last-of-type td:last-child {
      border-bottom: 0; }
.ubf-ugc table.ubf-ugc__table--applicationTile th {
    display: none;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    white-space: nowrap; }
@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile th {
        border-bottom-color: #14f5b4;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        display: table-cell;
        vertical-align: top;
        padding: 0.5rem 2rem 0.5rem 0; }
        .ubf-body--biology .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #92b168; }
        .ubf-body--chemistry .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #a08caa; }
        .ubf-body--educational-science .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #f08c50; }
        .ubf-body--history .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #7db4be; }
        .ubf-body--public-health .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #dc5a5a; }
        .ubf-body--linguistics .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #8fa3b9; }
        .ubf-body--mathematics .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #dcaa41; }
        .ubf-body--medicine .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #145f7d; }
        .ubf-body--physics .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #649696; }
        .ubf-body--law .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #8c8c96; }
        .ubf-body--psychology .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #8c3250; }
        .ubf-body--sociology .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #bfd02f; }
        .ubf-body--technology .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #558ca0; }
        .ubf-body--economics .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #74799b; }
        .ubf-body--library .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #008965; } }
@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile th:last-child {
        padding-right: 0; } }
.ubf-ugc table.ubf-ugc__table--applicationTile th.ubf-ugc__mobileCell {
      display: none; }
.ubf-ugc table.ubf-ugc__table--applicationTile td {
    border-bottom: 1px solid #F0F0F0;
    display: block;
    font-weight: normal;
    padding: 1rem 0;
    text-align: left; }
@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile td {
        border-bottom: 1px solid #F0F0F0;
        display: table-cell;
        padding: 0.5rem 2rem 0.5rem 0;
        vertical-align: top; } }
.ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
      border-bottom-color: #14f5b4;
      border-bottom-width: 2px;
      border-bottom-style: solid; }
.ubf-body--biology .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #92b168; }
.ubf-body--chemistry .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #a08caa; }
.ubf-body--educational-science .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #f08c50; }
.ubf-body--history .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #7db4be; }
.ubf-body--public-health .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #dc5a5a; }
.ubf-body--linguistics .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #8fa3b9; }
.ubf-body--mathematics .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #dcaa41; }
.ubf-body--medicine .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #145f7d; }
.ubf-body--physics .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #649696; }
.ubf-body--law .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #8c8c96; }
.ubf-body--psychology .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #8c3250; }
.ubf-body--sociology .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #bfd02f; }
.ubf-body--technology .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #558ca0; }
.ubf-body--economics .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #74799b; }
.ubf-body--library .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #008965; }
@media (min-width: 1200px) {
        .ubf-body .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
          border-bottom: 1px solid #F0F0F0;
          padding-right: 0; } }
.ubf-ugc table.ubf-ugc__table--applicationTile td.ubf-ugc__mobileCell {
      display: block; }
@media (min-width: 1200px) {
        .ubf-ugc table.ubf-ugc__table--applicationTile td.ubf-ugc__mobileCell {
          display: none; } }
@media (min-width: 1024px) {
  .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall) .ubf-ugc h1,
  .ubf-contentBlock--textFull .ubf-ugc h1, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h2,
  .ubf-contentBlock--textFull
  .ubf-ugc h2, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h3,
  .ubf-contentBlock--textFull
  .ubf-ugc h3, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h4,
  .ubf-contentBlock--textFull
  .ubf-ugc h4, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h5,
  .ubf-contentBlock--textFull
  .ubf-ugc h5, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h6,
  .ubf-contentBlock--textFull
  .ubf-ugc h6, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc p,
  .ubf-contentBlock--textFull
  .ubf-ugc p, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ol,
  .ubf-contentBlock--textFull
  .ubf-ugc ol, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ul,
  .ubf-contentBlock--textFull
  .ubf-ugc ul, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc dl,
  .ubf-contentBlock--textFull
  .ubf-ugc dl, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc blockquote,
  .ubf-contentBlock--textFull
  .ubf-ugc blockquote {
    max-width: calc(50% + -1rem + 0px); } }
@media (min-width: 1024px) {
  .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall) .ubf-ugc h1, .ubf-body--internal
  .ubf-contentBlock--textFull .ubf-ugc h1, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h2, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h2, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h3, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h3, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h4, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h4, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h5, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h5, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h6, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h6, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc p, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc p, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ol, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc ol, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ul, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc ul, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc dl, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc dl, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc blockquote, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc blockquote {
    max-width: calc(66.66667% + -0.66667rem + 0px); } }
@media (min-width: 1024px) {
  .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall) .ubf-ugc h1, .ubf-body--ekvv
  .ubf-contentBlock--textFull .ubf-ugc h1, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h2, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h2, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h3, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h3, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h4, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h4, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h5, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h5, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h6, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h6, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc p, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc p, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ol, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc ol, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ul, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc ul, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc dl, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc dl, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc blockquote, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc blockquote {
    max-width: ubf-ekvvMaxSize(5, 9); } }
@media (min-width: 1024px) {
  .ubf-body--ekvv .ubf-ugc h1, .ubf-body--ekvv
  .ubf-ugc h2, .ubf-body--ekvv
  .ubf-ugc h3, .ubf-body--ekvv
  .ubf-ugc h4, .ubf-body--ekvv
  .ubf-ugc h5, .ubf-body--ekvv
  .ubf-ugc h6, .ubf-body--ekvv
  .ubf-ugc p, .ubf-body--ekvv
  .ubf-ugc ol, .ubf-body--ekvv
  .ubf-ugc ul, .ubf-body--ekvv
  .ubf-ugc dl, .ubf-body--ekvv
  .ubf-ugc blockquote {
    max-width: ubf-ekvvMaxSize(5, 9); } }
.ubf-ugc * + a > figure {
  margin-top: 1em; }
.ubf-ugc * + h1,
.ubf-ugc * + h2,
.ubf-ugc * + h3,
.ubf-ugc * + h4,
.ubf-ugc * + h5,
.ubf-ugc * + h6 {
  margin-top: 3rem; }
.ubf-ugc * + table,
.ubf-ugc * + figure,
.ubf-ugc * + p,
.ubf-ugc * + ol,
.ubf-ugc * + ul,
.ubf-ugc * + dl,
.ubf-ugc dd + dd,
.ubf-ugc dt + dt {
  margin-top: 1em; }
.ubf-ugc li + li {
  margin-top: 1rem; }
.ubf-ugc dd + dt {
  border-top: 1px solid #F0F0F0;
  margin-top: 2rem;
  padding-top: 2rem; }
.ubf-rxml .ubf-ugc dd + dt {
    border-top: none; }
.ubf-ugc .ubf-ugc__dl--alternative dd + dt {
  border: none; }
.ubf-ugc .ubf-ugc__dl--alternative dt {
  font-weight: normal;
  color: #515151; }
.ubf-ugc .ubf-ugc__dl--alternative dd {
  font-weight: bold; }
.ubf-ugc .ubf-ugc__dl--borderless dd + dt {
  border: none; }
.ubf-ugc .ubf-ugc__dl--compact dd + dt,
.ubf-ugc .ubf-ugc__dl--compact dd + dd,
.ubf-ugc .ubf-ugc__dl--floating dd + dt,
.ubf-ugc .ubf-ugc__dl--floating dd + dd {
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }
.ubf-ugc .ubf-ugc__dl--alphabeticalList dd + dt {
  border-top: 1px solid #14F5B4; }
.ubf-ugc .ubf-ugc__dl--alphabeticalList dt {
  margin-bottom: 1rem; }
.ubf-ugc .ubf-ugc__dl--alphabeticalList dd:last-of-type {
  margin-bottom: 4rem; }
.ubf-ugc .ubf-ugc-dt--application + .ubf-ugc-dt--application,
.ubf-ugc .ubf-ugc-dd--application ~ .ubf-ugc-dd--application {
  display: inline; }
.ubf-ugc * + blockquote,
.ubf-ugc blockquote + * {
  margin-top: 2rem; }
.ubf-ugc * + hr,
.ubf-ugc hr + * {
  margin-top: 2rem; }
.ubf-ugc__text--helpText {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal; }
.ubf-ugc__text--date {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal; }
.ubf-ugc__text--important {
  font-weight: bold;
  color: #EF2626; }
.ubf-ugc__text--application {
  display: inline; }
h4 + .ubf-ugc__text--application + .ubf-ugc__text--application + .ubf-ugc__text--application {
  display: block;
  margin-top: 0; }
.ubf-ugc q,
.ubf-ugc blockquote {
  quotes: "Â»" "Â«" "\00AB" "\00BB"; }

/*# sourceMappingURL=skinning-non-critical.css.map */
