@charset "UTF-8";
@font-face {
font-family: "science-open-icons";
src: url("/wicket/resource/org.apache.wicket.Application/css/fonts/scienceopen_icons_01_031.woff2") format("woff2"), url("/wicket/resource/org.apache.wicket.Application/css/fonts/scienceopen_icons_01_031.woff") format("woff");
}
@font-face {
font-family: "ETmodules";
src: url("/wicket/resource/org.apache.wicket.Application/css/fonts/modules.woff");
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
font-size: 2em;
margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
/* 1 */
display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
background-color: #ff0;
color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
display: none;
height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
/* 1 */
overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
/* 1 */
text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
display: none;
}

.so-flex-row {
display: flex;
}

.so-flex-no-wrap {
flex-wrap: nowrap;
}

.so-flex-wrap {
flex-wrap: wrap;
}

.so-flex-float-right {
margin-left: auto;
}

.so-flex-float-left {
margin-left: auto;
}

.so-flex-col {
display: flex;
flex-direction: column;
}

.so-flex-h-center {
display: flex;
height: 100%;
align-items: center;
}

.so-align-end {
align-items: flex-end;
}

.so-align-center {
align-items: center;
}

* {
box-sizing: border-box;
margin-top: 0;
word-wrap: break-word;
overflow-wrap: break-word;
overflow-wrap: anywhere;
}

html,
body,
input,
textarea {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
}

body {
background: #d6d6d6;
overflow-y: scroll;
min-width: 300px;
}
body.so--has-modal-layers {
overflow-y: hidden;
}
body.so--embedded {
overflow-y: hidden;
background: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
margin-top: 0;
margin-bottom: 10px;
}

a {
text-decoration: none;
cursor: pointer;
}
a:hover {
text-decoration: underline;
}

hr {
margin: 10px 0;
border: 0;
border-top: 1px solid #d6d6d6;
}
hr.so-no-margin {
margin: 0;
}

select {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
color: #4998aa;
}

input:-webkit-autofill {
box-shadow: 0 0 0 1000px #e5f2d1 inset;
}

::-webkit-input-placeholder {
text-overflow: ellipsis;
color: #a6a6a6;
font-style: italic;
}

::-moz-placeholder {
text-overflow: ellipsis;
color: #a6a6a6;
opacity: 1;
font-style: italic;
}

:-ms-input-placeholder {
text-overflow: ellipsis;
color: #a6a6a6;
font-style: italic;
}

label {
cursor: pointer;
}

button {
font: inherit;
text-align: initial;
cursor: pointer;
}
button:disabled, button.so--disabled {
cursor: auto;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

mark {
background-color: rgba(146, 208, 80, 0.4);
border-radius: 3px;
box-shadow: inset 0 0 0 1px rgba(76, 112, 20, 0.2);
padding: 0 1px;
}

li {
margin-bottom: 5px;
}

ul,
menu,
dir {
padding-left: 20px;
list-style: disc outside;
list-style-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMiAyaDZ2NmgtNnoiIGZpbGw9IiM5MmQwNTAiLz48L3N2Zz4=");
}

ol {
padding-left: 20px;
list-style: decimal outside;
}
ol.so-ol > li {
font-size: 12px;
line-height: 18px;
font-weight: bold;
color: #92d050;
}
ol.so-ol > li > * {
font-size: 14px;
line-height: 20px;
font-weight: normal;
color: black;
}

ul ul,
ol ul {
list-style-type: circle;
list-style-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMCA0aDEwdjJoLTEweiIgZmlsbD0iIzdlN2U3ZSIvPjwvc3ZnPg==");
}

ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
list-style-type: square;
}

dl {
margin: 0 0 10px;
}

dd {
margin: 0 0 10px;
padding-left: 20px;
}

dt {
font-weight: bold;
}

abbr,
acronym {
border-bottom: 1px dotted #d6d6d6;
}

blockquote {
margin: 40px 0;
border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
padding: 10px 0 10px 40px;
background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjguMzA5MSAyMS4wMjU5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3ltYm9sIGlkPSJhIj48cGF0aCBkPSJtMCAxMi4yNGMwLTYuNyA1LjQtMTAuODcgMTEuMzgtMTIuMjQgMS4xMS4xMSAxLjU1IDEuNDkuNzIgMi4yMy0yLjU5Ljk0LTYuMTIgMy4zMS02LjEyIDYuNyAwIDMuMDIgMi4yMyA0LjAzIDMuOTYgNC40NiAxLjM2LjQ0IDIuMjUgMS43NCAyLjE2IDMuMTctLjE2IDIuNi0yLjM3IDQuNTktNC45NyA0LjQ2LTIuOTUgMC03LjEzLTIuNTItNy4xMy04Ljc4eiIgb3BhY2l0eT0iLjE2MDAwMDAxIi8+PC9zeW1ib2w+PHVzZSBoZWlnaHQ9IjEwMCUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1Ljc3Nzg1NCkiIHdpZHRoPSIxMDAlIiB4bGluazpocmVmPSIjYSIvPjx1c2UgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgeGxpbms6aHJlZj0iI2EiLz48L3N2Zz4=") no-repeat 0 10px/29px;
}
blockquote > *:last-child {
margin-bottom: 0;
}
blockquote > cite {
display: block;
margin: 10px 0;
text-align: right;
font-style: italic;
}
blockquote > cite:before {
content: " – ";
}

img {
max-width: 100%;
height: auto;
}
img.alignright {
float: right;
clear: right;
margin: 0 0 10px 20px;
max-width: 50%;
}
img.alignleft {
float: left;
clear: left;
margin: 0 20px 10px 0;
max-width: 50%;
}
img.aligncenter {
display: block;
margin: 0 auto 10px;
}

pre {
white-space: pre-wrap;
}

iframe,
embed {
max-width: 100%;
}

address {
margin: 0 0 10px;
}

table[style*="width:"] {
width: auto !important;
}

td[style*="white-space:"] {
white-space: normal !important;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
display: table-caption;
caption-side: bottom;
}

.so-fade-in, .so-layer {
animation-delay: 0s;
}
.so--delay-0.so-fade-in, .so--delay-0.so-layer {
animation-delay: 0s;
}
.so--delay-1.so-fade-in, .so--delay-1.so-layer {
animation-delay: 0.05s;
}
.so--delay-2.so-fade-in, .so--delay-2.so-layer {
animation-delay: 0.1s;
}
.so--delay-3.so-fade-in, .so--delay-3.so-layer {
animation-delay: 0.15s;
}
.so--delay-4.so-fade-in, .so--delay-4.so-layer {
animation-delay: 0.2s;
}
.so--delay-5.so-fade-in, .so--delay-5.so-layer {
animation-delay: 0.25s;
}
.so--delay-6.so-fade-in, .so--delay-6.so-layer {
animation-delay: 0.3s;
}
.so--delay-7.so-fade-in, .so--delay-7.so-layer {
animation-delay: 0.35s;
}
.so--delay-8.so-fade-in, .so--delay-8.so-layer {
animation-delay: 0.4s;
}

.so-count, .so-strapline, .so-slides-button.so--prev, .so-slides-button.so--next, .so-slide-text, .so-fade-in-4 {
animation-delay: 0s;
}
.so--delay-0.so-count, .so--delay-0.so-strapline, .so--delay-0.so-slides-button.so--prev, .so--delay-0.so-slides-button.so--next, .so--delay-0.so-slide-text, .so--delay-0.so-fade-in-4 {
animation-delay: 0s;
}
.so--delay-1.so-count, .so--delay-1.so-strapline, .so--delay-1.so-slides-button.so--prev, .so--delay-1.so-slides-button.so--next, .so--delay-1.so-slide-text, .so--delay-1.so-fade-in-4 {
animation-delay: 0.2s;
}
.so--delay-2.so-count, .so--delay-2.so-strapline, .so--delay-2.so-slides-button.so--prev, .so--delay-2.so-slides-button.so--next, .so--delay-2.so-slide-text, .so--delay-2.so-fade-in-4 {
animation-delay: 0.4s;
}
.so--delay-3.so-count, .so--delay-3.so-strapline, .so--delay-3.so-slides-button.so--prev, .so--delay-3.so-slides-button.so--next, .so--delay-3.so-slide-text, .so--delay-3.so-fade-in-4 {
animation-delay: 0.6s;
}
.so--delay-4.so-count, .so--delay-4.so-strapline, .so--delay-4.so-slides-button.so--prev, .so--delay-4.so-slides-button.so--next, .so--delay-4.so-slide-text, .so--delay-4.so-fade-in-4 {
animation-delay: 0.8s;
}
.so--delay-5.so-count, .so--delay-5.so-strapline, .so--delay-5.so-slides-button.so--prev, .so--delay-5.so-slides-button.so--next, .so--delay-5.so-slide-text, .so--delay-5.so-fade-in-4 {
animation-delay: 1s;
}
.so--delay-6.so-count, .so--delay-6.so-strapline, .so--delay-6.so-slides-button.so--prev, .so--delay-6.so-slides-button.so--next, .so--delay-6.so-slide-text, .so--delay-6.so-fade-in-4 {
animation-delay: 1.2s;
}
.so--delay-7.so-count, .so--delay-7.so-strapline, .so--delay-7.so-slides-button.so--prev, .so--delay-7.so-slides-button.so--next, .so--delay-7.so-slide-text, .so--delay-7.so-fade-in-4 {
animation-delay: 1.4s;
}
.so--delay-8.so-count, .so--delay-8.so-strapline, .so--delay-8.so-slides-button.so--prev, .so--delay-8.so-slides-button.so--next, .so--delay-8.so-slide-text, .so--delay-8.so-fade-in-4 {
animation-delay: 1.6s;
}

.so-croppable:after, .so-banner-2:after, .so-user-image-wrapper:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid rgba(0, 0, 0, 0.1);
}

.so-homen-button, .so-b3, .so-stats2-button.so-light, .so-stats2-button.so-dark, .so-value-remove, .so-multi-form-field-item-remove, .so-search-completion, .so-remove-attachment-button {
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}

.so-row:before, .so-row-cropper:before, .so-row-wrapper:before, .so-clearfix:before, .so-lay-summary-body:before, .so-height-matcher:before, .so-container:before, .so-main-section:before, .so-floats:before, .so-conversation-message:before, .so-profile-button-label:before, .so-profile-button:before, .so-discussion-shared-article:before, .so-discussion:before, .so-tab-l:before, .so-multi-form-field-item:before, .so-message-attached-doc:before, .so-profile-extract:before, .so-article-list-item:before, .so-col:before, .so-layout-section-body:before, .so-d .footnote:before, .so-d .so-custom-list li:before, .so-row:after, .so-row-cropper:after, .so-row-wrapper:after, .so-clearfix:after, .so-lay-summary-body:after, .so-height-matcher:after, .so-container:after, .so-main-section:after, .so-floats:after, .so-conversation-message:after, .so-profile-button-label:after, .so-profile-button:after, .so-discussion-shared-article:after, .so-discussion:after, .so-tab-l:after, .so-multi-form-field-item:after, .so-message-attached-doc:after, .so-profile-extract:after, .so-article-list-item:after, .so-col:after, .so-layout-section-body:after, .so-d .footnote:after, .so-d .so-custom-list li:after {
content: " ";
display: block;
overflow: hidden;
height: 0;
}

.so-clearfix:before, .so-lay-summary-body:before, .so-height-matcher:before, .so-container:before, .so-main-section:before, .so-floats:before, .so-conversation-message:before, .so-profile-button-label:before, .so-profile-button:before, .so-discussion-shared-article:before, .so-discussion:before, .so-tab-l:before, .so-multi-form-field-item:before, .so-message-attached-doc:before, .so-profile-extract:before, .so-article-list-item:before, .so-col:before, .so-layout-section-body:before, .so-d .footnote:before, .so-d .so-custom-list li:before, .so-clearfix:after, .so-lay-summary-body:after, .so-height-matcher:after, .so-container:after, .so-main-section:after, .so-floats:after, .so-conversation-message:after, .so-profile-button-label:after, .so-profile-button:after, .so-discussion-shared-article:after, .so-discussion:after, .so-tab-l:after, .so-multi-form-field-item:after, .so-message-attached-doc:after, .so-profile-extract:after, .so-article-list-item:after, .so-col:after, .so-layout-section-body:after, .so-d .footnote:after, .so-d .so-custom-list li:after {
clear: both;
}

.so-link-color, .so-widgets-DateInput-icon, a {
color: #4998aa;
}
.so-link-color:hover, .so-widgets-DateInput-icon:hover, a:hover {
color: #206570;
}
.so-link-color:active, .so-widgets-DateInput-icon:active, a:active {
color: #0e3e46;
}
.so-link-color[disabled], [disabled].so-widgets-DateInput-icon, a[disabled], .so-link-color.so--disabled, .so--disabled.so-widgets-DateInput-icon, a.so--disabled {
color: #d6d6d6;
}
.so-link-color.so--selected, .so--selected.so-widgets-DateInput-icon, a.so--selected, .so-link-color.so--selected:hover, .so-link-color.so--selected:active {
color: #6ca028;
}
.so-link-color.so--selected[disabled], .so--selected[disabled].so-widgets-DateInput-icon, a.so--selected[disabled], .so-link-color.so--selected.so--disabled, .so--selected.so--disabled.so-widgets-DateInput-icon, a.so--selected.so--disabled, .so-link-color.so--selected:hover[disabled], .so-link-color.so--selected:hover.so--disabled, .so-link-color.so--selected:active[disabled], .so-link-color.so--selected:active.so--disabled {
color: #d6d6d6;
}
.so-link-color.so--white, .so--white.so-widgets-DateInput-icon, a.so--white, .so-link-color-white-inside .so-link-color, .so-link-color-white-inside .so-widgets-DateInput-icon, .so-link-color-white-inside a {
color: #afe8f4;
}
.so-link-color.so--white:hover, .so--white.so-widgets-DateInput-icon:hover, a.so--white:hover, .so-link-color-white-inside .so-link-color:hover, .so-link-color-white-inside .so-widgets-DateInput-icon:hover, .so-link-color-white-inside a:hover {
color: white;
}
.so-link-color.so--white:active, .so--white.so-widgets-DateInput-icon:active, a.so--white:active, .so-link-color-white-inside .so-link-color:active, .so-link-color-white-inside .so-widgets-DateInput-icon:active, .so-link-color-white-inside a:active {
color: #c1e58f;
}

.so-slide-title, .so-slide.so--testimonial blockquote cite, .so-slide.so--testimonial blockquote,
.so-slide.so--testimonial blockquote p, .so-article-header-title, .so-d-heading, .so-stats2-num, .so-message-editor-title, h1, h2, h3, h4, h5, h6 {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-weight: 300;
}

.so-count-text > *, .so-d-normal {
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: normal;
}

.so-d-bold {
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: bold;
}

.so-d-h000 {
font-size: 80px;
line-height: 114px;
}

.so-d-h00 {
font-size: 60px;
line-height: 86px;
}

.so-d-h0 {
font-size: 48px;
line-height: 69px;
}

.so-article-header-title, .so-d-h1, h1 {
font-size: 28px;
line-height: 40px;
}

.so-d-h2, .so-profile-header-title, h2 {
font-size: 28px;
line-height: 40px;
}

.so-invite-review-banner-center-title, .so-d-h3, .so-stats2-num, .so-star-rating-label, .so-discussion-shared-article-title, .so-tabs.so--large, .so-message-editor-title, h3 {
font-size: 24px;
line-height: 34px;
}

.so-d-h4, h4 {
font-size: 20px;
line-height: 28px;
}

.so-strapline, .so-slide-title, .so-d-h5, h5 {
font-size: 18px;
line-height: 26px;
letter-spacing: 0.25px;
}

.so-count-text > *, .so-slide.so--testimonial blockquote cite, .so-slide.so--testimonial blockquote,
.so-slide.so--testimonial blockquote p, .so-text-input.so--home, .so-d-h6, .so-window-title, .so-form-title, h6 {
font-size: 16px;
line-height: 23px;
letter-spacing: 0.25px;
}

.so-d-p, .so-group-title, .so-stats2-stars + .so-stats2-num, .so-form-title.so--small, p {
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: normal;
font-size: 14px;
line-height: 20px;
}

.so-invite-review-banner-center-remark {
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 18px;
}

.so-d-pre {
font-family: monospace;
}

.so-d-code {
font-family: monospace;
border: 1px solid #d6d6d6;
background: #f0f0f0;
padding: 0 10px;
border-radius: 3px;
}

.so-d .panel .table-figure, .so-d table[border="1"], .so-d-table {
background-color: white;
width: 100%;
overflow: auto;
}
.so-d .panel .table-figure > * > tr > *, .so-d table[border="1"] > * > tr > *, .so-d-table > * > tr > * {
border: 1px solid #d6d6d6;
}
.so-d .panel .table-figure > tbody > tr > th, .so-d table[border="1"] > tbody > tr > th, .so-d-table > tbody > tr > th {
background-color: #f0f0f0;
}
.so-d .panel .table-figure > thead > tr > *, .so-d table[border="1"] > thead > tr > *, .so-d-table > thead > tr > * {
background-color: #d6d6d6;
border-color: #a6a6a6;
}

