/** ubf - v0.3.0 - 2021-02-08 */
@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@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-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%);
*/
/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
textarea {
  resize: vertical; }
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
svg,
svg use {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
html,
body {
  margin: 0;
  padding: 0; }
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
ol {
  padding: 0; }
dl {
  margin: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }
button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0; }
p {
  margin: 0; }
label {
  font-size: inherit; }
input::-ms-clear {
  display: none; }
input:not([type=checkbox]),
label,
textarea {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0; }
input:not([type=checkbox]):invalid,
  label:invalid,
  textarea:invalid {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
figure {
  margin: 0; }
[data-type="svg"] {
  display: inline-block;
  position: relative; }
[data-type="svg"] > canvas {
    visibility: hidden;
    display: block;
    width: inherit;
    height: inherit; }
[data-type="svg"] > svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: currentColor; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  img {
    background-image: none !important; } }
@page {
  margin: 1.5cm; }
* {
  position: relative; }
.ubf-accordion {
  position: relative; }
.ubf-accordion__content {
    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-bottom: -2rem;
    left: 0;
    padding: 1rem 0 0 1rem;
    position: relative;
    right: 0;
    top: 0; }
.ubf-accordion__content > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 2rem;
      margin-bottom: 2rem; }
.ubf-accordion__contentWrapper {
    margin: 0 0 1rem 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
.ubf-accordion--boxed .ubf-accordion__contentWrapper {
      border-left-color: #14f5b4;
      border-left-style: solid;
      border-left-width: 2px; }
.ubf-body--biology .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #92b168; }
.ubf-body--chemistry .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #a08caa; }
.ubf-body--educational-science .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #f08c50; }
.ubf-body--history .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #7db4be; }
.ubf-body--public-health .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #dc5a5a; }
.ubf-body--linguistics .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #8fa3b9; }
.ubf-body--mathematics .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #dcaa41; }
.ubf-body--medicine .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #145f7d; }
.ubf-body--physics .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #649696; }
.ubf-body--law .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #8c8c96; }
.ubf-body--psychology .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #8c3250; }
.ubf-body--sociology .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #bfd02f; }
.ubf-body--technology .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #558ca0; }
.ubf-body--economics .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #74799b; }
.ubf-body--library .ubf-accordion--boxed .ubf-accordion__contentWrapper {
        border-left-color: #008965; }
.ubf-accordion__toggler {
    width: 100%; }
.ubf-accordion__togglerIcon {
    -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;
    display: inline-block;
    height: 1rem;
    line-height: 0;
    margin-right: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
.ubf-accordion--boxed .ubf-accordion__togglerIcon {
      margin-left: 0.5rem;
      margin-right: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
.ubf-accordion__togglerIcon [data-type="svg"] {
      height: 100%;
      width: auto; }
.ubf-accordion__togglerLabel {
    display: inline-block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
.ubf-accordion--boxed .ubf-accordion__togglerLabel {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
.ubf-accordion__togglerLink {
    border-color: #14f5b4;
    background-color: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: bold;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    position: relative;
    text-decoration: none; }
.ubf-body--biology .ubf-accordion__togglerLink {
      border-color: #92b168; }
.ubf-body--chemistry .ubf-accordion__togglerLink {
      border-color: #a08caa; }
.ubf-body--educational-science .ubf-accordion__togglerLink {
      border-color: #f08c50; }
.ubf-body--history .ubf-accordion__togglerLink {
      border-color: #7db4be; }
.ubf-body--public-health .ubf-accordion__togglerLink {
      border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-accordion__togglerLink {
      border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-accordion__togglerLink {
      border-color: #dcaa41; }
.ubf-body--medicine .ubf-accordion__togglerLink {
      border-color: #145f7d; }
.ubf-body--physics .ubf-accordion__togglerLink {
      border-color: #649696; }
.ubf-body--law .ubf-accordion__togglerLink {
      border-color: #8c8c96; }
.ubf-body--psychology .ubf-accordion__togglerLink {
      border-color: #8c3250; }
.ubf-body--sociology .ubf-accordion__togglerLink {
      border-color: #bfd02f; }
.ubf-body--technology .ubf-accordion__togglerLink {
      border-color: #558ca0; }
.ubf-body--economics .ubf-accordion__togglerLink {
      border-color: #74799b; }
.ubf-body--library .ubf-accordion__togglerLink {
      border-color: #008965; }
.ubf-accordion--boxed .ubf-accordion__togglerLink {
      -webkit-transition: background-color 0.4s  , border-color 0.4s  ;
      -o-transition: background-color 0.4s  , border-color 0.4s  ;
      transition: background-color 0.4s  , border-color 0.4s  ;
      border-color: transparent;
      border-style: solid;
      border-width: 0 0 0 2px;
      background-color: #F0F0F0;
      color: #515151;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0.5rem 1rem; }
.ubf-address {
  font-style: normal; }
.ubf-address__detail + .ubf-address__detail {
    margin-top: 1rem; }
* + .ubf-address__details {
    margin-top: 1rem; }
.ubf-address__detailName {
    display: inline-block;
    margin: 0; }
.ubf-address__detailName::after {
      content: ':'; }
.ubf-address__detailValue {
    display: inline-block;
    margin: 0; }
.ubf-address__image {
    position: relative; }
.ubf-address__image::before {
      content: '';
      display: block;
      padding-bottom: 100%; }
.ubf-address__info {
    border-color: #14f5b4;
    border-style: solid;
    border-width: 2px 0;
    padding: 2rem 0; }
.ubf-body--biology .ubf-address__info {
      border-color: #92b168; }
.ubf-body--chemistry .ubf-address__info {
      border-color: #a08caa; }
.ubf-body--educational-science .ubf-address__info {
      border-color: #f08c50; }
.ubf-body--history .ubf-address__info {
      border-color: #7db4be; }
.ubf-body--public-health .ubf-address__info {
      border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-address__info {
      border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-address__info {
      border-color: #dcaa41; }
.ubf-body--medicine .ubf-address__info {
      border-color: #145f7d; }
.ubf-body--physics .ubf-address__info {
      border-color: #649696; }
.ubf-body--law .ubf-address__info {
      border-color: #8c8c96; }
.ubf-body--psychology .ubf-address__info {
      border-color: #8c3250; }
.ubf-body--sociology .ubf-address__info {
      border-color: #bfd02f; }
.ubf-body--technology .ubf-address__info {
      border-color: #558ca0; }
.ubf-body--economics .ubf-address__info {
      border-color: #74799b; }
.ubf-body--library .ubf-address__info {
      border-color: #008965; }
.ubf-address__image + .ubf-address__info {
      border-top-width: 0; }
.ubf-address__name {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold; }
.ubf-address__title + .ubf-address__name {
      margin-top: 1rem; }
.ubf-address__picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.ubf-address__role {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal; }
.ubf-address__title + .ubf-address__role {
      margin-top: 1rem; }
.ubf-address__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }
.ubf-body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000000;
  font-family: "Lelo", sans-serif;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll; }
.ubf-body__footer {
    display: none; }
.ubf-body__mainMenu {
    display: none; }
.ubf-body__modal {
    display: none; }
.ubf-body--ekvv {
    background-color: #F3F3F3; }
.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;
  -webkit-transition: background-color 0.2s  ;
  -o-transition: background-color 0.2s  ;
  transition: background-color 0.2s  ;
  border-width: 1px;
  border-style: solid;
  color: #000000;
  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-button--pagination {
    min-width: 4rem; }
.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--seamless:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }
.ubf-textBox .ubf-button--seamless {
      color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-button--seamless,
      .ubf-body--psychology .ubf-textBox .ubf-button--seamless {
        color: #FFFFFF; }
.ubf-button--seamless:not([disabled]):hover {
      color: #01865e; }
.ubf-body--biology .ubf-button--seamless:not([disabled]):hover {
        color: #708f4a; }
.ubf-body--chemistry .ubf-button--seamless:not([disabled]):hover {
        color: #84698d; }
.ubf-body--educational-science .ubf-button--seamless:not([disabled]):hover {
        color: #c36226; }
.ubf-body--history .ubf-button--seamless:not([disabled]):hover {
        color: #4e8f9a; }
.ubf-body--public-health .ubf-button--seamless:not([disabled]):hover {
        color: #c55757; }
.ubf-body--linguistics .ubf-button--seamless:not([disabled]):hover {
        color: #70859c; }
.ubf-body--mathematics .ubf-button--seamless:not([disabled]):hover {
        color: #b08323; }
.ubf-body--medicine .ubf-button--seamless:not([disabled]):hover {
        color: #145f7d; }
.ubf-body--physics .ubf-button--seamless:not([disabled]):hover {
        color: #4b7d7d; }
.ubf-body--law .ubf-button--seamless:not([disabled]):hover {
        color: #6d6d77; }
.ubf-body--psychology .ubf-button--seamless:not([disabled]):hover {
        color: #85314a; }
.ubf-body--sociology .ubf-button--seamless:not([disabled]):hover {
        color: #a4474c; }
.ubf-body--technology .ubf-button--seamless:not([disabled]):hover {
        color: #47798c; }
.ubf-body--economics .ubf-button--seamless:not([disabled]):hover {
        color: #46506e; }
.ubf-body--library .ubf-button--seamless:not([disabled]):hover {
        color: #008965; }
.ubf-body--medicine .ubf-textBox .ubf-button--seamless:not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-button--seamless:not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-button--seamless:not([disabled]):hover {
        color: #c6bdbd; }
html:not(.mobile) .ubf-button--seamless:hover, .ubf-button--seamless:active {
      outline: 0; }
.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; }
.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; }
.ubf-button--secondary {
    background-color: transparent; }
.ubf-field--search .ubf-button {
    min-width: 16rem; }
.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-contentBlock {
  width: calc(100% - 2rem + 0px); }
.ubf-contentBlock--accordion {
    page-break-after: avoid;
    page-break-inside: avoid; }
.ubf-contentBlock--address {
    width: calc(25% - 2rem + 0px); }
.ubf-body .ubf-sidebar .ubf-contentBlock--address {
      width: calc(100% - 2rem + 0px); }
.ubf-body--generic .ubf-contentBlock--address,
    .ubf-body--internal .ubf-contentBlock--address {
      width: calc(33.33333% - 2rem + 0px); }
.ubf-contentBlock--calendar {
    display: none; }
.ubf-contentBlock--events {
    width: calc(50% - 2rem + 0px); }
.ubf-body .ubf-sidebar .ubf-contentBlock--events {
      width: calc(100% - 2rem + 0px); }
.ubf-body--generic .ubf-contentBlock--events,
    .ubf-body--internal .ubf-contentBlock--events {
      width: calc(66.66667% - 2rem + 0px); }
.ubf-contentBlock--events + .ubf-contentBlock--events {
      margin-top: 8rem; }
.ubf-sidebar .ubf-contentBlock--events + .ubf-contentBlock--events {
        margin-top: 2rem; }
.ubf-contentBlock--eventsDetails {
    width: calc(100% - 2rem + 0px); }
.ubf-contentBlock--pagination {
    width: calc(50% - 2rem + 0px); }
.ubf-body--generic .ubf-contentBlock--pagination,
    .ubf-body--internal .ubf-contentBlock--pagination {
      width: calc(66.66667% - 2rem + 0px); }
* + .ubf-contentBlock--pagination {
      margin-top: 4rem; }
.ubf-contentBlock--searchResults {
    width: calc(50% - 2rem + 0px); }
.ubf-body--generic .ubf-contentBlock--searchResults,
    .ubf-body--internal .ubf-contentBlock--searchResults {
      width: calc(66.66667% - 2rem + 0px); }
.ubf-contentBlock--sidebar {
    width: calc(25% - 2rem + 0px); }
.ubf-body--generic .ubf-contentBlock--sidebar,
    .ubf-body--internal .ubf-contentBlock--sidebar {
      width: calc(33.33333% - 2rem + 0px); }
.ubf-section--cover .ubf-contentBlock--slideshow {
    width: 100%; }
.ubf-contentBlock--text {
    width: calc(100% - 2rem + 0px); }
.ubf-body .ubf-sidebar .ubf-contentBlock--text {
      width: calc(100% - 2rem + 0px); }
.ubf-body .ubf-sidebar .ubf-contentBlock--textBox {
    width: calc(100% - 2rem + 0px); }
.ubf-section:not(.ubf-section--cover) .ubf-section__content > .ubf-contentBlock--textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(41.66667% - 2rem + 0px); }
.ubf-section:not(.ubf-section--cover) .ubf-section__content > .ubf-contentBlock--textBox::before {
      content: '';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-bottom: 100%;
      width: 0; }
.ubf-section:not(.ubf-section--cover) .ubf-section__content > .ubf-contentBlock--textBox > :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }
.ubf-contentBlock--video {
    width: calc(75% - 2rem + 0px); }
.ubf-body--generic .ubf-contentBlock--video,
    .ubf-body--internal .ubf-contentBlock--video {
      width: calc(100% - 2rem + 0px); }
.ubf-contentBlock--video.ubf-contentBlock--videoSmall {
      width: calc(50% - 2rem + 0px); }
.ubf-body--generic .ubf-contentBlock--video.ubf-contentBlock--videoSmall,
      .ubf-body--internal .ubf-contentBlock--video.ubf-contentBlock--videoSmall {
        width: calc(66.66667% - 2rem + 0px); }
.ubf-contentBlock__eventsDetails {
    min-height: 100%; }
.ubf-contentBlock__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 2rem;
    position: relative;
    page-break-after: avoid;
    page-break-inside: avoid; }
.ubf-contentBlock + .ubf-contentBlock .ubf-contentBlock__title {
      margin-top: 4rem; }
.ubf-sidebar .ubf-contentBlock + .ubf-contentBlock .ubf-contentBlock__title {
        margin-top: 0; }
.ubf-contentBlock__title:last-child {
      margin-bottom: 0; }
.ubf-dayEvent {
  background-color: #FFFFFF; }
.ubf-accordion .ubf-dayEvent {
    background-color: #D8D8D8; }
.ubf-dayEvent__content {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    padding: 1rem;
    position: relative;
    width: 100% !important; }
.ubf-dayEvent__content--full {
      display: none; }
.ubf-dayEvent__icon {
    display: none; }
.ubf-dayEvent__info {
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    margin-right: 2rem; }
.ubf-dayEvent__title + .ubf-dayEvent__info {
      margin-top: 1rem; }
.ubf-dayEvent__link {
    color: inherit;
    text-decoration: none; }
.ubf-dayEvent__link::before {
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
.ubf-dayEvent__removeLink {
    display: none; }
.ubf-dayEvent__title {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    font-weight: bold;
    padding-right: 2rem; }
.ubf-event__title + .ubf-event__content {
  margin-top: 2rem; }
.ubf-sidebar .ubf-event__title + .ubf-event__content {
    margin-top: 1rem; }
.ubf-event__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }
.ubf-sidebar .ubf-event__title {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold; }
.ubf-sidebar .ubf-events {
  border-bottom-color: #14f5b4;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 2rem; }
.ubf-body--biology .ubf-sidebar .ubf-events {
    border-bottom-color: #92b168; }
.ubf-body--chemistry .ubf-sidebar .ubf-events {
    border-bottom-color: #a08caa; }
.ubf-body--educational-science .ubf-sidebar .ubf-events {
    border-bottom-color: #f08c50; }
.ubf-body--history .ubf-sidebar .ubf-events {
    border-bottom-color: #7db4be; }
.ubf-body--public-health .ubf-sidebar .ubf-events {
    border-bottom-color: #dc5a5a; }
.ubf-body--linguistics .ubf-sidebar .ubf-events {
    border-bottom-color: #8fa3b9; }
.ubf-body--mathematics .ubf-sidebar .ubf-events {
    border-bottom-color: #dcaa41; }
.ubf-body--medicine .ubf-sidebar .ubf-events {
    border-bottom-color: #145f7d; }
.ubf-body--physics .ubf-sidebar .ubf-events {
    border-bottom-color: #649696; }
.ubf-body--law .ubf-sidebar .ubf-events {
    border-bottom-color: #8c8c96; }
.ubf-body--psychology .ubf-sidebar .ubf-events {
    border-bottom-color: #8c3250; }
.ubf-body--sociology .ubf-sidebar .ubf-events {
    border-bottom-color: #bfd02f; }
.ubf-body--technology .ubf-sidebar .ubf-events {
    border-bottom-color: #558ca0; }
.ubf-body--economics .ubf-sidebar .ubf-events {
    border-bottom-color: #74799b; }
.ubf-body--library .ubf-sidebar .ubf-events {
    border-bottom-color: #008965; }
.ubf-events__date {
  font-size: 5.5rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal; }
.ubf-sidebar .ubf-events__date {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }
.ubf-events__dayOfWeek {
  display: block; }
.ubf-events__item + .ubf-events__item {
  border-top-color: #14f5b4;
  border-top-style: solid;
  border-top-width: 2px;
  margin-top: 2rem;
  padding-top: 2rem; }
.ubf-body--biology .ubf-events__item + .ubf-events__item {
    border-top-color: #92b168; }
.ubf-body--chemistry .ubf-events__item + .ubf-events__item {
    border-top-color: #a08caa; }
.ubf-body--educational-science .ubf-events__item + .ubf-events__item {
    border-top-color: #f08c50; }
.ubf-body--history .ubf-events__item + .ubf-events__item {
    border-top-color: #7db4be; }
.ubf-body--public-health .ubf-events__item + .ubf-events__item {
    border-top-color: #dc5a5a; }
.ubf-body--linguistics .ubf-events__item + .ubf-events__item {
    border-top-color: #8fa3b9; }
.ubf-body--mathematics .ubf-events__item + .ubf-events__item {
    border-top-color: #dcaa41; }
.ubf-body--medicine .ubf-events__item + .ubf-events__item {
    border-top-color: #145f7d; }
.ubf-body--physics .ubf-events__item + .ubf-events__item {
    border-top-color: #649696; }
.ubf-body--law .ubf-events__item + .ubf-events__item {
    border-top-color: #8c8c96; }
.ubf-body--psychology .ubf-events__item + .ubf-events__item {
    border-top-color: #8c3250; }
.ubf-body--sociology .ubf-events__item + .ubf-events__item {
    border-top-color: #bfd02f; }
.ubf-body--technology .ubf-events__item + .ubf-events__item {
    border-top-color: #558ca0; }
.ubf-body--economics .ubf-events__item + .ubf-events__item {
    border-top-color: #74799b; }
.ubf-body--library .ubf-events__item + .ubf-events__item {
    border-top-color: #008965; }
.ubf-sidebar .ubf-events__item + .ubf-events__item {
    border-top: 0;
    padding-top: 0; }
.ubf-events__date + .ubf-events__items {
  margin-top: 4rem; }
.ubf-sidebar .ubf-events__date + .ubf-events__items {
    margin-top: 2rem; }
.ubf-eventsDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.ubf-eventsDetails__dayOfWeek {
    display: block; }
* + .ubf-eventsDetails__excerpts {
    margin-top: 2rem; }
.ubf-eventsDetails__title {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.ubf-body--home .ubf-eventsDetails__title {
      font-size: 5.5rem;
      line-height: 1.2;
      font-weight: bold;
      font-style: normal; }
.ubf-excerpt {
  position: relative; }
.ubf-excerpt__text {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal; }
* + .ubf-excerpt__text {
      margin-top: 1rem; }
.ubf-sidebar * + .ubf-excerpt__text {
        margin-top: 0; }
.ubf-excerpt__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    page-break-inside: avoid;
    position: relative; }
.ubf-sidebar .ubf-excerpt__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; }
.ubf-excerpts__excerpt + .ubf-excerpts__excerpt {
  margin-top: 2rem; }
.ubf-excerpts__moreLink {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block; }
.ubf-excerpts__moreLink:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
.ubf-textBox .ubf-excerpts__moreLink {
    color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-excerpts__moreLink,
    .ubf-body--psychology .ubf-textBox .ubf-excerpts__moreLink {
      color: #FFFFFF; }
.ubf-excerpts__moreLink:not([disabled]):hover {
    color: #01865e; }
.ubf-body--biology .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #708f4a; }
.ubf-body--chemistry .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #84698d; }
.ubf-body--educational-science .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #c36226; }
.ubf-body--history .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #4e8f9a; }
.ubf-body--public-health .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #c55757; }
.ubf-body--linguistics .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #70859c; }
.ubf-body--mathematics .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #b08323; }
.ubf-body--medicine .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #145f7d; }
.ubf-body--physics .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #4b7d7d; }
.ubf-body--law .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #6d6d77; }
.ubf-body--psychology .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #85314a; }
.ubf-body--sociology .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #a4474c; }
.ubf-body--technology .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #47798c; }
.ubf-body--economics .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #46506e; }
.ubf-body--library .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #008965; }
.ubf-body--medicine .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover,
    .ubf-body--psychology .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover,
    .ubf-body--history .ubf-textBox .ubf-excerpts__moreLink:not([disabled]):hover {
      color: #c6bdbd; }
* + .ubf-excerpts__moreLink {
    margin-top: 2rem; }
.ubf-field {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal; }
.ubf-field--search .ubf-field__input--text + .ubf-field__button {
    margin-left: 2rem; }
.ubf-field__content {
    margin-left: -3rem; }
.ubf-field--group > .ubf-field__content {
      margin-left: 0; }
.ubf-field__error {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    color: #FF0000; }
.ubf-field__errors {
    margin-left: 3rem;
    margin-top: 0.5rem; }
.ubf-field__field {
    width: calc(100% - 2rem + 0px); }
.ubf-field__fields--horizontal > .ubf-field__field {
      display: inline-block;
      width: auto;
      margin-left: 3rem;
      margin-top: 0; }
.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; }
.ubf-field__fields--horizontal {
      font-size: 0;
      display: block;
      margin-top: 0;
      margin-left: -3rem; }
.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--password, .ubf-field__input--text {
      border: 1px solid #515151;
      padding: 0.65rem;
      width: 100%; }
.ubf-field--invalid .ubf-field__input--password, .ubf-field--invalid .ubf-field__input--text {
        border-color: #FF0000; }
.ubf-form__field--full .ubf-field__input--password, .ubf-form__field--full .ubf-field__input--text {
        max-width: calc(75% + -0.5rem + 0px); }
.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 {
      border: 1px solid #515151;
      min-height: 12.24rem;
      padding: 1rem;
      width: 100%; }
.ubf-form__field--full .ubf-field__input--textarea {
        max-width: calc(75% + -0.5rem + 0px); }
.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--horizontal .ubf-field__inputWrapper {
      display: inline-block; }
.ubf-form__field--full.ubf-field--select .ubf-field__inputWrapper {
      max-width: calc(75% + -0.5rem + -2rem); }
.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;
      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__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-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__label--checkbox::before {
      border: 1px solid #515151;
      content: '';
      height: 2rem;
      left: -3rem;
      position: absolute;
      top: 1rem;
      vertical-align: middle;
      width: 2rem; }
.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 .ubf-field__label--checkbox::after {
        background-color: #92b168; }
.ubf-body--chemistry .ubf-field__label--checkbox::after {
        background-color: #a08caa; }
.ubf-body--educational-science .ubf-field__label--checkbox::after {
        background-color: #f08c50; }
.ubf-body--history .ubf-field__label--checkbox::after {
        background-color: #7db4be; }
.ubf-body--public-health .ubf-field__label--checkbox::after {
        background-color: #dc5a5a; }
.ubf-body--linguistics .ubf-field__label--checkbox::after {
        background-color: #8fa3b9; }
.ubf-body--mathematics .ubf-field__label--checkbox::after {
        background-color: #dcaa41; }
.ubf-body--medicine .ubf-field__label--checkbox::after {
        background-color: #145f7d; }
.ubf-body--physics .ubf-field__label--checkbox::after {
        background-color: #649696; }
.ubf-body--law .ubf-field__label--checkbox::after {
        background-color: #8c8c96; }
.ubf-body--psychology .ubf-field__label--checkbox::after {
        background-color: #8c3250; }
.ubf-body--sociology .ubf-field__label--checkbox::after {
        background-color: #bfd02f; }
.ubf-body--technology .ubf-field__label--checkbox::after {
        background-color: #558ca0; }
.ubf-body--economics .ubf-field__label--checkbox::after {
        background-color: #74799b; }
.ubf-body--library .ubf-field__label--checkbox::after {
        background-color: #008965; }
input:checked + .ubf-field__label--checkbox::after {
        opacity: 1; }
input:focus + .ubf-field__label--checkbox {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }
.ubf-body--biology input:focus + .ubf-field__label--checkbox {
        outline-color: #92b168; }
.ubf-body--chemistry input:focus + .ubf-field__label--checkbox {
        outline-color: #a08caa; }
.ubf-body--educational-science input:focus + .ubf-field__label--checkbox {
        outline-color: #f08c50; }
.ubf-body--history input:focus + .ubf-field__label--checkbox {
        outline-color: #7db4be; }
.ubf-body--public-health input:focus + .ubf-field__label--checkbox {
        outline-color: #dc5a5a; }
.ubf-body--linguistics input:focus + .ubf-field__label--checkbox {
        outline-color: #8fa3b9; }
.ubf-body--mathematics input:focus + .ubf-field__label--checkbox {
        outline-color: #dcaa41; }
.ubf-body--medicine input:focus + .ubf-field__label--checkbox {
        outline-color: #145f7d; }
.ubf-body--physics input:focus + .ubf-field__label--checkbox {
        outline-color: #649696; }
.ubf-body--law input:focus + .ubf-field__label--checkbox {
        outline-color: #8c8c96; }
.ubf-body--psychology input:focus + .ubf-field__label--checkbox {
        outline-color: #8c3250; }
.ubf-body--sociology input:focus + .ubf-field__label--checkbox {
        outline-color: #bfd02f; }
.ubf-body--technology input:focus + .ubf-field__label--checkbox {
        outline-color: #558ca0; }
.ubf-body--economics input:focus + .ubf-field__label--checkbox {
        outline-color: #74799b; }
.ubf-body--library input:focus + .ubf-field__label--checkbox {
        outline-color: #008965; }
.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; }
.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 .ubf-field__label--radio::after {
        background-color: #92b168; }
.ubf-body--chemistry .ubf-field__label--radio::after {
        background-color: #a08caa; }
.ubf-body--educational-science .ubf-field__label--radio::after {
        background-color: #f08c50; }
.ubf-body--history .ubf-field__label--radio::after {
        background-color: #7db4be; }
.ubf-body--public-health .ubf-field__label--radio::after {
        background-color: #dc5a5a; }
.ubf-body--linguistics .ubf-field__label--radio::after {
        background-color: #8fa3b9; }
.ubf-body--mathematics .ubf-field__label--radio::after {
        background-color: #dcaa41; }
.ubf-body--medicine .ubf-field__label--radio::after {
        background-color: #145f7d; }
.ubf-body--physics .ubf-field__label--radio::after {
        background-color: #649696; }
.ubf-body--law .ubf-field__label--radio::after {
        background-color: #8c8c96; }
.ubf-body--psychology .ubf-field__label--radio::after {
        background-color: #8c3250; }
.ubf-body--sociology .ubf-field__label--radio::after {
        background-color: #bfd02f; }
.ubf-body--technology .ubf-field__label--radio::after {
        background-color: #558ca0; }
.ubf-body--economics .ubf-field__label--radio::after {
        background-color: #74799b; }
.ubf-body--library .ubf-field__label--radio::after {
        background-color: #008965; }
input:checked + .ubf-field__label--radio::after {
        opacity: 1; }
input:focus + .ubf-field__label--radio {
      outline-color: #14f5b4;
      outline-width: 1px;
      outline-style: solid; }
.ubf-body--biology input:focus + .ubf-field__label--radio {
        outline-color: #92b168; }
.ubf-body--chemistry input:focus + .ubf-field__label--radio {
        outline-color: #a08caa; }
.ubf-body--educational-science input:focus + .ubf-field__label--radio {
        outline-color: #f08c50; }
.ubf-body--history input:focus + .ubf-field__label--radio {
        outline-color: #7db4be; }
.ubf-body--public-health input:focus + .ubf-field__label--radio {
        outline-color: #dc5a5a; }
.ubf-body--linguistics input:focus + .ubf-field__label--radio {
        outline-color: #8fa3b9; }
.ubf-body--mathematics input:focus + .ubf-field__label--radio {
        outline-color: #dcaa41; }
.ubf-body--medicine input:focus + .ubf-field__label--radio {
        outline-color: #145f7d; }
.ubf-body--physics input:focus + .ubf-field__label--radio {
        outline-color: #649696; }
.ubf-body--law input:focus + .ubf-field__label--radio {
        outline-color: #8c8c96; }
.ubf-body--psychology input:focus + .ubf-field__label--radio {
        outline-color: #8c3250; }
.ubf-body--sociology input:focus + .ubf-field__label--radio {
        outline-color: #bfd02f; }
.ubf-body--technology input:focus + .ubf-field__label--radio {
        outline-color: #558ca0; }
.ubf-body--economics input:focus + .ubf-field__label--radio {
        outline-color: #74799b; }
.ubf-body--library input:focus + .ubf-field__label--radio {
        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; }
.ubf-field__label--radioText {
      padding: 0.4rem 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.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-form__button {
  margin-left: 2rem; }
.ubf-form--login .ubf-form__button:last-child {
    margin-top: 2rem; }
.ubf-form__buttons {
  font-size: 0;
  margin-left: -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(44.44444% - 2rem + 0px); }
.ubf-form__field--full {
    width: calc(88.88889% - 2rem + 0px); }
.ubf-form .ubf-form__field--alone {
    margin-right: calc(55.55556% ); }
.ubf-form__separator + .ubf-form__field {
    margin-top: 4rem; }
.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__separator {
  border-top-color: #14f5b4;
  border-width: 0;
  border-top-width: 2px;
  border-top-style: solid;
  height: 0;
  margin-bottom: 0;
  display: block;
  width: 100%; }
.ubf-body--biology .ubf-form__separator {
    border-top-color: #92b168; }
.ubf-body--chemistry .ubf-form__separator {
    border-top-color: #a08caa; }
.ubf-body--educational-science .ubf-form__separator {
    border-top-color: #f08c50; }
.ubf-body--history .ubf-form__separator {
    border-top-color: #7db4be; }
.ubf-body--public-health .ubf-form__separator {
    border-top-color: #dc5a5a; }
.ubf-body--linguistics .ubf-form__separator {
    border-top-color: #8fa3b9; }
.ubf-body--mathematics .ubf-form__separator {
    border-top-color: #dcaa41; }
.ubf-body--medicine .ubf-form__separator {
    border-top-color: #145f7d; }
.ubf-body--physics .ubf-form__separator {
    border-top-color: #649696; }
.ubf-body--law .ubf-form__separator {
    border-top-color: #8c8c96; }
.ubf-body--psychology .ubf-form__separator {
    border-top-color: #8c3250; }
.ubf-body--sociology .ubf-form__separator {
    border-top-color: #bfd02f; }
.ubf-body--technology .ubf-form__separator {
    border-top-color: #558ca0; }
.ubf-body--economics .ubf-form__separator {
    border-top-color: #74799b; }
.ubf-body--library .ubf-form__separator {
    border-top-color: #008965; }
.ubf-form__fields .ubf-form__separator {
    width: calc(100% - 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-gallery {
  position: relative; }
.ubf-gallery__item {
    width: calc(33.33333% - 2rem + 0px); }
.ubf-gallery__items {
    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-right: -2rem;
    margin-top: -4rem;
    margin-bottom: 2rem; }
.ubf-gallery__items > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 2rem;
      margin-top: 4rem; }
.ubf-gallery__slideshow {
    display: none; }
.ubf-galleryItem__caption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1rem 0 0 0;
  text-align: right; }
.ubf-galleryItem__image {
  position: relative; }
.ubf-galleryItem__image::before {
    content: '';
    display: block;
    padding-bottom: 100%; }
.ubf-galleryItem__link {
  color: currentColor;
  display: block;
  text-decoration: none;
  pointer-events: none; }
.ubf-galleryItem__picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
.ubf-header {
  position: relative;
  height: 18.2rem; }
.ubf-header__facultyName {
    z-index: 3; }
.ubf-header__facultySvg {
    height: 4.7rem;
    left: 6rem;
    width: auto;
    top: 7rem;
    margin-top: -2px;
    position: absolute; }
.ubf-header__campaignSvg {
    left: 18rem;
    width: auto;
    top: 4.2rem;
    height: 1.3rem;
    position: absolute; }
.ubf-header__logo {
    z-index: 10; }
.ubf-header__logo::before {
      height: 1rem;
      left: 0;
      width: 4.5rem;
      top: 7rem;
      background-color: #14f5b4;
      content: '';
      display: none;
      position: absolute; }
.ubf-body--biology .ubf-header__logo::before {
        background-color: #92b168; }
.ubf-body--chemistry .ubf-header__logo::before {
        background-color: #a08caa; }
.ubf-body--educational-science .ubf-header__logo::before {
        background-color: #f08c50; }
.ubf-body--history .ubf-header__logo::before {
        background-color: #7db4be; }
.ubf-body--public-health .ubf-header__logo::before {
        background-color: #dc5a5a; }
.ubf-body--linguistics .ubf-header__logo::before {
        background-color: #8fa3b9; }
.ubf-body--mathematics .ubf-header__logo::before {
        background-color: #dcaa41; }
.ubf-body--medicine .ubf-header__logo::before {
        background-color: #145f7d; }
.ubf-body--physics .ubf-header__logo::before {
        background-color: #649696; }
.ubf-body--law .ubf-header__logo::before {
        background-color: #8c8c96; }
.ubf-body--psychology .ubf-header__logo::before {
        background-color: #8c3250; }
.ubf-body--sociology .ubf-header__logo::before {
        background-color: #bfd02f; }
.ubf-body--technology .ubf-header__logo::before {
        background-color: #558ca0; }
.ubf-body--economics .ubf-header__logo::before {
        background-color: #74799b; }
.ubf-body--library .ubf-header__logo::before {
        background-color: #008965; }
.ubf-body--faculty .ubf-header__logo::before {
        display: block; }
.ubf-header__logoSvg {
    height: 4.5rem;
    left: 0;
    width: 4.5rem;
    top: 1rem;
    color: #000000;
    position: absolute; }
.ubf-header__mainMenuToggler {
    display: none; }
.ubf-header__name {
    z-index: 2; }
.ubf-header__nameSvg {
    height: 4.2rem;
    left: 6rem;
    width: auto;
    top: 1.3rem;
    margin-top: 1px;
    color: #000000;
    position: absolute; }
.ubf-highlights {
  position: relative; }
.ubf-highlights__item {
    position: relative;
    display: none; }
.ubf-highlights__item--news {
      display: block; }
.ubf-html {
  background-color: #FFFFFF;
  font-size: 62.5%; }
.ubf-page {
  position: relative; }
.ubf-page__secondaryMenu {
    display: none; }
.ubf-page__section {
    position: relative; }
.ubf-page__section + .ubf-page__section {
      margin-top: 6rem; }
.ubf-page__separator {
    border-top-color: #14f5b4;
    border-width: 0;
    border-top-width: 2px;
    border-top-style: solid;
    height: 0;
    margin-bottom: 6rem;
    margin-top: 6rem;
    position: relative;
    width: 100%; }
.ubf-body--biology .ubf-page__separator {
      border-top-color: #92b168; }
.ubf-body--chemistry .ubf-page__separator {
      border-top-color: #a08caa; }
.ubf-body--educational-science .ubf-page__separator {
      border-top-color: #f08c50; }
.ubf-body--history .ubf-page__separator {
      border-top-color: #7db4be; }
.ubf-body--public-health .ubf-page__separator {
      border-top-color: #dc5a5a; }
.ubf-body--linguistics .ubf-page__separator {
      border-top-color: #8fa3b9; }
.ubf-body--mathematics .ubf-page__separator {
      border-top-color: #dcaa41; }
.ubf-body--medicine .ubf-page__separator {
      border-top-color: #145f7d; }
.ubf-body--physics .ubf-page__separator {
      border-top-color: #649696; }
.ubf-body--law .ubf-page__separator {
      border-top-color: #8c8c96; }
.ubf-body--psychology .ubf-page__separator {
      border-top-color: #8c3250; }
.ubf-body--sociology .ubf-page__separator {
      border-top-color: #bfd02f; }
.ubf-body--technology .ubf-page__separator {
      border-top-color: #558ca0; }
.ubf-body--economics .ubf-page__separator {
      border-top-color: #74799b; }
.ubf-body--library .ubf-page__separator {
      border-top-color: #008965; }
.ubf-page__separator:first-child {
      margin-top: 0; }
.ubf-page__separator:last-child {
      margin-bottom: 0; }
.ubf-pagination__item + .ubf-pagination__item {
  margin-left: 2rem; }
.ubf-pagination__items {
  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: center;
      -ms-flex-pack: center;
          justify-content: center; }
.ubf-picture {
  display: block;
  page-break-inside: avoid; }
.ubf-picture.ubf-preview__picture {
    margin-bottom: 2rem;
    position: relative; }
.ubf-section--cover .ubf-picture {
    display: none; }
.ubf-picture__caption {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    background-color: #FFFFFF;
    padding-right: 1px;
    padding-top: 0.5rem;
    page-break-inside: avoid;
    text-align: right; }
.ubf-preview__picture .ubf-picture__caption {
      height: 2rem;
      left: 0;
      margin: 0;
      position: absolute;
      top: 100%;
      width: 100%; }
.ubf-picture__img {
    max-width: 100%;
    position: relative;
    page-break-inside: avoid; }
.ubf-address .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%;
      width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-address .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }
.ubf-preview .ubf-picture__img {
      width: 100%; }
.ubf-galleryItem .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%";
      height: 100%;
      width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-galleryItem .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }
.ubf-slideshow .ubf-picture__img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 50% 0%;
         object-position: 50% 0%;
      font-family: "object-fit: contain; object-position: 50% 0%";
      height: 100%;
      width: 100%; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-slideshow .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: contain;
          background-position: 50% 0%; } }
.ubf-preview {
  page-break-inside: avoid;
  position: relative; }
.ubf-preview__picture {
    page-break-inside: avoid;
    position: relative;
    width: 100%; }
.ubf-preview__summary {
    border-color: #14f5b4;
    border-style: solid;
    border-width: 2px 0 0 0;
    padding: 2rem 0; }
.ubf-body--biology .ubf-preview__summary {
      border-color: #92b168; }
.ubf-body--chemistry .ubf-preview__summary {
      border-color: #a08caa; }
.ubf-body--educational-science .ubf-preview__summary {
      border-color: #f08c50; }
.ubf-body--history .ubf-preview__summary {
      border-color: #7db4be; }
.ubf-body--public-health .ubf-preview__summary {
      border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-preview__summary {
      border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-preview__summary {
      border-color: #dcaa41; }
.ubf-body--medicine .ubf-preview__summary {
      border-color: #145f7d; }
.ubf-body--physics .ubf-preview__summary {
      border-color: #649696; }
.ubf-body--law .ubf-preview__summary {
      border-color: #8c8c96; }
.ubf-body--psychology .ubf-preview__summary {
      border-color: #8c3250; }
.ubf-body--sociology .ubf-preview__summary {
      border-color: #bfd02f; }
.ubf-body--technology .ubf-preview__summary {
      border-color: #558ca0; }
.ubf-body--economics .ubf-preview__summary {
      border-color: #74799b; }
.ubf-body--library .ubf-preview__summary {
      border-color: #008965; }
.ubf-preview__summary:last-child {
      border-bottom-width: 2px; }
.ubf-preview__visual + .ubf-preview__summary {
      border-top-width: 0; }
.ubf-body:not(.ubf-body--generic):not(.ubf-body--internal) .ubf-preview__summary {
      border-width: 0; }
.ubf-sidebar .ubf-contentBlock--preview:not(:first-child) .ubf-preview__summary {
      border-top: 0; }
.ubf-sidebar .ubf-contentBlock--preview:not(:first-child) .ubf-preview__summary:first-child {
        padding-top: 0; }
.ubf-preview__text {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal; }
.ubf-preview__title + .ubf-preview__text {
      margin-top: 1rem; }
.ubf-preview__thumbLink {
    display: block;
    color: currentColor; }
.ubf-preview__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }
.ubf-sidebar .ubf-preview__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; }
.ubf-preview__summary + .ubf-preview__visual {
    border-bottom-color: #14f5b4;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 2rem; }
.ubf-body--biology .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #92b168; }
.ubf-body--chemistry .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #a08caa; }
.ubf-body--educational-science .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #f08c50; }
.ubf-body--history .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #7db4be; }
.ubf-body--public-health .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #dc5a5a; }
.ubf-body--linguistics .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #8fa3b9; }
.ubf-body--mathematics .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #dcaa41; }
.ubf-body--medicine .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #145f7d; }
.ubf-body--physics .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #649696; }
.ubf-body--law .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #8c8c96; }
.ubf-body--psychology .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #8c3250; }
.ubf-body--sociology .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #bfd02f; }
.ubf-body--technology .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #558ca0; }
.ubf-body--economics .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #74799b; }
.ubf-body--library .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-color: #008965; }
.ubf-body:not(.ubf-body--generic):not(.ubf-body--internal) .ubf-preview__summary + .ubf-preview__visual {
      border-bottom-width: 0;
      padding-bottom: 0; }
.ubf-previews {
  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-right: -2rem;
  margin-top: -2rem;
  position: relative; }
.ubf-previews > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2rem;
    margin-top: 2rem; }
.ubf-previews__preview {
    width: calc(33.33333% - 2rem + 0px); }
.ubf-scrollToTop {
  display: none; }
.ubf-searchResults__item + .ubf-searchResults__item {
  border-top-color: #14f5b4;
  border-top-style: solid;
  border-top-width: 2px;
  margin-top: 2rem;
  padding-top: 2rem; }
.ubf-body--biology .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #92b168; }
.ubf-body--chemistry .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #a08caa; }
.ubf-body--educational-science .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #f08c50; }
.ubf-body--history .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #7db4be; }
.ubf-body--public-health .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #dc5a5a; }
.ubf-body--linguistics .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #8fa3b9; }
.ubf-body--mathematics .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #dcaa41; }
.ubf-body--medicine .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #145f7d; }
.ubf-body--physics .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #649696; }
.ubf-body--law .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #8c8c96; }
.ubf-body--psychology .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #8c3250; }
.ubf-body--sociology .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #bfd02f; }
.ubf-body--technology .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #558ca0; }
.ubf-body--economics .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #74799b; }
.ubf-body--library .ubf-searchResults__item + .ubf-searchResults__item {
    border-top-color: #008965; }
.ubf-searchResults__itemInfo {
  color: #515151; }
.ubf-section {
  position: relative; }
.ubf-section__bg {
    display: none; }
.ubf-section__content {
    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-bottom: -2rem;
    position: relative; }
.ubf-section__content > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 2rem;
      margin-bottom: 2rem; }
.ubf-section__title + .ubf-section__content {
      margin-top: 3rem; }
.ubf-section__picture {
    display: none; }
.ubf-section__separator {
    border-top-color: #14f5b4;
    border-width: 0;
    border-top-width: 2px;
    border-top-style: solid;
    height: 0;
    margin-bottom: 4rem;
    margin-top: 4rem;
    width: 100%; }
.ubf-body--biology .ubf-section__separator {
      border-top-color: #92b168; }
.ubf-body--chemistry .ubf-section__separator {
      border-top-color: #a08caa; }
.ubf-body--educational-science .ubf-section__separator {
      border-top-color: #f08c50; }
.ubf-body--history .ubf-section__separator {
      border-top-color: #7db4be; }
.ubf-body--public-health .ubf-section__separator {
      border-top-color: #dc5a5a; }
.ubf-body--linguistics .ubf-section__separator {
      border-top-color: #8fa3b9; }
.ubf-body--mathematics .ubf-section__separator {
      border-top-color: #dcaa41; }
.ubf-body--medicine .ubf-section__separator {
      border-top-color: #145f7d; }
.ubf-body--physics .ubf-section__separator {
      border-top-color: #649696; }
.ubf-body--law .ubf-section__separator {
      border-top-color: #8c8c96; }
.ubf-body--psychology .ubf-section__separator {
      border-top-color: #8c3250; }
.ubf-body--sociology .ubf-section__separator {
      border-top-color: #bfd02f; }
.ubf-body--technology .ubf-section__separator {
      border-top-color: #558ca0; }
.ubf-body--economics .ubf-section__separator {
      border-top-color: #74799b; }
.ubf-body--library .ubf-section__separator {
      border-top-color: #008965; }
.ubf-section__separator:first-child {
      margin-top: 0; }
.ubf-section__separator:last-child {
      margin-bottom: 0; }
.ubf-section__title {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    page-break-inside: avoid;
    position: relative; }
.ubf-body--home .ubf-section__title {
      font-size: 5.5rem;
      line-height: 1.2;
      font-weight: bold;
      font-style: normal; }
.ubf-sidebar {
  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-bottom: -2rem;
  position: relative; }
.ubf-sidebar > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 2rem;
    margin-bottom: 2rem; }
.ubf-slide__caption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  left: 0;
  padding: 1rem 0 0 0;
  position: absolute;
  text-align: right;
  top: 100%;
  width: 100%; }
.ubf-slide__content {
  position: relative; }
.ubf-slide__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
.ubf-section--cover .ubf-slide__image {
    display: none; }
.ubf-slide__picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
.ubf-slideshow {
  position: relative; }
.ubf-modal .ubf-slideshow {
    display: none; }
.ubf-slideshow__navigation {
    display: none; }
.ubf-slideshow__slide {
    display: none; }
.ubf-section:not(.ubf-section--cover) .ubf-slideshow__slide {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
.ubf-slideshow__slide:first-child {
      display: block; }
.ubf-slideshow__slides {
    position: relative;
    margin-bottom: 3rem; }
.ubf-section:not(.ubf-section--cover) .ubf-slideshow__slides::before {
      content: '';
      display: block;
      padding-bottom: 66.66667%; }
.ubf-social {
  display: none; }
.ubf-tabs {
  border-color: #14f5b4;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  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;
  overflow: hidden;
  padding-bottom: 2rem;
  border-style: solid;
  border-width: 0 0 2px 0; }
.ubf-body--biology .ubf-tabs {
    border-color: #92b168; }
.ubf-body--chemistry .ubf-tabs {
    border-color: #a08caa; }
.ubf-body--educational-science .ubf-tabs {
    border-color: #f08c50; }
.ubf-body--history .ubf-tabs {
    border-color: #7db4be; }
.ubf-body--public-health .ubf-tabs {
    border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-tabs {
    border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-tabs {
    border-color: #dcaa41; }
.ubf-body--medicine .ubf-tabs {
    border-color: #145f7d; }
.ubf-body--physics .ubf-tabs {
    border-color: #649696; }
.ubf-body--law .ubf-tabs {
    border-color: #8c8c96; }
.ubf-body--psychology .ubf-tabs {
    border-color: #8c3250; }
.ubf-body--sociology .ubf-tabs {
    border-color: #bfd02f; }
.ubf-body--technology .ubf-tabs {
    border-color: #558ca0; }
.ubf-body--economics .ubf-tabs {
    border-color: #74799b; }
.ubf-body--library .ubf-tabs {
    border-color: #008965; }
.ubf-tabs__content {
    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-bottom: -2rem;
    -webkit-transition: opacity 0.4s  ;
    -o-transition: opacity 0.4s  ;
    transition: opacity 0.4s  ;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    padding: 0; }
.ubf-tabs__content > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 2rem;
      margin-bottom: 2rem; }
.ubf-tabs__contentWrapper:not(.ubf-js-selected) .ubf-tabs__content {
      display: none; }
.ubf-tabs__contentWrapper {
    border: 0;
    margin: 0;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    position: relative;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    z-index: 1; }
html.js .ubf-tabs__contentWrapper.ubf-js-selected {
      -webkit-box-ordinal-group: 21;
          -ms-flex-order: 20;
              order: 20;
      z-index: 20; }
.ubf-tabs__tab {
    margin-bottom: 2rem;
    margin-right: 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(22.22222% + -1.55556rem + 0px); }
.ubf-tabs__tabIcon {
    display: none; }
.ubf-tabs__tabLabel {
    display: inline-block; }
.ubf-tabs__tabLink {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F0F0F0;
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 2px 0;
    color: #515151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none; }
.ubf-tabs__tabLink.ubf-js-toggled {
      border-color: #14f5b4;
      background-color: transparent; }
.ubf-body--biology .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #92b168; }
.ubf-body--chemistry .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #a08caa; }
.ubf-body--educational-science .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #f08c50; }
.ubf-body--history .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #7db4be; }
.ubf-body--public-health .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #dcaa41; }
.ubf-body--medicine .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #145f7d; }
.ubf-body--physics .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #649696; }
.ubf-body--law .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #8c8c96; }
.ubf-body--psychology .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #8c3250; }
.ubf-body--sociology .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #bfd02f; }
.ubf-body--technology .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #558ca0; }
.ubf-body--economics .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #74799b; }
.ubf-body--library .ubf-tabs__tabLink.ubf-js-toggled {
        border-color: #008965; }
.ubf-tabs__tabLink.ubf-js-selected {
      border-top-color: #14f5b4;
      border-bottom-color: transparent;
      background-color: transparent; }
.ubf-body--biology .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #92b168; }
.ubf-body--chemistry .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #a08caa; }
.ubf-body--educational-science .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #f08c50; }
.ubf-body--history .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #7db4be; }
.ubf-body--public-health .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #dc5a5a; }
.ubf-body--linguistics .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #8fa3b9; }
.ubf-body--mathematics .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #dcaa41; }
.ubf-body--medicine .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #145f7d; }
.ubf-body--physics .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #649696; }
.ubf-body--law .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #8c8c96; }
.ubf-body--psychology .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #8c3250; }
.ubf-body--sociology .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #bfd02f; }
.ubf-body--technology .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #558ca0; }
.ubf-body--economics .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #74799b; }
.ubf-body--library .ubf-tabs__tabLink.ubf-js-selected {
        border-top-color: #008965; }
.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-textBox {
  border-color: #14f5b4;
  border-width: 2px;
  border-style: solid;
  page-break-inside: avoid;
  position: relative; }
.ubf-body--biology .ubf-textBox {
    border-color: #92b168; }
.ubf-body--chemistry .ubf-textBox {
    border-color: #a08caa; }
.ubf-body--educational-science .ubf-textBox {
    border-color: #f08c50; }
.ubf-body--history .ubf-textBox {
    border-color: #7db4be; }
.ubf-body--public-health .ubf-textBox {
    border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-textBox {
    border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-textBox {
    border-color: #dcaa41; }
.ubf-body--medicine .ubf-textBox {
    border-color: #145f7d; }
.ubf-body--physics .ubf-textBox {
    border-color: #649696; }
.ubf-body--law .ubf-textBox {
    border-color: #8c8c96; }
.ubf-body--psychology .ubf-textBox {
    border-color: #8c3250; }
.ubf-body--sociology .ubf-textBox {
    border-color: #bfd02f; }
.ubf-body--technology .ubf-textBox {
    border-color: #558ca0; }
.ubf-body--economics .ubf-textBox {
    border-color: #74799b; }
.ubf-body--library .ubf-textBox {
    border-color: #008965; }
* + .ubf-textBox__body {
    margin-top: 2rem; }
.ubf-textBox__content {
    display: block;
    padding: 2rem; }
.ubf-textBox__title {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }
.ubf-body--home .ubf-section--highlights .ubf-textBox__title {
      font-size: 5.5rem;
      line-height: 1.2;
      font-weight: bold;
      font-style: normal; }
.ubf-section--cover .ubf-textBox__title {
      font-size: 3.5rem;
      line-height: 1.3;
      font-weight: bold;
      font-style: normal; }
.ubf-ugc a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline; }
.ubf-ugc a:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }
.ubf-textBox .ubf-ugc a {
    color: #000000; }
.ubf-body--medicine .ubf-textBox .ubf-ugc a,
    .ubf-body--psychology .ubf-textBox .ubf-ugc a {
      color: #FFFFFF; }
.ubf-ugc a:not([disabled]):hover {
    color: #01865e; }
.ubf-body--biology .ubf-ugc a:not([disabled]):hover {
      color: #708f4a; }
.ubf-body--chemistry .ubf-ugc a:not([disabled]):hover {
      color: #84698d; }
.ubf-body--educational-science .ubf-ugc a:not([disabled]):hover {
      color: #c36226; }
.ubf-body--history .ubf-ugc a:not([disabled]):hover {
      color: #4e8f9a; }
.ubf-body--public-health .ubf-ugc a:not([disabled]):hover {
      color: #c55757; }
.ubf-body--linguistics .ubf-ugc a:not([disabled]):hover {
      color: #70859c; }
.ubf-body--mathematics .ubf-ugc a:not([disabled]):hover {
      color: #b08323; }
.ubf-body--medicine .ubf-ugc a:not([disabled]):hover {
      color: #145f7d; }
.ubf-body--physics .ubf-ugc a:not([disabled]):hover {
      color: #4b7d7d; }
.ubf-body--law .ubf-ugc a:not([disabled]):hover {
      color: #6d6d77; }
.ubf-body--psychology .ubf-ugc a:not([disabled]):hover {
      color: #85314a; }
.ubf-body--sociology .ubf-ugc a:not([disabled]):hover {
      color: #a4474c; }
.ubf-body--technology .ubf-ugc a:not([disabled]):hover {
      color: #47798c; }
.ubf-body--economics .ubf-ugc a:not([disabled]):hover {
      color: #46506e; }
.ubf-body--library .ubf-ugc a:not([disabled]):hover {
      color: #008965; }
.ubf-body--medicine .ubf-textBox .ubf-ugc a:not([disabled]):hover,
    .ubf-body--psychology .ubf-textBox .ubf-ugc a:not([disabled]):hover,
    .ubf-body--history .ubf-textBox .ubf-ugc a:not([disabled]):hover {
      color: #c6bdbd; }
.ubf-ugc 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; }
.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 figure img {
    width: 100%; }
.ubf-ugc .ubf-ugc__image--medium {
  float: left;
  margin-bottom: 2rem;
  margin-right: 2rem;
  width: calc(66.66667% + -0.66667rem + 0px); }
.ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--right {
    float: right;
    margin-left: 2rem;
    margin-right: 0; }
.ubf-sidebar .ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--right {
      float: none;
      margin-bottom: 0;
      margin-right: 0;
      width: 100%; }
.ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--noFloat {
    float: none;
    margin-bottom: 0;
    margin-right: 0; }
.ubf-sidebar .ubf-ugc .ubf-ugc__image--medium {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; }
.ubf-ugc .ubf-ugc__image--small {
  float: left;
  margin-bottom: 2rem;
  margin-right: 2rem;
  width: calc(50% + -1rem + 0px); }
.ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--right {
    float: right;
    margin-left: 2rem;
    margin-right: 0; }
.ubf-sidebar .ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--right {
      float: none;
      margin-bottom: 0;
      margin-right: 0;
      width: 100%; }
.ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--noFloat {
    float: none;
    margin-bottom: 0;
    margin-right: 0; }
.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: "Â»" "Â«" "\00AB" "\00BB"; }
.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 > :first-child::before {
    content: open-quote; }
.ubf-ugc blockquote > :last-child::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: calc(50% + -1rem + 0px); }
.ubf-ugc dl.ubf-ugc__dl--floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
.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: 0; }
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 2rem 0 0.5rem; }
.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 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 1em; }
.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 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;
  -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; }
.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 table {
  display: table;
  width: 100%; }
.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: table-row; }
.ubf-ugc__table--alternative tr:nth-child(2n + 1) {
  background-color: #F0F0F0; }
.ubf-ugc__table--semesterTable tr {
  display: table-row; }
.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: #FFFFFF; }
.ubf-ugc th {
  font-weight: bold;
  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; }
.ubf-ugc th:last-child {
    padding-right: 0; }
.ubf-ugc__table--alternative th {
  border: 0; }
.ubf-ugc__table--alternative th:first-child {
    padding-left: 1rem; }
.ubf-ugc__table--semesterTable th {
  text-align: left; }
.ubf-ugc td {
  border-bottom: 1px solid #F0F0F0;
  font-weight: normal;
  display: table-cell;
  padding: 0.5rem 2rem 0.5rem 0;
  vertical-align: top; }
.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; }
.ubf-body .ubf-ugc td:last-child {
      border-bottom: 1px solid #F0F0F0;
      padding-right: 0; }
.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: auto; }
.ubf-ugc__table--semesterTable td:last-child {
    border-bottom: 0; }
.ubf-ugc__table--semesterTable th {
  font-weight: bold;
  display: table-cell;
  padding-bottom: 1rem; }
.ubf-ugc__table--semesterTable th:not(:first-child) {
    display: table-cell; }
.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] {
  display: none; }
.ubf-form .ubf-ugc h1,
.ubf-contentBlock--textFull .ubf-ugc h1, .ubf-form
.ubf-ugc h2,
.ubf-contentBlock--textFull
.ubf-ugc h2, .ubf-form
.ubf-ugc h3,
.ubf-contentBlock--textFull
.ubf-ugc h3, .ubf-form
.ubf-ugc h4,
.ubf-contentBlock--textFull
.ubf-ugc h4, .ubf-form
.ubf-ugc h5,
.ubf-contentBlock--textFull
.ubf-ugc h5, .ubf-form
.ubf-ugc h6,
.ubf-contentBlock--textFull
.ubf-ugc h6, .ubf-form
.ubf-ugc p,
.ubf-contentBlock--textFull
.ubf-ugc p, .ubf-form
.ubf-ugc ol,
.ubf-contentBlock--textFull
.ubf-ugc ol, .ubf-form
.ubf-ugc ul,
.ubf-contentBlock--textFull
.ubf-ugc ul, .ubf-form
.ubf-ugc dl,
.ubf-contentBlock--textFull
.ubf-ugc dl, .ubf-form
.ubf-ugc blockquote,
.ubf-contentBlock--textFull
.ubf-ugc blockquote {
  max-width: 100%; }
.ubf-body--generic .ubf-form .ubf-ugc h1,
  .ubf-body--internal .ubf-form .ubf-ugc h1, .ubf-body--generic
  .ubf-contentBlock--textFull .ubf-ugc h1,
  .ubf-body--internal
  .ubf-contentBlock--textFull .ubf-ugc h1, .ubf-body--generic .ubf-form
  .ubf-ugc h2,
  .ubf-body--internal .ubf-form
  .ubf-ugc h2, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc h2,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h2, .ubf-body--generic .ubf-form
  .ubf-ugc h3,
  .ubf-body--internal .ubf-form
  .ubf-ugc h3, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc h3,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h3, .ubf-body--generic .ubf-form
  .ubf-ugc h4,
  .ubf-body--internal .ubf-form
  .ubf-ugc h4, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc h4,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h4, .ubf-body--generic .ubf-form
  .ubf-ugc h5,
  .ubf-body--internal .ubf-form
  .ubf-ugc h5, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc h5,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h5, .ubf-body--generic .ubf-form
  .ubf-ugc h6,
  .ubf-body--internal .ubf-form
  .ubf-ugc h6, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc h6,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h6, .ubf-body--generic .ubf-form
  .ubf-ugc p,
  .ubf-body--internal .ubf-form
  .ubf-ugc p, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc p,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc p, .ubf-body--generic .ubf-form
  .ubf-ugc ol,
  .ubf-body--internal .ubf-form
  .ubf-ugc ol, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc ol,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc ol, .ubf-body--generic .ubf-form
  .ubf-ugc ul,
  .ubf-body--internal .ubf-form
  .ubf-ugc ul, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc ul,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc ul, .ubf-body--generic .ubf-form
  .ubf-ugc dl,
  .ubf-body--internal .ubf-form
  .ubf-ugc dl, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc dl,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc dl, .ubf-body--generic .ubf-form
  .ubf-ugc blockquote,
  .ubf-body--internal .ubf-form
  .ubf-ugc blockquote, .ubf-body--generic
  .ubf-contentBlock--textFull
  .ubf-ugc blockquote,
  .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc blockquote {
    max-width: 100%; }
.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(9, 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-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 * + 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-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video {
  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; }
.ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.ubf-video__caption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  margin-top: 1rem;
  text-align: right; }
.ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    border-color: #14f5b4;
    -ms-flex-item-align: start;
        align-self: flex-start;
    border-style: solid;
    border-width: 2px 0;
    margin-top: 0;
    padding: 2rem 0;
    text-align: left;
    width: calc(33.33333% + -1.33333rem + 0px); }
.ubf-body--biology .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #92b168; }
.ubf-body--chemistry .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #a08caa; }
.ubf-body--educational-science .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #f08c50; }
.ubf-body--history .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #7db4be; }
.ubf-body--public-health .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #dc5a5a; }
.ubf-body--linguistics .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #8fa3b9; }
.ubf-body--mathematics .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #dcaa41; }
.ubf-body--medicine .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #145f7d; }
.ubf-body--physics .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #649696; }
.ubf-body--law .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #8c8c96; }
.ubf-body--psychology .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #8c3250; }
.ubf-body--sociology .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #bfd02f; }
.ubf-body--technology .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #558ca0; }
.ubf-body--economics .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #74799b; }
.ubf-body--library .ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__caption {
      border-color: #008965; }
.ubf-video__content {
  position: relative; }
.ubf-video__content::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
.ubf-contentBlock--video:not(.ubf-contentBlock--videoSmall) .ubf-video__content {
    width: calc(66.66667% + -0.66667rem + 0px); }
.ubf-video__icon {
  height: 4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 4rem;
  margin-left: -2rem;
  margin-top: -2rem; }
.ubf-video__icon [data-type="svg"] {
    width: 100%;
    height: 100%; }
.ubf-video__img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html.no-js .ubf-video__img {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 100%;
      background-size: cover;
      background-position: 50% 50%; } }
.ubf-video__link {
  display: block;
  color: #FFFFFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3; }
.ubf-video__player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4; }

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