.so-d-figure, figure {
margin: 0 auto 10px;
padding: 10px 10px 0;
background-color: #f0f0f0;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: auto;
max-width: 100%;
}
.so-d-figure img, figure img {
display: block;
margin-bottom: 10px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.alignright.so-d-figure, figure.alignright {
float: right;
clear: right;
margin: 0 0 10px 20px;
max-width: 50%;
}
.alignleft.so-d-figure, figure.alignleft {
float: left;
clear: left;
margin: 0 20px 10px 0;
max-width: 50%;
}
.so-d-figure figcaption, figure figcaption {
margin: 0 0 10px;
}

.so-general-header-submenu-wrapper > .so-general-header-menu-button:after, .so-general-header-menu-wrapper > .so-general-header-button:after, .so-homen-button.so--down:after, .so-homen-button.so--left:after, .so-homen-button.so--right:after, .so-ucl-header-submenu-wrapper > .so-ucl-header-menu-button:after, .so-ucl-header-menu-wrapper > .so-ucl-header-button:after, .so-b3.so--so:after, .so-radio-button input[type=radio] + :before,
.so-radio-button + :before, .so-checkbox-wrapper-outer + :before, .so-checkbox-inside input[type=checkbox] + :before,
.so-checkbox + :before, .so-breadcrumbs > li > a:after, .so-breadcrumbs > li > span.so-breadcrumb:after, .so-layout-section-header.so--openable.so--closed .so-layout-section-title:before, .so-layout-section-header.so--openable.so--open .so-layout-section-title:before, .so-widgets-DateInput-icon:before, .so-icon {
font-family: "science-open-icons" !important;
font-size: 16px;
font-weight: normal !important;
font-style: normal !important;
display: inline-block;
line-height: 1;
}

.so-not-list, .so-tiers, .so-breadcrumbs, .so-tab-l-container, .so-dropdown-inner {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
.so-not-list > li, .so-tiers > li, .so-breadcrumbs > li, .so-tab-l-container > li, .so-dropdown-inner > li {
margin-bottom: 0;
}

.so-homen-button, .so-b3,
.so-b3-label {
display: inline-block;
position: relative;
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: normal;
margin: 0;
border-width: 1px;
border-style: solid;
outline: none;
padding: 2px 10px 4px;
border-radius: 3px;
}

.so-homen-button, .so-slides-button, .so-b3 {
cursor: pointer;
}
[disabled].so-homen-button, [disabled].so-slides-button, [disabled].so-b3, .so--disabled.so-homen-button, .so--disabled.so-slides-button, .so--disabled.so-b3 {
cursor: default;
}

.so-homen-button:hover, .so-count:hover, .so-b3:hover, .so-homen-button:active, .so-count:active, .so-b3:active {
text-decoration: none;
}

.so-homen-button, .so-slides-button, .so-b3, .so-tab-l, .so-dropdown-button,
.so-dropdown-list-button {
transition-duration: 0.25s;
}
.so-homen-button:hover, .so-slides-button:hover, .so-b3:hover, .so-tab-l:hover, .so-dropdown-button:hover,
.so-dropdown-list-button:hover, .so-homen-button:active, .so-slides-button:active, .so-b3:active, .so-tab-l:active, .so-dropdown-button:active,
.so-dropdown-list-button:active {
transition-duration: 0s;
}

.so-b3.so--blue-1,
.so-b3-label.so--blue-1 {
background-color: #e4f9ff;
border-color: #73e1ff;
}

.so-b3.so--blue-1:hover {
background-color: #c0f2ff;
}
.so-b3.so--blue-1:active {
background-color: #73e1ff;
}
.so--selected.so-b3.so--blue-1 {
background-color: #73e1ff;
border-color: #00b4ff;
}
.so--selected.so-b3.so--blue-1:hover {
background-color: #00b4ff;
}
.so--selected.so-b3.so--blue-1:active {
background-color: #0084ce;
}
[disabled].so-b3.so--blue-1, .so--disabled.so-b3.so--blue-1 {
background-color: #e4f9ff;
border-color: #73e1ff;
}
.so-b3.so--blue-1:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--gray-1,
.so-b3-label.so--gray-1 {
background-color: #fafafa;
border-color: #d6d6d6;
}

.so-b3.so--gray-1:hover {
background-color: #f0f0f0;
}
.so-b3.so--gray-1:active {
background-color: #d6d6d6;
}
.so--selected.so-b3.so--gray-1 {
background-color: #e5f2d1;
border-color: #92d050;
}
.so--selected.so-b3.so--gray-1:hover {
background-color: #c1e58f;
}
.so--selected.so-b3.so--gray-1:active {
background-color: #92d050;
}
[disabled].so-b3.so--gray-1, .so--disabled.so-b3.so--gray-1 {
background-color: #fafafa;
border-color: #f0f0f0;
}
.so-b3.so--gray-1:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--gray-3,
.so-b3-label.so--gray-3 {
background-color: #d6d6d6;
border-color: #a6a6a6;
}

.so-b3.so--gray-3:hover {
background-color: #a6a6a6;
}
.so-b3.so--gray-3:active {
background-color: #7e7e7e;
}
.so--selected.so-b3.so--gray-3 {
background-color: #e5f2d1;
border-color: #c1e58f;
}
.so--selected.so-b3.so--gray-3:hover {
background-color: #c1e58f;
}
.so--selected.so-b3.so--gray-3:active {
background-color: #92d050;
}
[disabled].so-b3.so--gray-3, .so--disabled.so-b3.so--gray-3 {
background-color: #d6d6d6;
border-color: #a6a6a6;
}
.so-b3.so--gray-3:focus:focus:focus:focus {
border-color: #7cccdb;
}

.so-b3.so--gray-4 {
background-color: #d6d6d6;
border-color: #a6a6a6;
}

.so-b3.so--gray-4:hover {
background-color: #f0f0f0;
}
.so-b3.so--gray-4:active {
background-color: #a6a6a6;
}
.so--selected.so-b3.so--gray-4 {
background-color: #c1e58f;
border-color: #7e7e7e;
}
.so--selected.so-b3.so--gray-4:hover {
background-color: #e5f2d1;
}
.so--selected.so-b3.so--gray-4:active {
background-color: #92d050;
}
[disabled].so-b3.so--gray-4, .so--disabled.so-b3.so--gray-4 {
background-color: #d6d6d6;
border-color: #a6a6a6;
}
.so-b3.so--gray-4:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--gray-5,
.so-b3-label.so--gray-5 {
background-color: #7e7e7e;
border-color: #545454;
}

.so-b3.so--gray-5:hover {
background-color: #545454;
}
.so-b3.so--gray-5:active {
background-color: #2b2b2b;
}
.so--selected.so-b3.so--gray-5 {
background-color: #92d050;
border-color: #6ca028;
}
.so--selected.so-b3.so--gray-5:hover {
background-color: #6ca028;
}
.so--selected.so-b3.so--gray-5:active {
background-color: #4c7014;
}
[disabled].so-b3.so--gray-5, .so--disabled.so-b3.so--gray-5 {
background-color: #7e7e7e;
border-color: #545454;
}
.so-b3.so--gray-5:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--teal-1 {
background-color: #e3faff;
border-color: #4998aa;
}

.so-b3.so--teal-1:hover {
background-color: #afe8f4;
}
.so-b3.so--teal-1:active {
background-color: #7cccdb;
}
.so--selected.so-b3.so--teal-1 {
background-color: #7cccdb;
border-color: #206570;
}
.so--selected.so-b3.so--teal-1:hover {
background-color: #4998aa;
}
.so--selected.so-b3.so--teal-1:active {
background-color: #0e3e46;
}
[disabled].so-b3.so--teal-1, .so--disabled.so-b3.so--teal-1 {
background-color: #4998aa;
border-color: #0e3e46;
}
.so-b3.so--teal-1:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--teal-4,
.so-b3-label.so--teal-1 {
background-color: #4998aa;
border-color: #0e3e46;
}

.so-b3.so--teal-4:hover {
background-color: #206570;
}
.so-b3.so--teal-4:active {
background-color: #0e3e46;
}
.so--selected.so-b3.so--teal-4 {
background-color: #7cccdb;
border-color: #206570;
}
.so--selected.so-b3.so--teal-4:hover {
background-color: #4998aa;
}
.so--selected.so-b3.so--teal-4:active {
background-color: #0e3e46;
}
[disabled].so-b3.so--teal-4, .so--disabled.so-b3.so--teal-4 {
background-color: #4998aa;
border-color: #0e3e46;
}
.so-b3.so--teal-4:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--green-1,
.so-b3-label.so--green-1 {
background-color: #f5fceb;
border-color: #c1e58f;
}

.so-b3.so--green-1:hover {
background-color: #e5f2d1;
}
.so-b3.so--green-1:active {
background-color: #c1e58f;
}
.so--selected.so-b3.so--green-1 {
background-color: #92d050;
border-color: #6ca028;
}
.so--selected.so-b3.so--green-1:hover {
background-color: #6ca028;
}
.so--selected.so-b3.so--green-1:active {
background-color: #4c7014;
}
[disabled].so-b3.so--green-1, .so--disabled.so-b3.so--green-1 {
background-color: #f5fceb;
border-color: #c1e58f;
}
.so-b3.so--green-1:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--green-2,
.so-b3-label.so--green-2 {
background-color: #e5f2d1;
border-color: #92d050;
}

.so-b3.so--green-2:hover {
background-color: #c1e58f;
}
.so-b3.so--green-2:active {
background-color: #92d050;
}
.so--selected.so-b3.so--green-2 {
background-color: #92d050;
border-color: #6ca028;
}
.so--selected.so-b3.so--green-2:hover {
background-color: #6ca028;
}
.so--selected.so-b3.so--green-2:active {
background-color: #4c7014;
}
[disabled].so-b3.so--green-2, .so--disabled.so-b3.so--green-2 {
background-color: #e5f2d1;
border-color: #92d050;
}
.so-b3.so--green-2:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--green-4,
.so-b3-label.so--green-4 {
background-color: #92d050;
border-color: #6ca028;
}

.so-b3.so--green-4:hover {
background-color: #6ca028;
}
.so-b3.so--green-4:active {
background-color: #4c7014;
}
.so--selected.so-b3.so--green-4 {
background-color: #6ca028;
border-color: #4c7014;
}
.so--selected.so-b3.so--green-4:hover {
background-color: #33490d;
}
.so--selected.so-b3.so--green-4:active {
background-color: black;
}
[disabled].so-b3.so--green-4, .so--disabled.so-b3.so--green-4 {
background-color: #a6a6a6;
border-color: #7e7e7e;
}
.so-b3.so--green-4:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--orange-2,
.so-b3-label.so--orange-2 {
background-color: #ffebd7;
border-color: #ffa836;
}

.so-b3.so--orange-2:hover {
background-color: #ffc68d;
}
.so-b3.so--orange-2:active {
background-color: #ffa836;
}
.so--selected.so-b3.so--orange-2 {
background-color: #ffa836;
border-color: #ea6a00;
}
.so--selected.so-b3.so--orange-2:hover {
background-color: #ea6a00;
}
.so--selected.so-b3.so--orange-2:active {
background-color: #af2500;
}
[disabled].so-b3.so--orange-2, .so--disabled.so-b3.so--orange-2 {
background-color: #ffebd7;
border-color: #ffa836;
}
.so-b3.so--orange-2:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--orange-4,
.so-b3-label.so--orange-4 {
background-color: #ffa836;
border-color: #ffebd7;
color: white;
}

.so-b3.so--orange-4:hover {
background-color: #ffc68d;
}
.so-b3.so--orange-4:active {
background-color: #ffebd7;
}
.so--selected.so-b3.so--orange-4 {
background-color: #ffebd7;
border-color: #ea6a00;
}
.so--selected.so-b3.so--orange-4:hover {
background-color: #ea6a00;
}
.so--selected.so-b3.so--orange-4:active {
background-color: #af2500;
}
[disabled].so-b3.so--orange-4, .so--disabled.so-b3.so--orange-4 {
background-color: #ffa836;
border-color: #ffebd7;
}
.so-b3.so--orange-4:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--red-4,
.so-b3-label.so--red-4 {
background-color: #e53838;
border-color: #bf0000;
color: white;
}

.so-b3.so--red-4:hover {
background-color: #f98a8a;
}
.so-b3.so--red-4:active {
background-color: #ffc5c5;
}
.so--selected.so-b3.so--red-4 {
background-color: #ffc5c5;
border-color: #bf0000;
}
.so--selected.so-b3.so--red-4:hover {
background-color: #bf0000;
}
.so--selected.so-b3.so--red-4:active {
background-color: #890014;
}
[disabled].so-b3.so--red-4, .so--disabled.so-b3.so--red-4 {
background-color: #e53838;
border-color: #bf0000;
}
.so-b3.so--red-4:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--red-5 {
background-color: #e53838;
border-color: #bf0000;
}

.so-b3.so--red-5:hover {
background-color: #bf0000;
}
.so-b3.so--red-5:active {
background-color: #bf0000;
}
.so--selected.so-b3.so--red-5 {
background-color: #540018;
border-color: #540018;
}
.so--selected.so-b3.so--red-5:hover {
background-color: #890014;
}
.so--selected.so-b3.so--red-5:active {
background-color: black;
}
[disabled].so-b3.so--red-5, .so--disabled.so-b3.so--red-5 {
background-color: #545454;
border-color: #2b2b2b;
}
.so-b3.so--red-5:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--red-6 {
background-color: #890014;
border-color: #540018;
}

.so-b3.so--red-6:hover {
background-color: #bf0000;
}
.so-b3.so--red-6:active {
background-color: #540018;
}
.so--selected.so-b3.so--red-6 {
background-color: #540018;
border-color: #540018;
}
.so--selected.so-b3.so--red-6:hover {
background-color: #890014;
}
.so--selected.so-b3.so--red-6:active {
background-color: black;
}
[disabled].so-b3.so--red-6, .so--disabled.so-b3.so--red-6 {
background-color: #545454;
border-color: #2b2b2b;
}
.so-b3.so--red-6:focus:focus:focus:focus {
border-color: #206570;
}

.so-slides-button, .so-b3.so--white-bordered, .so-b3.so--transparent, .so-b3.so--footer, .so-dropdown-button,
.so-dropdown-list-button,
.so-b3-label.so--white-bordered,
.so-b3-label.so--input,
.so-b3-label.so--transparent {
background-color: transparent;
border-color: transparent;
}

.so-slides-button:hover, .so-b3.so--white-bordered:hover, .so-b3.so--transparent:hover, .so-b3.so--footer:hover, .so-dropdown-button:hover,
.so-dropdown-list-button:hover {
background-color: rgba(0, 0, 0, 0.06);
border-color: #d6d6d6;
}
.so-slides-button:active, .so-b3.so--white-bordered:active, .so-b3.so--transparent:active, .so-b3.so--footer:active, .so-dropdown-button:active,
.so-dropdown-list-button:active {
background-color: rgba(0, 0, 0, 0.18);
}
.so--selected.so-slides-button, .so--selected.so-b3.so--white-bordered, .so--selected.so-b3.so--transparent, .so--selected.so-b3.so--footer, .so--selected.so-dropdown-button,
.so--selected.so-dropdown-list-button {
background-color: rgba(146, 208, 80, 0.33);
border-color: #92d050;
}
.so--selected.so-slides-button:hover, .so--selected.so-b3.so--white-bordered:hover, .so--selected.so-b3.so--transparent:hover, .so--selected.so-b3.so--footer:hover, .so--selected.so-dropdown-button:hover,
.so--selected.so-dropdown-list-button:hover {
background-color: rgba(146, 208, 80, 0.67);
}
.so--selected.so-slides-button:active, .so--selected.so-b3.so--white-bordered:active, .so--selected.so-b3.so--transparent:active, .so--selected.so-b3.so--footer:active, .so--selected.so-dropdown-button:active,
.so--selected.so-dropdown-list-button:active {
background-color: #92d050;
}
[disabled].so-slides-button, [disabled].so-b3.so--white-bordered, [disabled].so-b3.so--transparent, [disabled].so-b3.so--footer, [disabled].so-dropdown-button,
[disabled].so-dropdown-list-button, .so--disabled.so-slides-button, .so--disabled.so-b3.so--white-bordered, .so--disabled.so-b3.so--transparent, .so--disabled.so-b3.so--footer, .so--disabled.so-dropdown-button,
.so--disabled.so-dropdown-list-button {
background-color: transparent;
border-color: transparent;
}
.so-slides-button:focus:focus:focus:focus, .so-b3.so--white-bordered:focus:focus:focus:focus, .so-b3.so--transparent:focus:focus:focus:focus, .so-b3.so--footer:focus:focus:focus:focus, .so-dropdown-button:focus:focus:focus:focus,
.so-dropdown-list-button:focus:focus:focus:focus {
border-color: #206570;
}

.so-homen-button, .so-b3.so--gray-6, .so-b3, .so-tab-l, .so-search-completion,
.so-b3-label {
background-color: white;
border-color: #d6d6d6;
}

.so-homen-button:hover, .so-b3:hover, .so-tab-l:hover, .so-search-completion:hover {
background-color: #f0f0f0;
}
.so-homen-button:active, .so-b3:active, .so-tab-l:active, .so-search-completion:active {
background-color: #d6d6d6;
}
.so--selected.so-homen-button, .so--selected.so-b3, .so--selected.so-tab-l, .so--selected.so-search-completion {
background-color: #e5f2d1;
border-color: #92d050;
}
.so--selected.so-homen-button:hover, .so--selected.so-b3:hover, .so--selected.so-tab-l:hover, .so--selected.so-search-completion:hover {
background-color: #c1e58f;
}
.so--selected.so-homen-button:active, .so--selected.so-b3:active, .so--selected.so-tab-l:active, .so--selected.so-search-completion:active {
background-color: #92d050;
}
[disabled].so-homen-button, [disabled].so-b3, [disabled].so-tab-l, [disabled].so-search-completion, .so--disabled.so-homen-button, .so--disabled.so-b3, .so--disabled.so-tab-l, .so--disabled.so-search-completion {
background-color: white;
border-color: #f0f0f0;
}
.so-homen-button:focus:focus:focus:focus, .so-b3:focus:focus:focus:focus, .so-tab-l:focus:focus:focus:focus, .so-search-completion:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--yellow-2,
.so-b3-label.so--yellow-2 {
background-color: #fffbb1;
border-color: #c4b200;
}

.so-b3.so--yellow-2:hover {
background-color: #e5d000;
}
.so-b3.so--yellow-2:active {
background-color: #c4b200;
}
.so--selected.so-b3.so--yellow-2 {
background-color: #f3e810;
border-color: #e5da05;
}
.so--selected.so-b3.so--yellow-2:hover {
background-color: #e5da05;
}
.so--selected.so-b3.so--yellow-2:active {
background-color: #e5d000;
}
[disabled].so-b3.so--yellow-2, .so--disabled.so-b3.so--yellow-2 {
background-color: #fffbb1;
border-color: #f3e810;
}
.so-b3.so--yellow-2:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--yellow-6,
.so-b3-label.so--yellow-6 {
background-color: #e5d000;
border-color: #c4b200;
}

.so-b3.so--yellow-6:hover {
background-color: #fffbb1;
}
.so-b3.so--yellow-6:active {
background-color: #c4b200;
}
.so--selected.so-b3.so--yellow-6 {
background-color: #f3e810;
border-color: #e5da05;
}
.so--selected.so-b3.so--yellow-6:hover {
background-color: #e5da05;
}
.so--selected.so-b3.so--yellow-6:active {
background-color: #fffbb1;
}
[disabled].so-b3.so--yellow-6, .so--disabled.so-b3.so--yellow-6 {
background-color: #e5d000;
border-color: #f3e810;
}
.so-b3.so--yellow-6:focus:focus:focus:focus {
border-color: #206570;
}

.so-b3.so--blue-1 {
color: #00478e;
}
.so-b3.so--blue-1:hover {
color: #00264c;
}
.so-b3.so--blue-1:active {
color: black;
}
.so--selected.so-b3.so--blue-1 {
color: white;
}
[disabled].so-b3.so--blue-1, .so--disabled.so-b3.so--blue-1 {
color: #d6d6d6;
}

.so-b3.so--footer {
color: #7e7e7e;
}
.so-b3.so--footer:hover {
color: #545454;
}
.so-b3.so--footer:active {
color: #2b2b2b;
}
.so--selected.so-b3.so--footer {
color: white;
}
.so--selected.so-b3.so--footer:hover {
color: white;
}
.so--selected.so-b3.so--footer:active {
color: white;
}
.so--disabled.so-b3.so--footer, [disabled].so-b3.so--footer {
color: #7e7e7e;
}
.so--disabled.so--selected.so-b3.so--footer, [disabled].so--selected.so-b3.so--footer {
color: #7e7e7e;
}

.so-b3.so--green-2, .so-b3.so--green-1 {
color: #4c7014;
}
.so-b3.so--green-2:hover, .so-b3.so--green-1:hover {
color: #33490d;
}
.so-b3.so--green-2:active, .so-b3.so--green-1:active {
color: black;
}
.so--selected.so-b3.so--green-2, .so--selected.so-b3.so--green-1 {
color: white;
}
[disabled].so-b3.so--green-2, [disabled].so-b3.so--green-1, .so--disabled.so-b3.so--green-2, .so--disabled.so-b3.so--green-1 {
color: #d6d6d6;
}

.so-b3, .so-radio-button input[type=radio] + :before,
.so-radio-button + :before, .so-checkbox-inside input[type=checkbox] + :before,
.so-checkbox + :before, .so-tab-l, .so-search-completion, .so-dropdown-button,
.so-dropdown-list-button {
color: #4998aa;
}
.so-b3:hover, .so-radio-button input[type=radio] + :hover:before,
.so-radio-button + :hover:before, .so-checkbox-inside input[type=checkbox] + :hover:before,
.so-checkbox + :hover:before, .so-tab-l:hover, .so-search-completion:hover, .so-dropdown-button:hover,
.so-dropdown-list-button:hover {
color: #206570;
}
.so-b3:active, .so-radio-button input[type=radio] + :active:before,
.so-radio-button + :active:before, .so-checkbox-inside input[type=checkbox] + :active:before,
.so-checkbox + :active:before, .so-tab-l:active, .so-search-completion:active, .so-dropdown-button:active,
.so-dropdown-list-button:active {
color: black;
}
.so--selected.so-b3, .so-radio-button input[type=radio] + .so--selected:before,
.so-radio-button + .so--selected:before, .so-checkbox-inside input[type=checkbox] + .so--selected:before,
.so-checkbox + .so--selected:before, .so--selected.so-tab-l, .so--selected.so-search-completion, .so--selected.so-dropdown-button,
.so--selected.so-dropdown-list-button {
color: #4c7014;
}
.so--selected.so-b3:hover, .so-radio-button input[type=radio] + .so--selected:hover:before,
.so-radio-button + .so--selected:hover:before, .so-checkbox-inside input[type=checkbox] + .so--selected:hover:before,
.so-checkbox + .so--selected:hover:before, .so--selected.so-tab-l:hover, .so--selected.so-search-completion:hover, .so--selected.so-dropdown-button:hover,
.so--selected.so-dropdown-list-button:hover {
color: #33490d;
}
.so--selected.so-b3:active, .so-radio-button input[type=radio] + .so--selected:active:before,
.so-radio-button + .so--selected:active:before, .so-checkbox-inside input[type=checkbox] + .so--selected:active:before,
.so-checkbox + .so--selected:active:before, .so--selected.so-tab-l:active, .so--selected.so-search-completion:active, .so--selected.so-dropdown-button:active,
.so--selected.so-dropdown-list-button:active {
color: black;
}
[disabled].so-b3, .so-radio-button input[type=radio] + [disabled]:before,
.so-radio-button + [disabled]:before, .so-checkbox-inside input[type=checkbox] + [disabled]:before,
.so-checkbox + [disabled]:before, [disabled].so-tab-l, [disabled].so-search-completion, [disabled].so-dropdown-button,
[disabled].so-dropdown-list-button, .so--disabled.so-b3, .so-radio-button input[type=radio] + .so--disabled:before,
.so-radio-button + .so--disabled:before, .so-checkbox-inside input[type=checkbox] + .so--disabled:before,
.so-checkbox + .so--disabled:before, .so--disabled.so-tab-l, .so--disabled.so-search-completion, .so--disabled.so-dropdown-button,
.so--disabled.so-dropdown-list-button {
color: #d6d6d6;
}

.so-b3.so--orange-4, .so-b3.so--orange-2 {
color: #af2500;
}
.so-b3.so--orange-4:hover, .so-b3.so--orange-2:hover {
color: #680a00;
}
.so-b3.so--orange-4:active, .so-b3.so--orange-2:active {
color: black;
}
.so--selected.so-b3.so--orange-4, .so--selected.so-b3.so--orange-2 {
color: white;
}
[disabled].so-b3.so--orange-4, [disabled].so-b3.so--orange-2, .so--disabled.so-b3.so--orange-4, .so--disabled.so-b3.so--orange-2 {
color: #d6d6d6;
}

.so-b3.so--gray-1, .so-b3.so--teal-5 {
color: #206570;
}
.so-b3.so--gray-1:hover, .so-b3.so--teal-5:hover {
color: #0e3e46;
}
.so-b3.so--gray-1:active, .so-b3.so--teal-5:active {
color: black;
}
.so--selected.so-b3.so--gray-1, .so--selected.so-b3.so--teal-5 {
color: #4c7014;
}
.so--selected.so-b3.so--gray-1:hover, .so--selected.so-b3.so--teal-5:hover {
color: #33490d;
}
.so--selected.so-b3.so--gray-1:active, .so--selected.so-b3.so--teal-5:active {
color: black;
}
[disabled].so-b3.so--gray-1, [disabled].so-b3.so--teal-5, .so--disabled.so-b3.so--gray-1, .so--disabled.so-b3.so--teal-5 {
color: #d6d6d6;
}

.so-slides-button, .so-b3.so--white-bordered, .so-b3.so--red-6, .so-b3.so--red-5, .so-b3.so--red-4, .so-b3.so--gray-5, .so-b3.so--gray-3, .so-b3.so--yellow-6, .so-b3.so--yellow-2, .so-b3.so--green-4, .so-b3.so--teal-4 {
color: white;
}
.so--disabled.so-slides-button, .so--disabled.so-b3.so--white-bordered, .so--disabled.so-b3.so--red-6, .so--disabled.so-b3.so--red-5, .so--disabled.so-b3.so--red-4, .so--disabled.so-b3.so--gray-5, .so--disabled.so-b3.so--gray-3, .so--disabled.so-b3.so--yellow-6, .so--disabled.so-b3.so--yellow-2, .so--disabled.so-b3.so--green-4, .so--disabled.so-b3.so--teal-4, [disabled].so-slides-button, [disabled].so-b3.so--white-bordered, [disabled].so-b3.so--red-6, [disabled].so-b3.so--red-5, [disabled].so-b3.so--red-4, [disabled].so-b3.so--gray-5, [disabled].so-b3.so--gray-3, [disabled].so-b3.so--yellow-6, [disabled].so-b3.so--yellow-2, [disabled].so-b3.so--green-4, [disabled].so-b3.so--teal-4 {
color: #f0f0f0;
}

.so-homen-button, .so-b3.so--gray-4, .so-b3.so--gray-6 {
color: #545454;
}
.so--selected.so-homen-button, .so--selected.so-b3.so--gray-4, .so--selected.so-b3.so--gray-6 {
color: #4c7014;
}
.so--disabled.so-homen-button, .so--disabled.so-b3.so--gray-4, .so--disabled.so-b3.so--gray-6, [disabled].so-homen-button, [disabled].so-b3.so--gray-4, [disabled].so-b3.so--gray-6 {
color: #545454;
}

.so-b3.so--red {
color: #e53838;
}
.so-b3.so--red:hover {
color: #bf0000;
}
.so-b3.so--red:active {
color: black;
}
[disabled].so-b3.so--red, .so--disabled.so-b3.so--red {
color: #d6d6d6;
}

@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.so-fade-in, .so-layer {
animation-name: fade-in;
animation-duration: 0.25s;
animation-fill-mode: backwards;
}

.so-fade-in-4 {
animation-name: fade-in;
animation-duration: 0.25s;
animation-fill-mode: backwards;
}

@keyframes so-fade-in-rotate-3d {
from {
opacity: 0;
transform: rotatey(90deg);
}
to {
opacity: 1;
transform: rotatey(0deg);
}
}
@keyframes so-fade-in-slide-up {
from {
opacity: 0;
transform: translatey(100px);
}
to {
opacity: 1;
transform: translatey(0px);
}
}
@keyframes so-fade-in-slide-down {
from {
opacity: 0;
transform: translatey(-100px);
}
to {
opacity: 1;
transform: translatey(0px);
}
}
@keyframes so-fade-in-slide-left {
from {
opacity: 0;
transform: translatex(100px);
}
to {
opacity: 1;
transform: translatex(0px);
}
}
@keyframes so-fade-in-slide-right {
from {
opacity: 0;
transform: translatex(-100px);
}
to {
opacity: 1;
transform: translatex(0px);
}
}
.so-slide-text {
animation-duration: 1s;
animation-fill-mode: backwards;
}
.so--animate.so-slide-text {
animation-name: so-fade-in-slide-up;
}

.so-slides-button.so--next {
animation-duration: 1s;
animation-fill-mode: backwards;
}
.so--animate.so-slides-button.so--next {
animation-name: so-fade-in-slide-left;
}

.so-slides-button.so--prev {
animation-duration: 1s;
animation-fill-mode: backwards;
}
.so--animate.so-slides-button.so--prev {
animation-name: so-fade-in-slide-right;
}

@keyframes fade-in-zoom-in {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
}
.so-count, .so-strapline {
animation-duration: 1s;
animation-fill-mode: backwards;
}
.so--animate.so-count, .so--animate.so-strapline {
animation-name: so-fade-in-zoom-in;
}

.so-b3.so--not-button {
border: 0;
margin: 0;
padding: 0;
background: transparent;
cursor: pointer;
}

.so-floating-panel {
overflow: auto;
}

.so-slides-scroller, .so-floating-panel {
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}

@keyframes flash-green-3 {
10% {
background-color: #c1e58f;
}
}
.so--flash.so-b3.so--prop {
animation: flash-green-3 5s ease-in-out 2s;
}

/*!
 * Cropper.js v1.3.5
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-04-15T06:19:56.029Z
 */
.cropper-container {
direction: ltr;
font-size: 0;
line-height: 0;
position: relative;
-ms-touch-action: none;
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.cropper-container img {
/*Avoid margin top issue (Occur only when margin-top <= -height)
*/
display: block;
height: 100%;
image-orientation: 0deg;
max-height: none !important;
max-width: none !important;
min-height: 0 !important;
min-width: 0 !important;
width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
overflow: hidden;
}

.cropper-drag-box {
background-color: #fff;
opacity: 0;
}

.cropper-modal {
background-color: #000;
opacity: 0.5;
}

.cropper-view-box {
display: block;
height: 100%;
outline-color: rgba(51, 153, 255, 0.75);
outline: 1px solid #39f;
overflow: hidden;
width: 100%;
}

.cropper-dashed {
border: 0 dashed #eee;
display: block;
opacity: 0.5;
position: absolute;
}

.cropper-dashed.dashed-h {
border-bottom-width: 1px;
border-top-width: 1px;
height: 33.33333%;
left: 0;
top: 33.33333%;
width: 100%;
}

.cropper-dashed.dashed-v {
border-left-width: 1px;
border-right-width: 1px;
height: 100%;
left: 33.33333%;
top: 0;
width: 33.33333%;
}

.cropper-center {
display: block;
height: 0;
left: 50%;
opacity: 0.75;
position: absolute;
top: 50%;
width: 0;
}

.cropper-center:before,
.cropper-center:after {
background-color: #eee;
content: " ";
display: block;
position: absolute;
}

.cropper-center:before {
height: 1px;
left: -3px;
top: 0;
width: 7px;
}

.cropper-center:after {
height: 7px;
left: 0;
top: -3px;
width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
display: block;
height: 100%;
opacity: 0.1;
position: absolute;
width: 100%;
}

.cropper-face {
background-color: #fff;
left: 0;
top: 0;
}

.cropper-line {
background-color: #39f;
}

.cropper-line.line-e {
cursor: ew-resize;
right: -3px;
top: 0;
width: 5px;
}

.cropper-line.line-n {
cursor: ns-resize;
height: 5px;
left: 0;
top: -3px;
}

.cropper-line.line-w {
cursor: ew-resize;
left: -3px;
top: 0;
width: 5px;
}

.cropper-line.line-s {
bottom: -3px;
cursor: ns-resize;
height: 5px;
left: 0;
}

.cropper-point {
background-color: #39f;
height: 5px;
opacity: 0.75;
width: 5px;
}

.cropper-point.point-e {
cursor: ew-resize;
margin-top: -3px;
right: -3px;
top: 50%;
}

.cropper-point.point-n {
cursor: ns-resize;
left: 50%;
margin-left: -3px;
top: -3px;
}

.cropper-point.point-w {
cursor: ew-resize;
left: -3px;
margin-top: -3px;
top: 50%;
}

.cropper-point.point-s {
bottom: -3px;
cursor: s-resize;
left: 50%;
margin-left: -3px;
}

.cropper-point.point-ne {
cursor: nesw-resize;
right: -3px;
top: -3px;
}

.cropper-point.point-nw {
cursor: nwse-resize;
left: -3px;
top: -3px;
}

.cropper-point.point-sw {
bottom: -3px;
cursor: nesw-resize;
left: -3px;
}

.cropper-point.point-se {
bottom: -3px;
cursor: nwse-resize;
height: 20px;
opacity: 1;
right: -3px;
width: 20px;
}

@media (min-width: 768px) {
.cropper-point.point-se {
height: 15px;
width: 15px;
}
}
@media (min-width: 992px) {
.cropper-point.point-se {
height: 10px;
width: 10px;
}
}
@media (min-width: 1200px) {
.cropper-point.point-se {
height: 5px;
opacity: 0.75;
width: 5px;
}
}
.cropper-point.point-se:before {
background-color: #39f;
bottom: -50%;
content: " ";
display: block;
height: 200%;
opacity: 0;
position: absolute;
right: -50%;
width: 200%;
}

.cropper-invisible {
opacity: 0;
}

.cropper-bg {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
display: block;
height: 0;
position: absolute;
width: 0;
}

.cropper-hidden {
display: none !important;
}

.cropper-move {
cursor: move;
}

.cropper-crop {
cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
cursor: not-allowed;
}

.so-link-color, .so-widgets-DateInput-icon, a {
color: #4998aa;
}
.so-link-color:hover, .so-widgets-DateInput-icon:hover, a:hover {
color: #206570;
}
.so-link-color:active, .so-widgets-DateInput-icon:active, a:active {
color: #0e3e46;
}
.so-link-color[disabled], [disabled].so-widgets-DateInput-icon, a[disabled], .so-link-color.so--disabled, .so--disabled.so-widgets-DateInput-icon, a.so--disabled {
color: #d6d6d6;
}
.so-link-color.so--selected, .so--selected.so-widgets-DateInput-icon, a.so--selected, .so-link-color.so--selected:hover, .so-link-color.so--selected:active {
color: #6ca028;
}
.so-link-color.so--selected[disabled], .so--selected[disabled].so-widgets-DateInput-icon, a.so--selected[disabled], .so-link-color.so--selected.so--disabled, .so--selected.so--disabled.so-widgets-DateInput-icon, a.so--selected.so--disabled, .so-link-color.so--selected:hover[disabled], .so-link-color.so--selected:hover.so--disabled, .so-link-color.so--selected:active[disabled], .so-link-color.so--selected:active.so--disabled {
color: #d6d6d6;
}
.so-link-color.so--white, .so--white.so-widgets-DateInput-icon, a.so--white, .so-link-color-white-inside .so-link-color, .so-link-color-white-inside .so-widgets-DateInput-icon, .so-link-color-white-inside a {
color: #afe8f4;
}
.so-link-color.so--white:hover, .so--white.so-widgets-DateInput-icon:hover, a.so--white:hover, .so-link-color-white-inside .so-link-color:hover, .so-link-color-white-inside .so-widgets-DateInput-icon:hover, .so-link-color-white-inside a:hover {
color: white;
}
.so-link-color.so--white:active, .so--white.so-widgets-DateInput-icon:active, a.so--white:active, .so-link-color-white-inside .so-link-color:active, .so-link-color-white-inside .so-widgets-DateInput-icon:active, .so-link-color-white-inside a:active {
color: #c1e58f;
}

.so-general-header-submenu-wrapper > .so-general-header-menu-button:after, .so-general-header-menu-wrapper > .so-general-header-button:after, .so-homen-button.so--down:after, .so-homen-button.so--left:after, .so-homen-button.so--right:after, .so-ucl-header-submenu-wrapper > .so-ucl-header-menu-button:after, .so-ucl-header-menu-wrapper > .so-ucl-header-button:after, .so-b3.so--so:after, .so-radio-button input[type=radio] + :before,
.so-radio-button + :before, .so-checkbox-wrapper-outer + :before, .so-checkbox-inside input[type=checkbox] + :before,
.so-checkbox + :before, .so-breadcrumbs > li > a:after, .so-breadcrumbs > li > span.so-breadcrumb:after, .so-layout-section-header.so--openable.so--closed .so-layout-section-title:before, .so-layout-section-header.so--openable.so--open .so-layout-section-title:before, .so-widgets-DateInput-icon:before, .so-icon {
font-family: "science-open-icons" !important;
font-size: 16px;
font-weight: normal !important;
font-style: normal !important;
display: inline-block;
line-height: 1;
}

.so-icon.so--star-empty:after {
content: "";
}
.so-icon.so--star-half:after {
content: "";
}
.so-icon.so--star-full:after {
content: "";
}
.so-icon.so--menu:after {
content: "";
}
.so-icon.so--email:after {
content: "";
}
.so-icon.so--scroll-up:after {
content: "";
}
.so-icon.so--scroll-down:after {
content: "";
}
.so-icon.so--cross:after {
content: "";
}
.so-icon.so--accordion-closed:after {
content: "";
}
.so-icon.so--accordion-open:after {
content: "";
}
.so-icon.so--search:after {
content: "";
}
.so-icon.so--tree-opener-closed:after {
content: "";
}
.so-icon.so--tree-opener-open:after {
content: "";
}
.so-icon.so--comment:after {
content: "";
}
.so-icon.so--comment-new:after {
content: "";
}
.so-icon.so--comment-old:after {
content: "";
}
.so-icon.so--paperclip:after {
content: "";
}
.so-icon.so--reshare:after {
content: "";
}
.so-icon.so--rss:after {
content: "";
}
.so-icon.so--flag:after {
content: "";
}
.so-icon.so--cog:after {
content: "";
}
.so-icon.so--calendar:after {
content: "";
}
.so-icon.so--warning:after {
content: "";
}
.so-icon.so--hourglass:after {
content: "";
}
.so-icon.so--dropdown:after {
content: "";
}
.so-icon.so--triangle-right:after {
content: "";
}
.so-icon.so--triangle-left:after {
content: "";
}
.so-icon.so--checkbox-un:after {
content: "";
}
.so-icon.so--checkbox:after {
content: "";
}
.so-icon.so--checkbox-partial:after {
content: "";
}
.so-icon.so--checkbox-warning:after {
content: "";
}
.so-icon.so--radio-un:after {
content: "";
}
.so-icon.so--radio:after {
content: "";
}
.so-icon.so--to-top:after {
content: "";
}
.so-icon.so--to-bottom:after {
content: "";
}
.so-icon.so--editorial:after {
content: "";
}
.so-icon.so--bookmark:after {
content: "";
}
.so-icon.so--collection:after {
content: "";
}
.so-icon.so--share:after {
content: "";
}
.so-icon.so--editors-comment:after {
content: "";
}
.so-icon.so--slide-left:after {
content: "";
}
.so-icon.so--slide-right:after {
content: "";
}
.so-icon.so--citation:after {
content: "";
}
.so-icon.so--tier-1:after {
content: "";
}
.so-icon.so--tier-2:after {
content: "";
}
.so-icon.so--tier-3:after {
content: "";
}
.so-icon.so--user:after {
content: "";
}
.so-icon.so--document:after {
content: "";
}
.so-icon.so--orcid.so--colored.so--colored.so--colored {
color: #a6ce39;
}
.so-icon.so--orcid.so--light-colored.so--light-colored.so--light-colored {
color: #dbebb0;
}
.so-icon.so--orcid:after {
content: "";
}
.so-icon.so--linkedin.so--colored.so--colored.so--colored {
color: #0077b5;
}
.so-icon.so--linkedin.so--light-colored.so--light-colored.so--light-colored {
color: #99c9e1;
}
.so-icon.so--linkedin:after {
content: "";
}
.so-icon.so--mendeley.so--colored.so--colored.so--colored {
color: #a71925;
}
.so-icon.so--mendeley.so--light-colored.so--light-colored.so--light-colored {
color: #dca3a8;
}
.so-icon.so--mendeley:after {
content: "";
}
.so-icon.so--twitter.so--colored.so--colored.so--colored {
color: #55acee;
}
.so-icon.so--twitter.so--light-colored.so--light-colored.so--light-colored {
color: #bbdef8;
}
.so-icon.so--twitter:after {
content: "";
}
.so-icon.so--facebook.so--colored.so--colored.so--colored {
color: #3b579d;
}
.so-icon.so--facebook.so--light-colored.so--light-colored.so--light-colored {
color: #b1bcd8;
}
.so-icon.so--facebook:after {
content: "";
}
.so-icon.so--open-access.so--colored.so--colored.so--colored {
color: #e97202;
}
.so-icon.so--open-access.so--light-colored.so--light-colored.so--light-colored {
color: #f6c79a;
}
.so-icon.so--open-access:after {
content: "";
}
.so-icon.so--quote:after {
content: "";
}
.so-icon.so--youtube.so--colored.so--colored.so--colored {
color: #bf0000;
}
.so-icon.so--youtube.so--light-colored.so--light-colored.so--light-colored {
color: #e59999;
}
.so-icon.so--youtube:after {
content: "";
}
.so-icon.so--google-plus.so--colored.so--colored.so--colored {
color: #e53838;
}
.so-icon.so--google-plus.so--light-colored.so--light-colored.so--light-colored {
color: #f5afaf;
}
.so-icon.so--google-plus:after {
content: "";
}
.so-icon.so--add-to-collection:after {
content: "";
}
.so-icon.so--remove-from-collection:after {
content: "";
}
.so-icon.so--so.so--colored.so--colored.so--colored {
color: #92d050;
}
.so-icon.so--so.so--light-colored.so--light-colored.so--light-colored {
color: #d3ecb9;
}
.so-icon.so--so:after {
content: "";
}
.so-icon.so--statistics:after {
content: "";
}
.so-icon.so--summary:after {
content: "";
}
.so-icon.so--thumbnail:after {
content: "";
}
.so-icon.so--disciplines:after {
content: "";
}
.so-icon.so--references:after {
content: "";
}
.so-icon.so--check:after {
content: "";
}
.so-icon.so--orcid-sync.so--colored.so--colored.so--colored {
color: #8f5389;
}
.so-icon.so--orcid-sync.so--light-colored.so--light-colored.so--light-colored {
color: #d2bad0;
}
.so-icon.so--orcid-sync:after {
content: "";
}
.so-icon.so--keywords:after {
content: "";
}
.so-icon.so--orcid-update-permissions.so--colored.so--colored.so--colored {
color: #ffb027;
}
.so-icon.so--orcid-update-permissions.so--light-colored.so--light-colored.so--light-colored {
color: #ffdfa9;
}
.so-icon.so--orcid-update-permissions:after {
content: "";
}
.so-icon.so--advanced-search:after {
content: "";
}
.so-icon.so--info:after {
content: "";
}
.so-icon.so--hint:after {
content: "";
}
.so-icon.so--wechat.so--colored.so--colored.so--colored {
color: #51b548;
}
.so-icon.so--wechat.so--light-colored.so--light-colored.so--light-colored {
color: #b9e1b6;
}
.so-icon.so--wechat:after {
content: "";
}
.so-icon.so--article:after {
content: "";
}
.so-icon.so--poster:after {
content: "";
}
.so-icon.so--review:after {
content: "";
}
.so-icon.so--observation:after {
content: "";
}
.so-icon.so--version:after {
content: "";
}
.so-icon.so--thermometer:after {
content: "";
}
.so-icon.so--instagram:after {
content: "";
}
.so-icon.so--buy:after {
content: "";
}
.so-icon.so--weibo.so--colored.so--colored.so--colored {
color: #e6162d;
}
.so-icon.so--weibo.so--light-colored.so--light-colored.so--light-colored {
color: #f5a2ab;
}
.so-icon.so--weibo:after {
content: "";
}
.so-icon.so--angle-down:after {
content: "";
}
.so-icon.so--menu-2:after {
content: "";
}
.so-icon.so--copy:after {
content: "";
}
.so-icon.so--download:after {
content: "";
}
.so-icon.so--plus:after {
content: "";
}
.so-icon.so--error:after {
content: "";
}
.so-icon.so--logo {
position: relative;
font-size: 32px;
width: 200px;
vertical-align: 50%;
}
@media (min-width: 576px) {
.so-icon.so--logo {
font-size: 43px;
width: 265px;
vertical-align: 30%;
}
}
.so-icon.so--logo .so-logo-dark,
.so-icon.so--logo .so-logo-light {
position: absolute;
top: 0;
left: 0;
}
.so-icon.so--logo .so-logo-green:before {
content: "";
color: #92d050;
}
.so-icon.so--logo .so-logo-dark:before {
content: "";
color: #7e7e7e;
}
.so-icon.so--logo .so-logo-light:before {
content: "";
color: #a6a6a6;
}
.so-icon.so--logo.so--in-footer, .so-icon.so--logo.so--in-powered-by {
font-size: 32px;
width: 200px;
vertical-align: 50%;
}
@media (min-width: 1200px) {
.so-icon.so--logo.so--in-footer, .so-icon.so--logo.so--in-powered-by {
font-size: 43px;
width: 265px;
vertical-align: 30%;
}
}
.so-icon.so--logo.so--tiny {
font-size: 21.5px;
width: 132.5px;
vertical-align: baseline;
}
.so-icon.so--sized {
font-size: inherit;
}
.so-icon.so--menu-2 {
font-size: 20px;
color: #4998aa;
}

.so-icon-teal-4 {
color: #4998aa;
}

.so-icon-red-5 {
color: #bf0000;
}

.cke_button__so-insert-member_icon {
background: url("images/small-icon/ck-person.png") no-repeat !important;
}

.cke_button__so-insert-article_icon {
background: url("images/small-icon/ck-document.png") no-repeat !important;
}

.cke_button__so-insert-image_icon {
background: url("images/small-icon/ck-image.png") no-repeat !important;
}

.so-widgets-DateInput {
display: inline-block;
position: relative;
}

.so-widgets-DateInput-icon {
position: absolute;
top: 0;
right: 0;
width: 28px;
height: 28px;
border: 0;
padding: 0;
background: transparent;
text-align: center;
cursor: pointer;
}
.so-widgets-DateInput-icon:before {
line-height: 26px;
content: "";
}

.so-widgets-CyclingBanner {
position: relative;
width: 100%;
z-index: 0;
overflow: hidden;
}

.so-widgets-CyclingBanner-a {
position: absolute;
top: 0;
left: 0;
background-position: 50%;
background-size: cover;
height: 223px;
width: 100%;
}
.so-widgets-CyclingBanner-a .so-banner-2-bg {
display: none;
}
.so-widgets-CyclingBanner-a .so-banner-2-icon {
height: 223px;
width: 223px;
}

.so-widgets-CyclingBanner-pageDotsContainer {
position: absolute;
left: 0;
right: 0;
bottom: 2px;
z-index: 10;
}

.so-widgets-CyclingBanner-leftButton,
.so-widgets-CyclingBanner-rightButton {
position: absolute;
top: 0;
bottom: 0;
border: 0;
padding: 0 5px;
background: transparent;
color: white;
transition-property: background-color, color;
transition-duration: 0.25s;
z-index: 20;
}
.so-widgets-CyclingBanner-leftButton:hover,
.so-widgets-CyclingBanner-rightButton:hover {
background: url("images/dark-shade-60.png");
background: rgba(0, 0, 0, 0.6);
transition: none;
}
.so-widgets-CyclingBanner-leftButton:active,
.so-widgets-CyclingBanner-rightButton:active {
color: #c1e58f;
transition: none;
}
.so-widgets-CyclingBanner-leftButton:focus,
.so-widgets-CyclingBanner-rightButton:focus {
outline: 0;
}
.so-widgets-CyclingBanner-leftButton .so-icon,
.so-widgets-CyclingBanner-rightButton .so-icon {
text-shadow: 0 0 5px black;
}

.so-widgets-CyclingBanner-leftButton {
left: 0;
}

.so-widgets-CyclingBanner-rightButton {
right: 0;
}

.so-banner-2.so--has-icon .so-banner-2-label {
left: 0 !important;
z-index: 1;
}
@media (min-width: 576px) {
.so-banner-2.so--has-icon .so-banner-2-label {
left: 223px !important;
}
}

.so-widgets-TextCropper {
overflow: hidden;
position: relative;
}
.so-widgets-TextCropper > :first-child {
margin-top: 0;
}
.so-widgets-TextCropper > :last-child {
margin-bottom: 0;
}
.so-widgets-TextCropper .so-widgets-TextCropper-button {
position: absolute;
bottom: 0;
right: 0;
border: 0;
padding: 0 10px 0 40px;
background: white;
background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0), white 30px);
color: #4998aa;
transition-property: color;
transition-duration: 0.25s;
cursor: pointer;
}
.so-widgets-TextCropper .so-widgets-TextCropper-button:hover {
color: #206570;
transition: none;
}
.so-widgets-TextCropper .so-widgets-TextCropper-button:active {
color: #4c7014;
transition: none;
}
.so--selected .so-widgets-TextCropper .so-widgets-TextCropper-button, .so-widgets-TextCropper .so-widgets-TextCropper-button.so--selected {
background: #e5f2d1;
background: transparent linear-gradient(90deg, rgba(229, 242, 209, 0), #e5f2d1 30px);
}
.so-widgets-TextCropper.so--2 .so-widgets-TextCropper-button {
background: white;
border-top: 1px solid #d6d6d6;
width: 100%;
text-align: center;
padding: 3px 10px 5px;
}
.so-widgets-TextCropper.so--2 .so-widgets-TextCropper-button:before {
content: "";
position: absolute;
bottom: 29px;
left: 0;
right: 0;
height: 40px;
pointer-events: none;
background: url("images/shadow-round-t-709-40.png") no-repeat center bottom;
}

.so-d-h5.so-lh-i {
vertical-align: -2px;
}

.so-d table[border="1"] > * > tr > td,
.so-d table[border="1"] > * > tr > th {
padding: 5px 10px;
}
.so-d table[align=left] {
margin-top: 0;
margin-right: 20px;
}
.so-d table[align=right] {
margin-top: 0;
margin-left: 20px;
}
.so-d table[align=center] {
margin-left: auto;
margin-right: auto;
}
.so-d .so-custom-list {
position: relative;
padding-left: 20px;
list-style-image: none;
}
.so-d .so-custom-list .so-custom-list-label {
float: right;
position: relative;
right: 100%;
margin-right: 6px;
font-size: 12px;
line-height: 18px;
padding-top: 2px;
font-weight: bold;
color: #92d050;
}
.so-d .footnote {
margin: 0 0 10px 0;
}
.so-d .footnote .so-footnote-label {
font-weight: bold;
float: left;
margin-right: 5px;
}
.so-d .footnote .so-footnote-label + .so-footnote-content {
overflow: hidden;
}
.so-d .footnote .so-footnote-label + .so-footnote-content > :first-child {
margin-top: 0;
}
.so-d .footnote .so-footnote-label + .so-footnote-content > :last-child {
margin-bottom: 0;
}
.so-d .panel {
margin: 0 0 10px;
background-color: #f0f0f0;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: auto;
}
.so-d .panel .label {
font-weight: bold;
}
.so-d .panel .label,
.so-d .panel .caption,
.so-d .panel .table-wrap-foot,
.so-d .panel .figure-container,
.so-d .panel .table-container {
margin: 10px;
}
.so-d .panel .table-container {
overflow: auto;
background-color: white;
padding: 1px;
}
.so-d .panel .figure-container {
overflow: auto;
background-color: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-d .panel .table-wrap-foot {
font-size: 12px;
line-height: 18px;
}
.so-d .panel .figure {
display: block;
max-width: 100%;
max-height: 75vh;
margin: 0 auto;
}
.so-d .panel .table-figure {
margin: 0;
}
.so-d .panel .table-figure .so-tr-separator {
margin: -5px -10px;
}
.so-d .panel .table-figure .so-td-content-separator {
display: none;
}

.so-icon.so--star-empty:after {
content: "";
}
.so-icon.so--star-half:after {
content: "";
}
.so-icon.so--star-full:after {
content: "";
}
.so-icon.so--menu:after {
content: "";
}
.so-icon.so--email:after {
content: "";
}
.so-icon.so--scroll-up:after {
content: "";
}
.so-icon.so--scroll-down:after {
content: "";
}
.so-icon.so--cross:after {
content: "";
}
.so-icon.so--accordion-closed:after {
content: "";
}
.so-icon.so--accordion-open:after {
content: "";
}
.so-icon.so--search:after {
content: "";
}
.so-icon.so--tree-opener-closed:after {
content: "";
}
.so-icon.so--tree-opener-open:after {
content: "";
}
.so-icon.so--comment:after {
content: "";
}
.so-icon.so--comment-new:after {
content: "";
}
.so-icon.so--comment-old:after {
content: "";
}
.so-icon.so--paperclip:after {
content: "";
}
.so-icon.so--reshare:after {
content: "";
}
.so-icon.so--rss:after {
content: "";
}
.so-icon.so--flag:after {
content: "";
}
.so-icon.so--cog:after {
content: "";
}
.so-icon.so--calendar:after {
content: "";
}
.so-icon.so--warning:after {
content: "";
}
.so-icon.so--hourglass:after {
content: "";
}
.so-icon.so--dropdown:after {
content: "";
}
.so-icon.so--triangle-right:after {
content: "";
}
.so-icon.so--triangle-left:after {
content: "";
}
.so-icon.so--checkbox-un:after {
content: "";
}
.so-icon.so--checkbox:after {
content: "";
}
.so-icon.so--checkbox-partial:after {
content: "";
}
.so-icon.so--checkbox-warning:after {
content: "";
}
.so-icon.so--radio-un:after {
content: "";
}
.so-icon.so--radio:after {
content: "";
}
.so-icon.so--to-top:after {
content: "";
}
.so-icon.so--to-bottom:after {
content: "";
}
.so-icon.so--editorial:after {
content: "";
}
.so-icon.so--bookmark:after {
content: "";
}
.so-icon.so--collection:after {
content: "";
}
.so-icon.so--share:after {
content: "";
}
.so-icon.so--editors-comment:after {
content: "";
}
.so-icon.so--slide-left:after {
content: "";
}
.so-icon.so--slide-right:after {
content: "";
}
.so-icon.so--citation:after {
content: "";
}
.so-icon.so--tier-1:after {
content: "";
}
.so-icon.so--tier-2:after {
content: "";
}
.so-icon.so--tier-3:after {
content: "";
}
.so-icon.so--user:after {
content: "";
}
.so-icon.so--document:after {
content: "";
}
.so-icon.so--orcid.so--colored.so--colored.so--colored {
color: #a6ce39;
}
.so-icon.so--orcid.so--light-colored.so--light-colored.so--light-colored {
color: #dbebb0;
}
.so-icon.so--orcid:after {
content: "";
}
.so-icon.so--linkedin.so--colored.so--colored.so--colored {
color: #0077b5;
}
.so-icon.so--linkedin.so--light-colored.so--light-colored.so--light-colored {
color: #99c9e1;
}
.so-icon.so--linkedin:after {
content: "";
}
.so-icon.so--mendeley.so--colored.so--colored.so--colored {
color: #a71925;
}
.so-icon.so--mendeley.so--light-colored.so--light-colored.so--light-colored {
color: #dca3a8;
}
.so-icon.so--mendeley:after {
content: "";
}
.so-icon.so--twitter.so--colored.so--colored.so--colored {
color: #55acee;
}
.so-icon.so--twitter.so--light-colored.so--light-colored.so--light-colored {
color: #bbdef8;
}
.so-icon.so--twitter:after {
content: "";
}
.so-icon.so--facebook.so--colored.so--colored.so--colored {
color: #3b579d;
}
.so-icon.so--facebook.so--light-colored.so--light-colored.so--light-colored {
color: #b1bcd8;
}
.so-icon.so--facebook:after {
content: "";
}
.so-icon.so--open-access.so--colored.so--colored.so--colored {
color: #e97202;
}
.so-icon.so--open-access.so--light-colored.so--light-colored.so--light-colored {
color: #f6c79a;
}
.so-icon.so--open-access:after {
content: "";
}
.so-icon.so--quote:after {
content: "";
}
.so-icon.so--youtube.so--colored.so--colored.so--colored {
color: #bf0000;
}
.so-icon.so--youtube.so--light-colored.so--light-colored.so--light-colored {
color: #e59999;
}
.so-icon.so--youtube:after {
content: "";
}
.so-icon.so--google-plus.so--colored.so--colored.so--colored {
color: #e53838;
}
.so-icon.so--google-plus.so--light-colored.so--light-colored.so--light-colored {
color: #f5afaf;
}
.so-icon.so--google-plus:after {
content: "";
}
.so-icon.so--add-to-collection:after {
content: "";
}
.so-icon.so--remove-from-collection:after {
content: "";
}
.so-icon.so--so.so--colored.so--colored.so--colored {
color: #92d050;
}
.so-icon.so--so.so--light-colored.so--light-colored.so--light-colored {
color: #d3ecb9;
}
.so-icon.so--so:after {
content: "";
}
.so-icon.so--statistics:after {
content: "";
}
.so-icon.so--summary:after {
content: "";
}
.so-icon.so--thumbnail:after {
content: "";
}
.so-icon.so--disciplines:after {
content: "";
}
.so-icon.so--references:after {
content: "";
}
.so-icon.so--check:after {
content: "";
}
.so-icon.so--orcid-sync.so--colored.so--colored.so--colored {
color: #8f5389;
}
.so-icon.so--orcid-sync.so--light-colored.so--light-colored.so--light-colored {
color: #d2bad0;
}
.so-icon.so--orcid-sync:after {
content: "";
}
.so-icon.so--keywords:after {
content: "";
}
.so-icon.so--orcid-update-permissions.so--colored.so--colored.so--colored {
color: #ffb027;
}
.so-icon.so--orcid-update-permissions.so--light-colored.so--light-colored.so--light-colored {
color: #ffdfa9;
}
.so-icon.so--orcid-update-permissions:after {
content: "";
}
.so-icon.so--advanced-search:after {
content: "";
}
.so-icon.so--info:after {
content: "";
}
.so-icon.so--hint:after {
content: "";
}
.so-icon.so--wechat.so--colored.so--colored.so--colored {
color: #51b548;
}
.so-icon.so--wechat.so--light-colored.so--light-colored.so--light-colored {
color: #b9e1b6;
}
.so-icon.so--wechat:after {
content: "";
}
.so-icon.so--article:after {
content: "";
}
.so-icon.so--poster:after {
content: "";
}
.so-icon.so--review:after {
content: "";
}
.so-icon.so--observation:after {
content: "";
}
.so-icon.so--version:after {
content: "";
}
.so-icon.so--thermometer:after {
content: "";
}
.so-icon.so--instagram:after {
content: "";
}
.so-icon.so--buy:after {
content: "";
}
.so-icon.so--weibo.so--colored.so--colored.so--colored {
color: #e6162d;
}
.so-icon.so--weibo.so--light-colored.so--light-colored.so--light-colored {
color: #f5a2ab;
}
.so-icon.so--weibo:after {
content: "";
}
.so-icon.so--angle-down:after {
content: "";
}
.so-icon.so--menu-2:after {
content: "";
}
.so-icon.so--copy:after {
content: "";
}
.so-icon.so--download:after {
content: "";
}
.so-icon.so--plus:after {
content: "";
}
.so-icon.so--error:after {
content: "";
}
.so-icon.so--logo {
position: relative;
font-size: 32px;
width: 200px;
vertical-align: 50%;
}
@media (min-width: 576px) {
.so-icon.so--logo {
font-size: 43px;
width: 265px;
vertical-align: 30%;
}
}
.so-icon.so--logo .so-logo-dark,
.so-icon.so--logo .so-logo-light {
position: absolute;
top: 0;
left: 0;
}
.so-icon.so--logo .so-logo-green:before {
content: "";
color: #92d050;
}
.so-icon.so--logo .so-logo-dark:before {
content: "";
color: #7e7e7e;
}
.so-icon.so--logo .so-logo-light:before {
content: "";
color: #a6a6a6;
}
.so-icon.so--logo.so--in-footer, .so-icon.so--logo.so--in-powered-by {
font-size: 32px;
width: 200px;
vertical-align: 50%;
}
@media (min-width: 1200px) {
.so-icon.so--logo.so--in-footer, .so-icon.so--logo.so--in-powered-by {
font-size: 43px;
width: 265px;
vertical-align: 30%;
}
}
.so-icon.so--logo.so--tiny {
font-size: 21.5px;
width: 132.5px;
vertical-align: baseline;
}
.so-icon.so--sized {
font-size: inherit;
}
.so-icon.so--menu-2 {
font-size: 20px;
color: #4998aa;
}

.so-icon-teal-4 {
color: #4998aa;
}

.so-icon-red-5 {
color: #bf0000;
}

.so-picker-or {
text-align: center;
border-bottom: 1px solid #d6d6d6;
height: 11px;
}

.so-picker-or-inner {
display: inline-block;
background-color: white;
padding: 0 5px;
}

.so-text-input {
width: 100%;
margin: 0;
padding: 2px 5px 4px;
border: 1px solid #d6d6d6;
border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
outline: none;
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
height: 28px;
}
.so-text-input:focus {
border-color: #206570;
}
.so-text-input.so--disabled {
border-color: #d6d6d6;
background-color: #f0f0f0;
color: #7e7e7e;
}
.so-text-input:disabled {
border-color: #d6d6d6;
background-color: #f0f0f0;
color: #7e7e7e;
}
.so-text-input.so--invalid, .so-text-input:invalid {
background-color: #ffebd7;
border-color: #ffc68d;
color: #af2500;
}
.so-text-input.so--invalid:focus, .so-text-input:invalid:focus {
border-color: #ffa836;
}
.so-text-input.so--home {
border-radius: 0;
padding: 17px;
}

.so-textarea, .so-message-input {
width: 100%;
height: 100px;
overflow: auto;
display: block;
margin: 0;
border: 1px solid #d6d6d6;
border-radius: 3px;
padding: 3px 5px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
outline: none;
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
resize: vertical;
}
.so-textarea:focus, .so-message-input:focus {
border-color: #92d050;
}

.so-singleline-search-form {
display: inline-block;
vertical-align: middle;
line-height: 26px;
width: 100%;
background: white;
margin: 10px 0;
border: 1px solid #d6d6d6;
border-radius: 3px;
overflow: hidden;
}
.so-singleline-search-form.so---selected {
border-color: #92d050;
}
.so-singleline-search-form.so--m-0 {
margin: 0;
}
.so-singleline-search-form .so-singleline-search-form-button,
.so-singleline-search-form .so-singleline-search-form-advanced-button,
.so-singleline-search-form .so-singleline-search-form-other-button {
display: inline-block;
vertical-align: top;
height: 26px;
margin: 0;
border: 0;
cursor: pointer;
}
.so-singleline-search-form .so-singleline-search-form-button {
border-radius: 0;
background: transparent;
padding-left: 5px;
padding-right: 5px;
}
.so-singleline-search-form .so-singleline-search-form-advanced-button {
border-radius: 0;
padding-left: 15px;
}
.so-singleline-search-form.so--white {
line-height: 30px;
}
.so-singleline-search-form.so--white,
.so-singleline-search-form.so--white .so-singleline-search-form-button,
.so-singleline-search-form.so--white .so-singleline-search-form-advanced-button,
.so-singleline-search-form.so--white .so-singleline-search-form-other-button,
.so-singleline-search-form.so--white .so-singleline-search-form-input {
border: 0;
background: transparent;
color: #afe8f4;
border-radius: 0;
}
.so-singleline-search-form.so--white .so-singleline-search-form-button,
.so-singleline-search-form.so--white .so-singleline-search-form-advanced-button,
.so-singleline-search-form.so--white .so-singleline-search-form-other-button {
padding-top: 4px;
padding-bottom: 6px;
height: 30px;
}
.so-singleline-search-form.so--white .so-singleline-search-form-button:hover,
.so-singleline-search-form.so--white .so-singleline-search-form-advanced-button:hover,
.so-singleline-search-form.so--white .so-singleline-search-form-other-button:hover {
color: white;
background: #7e7e7e;
}
.so-singleline-search-form.so--white .so-singleline-search-form-button:active,
.so-singleline-search-form.so--white .so-singleline-search-form-advanced-button:active,
.so-singleline-search-form.so--white .so-singleline-search-form-other-button:active {
color: #c1e58f;
background: black;
}
.so-singleline-search-form.so--white .so-singleline-search-form-advanced-button {
padding-left: 10px;
}
.so-singleline-search-form.so--white .so-singleline-search-form-input {
background-image: url("images/helper.png");
padding-top: 4px;
padding-bottom: 6px;
color: white;
}
.so-singleline-search-form.so--white .so-singleline-search-form-input:-ms-input-placeholder {
color: #a6a6a6;
}

.so-singleline-search-form-item.so--left {
float: left;
}

.so-singleline-search-form-item.so--right {
float: right;
}

.so-singleline-search-form-item.so--flex {
display: block;
overflow: hidden;
min-width: 80px;
}

.so-singleline-search-form-select {
margin: 0 0 0 5px;
min-width: 80px;
}

.so-singleline-search-form-input {
margin: 0;
outline: 0;
border: 0;
padding: 2px 5px 4px;
line-height: 20px;
vertical-align: top;
width: 100%;
}

.so-secondary, .wupb-uploadStatus,
.wupb-uploadStatus > label, .so-profile-button-info, .so-authors-list-title, .so-form-field-info, .so-form-info, .so-breadcrumbs-label, .so-review-score-label, .so-multi-form-field-label, .so-search-completion-group-title, .so-dropdown-group-title, .so-picker-or-inner {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 12px;
line-height: 18px;
color: #7e7e7e;
}
.so-secondary a, .wupb-uploadStatus a, .so-profile-button-info a, .so-authors-list-title a, .so-form-field-info a, .so-form-info a, .so-breadcrumbs-label a, .so-review-score-label a, .so-multi-form-field-label a, .so-search-completion-group-title a, .so-dropdown-group-title a, .so-picker-or-inner a,
.so-secondary button,
.wupb-uploadStatus button,
.so-profile-button-info button,
.so-authors-list-title button,
.so-form-field-info button,
.so-form-info button,
.so-breadcrumbs-label button,
.so-review-score-label button,
.so-multi-form-field-label button,
.so-search-completion-group-title button,
.so-dropdown-group-title button,
.so-picker-or-inner button {
color: #206570;
}
.so-secondary strong, .wupb-uploadStatus strong, .so-profile-button-info strong, .so-authors-list-title strong, .so-form-field-info strong, .so-form-info strong, .so-breadcrumbs-label strong, .so-review-score-label strong, .so-multi-form-field-label strong, .so-search-completion-group-title strong, .so-dropdown-group-title strong, .so-picker-or-inner strong {
color: #2b2b2b;
}

.so-bottom-panel {
position: fixed;
overflow: auto;
left: 0;
right: 0;
bottom: 0;
height: 61px;
background: white;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.so-page-warning {
color: #af2500;
background-color: #ffebd7;
border: 1px solid #ffc68d;
position: absolute;
top: 90px;
left: 0;
right: 0;
text-align: center;
transition: top 0.5s;
}

.so-layout-section-header {
overflow: hidden;
clear: both;
border-top: 0 solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
margin-bottom: 10px;
}
.so-layout-section-header.so--no-border {
border-bottom: 0;
margin-bottom: 0;
}
.so-layout-section-header.so--no-border + .so-layout-section-body {
margin-top: 0;
}
.so-layout-section-header.so--openable {
margin-bottom: 0;
}
.so-layout-section-header.so--openable.so--closed, .so-layout-section-header.so--openable.so--open {
background-color: #f0f0f0;
cursor: pointer;
border-radius: 3px;
padding: 0 10px;
}
.so-layout-section-header.so--openable.so--closed .so-layout-section-title, .so-layout-section-header.so--openable.so--open .so-layout-section-title {
color: #4998aa;
margin: 10px 0;
}
.so-layout-section-header.so--openable.so--closed .so-layout-section-title:before, .so-layout-section-header.so--openable.so--open .so-layout-section-title:before {
margin: 0 10px 0 0;
}
.so-layout-section-header.so--openable.so--closed:hover, .so-layout-section-header.so--openable.so--closed:active, .so-layout-section-header.so--openable.so--open:hover, .so-layout-section-header.so--openable.so--open:active {
background-color: #e8e8e8;
}
.so-layout-section-header.so--openable.so--closed:hover .so-layout-section-title, .so-layout-section-header.so--openable.so--closed:active .so-layout-section-title, .so-layout-section-header.so--openable.so--open:hover .so-layout-section-title, .so-layout-section-header.so--openable.so--open:active .so-layout-section-title {
color: #206570;
}
.so-layout-section-header.so--openable.so--closed:active, .so-layout-section-header.so--openable.so--open:active {
border-top-width: 1px;
border-bottom-width: 0;
}
.so-layout-section-header.so--openable.so--closed:active .so-layout-section-title, .so-layout-section-header.so--openable.so--open:active .so-layout-section-title {
color: #4c7014;
}
.so-layout-section-header.so--openable.so--closed .so-layout-section-title:before {
content: "";
}
.so-layout-section-header.so--openable.so--open .so-layout-section-title:before {
content: "";
}

.so-layout-section-title {
display: block;
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: bold;
font-style: italic;
color: #7e7e7e;
margin: 0 0 10px;
}
.so-layout-section-title.so--no-margin {
margin: 0;
}

.so-layout-section {
margin-bottom: 20px;
}
.so-layout-section.so--a-border-top {
border-top: 1px solid #d6d6d6;
padding-top: 15px;
}
.so-layout-section.so--a-border-top-0 {
border-top: 0;
padding-top: 0;
}
@media (min-width: 576px) {
.so-layout-section.so--b-border-top {
border-top: 1px solid #d6d6d6;
padding-top: 15px;
}
.so-layout-section.so--b-border-top-0 {
border-top: 0;
padding-top: 0;
}
}
@media (min-width: 720px) {
.so-layout-section.so--c-border-top {
border-top: 1px solid #d6d6d6;
padding-top: 15px;
}
.so-layout-section.so--c-border-top-0 {
border-top: 0;
padding-top: 0;
}
}
@media (min-width: 1014px) {
.so-layout-section.so--d-border-top {
border-top: 1px solid #d6d6d6;
padding-top: 15px;
}
.so-layout-section.so--d-border-top-0 {
border-top: 0;
padding-top: 0;
}
}
@media (min-width: 1200px) {
.so-layout-section.so--e-border-top {
border-top: 1px solid #d6d6d6;
padding-top: 15px;
}
.so-layout-section.so--e-border-top-0 {
border-top: 0;
padding-top: 0;
}
}
@media (min-width: 1400px) {
.so-layout-section.so--f-border-top {
border-top: 1px solid #d6d6d6;
padding-top: 15px;
}
.so-layout-section.so--f-border-top-0 {
border-top: 0;
padding-top: 0;
}
}

.so-layout-section-body {
margin: 10px 0 20px;
}

.so-col-row {
position: relative;
line-height: 0;
}
.so-col > .so-col-row, .so-col-row.so--no-padding {
margin-left: -10px;
margin-right: -10px;
}

.so-col {
line-height: 20px;
display: inline-block;
vertical-align: top;
position: relative;
padding: 0 10px;
width: 100%;
}
.so-col.so--a-1 {
width: 4.1666666667%;
}
.so-col.so--a-pull-1 {
right: 4.1666666667%;
}
.so-col.so--a-push-1 {
left: 4.1666666667%;
}
.so-col.so--a-2 {
width: 8.3333333333%;
}
.so-col.so--a-pull-2 {
right: 8.3333333333%;
}
.so-col.so--a-push-2 {
left: 8.3333333333%;
}
.so-col.so--a-3 {
width: 12.5%;
}
.so-col.so--a-pull-3 {
right: 12.5%;
}
.so-col.so--a-push-3 {
left: 12.5%;
}
.so-col.so--a-4 {
width: 16.6666666667%;
}
.so-col.so--a-pull-4 {
right: 16.6666666667%;
}
.so-col.so--a-push-4 {
left: 16.6666666667%;
}
.so-col.so--a-5 {
width: 20.8333333333%;
}
.so-col.so--a-pull-5 {
right: 20.8333333333%;
}
.so-col.so--a-push-5 {
left: 20.8333333333%;
}
.so-col.so--a-6 {
width: 25%;
}
.so-col.so--a-pull-6 {
right: 25%;
}
.so-col.so--a-push-6 {
left: 25%;
}
.so-col.so--a-7 {
width: 29.1666666667%;
}
.so-col.so--a-pull-7 {
right: 29.1666666667%;
}
.so-col.so--a-push-7 {
left: 29.1666666667%;
}
.so-col.so--a-8 {
width: 33.3333333333%;
}
.so-col.so--a-pull-8 {
right: 33.3333333333%;
}
.so-col.so--a-push-8 {
left: 33.3333333333%;
}
.so-col.so--a-9 {
width: 37.5%;
}
.so-col.so--a-pull-9 {
right: 37.5%;
}
.so-col.so--a-push-9 {
left: 37.5%;
}
.so-col.so--a-10 {
width: 41.6666666667%;
}
.so-col.so--a-pull-10 {
right: 41.6666666667%;
}
.so-col.so--a-push-10 {
left: 41.6666666667%;
}
.so-col.so--a-11 {
width: 45.8333333333%;
}
.so-col.so--a-pull-11 {
right: 45.8333333333%;
}
.so-col.so--a-push-11 {
left: 45.8333333333%;
}
.so-col.so--a-12 {
width: 50%;
}
.so-col.so--a-pull-12 {
right: 50%;
}
.so-col.so--a-push-12 {
left: 50%;
}
.so-col.so--a-13 {
width: 54.1666666667%;
}
.so-col.so--a-pull-13 {
right: 54.1666666667%;
}
.so-col.so--a-push-13 {
left: 54.1666666667%;
}
.so-col.so--a-14 {
width: 58.3333333333%;
}
.so-col.so--a-pull-14 {
right: 58.3333333333%;
}
.so-col.so--a-push-14 {
left: 58.3333333333%;
}
.so-col.so--a-15 {
width: 62.5%;
}
.so-col.so--a-pull-15 {
right: 62.5%;
}
.so-col.so--a-push-15 {
left: 62.5%;
}
.so-col.so--a-16 {
width: 66.6666666667%;
}
.so-col.so--a-pull-16 {
right: 66.6666666667%;
}
.so-col.so--a-push-16 {
left: 66.6666666667%;
}
.so-col.so--a-17 {
width: 70.8333333333%;
}
.so-col.so--a-pull-17 {
right: 70.8333333333%;
}
.so-col.so--a-push-17 {
left: 70.8333333333%;
}
.so-col.so--a-18 {
width: 75%;
}
.so-col.so--a-pull-18 {
right: 75%;
}
.so-col.so--a-push-18 {
left: 75%;
}
.so-col.so--a-19 {
width: 79.1666666667%;
}
.so-col.so--a-pull-19 {
right: 79.1666666667%;
}
.so-col.so--a-push-19 {
left: 79.1666666667%;
}
.so-col.so--a-20 {
width: 83.3333333333%;
}
.so-col.so--a-pull-20 {
right: 83.3333333333%;
}
.so-col.so--a-push-20 {
left: 83.3333333333%;
}
.so-col.so--a-21 {
width: 87.5%;
}
.so-col.so--a-pull-21 {
right: 87.5%;
}
.so-col.so--a-push-21 {
left: 87.5%;
}
.so-col.so--a-22 {
width: 91.6666666667%;
}
.so-col.so--a-pull-22 {
right: 91.6666666667%;
}
.so-col.so--a-push-22 {
left: 91.6666666667%;
}
.so-col.so--a-23 {
width: 95.8333333333%;
}
.so-col.so--a-pull-23 {
right: 95.8333333333%;
}
.so-col.so--a-push-23 {
left: 95.8333333333%;
}
.so-col.so--a-24 {
width: 100%;
}
.so-col.so--a-pull-24 {
right: 100%;
}
.so-col.so--a-push-24 {
left: 100%;
}
@media (min-width: 576px) {
.so-col.so--b-1 {
width: 4.1666666667%;
}
.so-col.so--b-pull-1 {
right: 4.1666666667%;
}
.so-col.so--b-push-1 {
left: 4.1666666667%;
}
.so-col.so--b-2 {
width: 8.3333333333%;
}
.so-col.so--b-pull-2 {
right: 8.3333333333%;
}
.so-col.so--b-push-2 {
left: 8.3333333333%;
}
.so-col.so--b-3 {
width: 12.5%;
}
.so-col.so--b-pull-3 {
right: 12.5%;
}
.so-col.so--b-push-3 {
left: 12.5%;
}
.so-col.so--b-4 {
width: 16.6666666667%;
}
.so-col.so--b-pull-4 {
right: 16.6666666667%;
}
.so-col.so--b-push-4 {
left: 16.6666666667%;
}
.so-col.so--b-5 {
width: 20.8333333333%;
}
.so-col.so--b-pull-5 {
right: 20.8333333333%;
}
.so-col.so--b-push-5 {
left: 20.8333333333%;
}
.so-col.so--b-6 {
width: 25%;
}
.so-col.so--b-pull-6 {
right: 25%;
}
.so-col.so--b-push-6 {
left: 25%;
}
.so-col.so--b-7 {
width: 29.1666666667%;
}
.so-col.so--b-pull-7 {
right: 29.1666666667%;
}
.so-col.so--b-push-7 {
left: 29.1666666667%;
}
.so-col.so--b-8 {
width: 33.3333333333%;
}
.so-col.so--b-pull-8 {
right: 33.3333333333%;
}
.so-col.so--b-push-8 {
left: 33.3333333333%;
}
.so-col.so--b-9 {
width: 37.5%;
}
.so-col.so--b-pull-9 {
right: 37.5%;
}
.so-col.so--b-push-9 {
left: 37.5%;
}
.so-col.so--b-10 {
width: 41.6666666667%;
}
.so-col.so--b-pull-10 {
right: 41.6666666667%;
}
.so-col.so--b-push-10 {
left: 41.6666666667%;
}
.so-col.so--b-11 {
width: 45.8333333333%;
}
.so-col.so--b-pull-11 {
right: 45.8333333333%;
}
.so-col.so--b-push-11 {
left: 45.8333333333%;
}
.so-col.so--b-12 {
width: 50%;
}
.so-col.so--b-pull-12 {
right: 50%;
}
.so-col.so--b-push-12 {
left: 50%;
}
.so-col.so--b-13 {
width: 54.1666666667%;
}
.so-col.so--b-pull-13 {
right: 54.1666666667%;
}
.so-col.so--b-push-13 {
left: 54.1666666667%;
}
.so-col.so--b-14 {
width: 58.3333333333%;
}
.so-col.so--b-pull-14 {
right: 58.3333333333%;
}
.so-col.so--b-push-14 {
left: 58.3333333333%;
}
.so-col.so--b-15 {
width: 62.5%;
}
.so-col.so--b-pull-15 {
right: 62.5%;
}
.so-col.so--b-push-15 {
left: 62.5%;
}
.so-col.so--b-16 {
width: 66.6666666667%;
}
.so-col.so--b-pull-16 {
right: 66.6666666667%;
}
.so-col.so--b-push-16 {
left: 66.6666666667%;
}
.so-col.so--b-17 {
width: 70.8333333333%;
}
.so-col.so--b-pull-17 {
right: 70.8333333333%;
}
.so-col.so--b-push-17 {
left: 70.8333333333%;
}
.so-col.so--b-18 {
width: 75%;
}
.so-col.so--b-pull-18 {
right: 75%;
}
.so-col.so--b-push-18 {
left: 75%;
}
.so-col.so--b-19 {
width: 79.1666666667%;
}
.so-col.so--b-pull-19 {
right: 79.1666666667%;
}
.so-col.so--b-push-19 {
left: 79.1666666667%;
}
.so-col.so--b-20 {
width: 83.3333333333%;
}
.so-col.so--b-pull-20 {
right: 83.3333333333%;
}
.so-col.so--b-push-20 {
left: 83.3333333333%;
}
.so-col.so--b-21 {
width: 87.5%;
}
.so-col.so--b-pull-21 {
right: 87.5%;
}
.so-col.so--b-push-21 {
left: 87.5%;
}
.so-col.so--b-22 {
width: 91.6666666667%;
}
.so-col.so--b-pull-22 {
right: 91.6666666667%;
}
.so-col.so--b-push-22 {
left: 91.6666666667%;
}
.so-col.so--b-23 {
width: 95.8333333333%;
}
.so-col.so--b-pull-23 {
right: 95.8333333333%;
}
.so-col.so--b-push-23 {
left: 95.8333333333%;
}
.so-col.so--b-24 {
width: 100%;
}
.so-col.so--b-pull-24 {
right: 100%;
}
.so-col.so--b-push-24 {
left: 100%;
}
}
@media (min-width: 720px) {
.so-col.so--c-1 {
width: 4.1666666667%;
}
.so-col.so--c-pull-1 {
right: 4.1666666667%;
}
.so-col.so--c-push-1 {
left: 4.1666666667%;
}
.so-col.so--c-2 {
width: 8.3333333333%;
}
.so-col.so--c-pull-2 {
right: 8.3333333333%;
}
.so-col.so--c-push-2 {
left: 8.3333333333%;
}
.so-col.so--c-3 {
width: 12.5%;
}
.so-col.so--c-pull-3 {
right: 12.5%;
}
.so-col.so--c-push-3 {
left: 12.5%;
}
.so-col.so--c-4 {
width: 16.6666666667%;
}
.so-col.so--c-pull-4 {
right: 16.6666666667%;
}
.so-col.so--c-push-4 {
left: 16.6666666667%;
}
.so-col.so--c-5 {
width: 20.8333333333%;
}
.so-col.so--c-pull-5 {
right: 20.8333333333%;
}
.so-col.so--c-push-5 {
left: 20.8333333333%;
}
.so-col.so--c-6 {
width: 25%;
}
.so-col.so--c-pull-6 {
right: 25%;
}
.so-col.so--c-push-6 {
left: 25%;
}
.so-col.so--c-7 {
width: 29.1666666667%;
}
.so-col.so--c-pull-7 {
right: 29.1666666667%;
}
.so-col.so--c-push-7 {
left: 29.1666666667%;
}
.so-col.so--c-8 {
width: 33.3333333333%;
}
.so-col.so--c-pull-8 {
right: 33.3333333333%;
}
.so-col.so--c-push-8 {
left: 33.3333333333%;
}
.so-col.so--c-9 {
width: 37.5%;
}
.so-col.so--c-pull-9 {
right: 37.5%;
}
.so-col.so--c-push-9 {
left: 37.5%;
}
.so-col.so--c-10 {
width: 41.6666666667%;
}
.so-col.so--c-pull-10 {
right: 41.6666666667%;
}
.so-col.so--c-push-10 {
left: 41.6666666667%;
}
.so-col.so--c-11 {
width: 45.8333333333%;
}
.so-col.so--c-pull-11 {
right: 45.8333333333%;
}
.so-col.so--c-push-11 {
left: 45.8333333333%;
}
.so-col.so--c-12 {
width: 50%;
}
.so-col.so--c-pull-12 {
right: 50%;
}
.so-col.so--c-push-12 {
left: 50%;
}
.so-col.so--c-13 {
width: 54.1666666667%;
}
.so-col.so--c-pull-13 {
right: 54.1666666667%;
}
.so-col.so--c-push-13 {
left: 54.1666666667%;
}
.so-col.so--c-14 {
width: 58.3333333333%;
}
.so-col.so--c-pull-14 {
right: 58.3333333333%;
}
.so-col.so--c-push-14 {
left: 58.3333333333%;
}
.so-col.so--c-15 {
width: 62.5%;
}
.so-col.so--c-pull-15 {
right: 62.5%;
}
.so-col.so--c-push-15 {
left: 62.5%;
}
.so-col.so--c-16 {
width: 66.6666666667%;
}
.so-col.so--c-pull-16 {
right: 66.6666666667%;
}
.so-col.so--c-push-16 {
left: 66.6666666667%;
}
.so-col.so--c-17 {
width: 70.8333333333%;
}
.so-col.so--c-pull-17 {
right: 70.8333333333%;
}
.so-col.so--c-push-17 {
left: 70.8333333333%;
}
.so-col.so--c-18 {
width: 75%;
}
.so-col.so--c-pull-18 {
right: 75%;
}
.so-col.so--c-push-18 {
left: 75%;
}
.so-col.so--c-19 {
width: 79.1666666667%;
}
.so-col.so--c-pull-19 {
right: 79.1666666667%;
}
.so-col.so--c-push-19 {
left: 79.1666666667%;
}
.so-col.so--c-20 {
width: 83.3333333333%;
}
.so-col.so--c-pull-20 {
right: 83.3333333333%;
}
.so-col.so--c-push-20 {
left: 83.3333333333%;
}
.so-col.so--c-21 {
width: 87.5%;
}
.so-col.so--c-pull-21 {
right: 87.5%;
}
.so-col.so--c-push-21 {
left: 87.5%;
}
.so-col.so--c-22 {
width: 91.6666666667%;
}
.so-col.so--c-pull-22 {
right: 91.6666666667%;
}
.so-col.so--c-push-22 {
left: 91.6666666667%;
}
.so-col.so--c-23 {
width: 95.8333333333%;
}
.so-col.so--c-pull-23 {
right: 95.8333333333%;
}
.so-col.so--c-push-23 {
left: 95.8333333333%;
}
.so-col.so--c-24 {
width: 100%;
}
.so-col.so--c-pull-24 {
right: 100%;
}
.so-col.so--c-push-24 {
left: 100%;
}
}
@media (min-width: 1014px) {
.so-col.so--d-1 {
width: 4.1666666667%;
}
.so-col.so--d-pull-1 {
right: 4.1666666667%;
}
.so-col.so--d-push-1 {
left: 4.1666666667%;
}
.so-col.so--d-2 {
width: 8.3333333333%;
}
.so-col.so--d-pull-2 {
right: 8.3333333333%;
}
.so-col.so--d-push-2 {
left: 8.3333333333%;
}
.so-col.so--d-3 {
width: 12.5%;
}
.so-col.so--d-pull-3 {
right: 12.5%;
}
.so-col.so--d-push-3 {
left: 12.5%;
}
.so-col.so--d-4 {
width: 16.6666666667%;
}
.so-col.so--d-pull-4 {
right: 16.6666666667%;
}
.so-col.so--d-push-4 {
left: 16.6666666667%;
}
.so-col.so--d-5 {
width: 20.8333333333%;
}
.so-col.so--d-pull-5 {
right: 20.8333333333%;
}
.so-col.so--d-push-5 {
left: 20.8333333333%;
}
.so-col.so--d-6 {
width: 25%;
}
.so-col.so--d-pull-6 {
right: 25%;
}
.so-col.so--d-push-6 {
left: 25%;
}
.so-col.so--d-7 {
width: 29.1666666667%;
}
.so-col.so--d-pull-7 {
right: 29.1666666667%;
}
.so-col.so--d-push-7 {
left: 29.1666666667%;
}
.so-col.so--d-8 {
width: 33.3333333333%;
}
.so-col.so--d-pull-8 {
right: 33.3333333333%;
}
.so-col.so--d-push-8 {
left: 33.3333333333%;
}
.so-col.so--d-9 {
width: 37.5%;
}
.so-col.so--d-pull-9 {
right: 37.5%;
}
.so-col.so--d-push-9 {
left: 37.5%;
}
.so-col.so--d-10 {
width: 41.6666666667%;
}
.so-col.so--d-pull-10 {
right: 41.6666666667%;
}
.so-col.so--d-push-10 {
left: 41.6666666667%;
}
.so-col.so--d-11 {
width: 45.8333333333%;
}
.so-col.so--d-pull-11 {
right: 45.8333333333%;
}
.so-col.so--d-push-11 {
left: 45.8333333333%;
}
.so-col.so--d-12 {
width: 50%;
}
.so-col.so--d-pull-12 {
right: 50%;
}
.so-col.so--d-push-12 {
left: 50%;
}
.so-col.so--d-13 {
width: 54.1666666667%;
}
.so-col.so--d-pull-13 {
right: 54.1666666667%;
}
.so-col.so--d-push-13 {
left: 54.1666666667%;
}
.so-col.so--d-14 {
width: 58.3333333333%;
}
.so-col.so--d-pull-14 {
right: 58.3333333333%;
}
.so-col.so--d-push-14 {
left: 58.3333333333%;
}
.so-col.so--d-15 {
width: 62.5%;
}
.so-col.so--d-pull-15 {
right: 62.5%;
}
.so-col.so--d-push-15 {
left: 62.5%;
}
.so-col.so--d-16 {
width: 66.6666666667%;
}
.so-col.so--d-pull-16 {
right: 66.6666666667%;
}
.so-col.so--d-push-16 {
left: 66.6666666667%;
}
.so-col.so--d-17 {
width: 70.8333333333%;
}
.so-col.so--d-pull-17 {
right: 70.8333333333%;
}
.so-col.so--d-push-17 {
left: 70.8333333333%;
}
.so-col.so--d-18 {
width: 75%;
}
.so-col.so--d-pull-18 {
right: 75%;
}
.so-col.so--d-push-18 {
left: 75%;
}
.so-col.so--d-19 {
width: 79.1666666667%;
}
.so-col.so--d-pull-19 {
right: 79.1666666667%;
}
.so-col.so--d-push-19 {
left: 79.1666666667%;
}
.so-col.so--d-20 {
width: 83.3333333333%;
}
.so-col.so--d-pull-20 {
right: 83.3333333333%;
}
.so-col.so--d-push-20 {
left: 83.3333333333%;
}
.so-col.so--d-21 {
width: 87.5%;
}
.so-col.so--d-pull-21 {
right: 87.5%;
}
.so-col.so--d-push-21 {
left: 87.5%;
}
.so-col.so--d-22 {
width: 91.6666666667%;
}
.so-col.so--d-pull-22 {
right: 91.6666666667%;
}
.so-col.so--d-push-22 {
left: 91.6666666667%;
}
.so-col.so--d-23 {
width: 95.8333333333%;
}
.so-col.so--d-pull-23 {
right: 95.8333333333%;
}
.so-col.so--d-push-23 {
left: 95.8333333333%;
}
.so-col.so--d-24 {
width: 100%;
}
.so-col.so--d-pull-24 {
right: 100%;
}
.so-col.so--d-push-24 {
left: 100%;
}
}
@media (min-width: 1200px) {
.so-col.so--e-1 {
width: 4.1666666667%;
}
.so-col.so--e-pull-1 {
right: 4.1666666667%;
}
.so-col.so--e-push-1 {
left: 4.1666666667%;
}
.so-col.so--e-2 {
width: 8.3333333333%;
}
.so-col.so--e-pull-2 {
right: 8.3333333333%;
}
.so-col.so--e-push-2 {
left: 8.3333333333%;
}
.so-col.so--e-3 {
width: 12.5%;
}
.so-col.so--e-pull-3 {
right: 12.5%;
}
.so-col.so--e-push-3 {
left: 12.5%;
}
.so-col.so--e-4 {
width: 16.6666666667%;
}
.so-col.so--e-pull-4 {
right: 16.6666666667%;
}
.so-col.so--e-push-4 {
left: 16.6666666667%;
}
.so-col.so--e-5 {
width: 20.8333333333%;
}
.so-col.so--e-pull-5 {
right: 20.8333333333%;
}
.so-col.so--e-push-5 {
left: 20.8333333333%;
}
.so-col.so--e-6 {
width: 25%;
}
.so-col.so--e-pull-6 {
right: 25%;
}
.so-col.so--e-push-6 {
left: 25%;
}
.so-col.so--e-7 {
width: 29.1666666667%;
}
.so-col.so--e-pull-7 {
right: 29.1666666667%;
}
.so-col.so--e-push-7 {
left: 29.1666666667%;
}
.so-col.so--e-8 {
width: 33.3333333333%;
}
.so-col.so--e-pull-8 {
right: 33.3333333333%;
}
.so-col.so--e-push-8 {
left: 33.3333333333%;
}
.so-col.so--e-9 {
width: 37.5%;
}
.so-col.so--e-pull-9 {
right: 37.5%;
}
.so-col.so--e-push-9 {
left: 37.5%;
}
.so-col.so--e-10 {
width: 41.6666666667%;
}
.so-col.so--e-pull-10 {
right: 41.6666666667%;
}
.so-col.so--e-push-10 {
left: 41.6666666667%;
}
.so-col.so--e-11 {
width: 45.8333333333%;
}
.so-col.so--e-pull-11 {
right: 45.8333333333%;
}
.so-col.so--e-push-11 {
left: 45.8333333333%;
}
.so-col.so--e-12 {
width: 50%;
}
.so-col.so--e-pull-12 {
right: 50%;
}
.so-col.so--e-push-12 {
left: 50%;
}
.so-col.so--e-13 {
width: 54.1666666667%;
}
.so-col.so--e-pull-13 {
right: 54.1666666667%;
}
.so-col.so--e-push-13 {
left: 54.1666666667%;
}
.so-col.so--e-14 {
width: 58.3333333333%;
}
.so-col.so--e-pull-14 {
right: 58.3333333333%;
}
.so-col.so--e-push-14 {
left: 58.3333333333%;
}
.so-col.so--e-15 {
width: 62.5%;
}
.so-col.so--e-pull-15 {
right: 62.5%;
}
.so-col.so--e-push-15 {
left: 62.5%;
}
.so-col.so--e-16 {
width: 66.6666666667%;
}
.so-col.so--e-pull-16 {
right: 66.6666666667%;
}
.so-col.so--e-push-16 {
left: 66.6666666667%;
}
.so-col.so--e-17 {
width: 70.8333333333%;
}
.so-col.so--e-pull-17 {
right: 70.8333333333%;
}
.so-col.so--e-push-17 {
left: 70.8333333333%;
}
.so-col.so--e-18 {
width: 75%;
}
.so-col.so--e-pull-18 {
right: 75%;
}
.so-col.so--e-push-18 {
left: 75%;
}
.so-col.so--e-19 {
width: 79.1666666667%;
}
.so-col.so--e-pull-19 {
right: 79.1666666667%;
}
.so-col.so--e-push-19 {
left: 79.1666666667%;
}
.so-col.so--e-20 {
width: 83.3333333333%;
}
.so-col.so--e-pull-20 {
right: 83.3333333333%;
}
.so-col.so--e-push-20 {
left: 83.3333333333%;
}
.so-col.so--e-21 {
width: 87.5%;
}
.so-col.so--e-pull-21 {
right: 87.5%;
}
.so-col.so--e-push-21 {
left: 87.5%;
}
.so-col.so--e-22 {
width: 91.6666666667%;
}
.so-col.so--e-pull-22 {
right: 91.6666666667%;
}
.so-col.so--e-push-22 {
left: 91.6666666667%;
}
.so-col.so--e-23 {
width: 95.8333333333%;
}
.so-col.so--e-pull-23 {
right: 95.8333333333%;
}
.so-col.so--e-push-23 {
left: 95.8333333333%;
}
.so-col.so--e-24 {
width: 100%;
}
.so-col.so--e-pull-24 {
right: 100%;
}
.so-col.so--e-push-24 {
left: 100%;
}
}
@media (min-width: 1400px) {
.so-col.so--f-1 {
width: 4.1666666667%;
}
.so-col.so--f-pull-1 {
right: 4.1666666667%;
}
.so-col.so--f-push-1 {
left: 4.1666666667%;
}
.so-col.so--f-2 {
width: 8.3333333333%;
}
.so-col.so--f-pull-2 {
right: 8.3333333333%;
}
.so-col.so--f-push-2 {
left: 8.3333333333%;
}
.so-col.so--f-3 {
width: 12.5%;
}
.so-col.so--f-pull-3 {
right: 12.5%;
}
.so-col.so--f-push-3 {
left: 12.5%;
}
.so-col.so--f-4 {
width: 16.6666666667%;
}
.so-col.so--f-pull-4 {
right: 16.6666666667%;
}
.so-col.so--f-push-4 {
left: 16.6666666667%;
}
.so-col.so--f-5 {
width: 20.8333333333%;
}
.so-col.so--f-pull-5 {
right: 20.8333333333%;
}
.so-col.so--f-push-5 {
left: 20.8333333333%;
}
.so-col.so--f-6 {
width: 25%;
}
.so-col.so--f-pull-6 {
right: 25%;
}
.so-col.so--f-push-6 {
left: 25%;
}
.so-col.so--f-7 {
width: 29.1666666667%;
}
.so-col.so--f-pull-7 {
right: 29.1666666667%;
}
.so-col.so--f-push-7 {
left: 29.1666666667%;
}
.so-col.so--f-8 {
width: 33.3333333333%;
}
.so-col.so--f-pull-8 {
right: 33.3333333333%;
}
.so-col.so--f-push-8 {
left: 33.3333333333%;
}
.so-col.so--f-9 {
width: 37.5%;
}
.so-col.so--f-pull-9 {
right: 37.5%;
}
.so-col.so--f-push-9 {
left: 37.5%;
}
.so-col.so--f-10 {
width: 41.6666666667%;
}
.so-col.so--f-pull-10 {
right: 41.6666666667%;
}
.so-col.so--f-push-10 {
left: 41.6666666667%;
}
.so-col.so--f-11 {
width: 45.8333333333%;
}
.so-col.so--f-pull-11 {
right: 45.8333333333%;
}
.so-col.so--f-push-11 {
left: 45.8333333333%;
}
.so-col.so--f-12 {
width: 50%;
}
.so-col.so--f-pull-12 {
right: 50%;
}
.so-col.so--f-push-12 {
left: 50%;
}
.so-col.so--f-13 {
width: 54.1666666667%;
}
.so-col.so--f-pull-13 {
right: 54.1666666667%;
}
.so-col.so--f-push-13 {
left: 54.1666666667%;
}
.so-col.so--f-14 {
width: 58.3333333333%;
}
.so-col.so--f-pull-14 {
right: 58.3333333333%;
}
.so-col.so--f-push-14 {
left: 58.3333333333%;
}
.so-col.so--f-15 {
width: 62.5%;
}
.so-col.so--f-pull-15 {
right: 62.5%;
}
.so-col.so--f-push-15 {
left: 62.5%;
}
.so-col.so--f-16 {
width: 66.6666666667%;
}
.so-col.so--f-pull-16 {
right: 66.6666666667%;
}
.so-col.so--f-push-16 {
left: 66.6666666667%;
}
.so-col.so--f-17 {
width: 70.8333333333%;
}
.so-col.so--f-pull-17 {
right: 70.8333333333%;
}
.so-col.so--f-push-17 {
left: 70.8333333333%;
}
.so-col.so--f-18 {
width: 75%;
}
.so-col.so--f-pull-18 {
right: 75%;
}
.so-col.so--f-push-18 {
left: 75%;
}
.so-col.so--f-19 {
width: 79.1666666667%;
}
.so-col.so--f-pull-19 {
right: 79.1666666667%;
}
.so-col.so--f-push-19 {
left: 79.1666666667%;
}
.so-col.so--f-20 {
width: 83.3333333333%;
}
.so-col.so--f-pull-20 {
right: 83.3333333333%;
}
.so-col.so--f-push-20 {
left: 83.3333333333%;
}
.so-col.so--f-21 {
width: 87.5%;
}
.so-col.so--f-pull-21 {
right: 87.5%;
}
.so-col.so--f-push-21 {
left: 87.5%;
}
.so-col.so--f-22 {
width: 91.6666666667%;
}
.so-col.so--f-pull-22 {
right: 91.6666666667%;
}
.so-col.so--f-push-22 {
left: 91.6666666667%;
}
.so-col.so--f-23 {
width: 95.8333333333%;
}
.so-col.so--f-pull-23 {
right: 95.8333333333%;
}
.so-col.so--f-push-23 {
left: 95.8333333333%;
}
.so-col.so--f-24 {
width: 100%;
}
.so-col.so--f-pull-24 {
right: 100%;
}
.so-col.so--f-push-24 {
left: 100%;
}
}

.so-dropdown {
position: relative;
cursor: pointer;
}
.so-dropdown:focus > .so-dropdown-list, .so-dropdown:focus:hover > .so-dropdown-list {
display: block;
}

.so-dropdown-list {
display: none;
position: absolute;
padding: 5px 0;
color: black;
background: white;
border: 1px solid #d6d6d6;
white-space: nowrap;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
cursor: auto;
z-index: 1;
min-width: 100%;
overflow: auto;
margin: -1px 0 0;
}
.so-dropdown-list.so--left {
top: 100%;
left: 0;
}
.so-dropdown-list.so--right {
top: 100%;
right: 0;
}
.so-dropdown-list:hover {
display: block;
}
.so-dropdown-list.so-js {
right: auto;
margin-top: 0;
min-width: auto;
}

.so-dropdown-button,
.so-dropdown-list-button {
border-width: 1px;
border-style: solid;
border-left-width: 0;
border-right-width: 0;
outline: none;
display: block;
min-width: 100%;
min-height: 28px;
margin: 1px 0;
padding: 2px 10px 4px;
line-height: 20px;
cursor: pointer;
text-align: left;
}
.so-dropdown-button:hover,
.so-dropdown-list-button:hover {
text-decoration: none;
}

.so-dropdown-inner {
padding: 5px 0;
}
.so-dropdown-inner:empty {
display: none;
}
.so-dropdown-inner + .so-dropdown-inner {
border-top: 1px solid #d6d6d6;
}
.so-dropdown-inner:empty + .so-dropdown-inner {
border-top: 0;
}

.so-dropdown-group {
margin: 5px 0 5px 10px;
border-left: 1px dashed #d6d6d6;
}

.so-dropdown-group-title {
font-style: italic;
margin: 10px 10px 5px;
}

.so-article-list-item ~ .so-article-list-item {
border-top: 1px solid #d6d6d6;
padding-top: 20px;
margin-top: 20px;
}
.so-article-list-item.so--no-sep {
border-top: 0;
padding-top: 0;
margin-bottom: 40px;
}
.so-article-list-item.so--disabled {
opacity: 0.5;
pointer-events: none;
}
.so-article-list-item .so-article-list-item {
margin: 0;
}

.so-article-list-item-image {
margin: 0 0 0 20px;
float: right;
clear: right;
}

.so-article-list-item-full-image {
display: block;
width: 100%;
height: auto;
max-width: 304px;
margin: 0 0 10px;
}

.so-article-list-item-text {
overflow: hidden;
}
.so-article-list-item-text > :first-child,
.so-article-list-item-text > .so-d:first-child:last-child > :first-child {
margin-top: 0;
}
.so-article-list-item-text > :last-child,
.so-article-list-item-text > .so-d:first-child:last-child > :last-child {
margin-bottom: 0;
}

.so-article-list-item-title {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-size: 18px;
line-height: 26px;
margin: 0 0 5px;
}
.so-article-list-item-title a:hover .so-icon {
text-decoration: underline;
}
.so-article-list-item-title .so-article-trans-title {
display: block;
font-size: 16px;
line-height: 23px;
margin: 0 0 5px;
}

.so-article-list-item-info {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
margin: 5px 0;
}

.so-article-list-item-abstract {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
margin: 10px 0;
}

.so-article-link-abstract {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
margin: 5px 0;
}

.so-article-header {
margin: 0 0 20px;
}

.so-article-header-text {
display: block;
overflow: auto;
}

.so-article-header-title .so-article-trans-title {
color: #7e7e7e;
display: block;
font-size: 24px;
line-height: 34px;
margin: 0 0 10px;
}

.so-article-header-info {
margin: 4px 0;
}

.so-article-image {
float: right;
margin: 0 0 20px 5px;
}

.so-small-icon {
display: inline-block;
vertical-align: -3px;
width: 16px;
height: 16px;
}

.so-profile-header-image {
display: block;
width: 223px;
height: 223px;
margin: 0 0 20px 20px;
float: right;
}

.so-profile-header-title {
line-height: 1;
margin-bottom: 10px;
}

.so-profile-extract {
display: block;
margin: 0 0 20px 0;
overflow: auto;
}

/* Feedback boxes from wicket. */
.feedbackPanel {
padding-left: 0px;
}
.feedbackPanel li {
list-style: none;
}

.so-feedback-message, .feedbackPanel li {
border: 1px solid #4998aa;
padding: 2px 10px 4px;
border-radius: 3px;
white-space: pre-wrap;
}
.so-feedback-message a, .feedbackPanel li a {
text-decoration: underline;
}
.so-feedback-message.so-orange, .feedbackPanel li.so-orange, .so-feedback-message.feedbackPanelWARNING, .feedbackPanel li.feedbackPanelWARNING {
color: #af2500;
background-color: #ffebd7;
border: 1px solid #ffc68d;
}
.so-feedback-message.so-red, .feedbackPanel li.so-red, .so-feedback-message.feedbackPanelERROR, .feedbackPanel li.feedbackPanelERROR {
color: #890014;
background-color: #ffc5c5;
border: 1px solid #f98a8a;
}
.so-feedback-message.so-green, .feedbackPanel li.so-green {
background-color: #e5f2d1;
border: 1px solid #92d050;
}
.so-feedback-message.so-yellow, .feedbackPanel li.so-yellow {
background-color: #fffdda;
border: 1px solid #e5d000;
}

.so-message-editor-title {
margin: 10px 0;
}

.so-message-input {
display: block;
}

.so-message-attached-doc {
margin: 5px 0;
padding: 5px 5px 5px 10px;
border: 1px solid #d6d6d6;
background-color: #f0f0f0;
border-radius: 3px;
}

.so-message-attached-persons-wrapper {
margin: 5px 0;
}

.so-message-attached-persons {
margin: -5px 0 0 -5px;
}

.so-message-attached-person {
display: inline-block;
margin: 5px 0 0 5px;
padding: 2px 5px 4px 10px;
border: 1px solid #d6d6d6;
background-color: #f0f0f0;
border-radius: 3px;
}

.so-remove-attachment-button {
float: right;
margin: 0 0 0 5px;
padding: 3px 5px;
cursor: pointer;
}

.so-search-completion-group-title {
margin: 5px 0;
}

.so-search-completion {
margin: 5px 0;
border-style: solid;
border-width: 1px;
border-radius: 3px;
padding: 5px 10px;
cursor: pointer;
}

.so-search-completion-title {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-size: 18px;
line-height: 26px;
}

.so-layer-container {
position: absolute;
top: 0;
left: 0;
z-index: 100000;
}

.so-layer-background {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.so-layer {
position: fixed;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0);
}
.so-layer.so--faded-out {
opacity: 0;
}
.so-layer.so--modal, .so-layer.so--transparent-modal {
background: rgba(0, 0, 0, 0.4);
overflow: hidden;
height: 100%;
}
.so-layer.so--transparent-modal {
background: rgba(0, 0, 0, 0);
}

.so-tree2-level {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
}

.so-tree2-node .so-tree2-opener {
margin-right: 5px;
}
.so-tree2-node .so-tree2-opener.so--opener-hidden {
width: 16px;
}

.so-multi-form-field {
overflow: hidden;
}

.so-multi-form-field-items {
margin: -5px 0 0 -5px;
line-height: 1px;
margin-bottom: 5px;
}
.so-multi-form-field-items:empty {
margin-bottom: 0;
}

.so-multi-form-field-item {
display: inline-block;
margin: 5px 0 0 5px;
padding: 1px 5px 1px 10px;
border: 1px solid #d6d6d6;
background-color: #f0f0f0;
border-radius: 3px;
line-height: 28px;
}
.so-multi-form-field-item.so-text-item {
display: block;
padding: 1px;
}
.so-multi-form-field-item.so-text-item .so-text-input,
.so-multi-form-field-item.so-text-item .so-b3,
.so-multi-form-field-item.so-text-item .so-value {
vertical-align: top;
}

.so-multi-form-field-item-content,
.so-multi-form-field-item-text {
overflow: auto;
}

.so-multi-form-field-item-remove {
float: right;
margin: 0 0 0 5px;
border: 0;
padding: 4px 5px 4px;
line-height: 20px;
background: transparent;
cursor: pointer;
}

.so-multi-form-field-label {
margin: 5px 0;
}

.so-form-field-danger {
background: rgba(229, 56, 56, 0.2) !important;
}

.so-tabs {
margin: 20px 0 0;
padding: 0 20px;
}
.so-tabs:after {
content: "";
display: block;
border-bottom: 1px solid #d6d6d6;
margin: -1px -20px 0;
}
.so-tabs.so--match-header {
margin-top: 3px;
margin-bottom: 10px;
}

.so-tabs-inner {
margin: 0 0 0 1px;
z-index: 0;
}
.so-tabs-inner > li {
display: inline;
}

.so-tab-label {
display: inline-block;
position: relative;
margin: 0 11px 0 10px;
}

.so-tab {
display: inline-block;
position: relative;
margin: 0 0 0 -1px;
border: 1px solid #d6d6d6;
padding: 2px 10px 4px;
color: #4998aa;
background-color: #fafafa;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.1));
transition-property: color, background-color, border-color;
transition-duration: 0.25s;
}
.so-tab:focus {
outline: none;
border-color: #206570;
z-index: 1;
}
.so-tab:hover {
background-color: white;
text-decoration: none;
transition: none;
}
.so-tab:active {
transition: none;
}
.so-tab:active, .so-tab.so--selected {
background-color: white;
color: #4c7014;
}
.so-tab.so--selected {
background-image: none;
border-bottom-color: white;
}
.so--large .so-tab {
padding: 2px 10px 6px;
}

.so-tab-l-container > li {
margin-bottom: 0;
}
.so-tab-l-container .so-tab-l-container,
.so-tab-l-container > li + li {
margin-top: 1px;
}

.so-tab-l {
position: relative;
display: block;
width: 100%;
color: #4998aa;
padding: 2px 10px 6px;
background: white;
transition: background-color 0.25s;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-tab-l:hover {
text-decoration: none;
}
.so-tab-l.so-tab-l.so-tab-l {
border: 1px solid transparent;
}
.so-tab-l + .so-tab-l {
margin-top: 1px;
}
.so-tab-l .so-tab-l-label {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-weight: 100;
font-size: 24px;
line-height: 34px;
display: block;
overflow: hidden;
}
.so-tab-l .so-tab-l-counter {
color: #7e7e7e;
float: right;
margin-left: 8px;
margin-top: 9px;
}
.so-tab-l.so--transparent {
box-shadow: none;
}
.so-tab-l.so--transparent:hover {
border-color: #d6d6d6;
}
.so-tab-l.so--small, .so-tab-l.so--normal {
padding: 2px 10px 4px;
}
.so-tab-l.so--small .so-tab-l-label, .so-tab-l.so--normal .so-tab-l-label {
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: normal;
line-height: 20px;
}
.so-tab-l.so--small .so-tab-l-counter, .so-tab-l.so--normal .so-tab-l-counter {
font-size: 12px;
margin-left: 5px;
margin-top: 0;
}
.so-tab-l.so--small .so-tab-l-label {
font-size: 12px;
}
.so-tab-l.so--normal .so-tab-l-label {
font-size: 14px;
}
.so-tab-l.so--indented {
padding-left: 20px;
}
.so-tab-l.so--indented .so-tab-l-label {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-weight: 100;
font-size: 18px;
line-height: 26px;
}
.so-tab-l.so--indented .so-tab-l-counter {
font-size: 12px;
margin-left: 5px;
margin-top: 4px;
}

.so-discussion {
margin: 20px 0;
}
.so-discussion.so--selected {
overflow: hidden;
border: 1px solid #c1e58f;
padding: 5px;
border-radius: 3px;
background-color: #e5f2d1;
}
.so-discussion.so-collapsed {
margin: 10px 0;
}

.so-discussion-owner-img {
float: left;
clear: left;
margin-right: 10px;
}

.so-discussion-short-desc {
margin: 0 0 10px;
}

.so-discussion-shared-article {
margin: 20px 0;
}

.so-discussion-shared-article-img {
float: right;
margin-left: 20px;
}

.so-discussion-shared-article-inner {
overflow: auto;
}

.so-discussion-shared-article-title {
margin: 10px 0;
}

.so-discussion-shared-article-info {
margin: 5px 0;
}

.so-discussion-shared-article-abstract {
margin: 10px 0;
}

.so-discussion-shared-users {
margin: 10px 0;
}

.so-discussion-responses-wrapper {
margin: 20px 0;
}
.so-discussion-responses-wrapper > :first-child {
margin-top: 0;
}
.so-discussion-responses-wrapper > :last-child {
margin-bottom: 0;
}

.so-discussion-response {
margin: 20px 0 20px 38px;
}
.so-discussion.so--selected + * > .so-discussion-response, .so-discussion.so--selected ~ .so-discussion-response {
margin-left: 44px;
}
.so-discussion-response.so--selected {
border: 1px solid #c1e58f;
padding: 5px;
border-radius: 3px;
background-color: #e5f2d1;
margin-left: 32px;
}
.so-discussion.so--selected + * > .so-discussion-response.so--selected, .so-discussion.so--selected ~ .so-discussion-response.so--selected {
margin-left: 38px;
}

.so-review-details {
display: none;
background: #f0f0f0;
border: 1px solid #d6d6d6;
border-radius: 3px;
margin: 20px 0;
padding: 0 20px;
}

.so-review-show-full {
display: none;
}
.so-review-show-full:checked ~ .so-review-details {
display: block;
}
.so-review-show-full:checked ~ .so-review-show-full-label {
background-image: url("images/small-icon/accordion-open.png");
}
.so-review-show-full:checked ~ .so-review-show-full-label:before {
content: "Hide ";
}

.so-review-details-layout {
margin: 10px 0;
}

.so-review-score-label {
white-space: nowrap;
text-align: right;
margin-right: 20px;
line-height: 34px;
}

.so-review-score-text {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-size: 24px;
line-height: 34px;
margin-left: 5px;
}

.so-breadcrumbs-label {
margin-right: 10px;
}

.so-breadcrumbs > li {
display: inline;
}
.so-breadcrumbs > li > a, .so-breadcrumbs > li > span.so-breadcrumb {
margin-right: 10px;
}
.so-breadcrumbs > li > a:after, .so-breadcrumbs > li > span.so-breadcrumb:after {
display: inline;
content: "          ";
color: #7e7e7e;
text-decoration: none;
}
.so-breadcrumbs.so--white > li {
color: white;
}
.so-breadcrumbs.so--white > li > a:after {
color: white;
}

.so-form-group + .so-form-group {
margin-top: 20px;
}

.so-form-item {
margin: 0 0 20px;
}
.so-form-item.so--alternative {
border: 1px solid #d6d6d6;
}

.so-form-main-title {
font-weight: bold;
margin-bottom: 20px;
color: #545454;
}

.so-form-header {
background-color: #f0f0f0;
border-bottom: 1px solid #d6d6d6;
}

.so-form-title {
font-weight: 600;
margin: 0 0 5px;
}
.so-form-value-wrapper {
background-color: #fafafa;
}
.so-form-value-wrapper .so-form-value:last-child {
margin: 0;
}

.so-form-info {
margin: 5px 0 0 0;
color: #545454;
font-size: 13px;
}

.so-form-table {
width: 100%;
}
.so-form-table tr ~ tr .so-form-field-title,
.so-form-table tr ~ tr .so-form-field,
.so-form-table > * ~ * > tr .so-form-field-title,
.so-form-table > * ~ * > tr .so-form-field {
padding-top: 10px;
}
.so-form-table.so-double-y-space tr ~ tr .so-form-field-title,
.so-form-table.so-double-y-space tr ~ tr .so-form-field {
padding-top: 20px;
}
.so-form-table.so-half-y-space tr ~ tr .so-form-field-title,
.so-form-table.so-half-y-space tr ~ tr .so-form-field,
.so-form-table.so-half-y-space > * ~ * > tr .so-form-field-title,
.so-form-table.so-half-y-space > * ~ * > tr .so-form-field {
padding-top: 5px;
}
.so-form-table.so-half-y-space .so-form-field-info {
margin-top: 2px;
}
.so-form-table.so-no-y-space tr ~ tr .so-form-field-title,
.so-form-table.so-no-y-space tr ~ tr .so-form-field {
padding-top: 0;
}
.so-form-table.so-no-y-space .so-form-field-info {
margin-top: 0;
}
.so-form-table td ~ td .so-form-field-title,
.so-form-table th ~ th .so-form-field-title {
margin-left: 20px;
}
.so-form-table td ~ td .so-form-field,
.so-form-table th ~ th .so-form-field {
margin-left: 10px;
}
.so-form-table.so-double-x-space td ~ td .so-form-field-title,
.so-form-table.so-double-x-space th ~ th .so-form-field-title {
margin-left: 30px;
}
.so-form-table.so-double-x-space td ~ td .so-form-field,
.so-form-table.so-double-x-space th ~ th .so-form-field {
margin-left: 20px;
}
.so-form-table.so-half-x-space td ~ td .so-form-field-title,
.so-form-table.so-half-x-space th ~ th .so-form-field-title {
margin-left: 15px;
}
.so-form-table.so-half-x-space td ~ td .so-form-field,
.so-form-table.so-half-x-space th ~ th .so-form-field {
margin-left: 5px;
}
.so-form-table td,
.so-form-table th {
white-space: nowrap;
}
.so-form-table td:first-child + td,
.so-form-table th:first-child + th {
width: 100%;
white-space: normal;
}
.so-form-table td.so-top-aligned,
.so-form-table tr.so-top-aligned td,
.so-form-table th.so-top-aligned,
.so-form-table tr.so-top-aligned th {
vertical-align: top;
}
.so-form-table td.so-middle-aligned,
.so-form-table tr.so-middle-aligned td,
.so-form-table th.so-middle-aligned,
.so-form-table tr.so-middle-aligned th {
vertical-align: middle;
}
.so-form-table.so-compact {
width: auto;
}
.so-form-table.so-compact td:first-child + td,
.so-form-table.so-compact th:first-child + th {
width: auto;
}
.so-form-table.so-expand-col-3 td ~ td {
width: auto;
white-space: nowrap;
}
.so-form-table.so-expand-col-3 td:first-child + td + td {
width: 100%;
white-space: normal;
}
.so-form-table.so-expand-col-4 td ~ td {
width: auto;
white-space: nowrap;
}
.so-form-table.so-expand-col-4 td:first-child + td + td + td {
width: 100%;
white-space: normal;
}
.so-form-table.so-expand-col-2-and-4 td:first-child + td {
width: 45%;
}
.so-form-table.so-expand-col-2-and-4 td:first-child + td + td + td {
width: 55%;
}

.so-form-field-title {
text-align: right;
}

.so-form-field-info {
max-width: 500px;
margin-top: 5px;
}

.so-form-total-score {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-size: 28px;
line-height: 40px;
}

.so-form-third-width {
width: 33%;
min-width: 300px;
}

.so-form-messages {
margin-bottom: 1px;
}

.so-star-rating-star-wrapper {
color: #4c7014;
cursor: pointer;
}
.so-star-rating-star-wrapper.so--unspecified {
color: #4998aa;
}
.so-star-rating-star-wrapper.so--disabled {
color: black;
cursor: auto;
}

.so-star-rating-label {
margin: 10px 0 10px 5px;
}

.so-authors-list-wrapper {
margin: 0 0 20px;
}

.so-authors-list {
overflow: auto;
margin: 0 0 10px;
}

.so-authors-list-layout {
width: 100%;
}
.so-authors-list-layout td {
vertical-align: top;
padding: 5px 0 5px;
width: 31%;
}
.so-authors-list-layout td:first-child, .so-authors-list-layout td:last-child {
white-space: nowrap;
width: 0;
}
.so-authors-list-layout td:first-child {
white-space: nowrap;
width: 0;
}

.so-authors-list-number {
margin: 4px 5px 0 0;
}

.so-authors-list-name {
margin: 4px 10px 0 0;
}

.so-authors-list-author-buttons {
margin-left: 5px;
}

.so-authors-list-title-row {
text-align: center;
}

.altmetric-embed {
line-height: 0;
}
.altmetric-embed a,
.altmetric-embed img {
vertical-align: bottom !important;
}

.so-checkbox-inside input[type=checkbox],
.so-checkbox {
position: absolute;
opacity: 0;
z-index: -1;
}
.so-checkbox-inside input[type=checkbox] + :before,
.so-checkbox + :before {
content: "";
margin-right: 0.25em;
border: 1px solid transparent;
border-radius: 2px;
}
.so-checkbox-inside input[type=checkbox]:focus + :before,
.so-checkbox:focus + :before {
border-color: #92d050;
}
.so-checkbox-inside input[type=checkbox]:checked + :before,
.so-checkbox:checked + :before {
content: "";
}
.so-checkbox-inside input[type=checkbox]:disabled + *,
.so-checkbox:disabled + * {
color: #7e7e7e;
}

.so-icon.so--checkbox {
position: static;
opacity: 1;
z-index: auto;
}
.so-icon.so--checkbox + :before {
display: none;
}

.so-checkbox-wrapper-outer {
margin: -5px 0 0 -10px;
}
.so-checkbox-wrapper-outer + :before {
content: "";
margin-right: 5em/16em;
}

.so-checkbox-wrapper {
display: inline-block;
margin: 5px 0 0 10px;
}

.so-checkbox-border {
height: 202px;
border: 1px solid #d6d6d6;
padding: 0 5px;
background-image: linear-gradient(to bottom, #f0f0f0, white 5%, white 95%, #f0f0f0);
overflow: auto;
}

.so-radio-button input[type=radio],
.so-radio-button {
position: absolute;
opacity: 0;
z-index: -1;
}
.so-radio-button input[type=radio] + :before,
.so-radio-button + :before {
width: 12px;
height: 12px;
margin-right: 0.25em;
border: 2px solid #92d050;
border-radius: 50%;
content: "";
}
.so-radio-button input[type=radio]:focus + :before,
.so-radio-button:focus + :before {
border-color: #92d050;
}
.so-radio-button input[type=radio]:checked + :before,
.so-radio-button:checked + :before {
width: 12px;
height: 12px;
background: #92d050;
}
.so-radio-button input[type=radio]:disabled + *,
.so-radio-button:disabled + * {
color: #7e7e7e;
}

.so-icon.so--checkbox {
position: static;
opacity: 1;
z-index: auto;
}
.so-icon.so--checkbox + :before {
display: none;
}

.so-checkbox-wrapper-outer {
margin: -5px 0 0 -10px;
}
.so-checkbox-wrapper-outer + :before {
content: "";
margin-right: 5em/16em;
}

.so-checkbox-wrapper {
display: inline-block;
margin: 5px 0 0 10px;
}

.so-checkbox-border {
height: 202px;
border: 1px solid #d6d6d6;
padding: 0 5px;
background-image: linear-gradient(to bottom, #f0f0f0, white 5%, white 95%, #f0f0f0);
overflow: auto;
}

.so-green-notification {
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 20px;
display: inline-block;
padding: 0 5px;
min-width: 20px;
background-color: #92d050;
color: white;
border-radius: 3px;
text-align: center;
}
.so-green-notification.so--right {
float: right;
margin-left: 5px;
}

.so-progress-buttons-4 {
margin: 0 -5px;
display: table;
width: calc(100% + 10px);
table-layout: fixed;
border-spacing: 5px;
border-collapse: separate;
}
.so-progress-buttons-4 > .so-b3-label.so-b3-label.so-b3-label {
display: table-cell;
}

.so-user-image-wrapper {
display: block;
overflow: hidden;
position: relative;
line-height: 0;
text-align: center;
}
.so-user-image-wrapper:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
.so-user-image-wrapper.so--in-button {
display: inline-block;
vertical-align: middle;
}
.so-user-image-wrapper.so--28 {
width: 28px;
height: 28px;
}
.so-user-image-wrapper.so--20 {
width: 20px;
height: 20px;
}
.so-user-image-wrapper.so--30 {
width: 30px;
height: 30px;
}
.so-user-image-wrapper.so--41 {
width: 41px;
height: 41px;
}
.so-user-image-wrapper.so--1-col {
width: 61px;
height: 61px;
}
.so-user-image-wrapper.so--2-cols {
width: 142px;
height: 142px;
}
.so-user-image-wrapper.so--3-cols {
width: 223px;
height: 223px;
}

.so-user-image {
display: inline-block;
vertical-align: middle;
max-height: 100%;
max-width: 100%;
}
.so-user-image.so--start-aligned {
margin: 0;
}

.so-registration-image {
border: 1px solid #d6d6d6;
border-radius: 3px;
box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.so-profile-button {
padding: 2px 10px 6px;
text-align: left;
}
.so-profile-button.so--has-dropdown-icon {
padding-right: 20px;
}
.so-profile-button .so-icon.so--dropdown {
position: absolute;
right: 10px;
top: 13px;
}

.so-profile-button-image {
float: left;
margin: 3px 10px 0 0;
}

.so-profile-button-label {
overflow: hidden;
}
.so-profile-button-image.so--41 ~ .so-profile-button-label {
margin-left: 51px;
}
.so-profile-button-image.so--1-col ~ .so-profile-button-label {
margin-left: 71px;
}

.so-profile-button-name {
margin: 2px 0;
overflow: hidden;
text-overflow: ellipsis;
}

.so-profile-button-info {
margin: 2px 0;
overflow: hidden;
text-overflow: ellipsis;
}

.so-b3.so-paging-button {
padding-left: 5px;
padding-right: 5px;
}

.so-paging-title {
line-height: 20px;
margin-right: 15px;
}

.so-paging-description {
font-style: italic;
color: #7e7e7e;
}

.so-required {
color: #bf0000;
}

.so-eduemp-period {
color: #7e7e7e;
font-size: 12px;
float: right;
margin-left: 10px;
}

.so-eduemp-present,
.so-eduemp-at {
font-style: italic;
}

.so-eduemp-left {
overflow: auto;
}

.so-eduemp-period-2 {
font-size: 14px;
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: normal;
line-height: 20px;
border-radius: 3px;
margin-left: 10px;
}

.so-reg-link-flex {
padding: 10px;
text-align: left;
}

.so-reg-link-img {
width: 41px;
height: 41px;
margin-right: 10px;
float: left;
}

.so-reg-link-label {
display: block;
overflow: hidden;
}

.so-gray-label {
display: inline-block;
border-radius: 3px;
padding: 2px 10px 4px;
background: #7e7e7e;
color: white;
}
.so-gray-label.so-iconic {
font-size: 12px;
line-height: 14px;
padding: 0 5px 2px;
border-radius: 0;
position: relative;
bottom: 1px;
color: white;
text-decoration: none;
}

.so-banner-1 {
display: block;
width: 709px;
height: 126px;
}

.so-banner-2-bg {
display: block;
width: 709px;
height: 177px;
}

.so-banner-2-icon {
position: absolute;
top: 0;
left: 0;
width: 177px;
height: 177px;
}

.so-banner-2-label {
position: absolute;
overflow: hidden;
left: 0;
right: 0;
bottom: 0;
background: url("images/dark-shade-60.png");
color: white;
padding: 0 20px;
}
.so-banner-2.so--has-icon .so-banner-2-label {
left: 177px;
}

.so-conversation {
border: 1px solid #d6d6d6;
background: #f0f0f0;
border-radius: 3px;
padding: 5px;
}

.so-conversation-older.so--col-gray {
float: right;
margin: -6px -6px 5px 5px;
border-radius: 0 3px 0 3px;
}

.so-conversation-list {
margin: -5px 0 0 0;
}

.so-conversation-message {
margin: 5px 0 0 0;
}

.so-conversation-image.so-user-image-wrapper {
float: left;
width: 28px;
height: 28px;
}

.so-conversation-content {
overflow: auto;
margin-top: 4px;
}

.so-conversation-form {
overflow: hidden;
z-index: 0;
}
.so-conversation-form .so-textarea, .so-conversation-form .so-message-input {
padding: 3px 9px;
border-radius: 0 3px 3px 3px;
height: 84px;
transition: height 0.5s;
resize: none;
}
.so-conversation-form .so-text-input {
padding: 3px 9px;
border-radius: 0 3px 3px 0;
}
.so-conversation-form .so-b3 {
border-radius: 0 0 3px 3px;
}
.so-conversation-form .so-conversation-buttons {
margin-top: -1px;
}
.so-conversation-form.so-collapsed .so-textarea, .so-conversation-form.so-collapsed .so-message-input {
border-radius: 0 3px 3px 0;
height: 28px;
}

.so-conversation-attachment {
display: inline-block;
width: 16px;
height: 16px;
background: url("images/small-icon/paperclip.png") no-repeat;
float: left;
margin-right: 5px;
}

.so-commentable {
position: relative;
padding-right: 36px;
min-height: 24px;
z-index: 0;
}
.so-commentable:after {
content: "";
position: absolute;
z-index: -1;
top: -2px;
bottom: -2px;
left: -2px;
right: 26px;
}

.so-commentable-button {
position: absolute;
top: -2px;
left: -2px;
bottom: -2px;
right: 0;
border: 1px solid transparent;
z-index: -2;
cursor: pointer;
border-radius: 5px;
}
.so-commentable-button:before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 26px;
height: 100%;
background: no-repeat 50% 5px;
border-left: 1px solid transparent;
border-radius: 0 4px 4px 0;
}
.so-old-section-comment .so-commentable-button:before {
background-image: url("images/small-icon/comment-old.png");
}
.so-new-section-comment .so-commentable-button:before {
background-image: url("images/small-icon/comment-new.png");
}
.so-no-section-comment .so-commentable-button:before {
background-image: url("images/small-icon/comment.png");
}
.so-commentable-button:hover {
border-color: #d6d6d6;
}
.so-commentable-button:hover:before {
border-color: #d6d6d6;
background-color: #f0f0f0;
}
.so-commentable-button:active {
border-color: #d6d6d6;
}
.so-commentable-button:active:before {
border-color: #d6d6d6;
background-color: #d6d6d6;
}

.so-toc-button {
position: absolute;
top: 0;
left: 0;
border-radius: 0 0 3px 0;
display: none;
}

.so-toc-panel {
position: absolute;
top: 0;
left: -253px;
width: 243px;
height: 100%;
border-right: 1px solid #d6d6d6;
background: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
transition: left 0.5s;
}
.so-toc-panel.so--open {
left: 0;
}

.so-toc-panel-inner {
position: absolute;
top: 10px;
bottom: 10px;
left: 0px;
right: 0px;
overflow: auto;
}

.so-toc-item {
border-left-width: 0;
border-right-width: 0;
border-radius: 0;
}
.so-toc-item:before {
content: "";
float: left;
width: 16px;
height: 20px;
background: no-repeat 0 100%;
margin-right: 5px;
}
.so-toc-item.so--old:before {
background-image: url("images/small-icon/comment-old.png");
}
.so-toc-item.so--new:before {
background-image: url("images/small-icon/comment-new.png");
}

.so-toc-item-inner {
overflow: hidden;
}

.so-bg-image-overlay-bg {
line-height: 0;
}

.so-bg-image-wrapper {
position: relative;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-bg-image-wrapper:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border: 1px solid rgba(0, 0, 0, 0.1);
}

.so-bg-image {
display: block;
width: 100%;
height: auto;
}
.so-bg-image + .so-bg-image {
position: absolute;
top: 0;
}

.so-bg-archived-tag {
right: 10px;
position: absolute;
z-index: 2;
background: #fffbb1;
font-style: italic;
padding: 10px;
top: 10px;
box-shadow: 3px 3px 10px #a6a6a6;
font-size: 18px;
color: #545454;
}
@media (min-width: 576px) {
.so-bg-archived-tag {
top: 20px;
right: 20px;
font-size: 22px;
}
}

.so-bg-image-overlay {
position: relative;
z-index: 1;
}

.so-bg-image-overlay-image {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
margin: -65px 0 10px;
}
@media (min-width: 576px) {
.so-bg-image-overlay-image {
margin-top: -130px;
}
}
@media (min-width: 720px) {
.so-bg-image-overlay-image {
margin-top: -166px;
}
}
@media (min-width: 1014px) {
.so-bg-image-overlay-image {
position: absolute;
bottom: 20px;
right: 0;
margin: 0;
}
}

.so-bg-image-overlay-bg,
.so-bg-image-title {
background: rgba(0, 0, 0, 0.8);
color: white;
}

@media (min-width: 1014px) {
.so-bg-image-title {
background: rgba(0, 0, 0, 0.6);
position: absolute;
bottom: 100%;
left: 0;
right: 0;
}
}

.so-bg-image-title-wrapper {
position: relative;
}

.so-values {
margin: -1px 0 0 -1px;
}
.so-values .so-value,
.so-values .so-b3 {
margin: 1px 0 0 1px;
}

.so-value {
display: inline-block;
border: 1px solid #d6d6d6;
padding: 2px 5px 4px;
line-height: 20px;
background: white;
border-radius: 3px;
}

.so-value-remove {
display: inline-block;
margin: 0 0 0 5px;
border: 0;
padding: 0;
line-height: 20px;
cursor: pointer;
}
.so-value-remove:hover {
text-decoration: none;
}

.so-table-wrapper {
overflow: auto;
}

.so-table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.so-table > * > tr > * {
background: white;
border: 1px solid #d6d6d6;
padding: 0 2px;
white-space: nowrap;
}
.so-table > * > tr > *.so-table-col-share-1, .so-table > * > tr > *.so-table-col-share-2, .so-table > * > tr > *.so-table-col-share-3, .so-table > * > tr > *.so-table-col-share-4, .so-table > * > tr > *.so-table-col-share-5, .so-table > * > tr > *.so-table-col-share-6, .so-table > * > tr > *.so-table-col-share-7, .so-table > * > tr > *.so-table-col-share-8, .so-table > * > tr > *.so-table-col-share-9, .so-table > * > tr > *.so-table-col-share-10, .so-table > * > tr > *.so-table-col-may-wrap {
white-space: normal;
}
.so-table > * > tr > *.so-table-col-share-1 {
width: 100%;
}
.so-table > * > tr > *.so-table-col-share-2 {
width: 50%;
}
.so-table > * > tr > *.so-table-col-share-3 {
width: 34%;
}
.so-table > * > tr > *.so-table-col-share-3 ~ .so-table-col-share-3 {
width: 33%;
}
.so-table > * > tr > *.so-table-col-share-4 {
width: 25%;
}
.so-table > * > tr > *.so-table-col-share-5 {
width: 20%;
}
.so-table > * > tr > *.so-table-col-share-6 {
width: 16%;
}
.so-table > * > tr > *.so-table-col-share-6 ~ .so-table-col-share-6 ~ .so-table-col-share-6 {
width: 17%;
}
.so-table > * > tr > *.so-table-col-share-7 {
width: 15%;
}
.so-table > * > tr > *.so-table-col-share-7 ~ .so-table-col-share-7 ~ .so-table-col-share-7 {
width: 14%;
}
.so-table > * > tr > *.so-table-col-share-8 {
width: 12.5%;
}
.so-table > * > tr > *.so-table-col-share-9 {
width: 12%;
}
.so-table > * > tr > *.so-table-col-share-9 ~ .so-table-col-share-9 {
width: 11%;
}
.so-table > * > tr > *.so-table-col-share-10 {
width: 10%;
}
.so-table.so--borderless > * > tr > * {
background: transparent;
border: 0;
padding: 0 5px 5px 0;
}
.so-table.so--borderless > * > tr > *:last-child {
padding-right: 0;
}
.so-table > * > tr > th {
text-align: left;
padding-bottom: 3px;
background: #e5f2d1;
box-shadow: inset 0 0 0 1px white;
}
.so-table .so-table-insert {
border: 3px solid #f0f0f0;
border-left: 0;
border-right: 0;
margin: 0 -2px;
padding: 0 20px;
}
.so-table.so--large > * > tr > * {
padding: 2px 5px 4px;
}
.so-table.so--large .so-table-insert {
margin: -2px -5px -4px;
}
.so-table.so--may-wrap > * > tr > * {
white-space: normal;
}
.so-table > thead {
vertical-align: bottom;
}
.so-table > tbody {
vertical-align: baseline;
}
.so-table > tfoot {
font-weight: bold;
}
.so-table.so--spacious {
border-spacing: 0;
margin-bottom: 10px;
}
.so-table.so--spacious > * > tr > td:first-child {
text-align: left;
}
.so-table.so--spacious > * > tr > * {
border: 0;
padding: 5px 10px;
white-space: normal;
text-align: right;
}
.so-table.so--spacious > thead > tr > th:first-child {
width: 20%;
}
.so-table.so--spacious > thead * {
text-align: left;
width: 13%;
vertical-align: middle;
}

.so-table-header-button.so-table-header-button.so-table-header-button {
cursor: pointer;
color: #0e3e46;
background: linear-gradient(to bottom, white, #e5f2d1);
}
.so-table-header-button.so-table-header-button.so-table-header-button:hover {
background: linear-gradient(to bottom, white, #f5fceb);
}
.so-table-header-button.so-table-header-button.so-table-header-button:active {
background: linear-gradient(to bottom, #c1e58f, #e5f2d1);
}
.so-table-header-button.so-table-header-button.so-table-header-button:focus {
outline: 0;
box-shadow: inset 0 0 0 1px #206570;
}

.so-selected-row > td {
background: #d3d3d3;
}

.wupb-progressBar {
margin: 20px 0 5px;
}

.wupb-border {
border: 1px solid #d6d6d6;
background: white;
}

.wupb-background {
background: #4c7014;
height: 4px;
width: 0;
transition: width 0.4s;
}

.wupb-uploadStatus,
.wupb-uploadStatus > label {
margin: 5px 0 20px;
text-align: center;
}

.so-croppable-cropper,
.so-croppable {
width: 100%;
height: 300px;
background: #f0f0f0;
}

.so-croppable {
display: block;
overflow: hidden;
position: relative;
line-height: 0;
text-align: center;
padding: 5px;
border: 1px solid #d6d6d6;
}
.so-croppable:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
.so-croppable:after {
display: none;
}
.so-croppable > img {
display: inline-block;
vertical-align: middle;
max-height: 100%;
max-width: 100%;
}

.so-stats2-link:hover {
text-decoration: none;
}

.so-stats2 {
margin: 0 0 5px -5px;
}
.so-stats2.so--m-t-20 {
margin-top: 15px;
}
.so-stats2.so--m-y-20 {
margin-top: 15px;
margin-bottom: 20px;
}
@media (min-width: 1014px) {
.so-stats2 {
display: table;
table-layout: fixed;
width: calc(100% + 10px);
border-collapse: separate;
border-spacing: 5px;
margin-bottom: 0;
}
.so-stats2.so--m-t-20 {
margin-bottom: -5px;
}
.so-stats2.so--m-y-20 {
margin-bottom: 15px;
}
}

.so-stats2-button {
display: block;
width: 100%;
padding: 3px 5px 5px;
text-align: center;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
border: 0;
}
.so-stats2-button.so-bottom {
border-top: 1px solid #d6d6d6;
}
.so-stats2-button.so-bottom.so-l-h-20 {
line-height: 20px;
}
.so-stats2-button.so--selected {
background: #f5fceb;
color: #4c7014;
}
.so-stats2-button.so-light {
background: white;
}
.so-stats2-button.so-dark {
background: #fafafa;
color: #206570;
font-size: 10px;
line-height: 14px;
font-weight: 500;
text-transform: uppercase;
}
.so-stats2-button.so-light, .so-stats2-button.so-dark {
cursor: pointer;
}
.so-stats2-button.so-light:hover, .so-stats2-button.so-dark:hover {
background: whitesmoke;
text-decoration: none;
}
.so-stats2-button.so-light:active, .so-stats2-button.so-dark:active {
background: #d6d6d6;
color: #4c7014;
}
.so-stats2-button.so--disabled.so--disabled {
color: #7e7e7e;
cursor: default;
}
.so-stats2-button.so--disabled.so--disabled.so-light {
background: white;
}
.so-stats2-button.so--disabled.so--disabled.so-dark {
background: #fafafa;
}

.so-stats2-item.so-wide .so-stats2-num {
display: inline;
}
.so-stats2-stars + .so-stats2-num {
display: inline;
}

.so-stats2-stars,
.so-stats2-num {
display: block;
margin-bottom: 5px;
line-height: 24px;
}

.so-stats2-label {
display: block;
line-height: 1;
margin-bottom: 3px;
}

.so-stats2-recommend {
font-size: 14px;
line-height: 16px;
font-weight: 400;
}

.so-stats2-border {
background: #f0f0f0;
text-align: center;
}

.so-stats2-table {
table-layout: fixed;
margin: -5px;
width: calc(100% + 10px);
border-collapse: separate;
border-spacing: 5px;
}

.so-stats2-item {
display: inline-block;
width: calc(50% - 5px);
margin: 5px 0 0 5px;
vertical-align: top;
}
@media (min-width: 576px) {
.so-stats2-item {
width: calc(25% - 5px);
}
}
@media (min-width: 1014px) {
.so-stats2-item {
display: table-cell;
vertical-align: top;
}
.so-stats2-item.so--width-145 {
width: 145px;
}
}
.so-tiers {
line-height: 18px;
}
.so-tiers > * {
display: inline-block;
vertical-align: top;
margin-right: 1px;
padding: 0 10px 1px;
color: white;
font-size: 10px;
line-height: 18px;
font-weight: bold;
text-transform: uppercase;
position: relative;
}
.so-tiers > *:first-child {
background: #92d050;
}
.so-tiers > *:first-child + * {
background: #6ca028;
}
.so-tiers > *:first-child + * + * {
background: #4c7014;
}
.so-tiers .so--disabled:not(#__never__) {
background: #d6d6d6;
}

.so-tiers {
line-height: 18px;
}
.so-tiers > * {
display: inline-block;
vertical-align: top;
margin-right: 1px;
padding: 0 10px 1px;
color: white;
font-size: 10px;
line-height: 18px;
font-weight: bold;
text-transform: uppercase;
position: relative;
}
.so-tiers > *:first-child {
background: #92d050;
}
.so-tiers > *:first-child + * {
background: #6ca028;
}
.so-tiers > *:first-child + * + * {
background: #4c7014;
}
.so-tiers.so--review > *:first-child {
background: #6d331f;
}
.so-tiers.so--book > *:first-child {
background: #4998aa;
}
.so-tiers.so--book > *:first-child + * {
background: #206570;
}
.so-tiers.so--book > *:first-child + * + * {
background: #0e3e46;
}
.so-tiers.so--2 > *:first-child + * + * {
background: #d6d6d6;
}
.so-tiers.so--3 > *:first-child ~ * {
background: #d6d6d6;
}
.so-tiers.so--4 > * {
background: #d6d6d6;
}
.so-tiers .so--disabled {
background: #d6d6d6;
}

.so-tiers-open-access {
color: #e97202;
margin-left: 5px;
vertical-align: 1px;
}

.so-toc2 {
position: relative;
}

.so-toc2-item {
display: block;
padding: 3px 0 5px 10px;
}
.so-toc2-item.so--selected {
color: #4c7014;
}

.so-toc2-marker {
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 28px;
background: #4c7014;
transition-property: top, height;
transition-duration: 0.4s;
}

.so-version-button.so-version-button {
border-radius: 3px;
}
.so-version-button.so-version-button.so--disabled.so--selected {
color: #4c7014;
border-color: #c1e58f;
background-color: #e5f2d1;
}

.so-prog-outer {
border: 1px solid #d6d6d6;
border-radius: 3px;
}

.so-prog-inner {
margin: 1px;
border-radius: 2px;
overflow: hidden;
height: 24px;
}

.so-prog-bar {
background: #92d050;
height: 100%;
width: 0;
transition-property: width;
transition-duration: 0.25s;
}

.so-badge {
display: inline-block;
text-align: center;
padding: 0 5px;
font-size: 12px;
line-height: 18px;
font-style: normal;
font-weight: 600;
border-radius: 3px;
}
.so-badge.so--gray-3 {
background: #d6d6d6;
color: white;
}
.so-badge.so--gray-5 {
background: #7e7e7e;
color: white;
}
.so-badge.so--green-4 {
background: #92d050;
color: white;
}
.so-badge.so--red-4 {
background: #e53838;
color: white;
}
.so-badge.so--orange-4 {
background: #ffa836;
color: white;
}
.so-badge.so--yellow-6 {
background: #e5d000;
color: white;
}
.so-badge.so--white {
background: white;
color: #92d050;
}

.so-doclink-min {
display: block;
margin-bottom: 20px;
}

.so-floats.so--1 > .so-floats-start {
margin-right: 1px;
}
.so-floats.so--1 > .so-floats-end {
margin-left: 1px;
}
.so-floats.so--5 > .so-floats-start {
margin-right: 5px;
}
.so-floats.so--5 > .so-floats-end {
margin-left: 5px;
}
.so-floats.so--10 > .so-floats-start {
margin-right: 10px;
}
.so-floats.so--10 > .so-floats-end {
margin-left: 10px;
}
.so-floats.so--20 > .so-floats-start {
margin-right: 20px;
}
.so-floats.so--20 > .so-floats-end {
margin-left: 20px;
}

.so-floats-start {
float: left;
}
.so-floats-start:empty {
display: none;
}

.so-floats-end {
float: right;
}
.so-floats-end:empty {
display: none;
}

.so-floats-center {
overflow: hidden;
}
.so-floats-center.so--50 {
min-width: 50%;
}
.so-floats-center.so--60 {
min-width: 60%;
}
.so-floats-center.so--70 {
min-width: 70%;
}
.so-floats-center.so--80 {
min-width: 80%;
}
.so-floats-center.so--90 {
min-width: 90%;
}

.so-groups {
margin-bottom: 10px;
}
.so-groups:empty {
display: none;
}

.so-group {
background: #f0f0f0;
padding: 5px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-group + .so-group {
margin-top: 1px;
}

.so-group-title {
margin-bottom: 0;
}

.so-group-messages {
margin-bottom: 1px;
}

.so-b3-container-wrapper {
margin: 15px 0;
}

.so-b3-container > .so-b3-container {
display: inline-block;
}
.so-b3-container.so--0 {
margin: 0;
}
.so-b3-container.so--0 > .so-b3,
.so-b3-container.so--0 > .so-b3-label,
.so-b3-container.so--0 > .so-b3-container {
margin: 0;
}
.so-b3-container.so--1 {
margin: -1px 0 0 -1px;
}
.so-b3-container.so--1 > .so-b3,
.so-b3-container.so--1 > .so-b3-label,
.so-b3-container.so--1 > .so-b3-container {
margin: 1px 0 0 1px;
}
.so-b3-container.so--5 {
margin: -5px 0 0 -5px;
}
.so-b3-container.so--5 > .so-b3,
.so-b3-container.so--5 > .so-b3-label,
.so-b3-container.so--5 > .so-b3-container {
margin: 5px 0 0 5px;
}
.so-b3-container.so--5 > .so-b3-container.so--1 {
margin: 4px 0 0 4px;
}
.so-b3-container.so--10 {
margin: -10px 0 0 -10px;
}
.so-b3-container.so--10 > .so-b3,
.so-b3-container.so--10 > .so-b3-label,
.so-b3-container.so--10 > .so-b3-container {
margin: 10px 0 0 10px;
}
.so-b3-container.so--10 > .so-b3-container.so--1 {
margin: 9px 0 0 9px;
}
.so-b3-container.so--10 > .so-b3-container.so--5 {
margin: 5px 0 0 5px;
}
.so-b3-container.so--20 {
margin: -20px 0 0 -20px;
}
.so-b3-container.so--20 > .so-b3,
.so-b3-container.so--20 > .so-b3-label,
.so-b3-container.so--20 > .so-b3-container {
margin: 20px 0 0 20px;
}
.so-b3-container.so--20 > .so-b3-container.so--1 {
margin: 19px 0 0 19px;
}
.so-b3-container.so--20 > .so-b3-container.so--5 {
margin: 15px 0 0 15px;
}
.so-b3-container.so--20 > .so-b3-container.so--10 {
margin: 10px 0 0 10px;
}
.so-b3-container:empty {
margin: 0;
}
.so-b3-container .so-b3,
.so-b3-container .so-b3-label,
.so-b3-container .so-b3-container {
vertical-align: top;
}
.so-b3-container.so--bottom .so-b3,
.so-b3-container.so--bottom .so-b3-label,
.so-b3-container.so--bottom .so-b3-container {
vertical-align: bottom;
}
.so-b3-container.so--full-width {
margin-left: 0;
}
.so-b3-container.so--full-width .so-b3,
.so-b3-container.so--full-width .so-b3-label {
display: block;
width: 100%;
margin-left: 0;
}

.so-b3.so--ucl-color {
background-color: #adbf37;
color: white;
}
.so-b3.so--ucl-color:hover {
background-color: #c2cf69;
}
.so-b3.so--so {
background: white;
position: relative;
width: 28px;
border: 0;
padding: 0;
z-index: 0;
overflow: hidden;
border-radius: 0;
}
.so-b3.so--so:before {
content: "";
background: #545454;
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 18px;
z-index: -1;
transition: background-color 0.25s;
}
.so-b3.so--so:after {
content: "";
color: #92d050;
font-size: 28px;
line-height: 1;
transition: color 0.25s;
}
.so-b3.so--so:hover:before {
background: #2b2b2b;
transition-duration: 0s;
}
.so-b3.so--so:hover:after {
color: #6ca028;
transition-duration: 0s;
}
.so-b3.so--so:active:before {
background: black;
transition-duration: 0s;
}
.so-b3.so--so:active:after {
color: #4c7014;
transition-duration: 0s;
}
.so-b3.so--color-aegean {
color: #313b5f;
}
.so-b3.so--color-white {
color: white;
}
.so-b3.so--slide-marker {
padding: 5px;
border-radius: 50%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-b3.so--white-bordered {
border-color: white;
}
.so-b3-label {
border: 1px solid transparent;
}
.so-b3-label.so--secondary {
color: #7e7e7e;
}
.so-b3-label.so--blue-1 {
color: #00478e;
}
.so-b3-label.so--gray-3 {
color: white;
}
.so-b3-label.so--gray-5 {
color: white;
}
.so-b3-label.so--teal-1 {
color: white;
}
.so-b3-label.so--green-1 {
color: #4c7014;
}
.so-b3-label.so--green-2 {
color: #4c7014;
}
.so-b3-label.so--green-4 {
color: white;
}
.so-b3-label.so--yellow-2 {
color: #545454;
}
.so-b3-label.so--yellow-6 {
color: white;
}
.so-b3-label.so--orange-2 {
color: #af2500;
}
.so-b3-label.so--orange-4 {
color: white;
}
.so-b3-label.so--red-4 {
color: white;
}
.so-b3-label.so--stats2 {
color: #7e7e7e;
}
.so-b3-label.so--input {
padding: 0;
border: 0;
}
.so-b3-label.so--white-bordered {
color: white;
border-color: white;
}

.so-b3.so--chop,
.so-b3-label.so--chop {
padding-left: 0;
padding-right: 0;
}
.so-b3.so--x-1,
.so-b3-label.so--x-1 {
padding-left: 1px;
padding-right: 1px;
}
.so-b3.so--short,
.so-b3-label.so--short {
padding-left: 5px;
padding-right: 5px;
}
.so-b3.so--compressed,
.so-b3-label.so--compressed {
padding: 0 5px;
}
.so-b3.so--long,
.so-b3-label.so--long {
padding-left: 15px;
padding-right: 15px;
}
.so-b3.so--y-1,
.so-b3-label.so--y-1 {
padding-top: 1px;
padding-bottom: 1px;
}
.so-b3.so--tall,
.so-b3-label.so--tall {
padding-top: 5px;
padding-bottom: 10px;
}
.so-b3.so--secondary,
.so-b3-label.so--secondary {
font-size: 12px;
}
.so-b3.so--tiny-font,
.so-b3-label.so--tiny-font {
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
}
.so-b3.so--large-font,
.so-b3-label.so--large-font {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-weight: lighter;
font-size: 24px;
line-height: 34px;
}
.so-b3.so--centered,
.so-b3-label.so--centered {
text-align: center;
}
.so-b3.so--roundless,
.so-b3-label.so--roundless {
border-radius: 0;
}
.so-b3.so--start,
.so-b3-label.so--start {
border-radius: 3px 0 0 3px;
}
.so-b3.so--end,
.so-b3-label.so--end {
border-radius: 0 3px 3px 0;
}
.so-b3.so--borderless.so--borderless.so--borderless,
.so-b3-label.so--borderless.so--borderless.so--borderless {
border-color: transparent;
}
.so-b3.so--shadow,
.so-b3-label.so--shadow {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-b3.so--stats2,
.so-b3-label.so--stats2 {
text-align: center;
border-radius: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-b3.so--stats2.so--stats2.so--stats2,
.so-b3-label.so--stats2.so--stats2.so--stats2 {
border-color: transparent;
}
.so-b3.so--stats2.so--am,
.so-b3-label.so--stats2.so--am {
min-height: 28px;
}
.so-b3.so--stats2.so--am .altmetric-embed,
.so-b3-label.so--stats2.so--am .altmetric-embed {
margin-top: 3px;
}
.so-b3.so--medium,
.so-b3-label.so--medium {
font-size: 16px;
line-height: 23px;
padding: 5px 15px 10px;
}
.so-b3.so--large,
.so-b3-label.so--large {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-weight: lighter;
font-size: 24px;
line-height: 34px;
padding: 5px 15px 10px;
}
.so-b3.so--prop,
.so-b3-label.so--prop {
border-radius: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
min-height: 28px;
}
.so-b3.so--prop.so--prop.so--prop,
.so-b3-label.so--prop.so--prop.so--prop {
border-color: white;
}
.so-b3.so--prop.so--label,
.so-b3-label.so--prop.so--label {
background-color: transparent;
box-shadow: none;
color: #4c7014;
cursor: default;
}
.so-b3.so--prop .so-d-h5,
.so-b3-label.so--prop .so-d-h5 {
display: inline-block;
vertical-align: top;
line-height: 20px;
}
.so-b3.so--prop.so--am,
.so-b3-label.so--prop.so--am {
text-align: center;
min-width: 97px;
}
.so-b3.so--prop.so--am .altmetric-embed,
.so-b3-label.so--prop.so--am .altmetric-embed {
margin-top: 3px;
}
.so-b3.so--reg-link,
.so-b3-label.so--reg-link {
width: 100%;
padding: 10px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-b3.so--reg-link.so--reg-link.so--reg-link,
.so-b3-label.so--reg-link.so--reg-link.so--reg-link {
border: transparent;
}
.so-b3.so--home,
.so-b3-label.so--home {
margin-left: 3px;
padding: 7px 12px;
text-transform: uppercase;
}

@keyframes spin {
from {
transform: rotate(0turn);
}
to {
transform: rotate(1turn);
}
}
.so-progress {
display: block;
position: relative;
overflow: hidden;
z-index: 0;
width: 20px;
height: 20px;
margin: 0 auto;
border-radius: 50%;
background: #d6d6d6;
}
.so-progress:after {
content: "";
position: absolute;
top: 3px;
bottom: 3px;
left: 3px;
right: 3px;
background: white;
border-radius: 50%;
}
.so-progress:before {
content: "";
position: absolute;
top: 0;
left: 0;
background: #4c7014;
width: 50%;
height: 100%;
animation-name: spin;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
transform-origin: right center;
}
.so-progress.so--in-shield {
width: 40px;
height: 40px;
border: 4px solid white;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
margin: 20px;
}

.so-main-bg {
background: #f0f0f0;
}

.so-main-header {
background-color: white;
z-index: 1;
position: fixed;
top: 0;
left: 0;
right: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
min-width: 300px;
}
.admin-bar .so-main-header {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .so-main-header {
top: 46px;
}
}

.so-main-wrapper {
margin-top: 60px;
z-index: 0;
position: relative;
}
@media (min-width: 576px) {
.so-main-wrapper {
margin-top: 90px;
}
}

.so-main-section.so--white {
padding-top: 20px;
background: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-main-section.so--white.so-p-t-0 {
padding-top: 0;
}

.so-has-bottom-panel .so-main-footer {
padding-bottom: 61px;
}

.so-main-footer-top {
padding-top: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
background: #f0f0f0;
}

.so-main-footer-bottom {
padding: 20px 0;
color: #7e7e7e;
}

.so-header-button-home-link {
vertical-align: top;
padding-top: 9px;
padding-bottom: 2px;
}
@media (min-width: 576px) {
.so-header-button-home-link {
padding-top: 18px;
padding-bottom: 18px;
}
}
.so-header-button-home-link.so--ucl {
padding-top: 3px;
padding-bottom: 3px;
}
@media (min-width: 576px) {
.so-header-button-home-link.so--ucl {
padding-top: 9px;
padding-bottom: 9px;
}
}
@media (min-width: 720px) {
.so-header-button-home-link.so--ucl {
padding-top: 0;
padding-bottom: 0;
}
}
.so-header-button-home-link.so--uclpress {
padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 576px) {
.so-header-button-home-link.so--uclpress {
padding-top: 12px;
padding-bottom: 13px;
}
}
.so-header-button-home-link.so--bmh {
padding-top: 9px;
padding-bottom: 9px;
}
@media (min-width: 576px) {
.so-header-button-home-link.so--bmh {
padding-top: 17px;
padding-bottom: 18px;
}
}

.so-header-button {
padding-top: 18px;
padding-bottom: 20px;
font-weight: 500;
}
@media (min-width: 576px) {
.so-header-button {
padding-top: 33px;
padding-bottom: 35px;
}
}

.so-header-button-label {
padding: 10px 10px;
font-weight: 500;
}
@media (min-width: 576px) {
.so-header-button-label {
padding-top: 25px;
padding-bottom: 25px;
}
}

.so-header-button-home-link-logo {
display: block;
width: 200px;
}
@media (min-width: 576px) {
.so-header-button-home-link-logo {
width: 265px;
}
}
.so-header-button-home-link-logo.so--ucl {
width: 200px;
}
@media (min-width: 576px) {
.so-header-button-home-link-logo.so--ucl {
width: 270px;
}
}
@media (min-width: 720px) {
.so-header-button-home-link-logo.so--ucl {
width: 340px;
}
}

.so-container {
position: relative;
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1400px;
}
@media (min-width: 576px) {
.so-container {
padding: 0 10px;
}
.so-container.so--unpadded {
padding: 0;
}
}

.so-box {
margin-bottom: 20px;
padding: 10px;
background: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.so-box.so--0 {
padding: 0;
}
.so-box.so--20 {
padding: 20px;
}
.so-box.so--transparent {
background: transparent;
box-shadow: none;
}
.so-box.so--top-green-4 {
border-top: 3px solid #92d050;
}
.so-box.so--uniform {
padding: 0;
margin-bottom: 0;
}
.so-box.so--green-1 {
background: #f5fceb;
}

.so-box.so--0 .so-box-title {
padding: 10px 10px 0;
}
.so-box.so--20 .so-box-title {
margin-top: -10px;
}

.so-collection-header {
margin-bottom: 20px;
}
@media (min-width: 1014px) {
.so-collection-header {
margin-top: 10px;
}
}

.so-collection-header-breadcrumbs {
margin: 0 0 5px;
}

.so-collection-header-title {
margin-bottom: 10px;
}

.so-collection-header-description {
margin: 0 0 10px;
}

.so-collection-header-buttons {
margin-top: 15px;
margin-bottom: 15px;
}

.so-metadata-label {
color: #7e7e7e;
}

.so-window {
position: absolute !important;
max-width: 100%;
background: white;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
outline: none;
}
.so-window.so--transparent {
background: transparent;
box-shadow: none;
}

.so-window-header,
.so-window-body {
overflow: auto;
width: 100%;
}

.so-window-header {
background: #e5f2d1;
}
.so-window-header.so--orange {
background: #ffa836;
}

.so-window-title {
line-height: 20px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin: 0;
padding: 2px 10px 4px;
}

.so-window-content {
padding: 10px;
}

.so-window-content-width-limit {
max-width: 400px;
margin: 0 auto;
}

.so-responsive {
display: block;
width: 100%;
}

.so-help-image-wrapper {
padding: 1px 1px 0;
}

.so-help-image {
display: block;
width: 1024px;
}

.so-help-buttons.so-help-buttons {
text-align: center;
margin-top: 2px;
}

.so-video,
.soh-video {
position: relative;
padding-bottom: 56.25%;
}
.so-video.so--4-3, .so-video.soh--4-3,
.soh-video.so--4-3,
.soh-video.soh--4-3 {
padding-bottom: 75%;
}
.so-video iframe,
.soh-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.so-slides {
margin-bottom: 20px;
}

.so-slides-inner {
position: relative;
overflow: hidden;
}

.so-slides-scroller {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}

.so-slides-scroller-inner {
position: relative;
}

.so-slide {
display: inline-block;
vertical-align: middle;
width: 100%;
position: relative;
white-space: normal;
}
.so-slide.so--testimonial {
padding: 20px 15% 50px;
text-align: center;
font-style: italic;
color: #7e7e7e;
}
.so-slide.so--testimonial > img {
margin-bottom: 20px;
}
.so-slide.so--testimonial blockquote {
margin: 0;
background-position-y: 20px;
}
@media (min-width: 720px) {
.so-slide.so--testimonial blockquote,
.so-slide.so--testimonial blockquote p {
font-size: 20px;
line-height: 28px;
}
}
.so-slide-image {
display: block;
width: 100%;
}

.so-slide-text {
white-space: normal;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
color: white;
padding-top: 10px;
padding-bottom: 10px;
}

.so-slide-title {
text-align: center;
margin-bottom: 10px;
}
@media (min-width: 576px) {
.so-slide-title {
font-size: 24px;
line-height: 34px;
}
}
@media (min-width: 720px) {
.so-slide-title {
font-size: 28px;
line-height: 40px;
}
}
@media (min-width: 1014px) {
.so-slide-title {
font-size: 28px;
line-height: 40px;
}
}
@media (min-width: 1200px) {
.so-slide-title {
font-size: 48px;
line-height: 69px;
}
}

.so-slide-paras {
display: none;
text-align: center;
}
@media (min-width: 720px) {
.so-slide-paras {
display: block;
}
}

.so-slides-button {
position: absolute;
border: 0;
padding: 0 5% 5%;
top: 0;
bottom: 0;
font-size: 30px;
text-shadow: 0 0 5px black;
}
.so-slides-button:focus {
outline: 0;
}
@media (min-width: 720px) {
.so-slides-button {
font-size: 60px;
}
}
.so-slides-button.so--testimonials {
color: #d6d6d6;
text-shadow: 0 0 5px white;
}
.so-slides-button.so--prev {
left: 0;
}
.so-slides-button.so--prev:hover {
background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
}
.so-slides-button.so--prev:active {
background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}
.so-slides-button.so--prev.so--testimonials:hover {
background: linear-gradient(to right, rgba(0, 0, 0, 0.05), transparent);
}
.so-slides-button.so--prev.so--testimonials:active {
background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent);
}
.so-slides-button.so--next {
right: 0;
}
.so-slides-button.so--next:hover {
background: linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent);
}
.so-slides-button.so--next:active {
background: linear-gradient(to left, rgba(0, 0, 0, 0.6), transparent);
}
.so-slides-button.so--next.so--testimonials:hover {
background: linear-gradient(to left, rgba(0, 0, 0, 0.05), transparent);
}
.so-slides-button.so--next.so--testimonials:active {
background: linear-gradient(to left, rgba(0, 0, 0, 0.15), transparent);
}

.so-slide-markers.so-slide-markers {
margin-top: 0;
text-align: center;
}
.so-slide-markers.so--testimonials {
position: absolute;
bottom: 20px;
left: 5px;
right: 5px;
}

.so-slide-marker {
padding: 8px;
border-radius: 8px;
}

.so-strapline {
text-align: center;
}
@media (min-width: 576px) {
.so-strapline {
font-size: 24px;
line-height: 34px;
}
}
@media (min-width: 720px) {
.so-strapline {
font-size: 28px;
line-height: 40px;
}
}
@media (min-width: 1014px) {
.so-strapline {
font-size: 28px;
line-height: 40px;
}
}

.so-counts {
text-align: center;
margin-bottom: 20px;
}

.so-count {
text-align: center;
}

.so-count-num {
font-family: "Segoe UI Light", "Segoe UI", Tahoma, sans-serif;
font-weight: 300;
font-size: 48px;
line-height: 69px;
}
@media (min-width: 720px) {
.so-count-num {
font-size: 60px;
line-height: 86px;
}
}
@media (min-width: 1014px) {
.so-count-num {
font-size: 80px;
line-height: 114px;
}
}

@media (min-width: 720px) {
.so-count-text > * {
font-size: 18px;
line-height: 26px;
letter-spacing: 0.25px;
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: normal;
}
}
@media (min-width: 1014px) {
.so-count-text > * {
font-size: 20px;
line-height: 28px;
font-family: "Segoe UI", Tahoma, sans-serif;
font-weight: normal;
}
}

.so-partner {
display: block;
margin: 10%;
}

#wicketDebugLink {
display: none;
}

.so-svg-container {
background-color: white;
position: relative;
height: 0;
padding-bottom: 43.3333333333%;
width: 100%;
}
.so-svg-container.so--contextual {
padding-bottom: 36%;
}

.so-statistics-caption {
color: #7e7e7e;
font-size: 12px;
font-style: italic;
line-height: 18px;
margin-top: 10px;
text-align: center;
}
.so-statistics-caption .so-statistics-text {
margin-left: 20px;
}
.so-statistics-caption .so-statistics-text:first-child {
margin: 0;
}

.so-statistics-cirlce {
border-radius: 100%;
display: inline-block;
height: 9px;
margin-right: 5px;
width: 9px;
}
@media print {
.so-statistics-cirlce {
display: none;
}
}
.so-statistics-cirlce.so--green {
background-color: #92d050;
}
.so-statistics-cirlce.so--teal {
background-color: #4998aa;
}
.so-statistics-cirlce.so--orange {
background-color: #ffa836;
}
.so-statistics-cirlce.so--rust {
background-color: #af2500;
}

.so-quarterly-statistics-wrapper {
width: 768px;
}

.so-quarterly-chart {
border: solid 1px #a6a6a6;
margin: 40px 0;
padding: 20px;
page-break-inside: avoid;
}

.so-progress-container {
padding: 20px 0 30px;
position: relative;
width: 90%;
}

.so-quarterly-chart-divider {
border-right: solid 1px #d6d6d6;
bottom: 10px;
position: absolute;
top: 40px;
z-index: 0;
}

.so-quarterly-chart-divider-label {
bottom: 0;
color: #7e7e7e;
position: absolute;
right: 5px;
}

.so-progress-group {
margin-bottom: 10px;
page-break-inside: avoid;
position: relative;
z-index: 1;
}

.so-progress-collection {
background-color: white;
}

.so-progress-bar-inner-svg.so--green {
fill: #92d050;
}
.so-progress-bar-inner-svg.so--teal {
fill: #4998aa;
}
.so-progress-bar-inner-svg.so--orange {
fill: #ffa836;
}
.so-progress-bar-inner-svg.so--rust {
fill: #af2500;
}

.so-quarterly-statistics-circle.so--green {
fill: #92d050;
}
.so-quarterly-statistics-circle.so--teal {
fill: #4998aa;
}
.so-quarterly-statistics-circle.so--orange {
fill: #ffa836;
}
.so-quarterly-statistics-circle.so--rust {
fill: #af2500;
}

.so-progress-bar-label {
background-color: white;
color: #7e7e7e;
line-height: 14px;
margin-left: 5px;
padding: 1px;
position: absolute;
}

.so-dismissable-message {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
margin: 10px 0;
padding: 5px 10px;
}
.so-stats2 + .so-dismissable-message {
margin-bottom: 0;
}
.so-dismissable-message.so--ad {
background-color: #313b5f;
color: white;
}
.so-dismissable-message.so--hint {
background-color: #e4f9ff;
color: #00478e;
}
.so-dismissable-message.so--info {
background-color: #fafafa;
color: #545454;
}
.so-dismissable-message .so-b3 {
border-radius: 0;
}

.so-dismissable-aside {
margin-bottom: 10px;
}
@media (min-width: 576px) {
.so-dismissable-aside {
float: right;
}
}

.so-version-icon {
background-color: white;
border: 1px solid #545454;
display: block;
font-size: 14px;
line-height: 10px;
left: 6px;
padding: 3px;
position: absolute;
top: 3px;
}
.so-version-icon:nth-child(1) {
left: -1px;
position: relative;
z-index: 2;
}
.so-version-icon:nth-child(2) {
z-index: 1;
}
.so-version-icon:nth-child(3) {
left: 8px;
top: 1px;
z-index: 0;
}

.so-disabled {
opacity: 0.5;
pointer-events: none;
}

.so-cellux-container {
position: relative;
overflow: hidden;
padding-left: 40px;
}

.so-cellux {
position: absolute;
top: 0;
left: 0;
}
.so-cellux.so--vertical {
bottom: 20px;
width: 30px;
}
.so-cellux.so--horizontal {
right: 0;
height: 30px;
}

.so-iframe-wrapper {
overflow: auto;
}

.so-iframe {
display: block;
width: 100%;
height: calc(80vh - 90px);
border: 1px solid #d6d6d6;
margin: 0;
border-radius: 3px;
}
.so-iframe.so--template {
padding: 5px;
background: #a6a6a6;
overflow: hidden;
}
.so-iframe.so--desktop {
width: 1400px;
min-width: none;
max-width: none;
}
.so-iframe.so--mobile {
width: 320px;
min-width: none;
max-width: none;
}

@media (max-width: 1013.999999999px) {
.so-floating-panel {
height: auto !important;
}
.so-floating-panel.so--undo-button-padding-start {
margin-right: -10px;
}
}
@media (min-width: 1014px) {
.so-floating-panel {
position: fixed;
z-index: 1;
}
}

.so-row-cropper.so--crop-cols {
margin-left: -10px;
margin-right: -10px;
}

.so-row > * {
margin: 0;
}
.so-row:not(.so--vertical) > * {
display: inline-block;
vertical-align: top;
}
.so-row:not(.so--vertical).so--distance-x-1 {
margin-left: -1px;
}
.so-row:not(.so--vertical).so--distance-x-1 > * {
margin-left: 1px;
}
.so-row:not(.so--vertical).so--distance-y-1 {
margin-top: -1px;
}
.so-row:not(.so--vertical).so--distance-y-1 > * {
margin-top: 1px;
}
.so-row:not(.so--vertical).so--distance-x-5 {
margin-left: -5px;
}
.so-row:not(.so--vertical).so--distance-x-5 > * {
margin-left: 5px;
}
.so-row:not(.so--vertical).so--distance-y-5 {
margin-top: -5px;
}
.so-row:not(.so--vertical).so--distance-y-5 > * {
margin-top: 5px;
}
.so-row:not(.so--vertical).so--distance-x-10 {
margin-left: -10px;
}
.so-row:not(.so--vertical).so--distance-x-10 > * {
margin-left: 10px;
}
.so-row:not(.so--vertical).so--distance-y-10 {
margin-top: -10px;
}
.so-row:not(.so--vertical).so--distance-y-10 > * {
margin-top: 10px;
}
.so-row:not(.so--vertical).so--distance-x-15 {
margin-left: -15px;
}
.so-row:not(.so--vertical).so--distance-x-15 > * {
margin-left: 15px;
}
.so-row:not(.so--vertical).so--distance-y-15 {
margin-top: -15px;
}
.so-row:not(.so--vertical).so--distance-y-15 > * {
margin-top: 15px;
}
.so-row:not(.so--vertical).so--distance-x-20 {
margin-left: -20px;
}
.so-row:not(.so--vertical).so--distance-x-20 > * {
margin-left: 20px;
}
.so-row:not(.so--vertical).so--distance-y-20 {
margin-top: -20px;
}
.so-row:not(.so--vertical).so--distance-y-20 > * {
margin-top: 20px;
}
.so-row:not(.so--vertical).so--distance-x-40 {
margin-left: -40px;
}
.so-row:not(.so--vertical).so--distance-x-40 > * {
margin-left: 40px;
}
.so-row:not(.so--vertical).so--distance-y-40 {
margin-top: -40px;
}
.so-row:not(.so--vertical).so--distance-y-40 > * {
margin-top: 40px;
}
.so-row:not(.so--vertical).so--match-height {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: stretch;
align-content: flex-start;
}
.so-row.so--vertical > * {
display: block;
width: 100%;
}
.so-row.so--vertical.so--distance-y-1 > * + * {
margin-top: 1px;
}
.so-row.so--vertical.so--distance-y-5 > * + * {
margin-top: 5px;
}
.so-row.so--vertical.so--distance-y-10 > * + * {
margin-top: 10px;
}
.so-row.so--vertical.so--distance-y-15 > * + * {
margin-top: 15px;
}
.so-row.so--vertical.so--distance-y-20 > * + * {
margin-top: 20px;
}
.so-row.so--vertical.so--distance-y-40 > * + * {
margin-top: 40px;
}

.so-invite-review-banner {
border: 3px solid #92d050;
max-width: 1360px;
}

.so-invite-review-banner-start,
.so-invite-review-banner-end,
.so-invite-review-banner-center {
padding: 10px 0 15px;
}

.so-invite-review-banner-center {
text-align: center;
}

.so-invite-review-banner-center-title {
line-height: 1;
margin: 5px 0;
}

.so-invite-review-banner-center-remark {
font-style: italic;
}

.so-invite-review-banner-buttons {
background-color: #a6a6a6;
padding: 1px;
position: relative;
max-width: 1360px;
margin-left: auto;
margin-right: auto;
}
.so-invite-review-banner-buttons:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 30px;
pointer-events: none;
background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.so-invite-review-banner-button:not(#__NEVER__) {
width: 100%;
border-color: white;
font-weight: bold;
padding: 5px 15px 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
@media (min-width: 576px) {
.so-invite-review-banner-button:not(#__NEVER__) {
width: calc(100% / 3 - 1px);
}
}

.so-invite-review-banner-empty-button:not(#__NEVER__) {
width: 100%;
border-color: white;
font-weight: bold;
padding: 0 5px;
border: 0px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
@media (min-width: 576px) {
.so-invite-review-banner-empty-button:not(#__NEVER__) {
width: calc(100% / 3 - 1px);
}
}

.so-invite-review-banner-container {
max-width: 1360px;
margin: 0 auto;
}

.so-alt-sup {
position: relative;
vertical-align: baseline;
line-height: 0;
font-size: 100%;
font-weight: 600;
top: -0.3em;
}

.so-ucl-header-button {
margin-top: 6px;
margin-bottom: 6px;
position: relative;
display: inline-block;
vertical-align: top;
border: 1px solid transparent;
padding: 12px 10px;
background: transparent;
font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: rgba(0, 0, 0, 0.6);
transition: 0.4s;
}
.so-ucl-header-button:hover {
opacity: 0.7;
text-decoration: none;
}
.so-ucl-header-button:focus {
outline: 0;
}
@media (min-width: 576px) {
.so-ucl-header-button {
margin-top: 21px;
margin-bottom: 21px;
}
}
.so-ucl-header-button.so--search {
padding-left: 20px;
padding-right: 20px;
background-color: #adbf37;
color: white;
border-radius: 4px;
}
.so-ucl-header-button.so--search:hover {
opacity: 1;
background-color: #b5bd00;
}

.so-ucl-header-button-label {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 576px) {
.so-ucl-header-button-label {
margin-top: 30px;
margin-bottom: 30px;
}
}

.so-ucl-header-menu-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
perspective: 1000px;
perspective-origin: bottom right;
}
.so-ucl-header-menu-wrapper > .so-ucl-header-button {
padding-right: 31px;
}
.so-ucl-header-menu-wrapper > .so-ucl-header-button:after {
content: "";
position: absolute;
top: calc(50% - 8px);
right: 15px;
transition: 0.5s;
transform: rotate(90deg);
}
.so-ucl-header-menu-wrapper > .so-ucl-header-menu {
display: none;
position: absolute;
right: 20px;
top: calc(100% - 20px);
width: 240px;
z-index: 123;
background: white;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
border-top: 3px solid #adbf37;
padding: 20px;
animation-name: ucl-menu-enter;
animation-duration: 0.5s;
animation-timing-function: ease-out;
transform-origin: top right;
}
.so-ucl-header-menu-wrapper:hover > .so-ucl-header-button:after {
transform: rotate(0deg);
}
.so-ucl-header-menu-wrapper:hover > .so-ucl-header-menu {
display: block;
}

@keyframes ucl-menu-enter {
from {
opacity: 0;
transform: translateZ(-500px) rotateX(-90deg);
}
10% {
opacity: 1;
}
}
.so-ucl-header-menu-button {
position: relative;
display: block;
width: 100%;
border: 1px solid transparent;
padding: 6px 20px;
background: transparent;
font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
font-size: 14px;
line-height: 28px;
font-weight: 600;
color: rgba(0, 0, 0, 0.7);
transition: 0.4s;
}
.so-ucl-header-menu-button:hover {
background-color: rgba(0, 0, 0, 0.03);
opacity: 0.7;
color: rgba(0, 0, 0, 0.7);
text-decoration: none;
}
.so-ucl-header-menu-button.so--gray {
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
color: #666;
}
.so-ucl-header-menu-button.so--bb {
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.so-ucl-header-menu-button.so--search {
padding-left: 20px;
padding-right: 20px;
background-color: #adbf37;
color: white;
border-radius: 4px;
}
.so-ucl-header-menu-button.so--search:hover {
opacity: 1;
background-color: #b5bd00;
}

.so-ucl-header-submenu-wrapper {
position: relative;
perspective: 1000px;
perspective-origin: top left;
}
.so-ucl-header-submenu-wrapper > .so-ucl-header-menu-button {
padding-right: 36px;
}
.so-ucl-header-submenu-wrapper > .so-ucl-header-menu-button:after {
content: "";
position: absolute;
top: calc(50% - 8px);
right: 20px;
transition: 0.5s;
}
.so-ucl-header-submenu-wrapper > .so-ucl-header-submenu {
display: none;
position: absolute;
right: 100%;
top: 0;
width: 240px;
z-index: 123;
background: white;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
border-top: 3px solid #adbf37;
padding: 20px;
animation-name: ucl-menu-enter;
animation-duration: 0.5s;
animation-timing-function: ease-out;
transform-origin: top right;
}
.so-ucl-header-submenu-wrapper:hover > .so-ucl-header-menu-button:after {
transform: rotate(90deg);
}
.so-ucl-header-submenu-wrapper:hover > .so-ucl-header-submenu {
display: block;
}

.so-ucl-header-menu-button-label {
display: block;
overflow: hidden;
min-width: 80px;
}

.so-ucl-header-menu-button-counter {
float: right;
font-size: 11px;
line-height: 16px;
padding-top: 7px;
font-weight: normal;
margin-left: 5px;
}

.so-ucl-header-menu-window {
overflow: auto;
position: absolute;
top: 3px;
left: 40px;
right: 40px;
bottom: 0;
background-color: white;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-top: 3px solid #4998aa;
padding: 20px;
animation-name: ucl-menu-enter-2;
animation-duration: 0.5s;
animation-timing-function: ease-out;
transform-origin: top center;
}
@media (min-width: 576px) {
.so-ucl-header-menu-window {
top: 15px;
}
}

@keyframes ucl-menu-enter-2 {
from {
transform: scaleY(0);
}
}
.so-ucl-header-menu-indent {
padding-left: 40px;
}

.so-toc-table {
width: 100%;
}
.so-toc-table > * > tr > *:last-child {
width: 0;
text-align: right;
line-height: 26px;
overflow-wrap: normal;
}
.so-toc-table > tbody > tr + tr > * {
border-top: 1px solid #d6d6d6;
}

.so-homen-wrapper.so--top {
display: inline-block;
}

.so-homen-pos {
position: absolute;
z-index: 0;
perspective: 1000px;
}
.so-homen-wrapper:hover > .so-homen-pos {
z-index: 1;
}
.so-homen-pos.so--left {
right: 100vw;
perspective-origin: top right;
}
.so-homen-pos.so--right {
left: 0;
perspective-origin: top left;
}

.so-homen-trans {
transition: transform 0.5s;
transform: translateZ(-500px) rotateX(-90deg);
transform-origin: top right;
}
.so-homen-wrapper:hover > * > .so-homen-trans {
z-index: 1;
transform: translateZ(0px) rotateX(0deg);
}
.so-homen-wrapper.so--out > * > .so-homen-trans {
transform: translateZ(-500px) rotateX(-90deg);
}

.so-homen-menu {
overflow: auto;
scrollbar-width: thin;
scrollbar-color: #ddd #fff;
min-width: 200px;
max-height: calc(100vh - 90px);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
padding: 15px 0 15px;
background: #fff;
transition: opacity 0.5s;
visibility: hidden;
position: absolute;
opacity: 0;
}
.so-homen-menu::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.so-homen-menu::-webkit-scrollbar-thumb {
background: #ddd;
}
.so-homen-menu::-webkit-scrollbar-track {
background: #fff;
}
.so--red-6 .so-homen-menu {
border-top: 3px solid #890014;
}
.so--green-4 .so-homen-menu {
border-top: 3px solid #92d050;
}
.so--ucl .so-homen-menu {
border-top: 3px solid #adbf37;
}
.so-homen-wrapper:hover > * > * > .so-homen-menu {
visibility: visible;
position: static;
opacity: 1;
}
.so-homen-wrapper.so--out > * > * > .so-homen-menu {
visibility: visible;
position: static;
opacity: 0;
}

.so-homen-button {
display: block;
width: 100%;
border-radius: 0;
border-color: transparent;
padding: 5px 38px 10px 30px;
font-weight: 500;
}
.so-homen-button.so--down:after, .so-homen-button.so--left:after, .so-homen-button.so--right:after {
content: "";
position: absolute;
top: calc(50% - 10px);
right: 22px;
transition: transform 0.5s;
}
.so-homen-button:hover, .so-homen-wrapper:hover > .so-homen-button {
background-color: #f0f0f0;
color: #2b2b2b;
}
.so-homen-button.so--left:hover:after, .so-homen-wrapper:hover > .so-homen-button.so--left:after {
transform: rotate(90deg);
}
.so-homen-button.so--right:hover:after, .so-homen-wrapper:hover > .so-homen-button.so--right:after {
transform: rotate(-90deg);
}
.so-homen-button.so--top {
display: inline-block;
width: auto;
font-size: 16px;
line-height: 23px;
padding: 15.75px 15px 19.25px;
}
@media (min-width: 576px) {
.so-homen-button.so--top {
padding-top: 29.25px;
padding-bottom: 35.75px;
}
}
.so-homen-button.so--top:after {
right: 7px;
transform: rotate(90deg);
}
.so-homen-button.so--top:hover:after, .so-homen-wrapper:hover > .so-homen-button.so--top:after {
transform: rotate(0deg);
}
.so-homen-button.so--top.so--down {
padding-right: 23px;
}
.so-homen-button.so--bb {
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.so-homen-button.so--title {
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
color: #545454;
}
.so-homen-button.so--ucl {
background-color: #adbf37;
color: white;
}
.so-homen-button.so--ucl:hover {
background-color: #c2cf69;
}
.so-homen-button.so--red-6 {
background-color: #890014;
color: white;
}
.so-homen-button.so--red-6:hover {
background-color: #bf0000;
}
.so-homen-button.so--green-4 {
background-color: #92d050;
color: white;
}
.so-homen-button.so--green-4:hover {
background-color: #6ca028;
}

.so-homen-button-counter {
font-size: 11px;
line-height: 16px;
padding-top: 7px;
font-weight: normal;
margin-left: 5px;
}

.so-homen-button-label {
display: block;
overflow: hidden;
min-width: 80px;
}

.so-homen-indent {
padding-left: 40px;
}

.so-homen-group {
padding: 0;
margin: 0;
}
.so-homen-group li {
list-style: none;
margin-bottom: 0;
}

.so-general-header-button {
margin-top: 6px;
margin-bottom: 6px;
position: relative;
display: inline-block;
vertical-align: top;
border: 1px solid transparent;
padding: 12px 5px;
background: transparent;
font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #4998aa;
transition: 0.4s;
}
.so-general-header-button:hover {
opacity: 0.7;
text-decoration: none;
}
.so-general-header-button:focus {
outline: 0;
}
@media (min-width: 576px) {
.so-general-header-button {
margin-top: 21px;
margin-bottom: 21px;
}
}
.so-general-header-button.so--search {
padding-left: 15px;
padding-right: 15px;
background-color: #92d050;
color: white;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.so-general-header-button.so--search:hover {
opacity: 1;
background-color: #6ca028;
}
.so-general-header-button.so--advanced-search {
padding-left: 10px;
padding-right: 10px;
background-color: #e5f2d1;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
color: #4c7014;
}
.so-general-header-button.so--advanced-search:hover {
opacity: 1;
background-color: #c1e58f;
}

.so-general-header-button-label {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 576px) {
.so-general-header-button-label {
margin-top: 30px;
margin-bottom: 30px;
}
}

.so-general-header-menu-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
perspective: 1000px;
perspective-origin: bottom right;
}
.so-general-header-menu-wrapper > .so-general-header-button {
padding-right: 22px;
}
.so-general-header-menu-wrapper > .so-general-header-button:after {
content: "";
position: absolute;
top: calc(50% - 8px);
right: 5px;
transition: 0.5s;
transform: rotate(90deg);
}
.so-general-header-menu-wrapper > .so-general-header-button.no-children {
padding: 12px 5px;
}
.so-general-header-menu-wrapper > .so-general-header-button.no-children::after {
content: "";
}
.so-general-header-menu-wrapper > .so-general-header-menu {
display: none;
position: absolute;
right: 10px;
top: calc(100% - 20px);
width: 240px;
z-index: 123;
background: white;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
border-top: 3px solid #92d050;
padding: 20px;
animation-name: general-menu-enter;
animation-duration: 0.5s;
animation-timing-function: ease-out;
transform-origin: top right;
}
.so-general-header-menu-wrapper:hover > .so-general-header-button:after {
transform: rotate(0deg);
}
.so-general-header-menu-wrapper:hover > .so-general-header-menu {
display: block;
}

@keyframes general-menu-enter {
from {
opacity: 0;
transform: translateZ(-500px) rotateX(-90deg);
}
10% {
opacity: 1;
}
}
.so-general-header-menu-button {
position: relative;
display: block;
width: 100%;
border: 1px solid transparent;
padding: 6px 20px;
background: transparent;
font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
font-size: 14px;
line-height: 28px;
font-weight: normal;
color: #4998aa;
transition: 0.4s;
}
.so-general-header-menu-button:hover {
background-color: rgba(0, 0, 0, 0.03);
opacity: 0.7;
text-decoration: none;
color: #206570;
}
.so-general-header-menu-button.so--gray {
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
color: #666;
}
.so-general-header-menu-button.so--green {
background-color: #92d050;
color: #fff;
}
.so-general-header-menu-button.so--bb {
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.so-general-header-menu-button.so--search {
padding-left: 20px;
padding-right: 20px;
background-color: #adbf37;
color: white;
border-radius: 4px;
}
.so-general-header-menu-button.so--search:hover {
opacity: 1;
background-color: #b5bd00;
}

.so-general-header-submenu-wrapper {
position: relative;
perspective: 1000px;
perspective-origin: top left;
}
.so-general-header-submenu-wrapper > .so-general-header-menu-button {
padding-right: 36px;
}
.so-general-header-submenu-wrapper > .so-general-header-menu-button:after {
content: "";
position: absolute;
top: calc(50% - 8px);
right: 20px;
transition: 0.5s;
}
.so-general-header-submenu-wrapper > .so-general-header-submenu {
display: none;
position: absolute;
right: 100%;
top: 0;
width: 240px;
z-index: 123;
background: white;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
border-top: 3px solid #92d050;
padding: 20px;
animation-name: general-menu-enter;
animation-duration: 0.5s;
animation-timing-function: ease-out;
transform-origin: top right;
}
.so-general-header-submenu-wrapper:hover > .so-general-header-menu-button:after {
transform: rotate(90deg);
}
.so-general-header-submenu-wrapper:hover > .so-general-header-submenu {
display: block;
}

.so-general-header-menu-button-label {
display: block;
overflow: hidden;
min-width: 80px;
}

.so-general-header-menu-button-counter {
float: right;
font-size: 11px;
line-height: 16px;
padding-top: 7px;
font-weight: normal;
margin-left: 5px;
}

.so-general-header-menu-window {
overflow: auto;
position: absolute;
left: 48px;
right: 48px;
top: 0;
bottom: 0;
background-color: white;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-top: 3px solid #92d050;
padding: 20px;
animation-name: general-menu-enter-2;
animation-duration: 0.5s;
animation-timing-function: ease-out;
transform-origin: top center;
}

@keyframes general-menu-enter-2 {
from {
transform: scaleY(0);
}
}
.so-general-header-menu-indent {
padding-left: 20px;
}

.so-general-header-menu-group {
padding: 0;
margin: 0;
}
.so-general-header-menu-group li {
list-style: none;
margin-bottom: 0;
}

.so-general-header-menu-group.bordered {
border-top: 1px solid #d6d6d6;
}

.so-general-header-search-wrapper {
padding-right: 10px;
padding-left: 10px;
}

.so-general-header-menu-item-counter {
color: #545454;
font-weight: normal;
font-size: 12px;
}

.so-debug-label {
display: inline-block;
vertical-align: top;
white-space: pre-wrap;
font-size: 10px;
font-family: monospace;
font-weight: bold;
padding: 2px;
line-height: 1;
color: white;
background: indigo;
border: 1px solid white;
border-radius: 3px;
}

.so-lay-summary-container {
margin-bottom: 20px;
}

.so-lay-summary-header {
overflow: hidden;
clear: both;
border-top: 0 solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
margin-bottom: 10px;
background-color: #92d050;
border: none;
border-radius: 3px 24px 0 0;
margin: 0;
padding: 10px;
}
@media (min-width: 576px) {
.so-lay-summary-header {
border-radius: 3px 0 0 24px;
display: table-cell;
vertical-align: baseline;
}
}

.so-lay-summary-title {
display: block;
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: bold;
font-style: italic;
margin: 0 0 10px;
color: white;
white-space: nowrap;
}

.so-lay-summary-body {
border: solid 1px #d6d6d6;
border-top: none;
border-radius: 0 0 3px 3px;
margin: 0;
padding: 10px;
}
@media (min-width: 576px) {
.so-lay-summary-body {
border: solid 1px #d6d6d6;
border-left: none;
border-radius: 0 3px 3px 0;
display: table-cell;
padding: 20px 40px;
width: 100%;
}
}
.so-lay-summary-body p {
text-align: justify;
}

.so-cookie-banner {
display: flex;
flex-flow: column;
overflow: auto;
padding: 20px;
gap: 5px;
}

.so-cookie-banner-text {
flex: 0 0 auto;
overflow: auto;
}

.so-cookie-banner-controls {
flex: 0 1 auto;
display: flex;
flex-flow: column;
overflow: auto;
gap: 10px;
}

.so-cookie-banner-controls-inner {
flex: 0 1 auto;
display: flex;
flex-flow: row wrap;
margin: 0 auto;
gap: 5px;
}

.so-info-entry {
margin: 4px 0;
}
.so-info-entry:last-child, .so-info-entry:last-of-type {
margin-bottom: 10px;
}
.so-info-entry + h6 {
margin-top: 10px;
}

.so-banner2-buttons-outer {
display: flex;
flex-flow: row;
}

.so-banner2-buttons-inner {
display: flex;
flex-flow: row;
margin: 0 auto;
overflow: hidden;
padding: 5px;
gap: 5px;
}

.so-banner2-main {
display: flex;
gap: 5px;
}
.so-banner2-main > .so-b3 {
flex: 0 0 auto;
margin: 5px 0;
}

.so-banner2-scroller {
flex: 1 1 auto;
display: flex;
flex-flow: row;
overflow: auto;
scroll-snap-type: x mandatory;
scroll-snap-align: center;
padding: 5px 0;
gap: 10px;
scrollbar-width: none;
}
.so-banner2-scroller::-webkit-scrollbar {
display: none;
}

.so-banner2-item {
flex: 0 0 auto;
width: 100%;
scroll-snap-align: center;
display: flex;
flex-flow: column;
overflow: auto;
padding: 10px;
gap: 10px;
background: white;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
.so-banner2-item .so-banner2-image-wrapper {
position: sticky;
top: 0;
}
.so-banner2-item.so--img-last .so-banner2-image-wrapper {
order: 1;
}
}
.so-banner2-item.so--blue {
border: 1px solid white;
background: #c0f2ff;
}
.so-banner2-item.so--green {
border: 1px solid white;
background: #e5f2d1;
}
.so-banner2-item.so--red {
border: 1px solid white;
background: #ffdede;
}
.so-banner2-item.so--orange {
border: 1px solid white;
background: #ffebd7;
}
.so-banner2-item.so--yellow {
border: 1px solid white;
background: #fffbb1;
}
.so-banner2-item.so--border-blue {
border: 3px solid #00b4ff;
}
.so-banner2-item.so--border-green {
border: 3px solid #92d050;
}
.so-banner2-item.so--border-red {
border: 3px solid #e53838;
}
.so-banner2-item.so--border-orange {
border: 3px solid #ffa836;
}
.so-banner2-item.so--border-yellow {
border: 3px solid #f3e810;
}

.so-banner2-item-scroller {
flex: 0 0 auto;
display: flex;
gap: 10px;
flex-flow: column;
overflow: auto;
}
@media (min-width: 576px) {
.so-banner2-item-scroller {
flex-flow: row;
}
}

.so-banner2-image-wrapper {
flex: 0 0 auto;
width: 220px;
max-width: 100%;
aspect-ratio: 2/1;
overflow: hidden;
margin: 0 auto;
}

.so-banner2-image {
width: 100%;
height: auto;
}

.so-banner2-text-wrapper {
flex: 1 1 auto;
height: 110px;
display: flex;
flex-flow: column;
justify-content: center;
}

.so-banner2-text {
flex: 0 0 auto;
max-height: 100%;
}

.so-banner2-button {
margin: 0;
padding: 0;
flex: 0 0 auto;
border-radius: 999px;
width: 8px;
height: 8px;
background: white;
border: 1px solid transparent;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.2);
transition: 0.25s;
}
.so-banner2-button:focus {
outline: 0;
border-color: rgba(14, 62, 70, 0.4);
}
.so-banner2-button:hover {
background: #fafafa;
transition: 0s;
}
.so-banner2-button:active {
background: #d6d6d6;
transition: 0s;
}
.so-banner2-button.so--active {
background: #92d050;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.so-banner2-button.so--active:hover {
background: #c1e58f;
transition: 0s;
}
.so-banner2-button.so--active:active {
background: #6ca028;
transition: 0s;
}

.blockquote {
margin-left: 35px;
}

.verse {
margin-left: 35px;
margin-bottom: 20px;
}

.verse-line {
margin-bottom: 0;
}

.so-ta-l {
text-align: left;
}

.so-ta-c {
text-align: center;
}

.so-ta-r {
text-align: right;
}

.so-f-l {
float: left;
}

.so-f-r {
float: right;
}

.so-o-a {
overflow: auto;
}

.so-o-h {
overflow: hidden;
}

.so-c-l {
clear: left;
}

.so-c-r {
clear: right;
}

.so-c-b {
clear: both;
}

.so-w-full {
width: 100%;
}

.so-va-b {
vertical-align: bottom;
}

.so-va-t {
vertical-align: top;
}

.so-va-m, .so-table > * > tr.so-va-m > * {
vertical-align: middle;
}

.so-va-bl {
vertical-align: baseline;
}

.so-relative {
position: relative;
}

.so-block {
display: block;
}

.so-block-centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.so-ib {
display: inline-block;
}

.so-sr {
position: absolute;
overflow: hidden;
width: 0;
height: 0;
}

.so-color-dark-blue {
color: #206570;
}

.so-color-darker-green {
color: #4c7014;
}

.so-color-green-4 {
color: #92d050;
}

.so-color-dark-gray {
color: #7e7e7e;
}

.so-color-lighter-gray {
color: #d6d6d6;
}

.so-color-light-gray {
color: #a6a6a6;
}

.so-color-red {
color: #bf0000;
}

.so-color-link-light {
color: #afe8f4;
}

.so-color-orcid-green {
color: #a6ce39;
}

.so-color-linkedin-blue {
color: #0077b5;
}

.so-color-mendeley-red {
color: #a71925;
}

.so-color-twitter-blue {
color: #55acee;
}

.so-color-facebook-blue {
color: #3b579d;
}

.so-color-black.so-color-black.so-color-black {
color: black;
}

.so-color-orange-4 {
color: #ffa836;
}

.so-m-0.so-m-0.so-m-0 {
margin: 0px;
}

.so-m-y-0.so-m-y-0.so-m-y-0 {
margin-top: 0px;
margin-bottom: 0px;
}

.so-m-x-0.so-m-x-0.so-m-x-0 {
margin-left: 0px;
margin-right: 0px;
}

.so-m-t-0.so-m-t-0.so-m-t-0 {
margin-top: 0px;
}

.so-m-b-0.so-m-b-0.so-m-b-0 {
margin-bottom: 0px;
}

.so-m-l-0.so-m-l-0.so-m-l-0 {
margin-left: 0px;
}

.so-m-r-0.so-m-r-0.so-m-r-0 {
margin-right: 0px;
}

.so-m-1.so-m-1.so-m-1 {
margin: 1px;
}

.so-m-y-1.so-m-y-1.so-m-y-1 {
margin-top: 1px;
margin-bottom: 1px;
}

.so-m-x-1.so-m-x-1.so-m-x-1 {
margin-left: 1px;
margin-right: 1px;
}

.so-m-t-1.so-m-t-1.so-m-t-1 {
margin-top: 1px;
}

.so-m-b-1.so-m-b-1.so-m-b-1 {
margin-bottom: 1px;
}

.so-m-l-1.so-m-l-1.so-m-l-1 {
margin-left: 1px;
}

.so-m-r-1.so-m-r-1.so-m-r-1 {
margin-right: 1px;
}

.so-m-2.so-m-2.so-m-2 {
margin: 2px;
}

.so-m-y-2.so-m-y-2.so-m-y-2 {
margin-top: 2px;
margin-bottom: 2px;
}

.so-m-x-2.so-m-x-2.so-m-x-2 {
margin-left: 2px;
margin-right: 2px;
}

.so-m-t-2.so-m-t-2.so-m-t-2 {
margin-top: 2px;
}

.so-m-b-2.so-m-b-2.so-m-b-2 {
margin-bottom: 2px;
}

.so-m-l-2.so-m-l-2.so-m-l-2 {
margin-left: 2px;
}

.so-m-r-2.so-m-r-2.so-m-r-2 {
margin-right: 2px;
}

.so-m-5.so-m-5.so-m-5 {
margin: 5px;
}

.so-m-y-5.so-m-y-5.so-m-y-5 {
margin-top: 5px;
margin-bottom: 5px;
}

.so-m-x-5.so-m-x-5.so-m-x-5 {
margin-left: 5px;
margin-right: 5px;
}

.so-m-t-5.so-m-t-5.so-m-t-5 {
margin-top: 5px;
}

.so-m-b-5.so-m-b-5.so-m-b-5 {
margin-bottom: 5px;
}

.so-m-l-5.so-m-l-5.so-m-l-5 {
margin-left: 5px;
}

.so-m-r-5.so-m-r-5.so-m-r-5 {
margin-right: 5px;
}

.so-m-10.so-m-10.so-m-10 {
margin: 10px;
}

.so-m-y-10.so-m-y-10.so-m-y-10 {
margin-top: 10px;
margin-bottom: 10px;
}

.so-m-x-10.so-m-x-10.so-m-x-10 {
margin-left: 10px;
margin-right: 10px;
}

.so-m-t-10.so-m-t-10.so-m-t-10 {
margin-top: 10px;
}

.so-m-b-10.so-m-b-10.so-m-b-10, .so-form-value {
margin-bottom: 10px;
}

.so-m-l-10.so-m-l-10.so-m-l-10 {
margin-left: 10px;
}

.so-m-r-10.so-m-r-10.so-m-r-10 {
margin-right: 10px;
}

.so-m-15.so-m-15.so-m-15 {
margin: 15px;
}

.so-m-y-15.so-m-y-15.so-m-y-15 {
margin-top: 15px;
margin-bottom: 15px;
}

.so-m-x-15.so-m-x-15.so-m-x-15 {
margin-left: 15px;
margin-right: 15px;
}

.so-m-t-15.so-m-t-15.so-m-t-15 {
margin-top: 15px;
}

.so-m-b-15.so-m-b-15.so-m-b-15 {
margin-bottom: 15px;
}

.so-m-l-15.so-m-l-15.so-m-l-15 {
margin-left: 15px;
}

.so-m-r-15.so-m-r-15.so-m-r-15 {
margin-right: 15px;
}

.so-m-20.so-m-20.so-m-20 {
margin: 20px;
}

.so-m-y-20.so-m-y-20.so-m-y-20 {
margin-top: 20px;
margin-bottom: 20px;
}

.so-m-x-20.so-m-x-20.so-m-x-20 {
margin-left: 20px;
margin-right: 20px;
}

.so-m-t-20.so-m-t-20.so-m-t-20 {
margin-top: 20px;
}

.so-m-b-20.so-m-b-20.so-m-b-20 {
margin-bottom: 20px;
}

.so-m-l-20.so-m-l-20.so-m-l-20 {
margin-left: 20px;
}

.so-m-r-20.so-m-r-20.so-m-r-20 {
margin-right: 20px;
}

.so-m-30.so-m-30.so-m-30 {
margin: 30px;
}

.so-m-y-30.so-m-y-30.so-m-y-30 {
margin-top: 30px;
margin-bottom: 30px;
}

.so-m-x-30.so-m-x-30.so-m-x-30 {
margin-left: 30px;
margin-right: 30px;
}

.so-m-t-30.so-m-t-30.so-m-t-30 {
margin-top: 30px;
}

.so-m-b-30.so-m-b-30.so-m-b-30 {
margin-bottom: 30px;
}

.so-m-l-30.so-m-l-30.so-m-l-30 {
margin-left: 30px;
}

.so-m-r-30.so-m-r-30.so-m-r-30 {
margin-right: 30px;
}

.so-m-40.so-m-40.so-m-40 {
margin: 40px;
}

.so-m-y-40.so-m-y-40.so-m-y-40 {
margin-top: 40px;
margin-bottom: 40px;
}

.so-m-x-40.so-m-x-40.so-m-x-40 {
margin-left: 40px;
margin-right: 40px;
}

.so-m-t-40.so-m-t-40.so-m-t-40 {
margin-top: 40px;
}

.so-m-b-40.so-m-b-40.so-m-b-40 {
margin-bottom: 40px;
}

.so-m-l-40.so-m-l-40.so-m-l-40 {
margin-left: 40px;
}

.so-m-r-40.so-m-r-40.so-m-r-40 {
margin-right: 40px;
}

.so-m--20.so-m--20.so-m--20 {
margin: -20px;
}

.so-m-y--20.so-m-y--20.so-m-y--20 {
margin-top: -20px;
margin-bottom: -20px;
}

.so-m-x--20.so-m-x--20.so-m-x--20 {
margin-left: -20px;
margin-right: -20px;
}

.so-m-t--20.so-m-t--20.so-m-t--20 {
margin-top: -20px;
}

.so-m-b--20.so-m-b--20.so-m-b--20 {
margin-bottom: -20px;
}

.so-m-l--20.so-m-l--20.so-m-l--20 {
margin-left: -20px;
}

.so-m-r--20.so-m-r--20.so-m-r--20 {
margin-right: -20px;
}

.so-m--10.so-m--10.so-m--10 {
margin: -10px;
}

.so-m-y--10.so-m-y--10.so-m-y--10 {
margin-top: -10px;
margin-bottom: -10px;
}

.so-m-x--10.so-m-x--10.so-m-x--10 {
margin-left: -10px;
margin-right: -10px;
}

.so-m-t--10.so-m-t--10.so-m-t--10 {
margin-top: -10px;
}

.so-m-b--10.so-m-b--10.so-m-b--10 {
margin-bottom: -10px;
}

.so-m-l--10.so-m-l--10.so-m-l--10 {
margin-left: -10px;
}

.so-m-r--10.so-m-r--10.so-m-r--10 {
margin-right: -10px;
}

.so-m--5.so-m--5.so-m--5 {
margin: -5px;
}

.so-m-y--5.so-m-y--5.so-m-y--5 {
margin-top: -5px;
margin-bottom: -5px;
}

.so-m-x--5.so-m-x--5.so-m-x--5 {
margin-left: -5px;
margin-right: -5px;
}

.so-m-t--5.so-m-t--5.so-m-t--5 {
margin-top: -5px;
}

.so-m-b--5.so-m-b--5.so-m-b--5 {
margin-bottom: -5px;
}

.so-m-l--5.so-m-l--5.so-m-l--5 {
margin-left: -5px;
}

.so-m-r--5.so-m-r--5.so-m-r--5 {
margin-right: -5px;
}

.so-p-0 {
padding: 0px;
}

.so-p-y-0 {
padding-top: 0px;
padding-bottom: 0px;
}

.so-p-x-0 {
padding-left: 0px;
padding-right: 0px;
}

.so-p-t-0 {
padding-top: 0px;
}

.so-p-b-0 {
padding-bottom: 0px;
}

.so-p-l-0 {
padding-left: 0px;
}

.so-p-r-0 {
padding-right: 0px;
}

.so-p-1 {
padding: 1px;
}

.so-p-y-1 {
padding-top: 1px;
padding-bottom: 1px;
}

.so-p-x-1 {
padding-left: 1px;
padding-right: 1px;
}

.so-p-t-1 {
padding-top: 1px;
}

.so-p-b-1 {
padding-bottom: 1px;
}

.so-p-l-1 {
padding-left: 1px;
}

.so-p-r-1 {
padding-right: 1px;
}

.so-p-5 {
padding: 5px;
}

.so-p-y-5 {
padding-top: 5px;
padding-bottom: 5px;
}

.so-p-x-5 {
padding-left: 5px;
padding-right: 5px;
}

.so-p-t-5 {
padding-top: 5px;
}

.so-p-b-5 {
padding-bottom: 5px;
}

.so-p-l-5 {
padding-left: 5px;
}

.so-p-r-5 {
padding-right: 5px;
}

.so-p-10, .so-form-header, .so-form-value-wrapper {
padding: 10px;
}

.so-p-y-10 {
padding-top: 10px;
padding-bottom: 10px;
}

.so-p-x-10 {
padding-left: 10px;
padding-right: 10px;
}

.so-p-t-10 {
padding-top: 10px;
}

.so-p-b-10 {
padding-bottom: 10px;
}

.so-p-l-10 {
padding-left: 10px;
}

.so-p-r-10 {
padding-right: 10px;
}

.so-p-15 {
padding: 15px;
}

.so-p-y-15 {
padding-top: 15px;
padding-bottom: 15px;
}

.so-p-x-15 {
padding-left: 15px;
padding-right: 15px;
}

.so-p-t-15 {
padding-top: 15px;
}

.so-p-b-15 {
padding-bottom: 15px;
}

.so-p-l-15 {
padding-left: 15px;
}

.so-p-r-15 {
padding-right: 15px;
}

.so-p-20 {
padding: 20px;
}

.so-p-y-20 {
padding-top: 20px;
padding-bottom: 20px;
}

.so-p-x-20 {
padding-left: 20px;
padding-right: 20px;
}

.so-p-t-20 {
padding-top: 20px;
}

.so-p-b-20 {
padding-bottom: 20px;
}

.so-p-l-20 {
padding-left: 20px;
}

.so-p-r-20 {
padding-right: 20px;
}

.so-p-40 {
padding: 40px;
}

.so-p-y-40 {
padding-top: 40px;
padding-bottom: 40px;
}

.so-p-x-40 {
padding-left: 40px;
padding-right: 40px;
}

.so-p-t-40 {
padding-top: 40px;
}

.so-p-b-40 {
padding-bottom: 40px;
}

.so-p-l-40 {
padding-left: 40px;
}

.so-p-r-40 {
padding-right: 40px;
}

.so-lh-1 {
line-height: 1;
}

.so-lh-n {
line-height: 20px;
}

.so-lh-i {
line-height: 16px;
}

.so-dy-a-n:not(#__NEVER__) {
display: none;
}

.so-dy-a-i:not(#__NEVER__) {
display: inline;
}

.so-dy-a-b:not(#__NEVER__) {
display: block;
}

.so-dy-a-ib:not(#__NEVER__) {
display: inline-block;
}

.so-dy-a-if:not(#__NEVER__) {
display: inline-flex;
}

@media (min-width: 576px) {
.so-dy-b-n:not(#__NEVER__) {
display: none;
}

.so-dy-b-i:not(#__NEVER__) {
display: inline;
}

.so-dy-b-b:not(#__NEVER__) {
display: block;
}

.so-dy-b-ib:not(#__NEVER__) {
display: inline-block;
}

.so-dy-b-if:not(#__NEVER__) {
display: inline-flex;
}
}
@media (min-width: 720px) {
.so-dy-c-n:not(#__NEVER__) {
display: none;
}

.so-dy-c-i:not(#__NEVER__) {
display: inline;
}

.so-dy-c-b:not(#__NEVER__) {
display: block;
}

.so-dy-c-ib:not(#__NEVER__) {
display: inline-block;
}

.so-dy-c-if:not(#__NEVER__) {
display: inline-flex;
}
}
@media (min-width: 1014px) {
.so-dy-d-n:not(#__NEVER__) {
display: none;
}

.so-dy-d-i:not(#__NEVER__) {
display: inline;
}

.so-dy-d-b:not(#__NEVER__) {
display: block;
}

.so-dy-d-ib:not(#__NEVER__) {
display: inline-block;
}

.so-dy-d-if:not(#__NEVER__) {
display: inline-flex;
}
}
@media (min-width: 1200px) {
.so-dy-e-n:not(#__NEVER__) {
display: none;
}

.so-dy-e-i:not(#__NEVER__) {
display: inline;
}

.so-dy-e-b:not(#__NEVER__) {
display: block;
}

.so-dy-e-ib:not(#__NEVER__) {
display: inline-block;
}

.so-dy-e-if:not(#__NEVER__) {
display: inline-flex;
}
}
@media (min-width: 1400px) {
.so-dy-f-n:not(#__NEVER__) {
display: none;
}

.so-dy-f-i:not(#__NEVER__) {
display: inline;
}

.so-dy-f-b:not(#__NEVER__) {
display: block;
}

.so-dy-f-ib:not(#__NEVER__) {
display: inline-block;
}

.so-dy-f-if:not(#__NEVER__) {
display: inline-flex;
}
}
.so-n.so-n {
display: none;
}

.so-v-h {
visibility: hidden;
}

.so-none {
display: none;
}

.so-collapse {
overflow: hidden;
height: 0;
}

.so-fadeout-5-1 {
animation-name: so-feedback-fadeout;
animation-fill-mode: both;
animation-duration: 1s;
animation-delay: 5s;
}

@keyframes so-feedback-fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.so-svg-container {
overflow-x: auto;
overflow-y: hidden;
}

.so-svg-canvas {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}

.so-svg-divider-line {
fill: transparent;
stroke: #d6d6d6;
stroke-width: 0.2;
}

.so-svg-divider-text {
fill: #7e7e7e;
text-anchor: end;
}

.so-svg-chart-border {
fill: transparent;
stroke-width: 0.3;
}
.so-svg-chart-border.so--dashes {
stroke-dasharray: 3, 2;
stroke-width: 0.1;
}

.so-svg-chart-circle {
opacity: 0.5;
transition: opacity 0.1s ease-in-out;
}

.so-svg-chart-vertical {
opacity: 0;
fill: transparent;
stroke-width: 0.1;
transition: opacity 0.1s ease-in-out;
}
.so-svg-chart-vertical.so--dashes {
opacity: 0;
stroke-dasharray: 3, 2;
stroke-width: 0.2;
}

.so-svg-chart-label {
opacity: 0;
transition: opacity 0.1s ease-in-out;
}

.so-svg-chart-section.so--opacity-1 * {
cursor: pointer;
opacity: 1;
transition: all 0;
}
.so-svg-chart-section:hover .so-svg-chart-label, .so-svg-chart-section:hover .so-svg-chart-circle, .so-svg-chart-section:hover .so-svg-chart-vertical {
opacity: 1;
transition: opacity 0;
}
.so-svg-chart-section rect:hover {
cursor: pointer;
}

.so-svg-date {
fill: #7e7e7e;
text-anchor: end;
}

.so-svg-lighten-on-hover {
opacity: 1;
transition: 0.25s;
}

.so-svg-lighten-on-hover:hover,
.so-svg-lighten-on-hover:hover + .so-svg-lighten-on-hover {
opacity: 0.9;
transition: 0s;
}

/**
 * BASE
 */
.so-wrapper-for-standalone-statistics {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
}

/**
 * HEADER
 */
.so-wrapper-for-standalone-statistics .so-header {
background-color: white;
position: relative;
}
.so-wrapper-for-standalone-statistics .so-header:after {
background-image: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%);
content: "";
display: block;
height: 25px;
left: 40px;
position: absolute;
right: 40px;
width: calc(100% - 80px);
}
.so-wrapper-for-standalone-statistics .so-table-like-container {
padding: 0 20px !important;
}
.so-wrapper-for-standalone-statistics .so-table-like {
border-spacing: 20px;
display: table;
height: 100%;
table-layout: fixed;
width: 100%;
}
.so-wrapper-for-standalone-statistics .so-table-like-row {
display: table-row;
}
.so-wrapper-for-standalone-statistics .so-table-like-cell {
display: table-cell;
vertical-align: middle;
}
.so-wrapper-for-standalone-statistics .so-text-align-left {
text-align: left;
}
.so-wrapper-for-standalone-statistics .so-text-align-center {
text-align: center;
}
.so-wrapper-for-standalone-statistics .so-text-align-right {
text-align: right;
}
.so-wrapper-for-standalone-statistics .so-title {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 30.4px;
font-weight: 700;
line-height: 38px;
}
.so-wrapper-for-standalone-statistics .so-content-in-context {
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 26.6px;
line-height: 38px;
}
.so-wrapper-for-standalone-statistics .so-science-open {
background-image: url("../img/logo.svg");
background-position: 50%;
background-repeat: no-repeat;
background-size: 270px;
display: inline-block;
height: 50px;
width: 270px;
}
.so-wrapper-for-standalone-statistics .so-header-button-home-link {
border-width: 0;
padding: 0;
}

/**
 * MAIN CONTENT
 */
.so-wrapper-for-standalone-statistics .so-main {
background-color: white;
padding: 0 40px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.so-wrapper-for-standalone-statistics .so-svg-canvas {
height: auto;
width: 100%;
}
.so-wrapper-for-standalone-statistics .so-yellow-outline {
fill: none;
stroke: #fdc010;
stroke-linecap: round;
stroke-width: 0.1;
stroke-dasharray: 1, 1;
}
.so-wrapper-for-standalone-statistics .so-drop-shadow {
fill: white;
}
.so-wrapper-for-standalone-statistics .so-path {
fill: none;
stroke-linecap: round;
stroke-width: 0.1;
}
.so-wrapper-for-standalone-statistics .so-path.so-articles {
stroke: #a7003d;
}
.so-wrapper-for-standalone-statistics .so-path.so-journals {
stroke: #22410c;
}
.so-wrapper-for-standalone-statistics .so-path.so-authors {
stroke: #94ca54;
}
.so-wrapper-for-standalone-statistics .so-path.so-referenced {
stroke: #7dad48;
}
.so-wrapper-for-standalone-statistics .so-path.so-similar {
stroke: #68933c;
}
.so-wrapper-for-standalone-statistics .so-path.so-cited-by {
stroke: #3b5d1f;
}
.so-wrapper-for-standalone-statistics .so-path.so-other-by-authors {
stroke: #51772e;
}
.so-wrapper-for-standalone-statistics .so-slice.so-contextual {
fill: #fdc010;
}
.so-wrapper-for-standalone-statistics .so-slice.so-articles {
fill: #a7003d;
}
.so-wrapper-for-standalone-statistics .so-slice.so-journals {
fill: #22410c;
}
.so-wrapper-for-standalone-statistics .so-slice.so-authors {
fill: #94ca54;
}
.so-wrapper-for-standalone-statistics .so-slice.so-referenced {
fill: #7dad48;
}
.so-wrapper-for-standalone-statistics .so-slice.so-similar {
fill: #68933c;
}
.so-wrapper-for-standalone-statistics .so-slicevcited-by {
fill: #3b5d1f;
}
.so-wrapper-for-standalone-statistics .so-slice.so-other-by-authors {
fill: #51772e;
}
.so-wrapper-for-standalone-statistics .so-darken {
fill: rgba(0, 0, 0, 0.25);
}
.so-wrapper-for-standalone-statistics .so-svg-label {
rx: 0.5;
ry: 0.5;
}
.so-wrapper-for-standalone-statistics .so-svg-text {
font-size: 1.71px;
}
.so-wrapper-for-standalone-statistics .so-svg-number {
font-size: 2.375px;
font-weight: 700;
}
.so-wrapper-for-standalone-statistics .so-text-anchor-start {
text-anchor: start;
}
.so-wrapper-for-standalone-statistics .so-text-anchor-middle {
text-anchor: middle;
}
.so-wrapper-for-standalone-statistics .so-text-anchor-end {
text-anchor: end;
}
.so-wrapper-for-standalone-statistics .so-fill-white {
fill: white;
}

/**
 * FOOTER
 */
.so-wrapper-for-standalone-statistics .so-footer {
background-color: rgba(0, 0, 0, 0.05);
max-height: 296px;
position: relative;
}
.so-wrapper-for-standalone-statistics .so-footer .so-table-like-container {
height: 100%;
padding: 0;
}
.so-wrapper-for-standalone-statistics .so-footer:before {
background-image: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 75%);
content: "";
display: block;
height: 25px;
left: 40px;
position: absolute;
right: 40px;
width: calc(100% - 80px);
}
.so-wrapper-for-standalone-statistics .so-footer-inner:before {
background-image: url("/css/images/statistics.jpg");
background-position: 100% 0;
background-size: 200%;
content: "";
display: block;
height: 192px;
left: 0;
position: absolute;
top: 0;
width: 256px;
z-index: -1;
}
.so-wrapper-for-standalone-statistics .so-footer-inner:after {
background-image: url("/css/images/statistics.jpg");
background-position: 0% 100%;
background-size: 200%;
bottom: 0;
content: "";
display: block;
height: 192px;
position: absolute;
right: 0;
width: 256px;
z-index: -1;
}
.so-wrapper-for-standalone-statistics .so-footer-side {
font-size: 17.1px;
line-height: 30.4px;
text-align: center;
vertical-align: middle;
width: 256px;
}
.so-wrapper-for-standalone-statistics .so-footer-side.so-left {
padding: 96px 0 20px;
}
.so-wrapper-for-standalone-statistics .so-footer-side.so-right {
padding: 0 0 96px;
}
.so-wrapper-for-standalone-statistics .so-footer-side.so-left .so-legibility {
background-image: linear-gradient(to top, #f2f2f2 90%, rgba(242, 242, 242, 0) 100%);
position: absolute;
bottom: 20px;
width: 256px;
}
.so-wrapper-for-standalone-statistics .so-footer-side.so-right .so-legibility {
background-image: linear-gradient(to bottom, #f2f2f2 90%, rgba(242, 242, 242, 0) 100%);
position: absolute;
top: 20px;
width: 256px;
}
.so-wrapper-for-standalone-statistics .so-article-number,
.so-wrapper-for-standalone-statistics .so-article-readers,
.so-wrapper-for-standalone-statistics .so-contextual-page-count {
color: #a7003d;
font-family: "Segoe UI", Tahoma, sans-serif;
font-size: 22.8px;
font-weight: 700;
line-height: 30.4px;
}
.so-wrapper-for-standalone-statistics .so-contextual-page-count {
color: #fdc010;
}
.so-wrapper-for-standalone-statistics .so-table {
border-spacing: 0;
margin: 0 auto;
}
.so-wrapper-for-standalone-statistics .so-table-row:nth-child(odd) {
background-color: rgba(148, 202, 84, 0.5);
}
.so-wrapper-for-standalone-statistics .so-table-row:nth-child(1) {
background-color: #68933c;
color: white;
}
.so-wrapper-for-standalone-statistics .so-table-head {
font-weight: 500;
}
.so-wrapper-for-standalone-statistics .so-table-head.so-text-align-right {
font-weight: 400;
}
.so-wrapper-for-standalone-statistics .so-table-cell {
padding: 5px 10px;
}
.so-wrapper-for-standalone-statistics .so-table-cell.so-highlight {
background-color: rgba(0, 0, 0, 0.15);
}
.so-wrapper-for-standalone-statistics .so-table-head.so-highlight {
background-color: #a7003d;
}
.so-wrapper-for-standalone-statistics .so-date {
color: #7e7e7e;
font-size: 13.3px;
padding: 0 0 20px;
text-align: center;
}