@charset "UTF-8";
@font-face {
  font-family: 'science-open-icons';
  src: url("/wicket/resource/org.apache.wicket.Application/css/fonts/scienceopen_icons_01_017.woff2") format("woff2"), url("/wicket/resource/org.apache.wicket.Application/css/fonts/scienceopen_icons_01_017.woff") format("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;
}

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

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;
}

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: inherit;
  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: '\a0\2013\a0';
}

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;
}

.so-layer {
  animation-delay: .5s;
}

.so--delay-0.so-layer {
  animation-delay: 0s;
}

.so--delay-1.so-layer {
  animation-delay: 0.05s;
}

.so--delay-2.so-layer {
  animation-delay: 0.1s;
}

.so--delay-3.so-layer {
  animation-delay: 0.15s;
}

.so--delay-4.so-layer {
  animation-delay: 0.2s;
}

.so--delay-5.so-layer {
  animation-delay: 0.25s;
}

.so--delay-6.so-layer {
  animation-delay: 0.3s;
}

.so--delay-7.so-layer {
  animation-delay: 0.35s;
}

.so--delay-8.so-layer {
  animation-delay: 0.4s;
}

.so-slide-text, .so-slides-button.so--next, .so-slides-button.so--prev, .so-strapline, .so-count {
  animation-delay: 2s;
}

.so--delay-0.so-slide-text, .so--delay-0.so-slides-button.so--next, .so--delay-0.so-slides-button.so--prev, .so--delay-0.so-strapline, .so--delay-0.so-count {
  animation-delay: 0s;
}

.so--delay-1.so-slide-text, .so--delay-1.so-slides-button.so--next, .so--delay-1.so-slides-button.so--prev, .so--delay-1.so-strapline, .so--delay-1.so-count {
  animation-delay: 0.2s;
}

.so--delay-2.so-slide-text, .so--delay-2.so-slides-button.so--next, .so--delay-2.so-slides-button.so--prev, .so--delay-2.so-strapline, .so--delay-2.so-count {
  animation-delay: 0.4s;
}

.so--delay-3.so-slide-text, .so--delay-3.so-slides-button.so--next, .so--delay-3.so-slides-button.so--prev, .so--delay-3.so-strapline, .so--delay-3.so-count {
  animation-delay: 0.6s;
}

.so--delay-4.so-slide-text, .so--delay-4.so-slides-button.so--next, .so--delay-4.so-slides-button.so--prev, .so--delay-4.so-strapline, .so--delay-4.so-count {
  animation-delay: 0.8s;
}

.so--delay-5.so-slide-text, .so--delay-5.so-slides-button.so--next, .so--delay-5.so-slides-button.so--prev, .so--delay-5.so-strapline, .so--delay-5.so-count {
  animation-delay: 1s;
}

.so--delay-6.so-slide-text, .so--delay-6.so-slides-button.so--next, .so--delay-6.so-slides-button.so--prev, .so--delay-6.so-strapline, .so--delay-6.so-count {
  animation-delay: 1.2s;
}

.so--delay-7.so-slide-text, .so--delay-7.so-slides-button.so--next, .so--delay-7.so-slides-button.so--prev, .so--delay-7.so-strapline, .so--delay-7.so-count {
  animation-delay: 1.4s;
}

.so--delay-8.so-slide-text, .so--delay-8.so-slides-button.so--next, .so--delay-8.so-slides-button.so--prev, .so--delay-8.so-strapline, .so--delay-8.so-count {
  animation-delay: 1.6s;
}

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

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

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

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

.so-link-color, a {
  color: #4998AA;
}

.so-link-color:hover, a:hover {
  color: #206570;
}

.so-link-color:active, a:active {
  color: #0e3e46;
}

.so-link-color[disabled], a[disabled], .so-link-color.so--disabled, a.so--disabled {
  color: #d6d6d6;
}

.so-link-color.so--selected, a.so--selected, .so-link-color.so--selected:hover, a.so--selected:hover, .so-link-color.so--selected:active, a.so--selected:active {
  color: #6CA028;
}

.so-link-color.so--selected[disabled], a.so--selected[disabled], .so-link-color.so--selected.so--disabled, a.so--selected.so--disabled, .so-link-color.so--selected:hover[disabled], a.so--selected:hover[disabled], .so-link-color.so--selected:hover.so--disabled, a.so--selected:hover.so--disabled, .so-link-color.so--selected:active[disabled], a.so--selected:active[disabled], .so-link-color.so--selected:active.so--disabled, a.so--selected:active.so--disabled {
  color: #d6d6d6;
}

.so-link-color.so--white, a.so--white,
.so-link-color-white-inside .so-link-color,
.so-link-color-white-inside a {
  color: #afe8f4;
}

.so-link-color.so--white:hover, a.so--white:hover,
.so-link-color-white-inside .so-link-color:hover,
.so-link-color-white-inside a:hover {
  color: white;
}

.so-link-color.so--white:active, a.so--white:active,
.so-link-color-white-inside .so-link-color:active,
.so-link-color-white-inside a:active {
  color: #C1E58F;
}

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

.so-d-normal, .so-count-text > * {
  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;
}

h1, .so-d-h1 {
  font-size: 32px;
  line-height: 46px;
}

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

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

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

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

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

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

.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-table, .so-d table[border="1"], .so-d .panel .table-figure {
  background-color: white;
  width: 100%;
  overflow: auto;
}

.so-d-table > * > tr > *, .so-d table[border="1"] > * > tr > *, .so-d .panel .table-figure > * > tr > * {
  border: 1px solid #d6d6d6;
}

.so-d-table > tbody > tr > th, .so-d table[border="1"] > tbody > tr > th, .so-d .panel .table-figure > tbody > tr > th {
  background-color: #f0f0f0;
}

.so-d-table > thead > tr > *, .so-d table[border="1"] > thead > tr > *, .so-d .panel .table-figure > thead > tr > * {
  background-color: #d6d6d6;
  border-color: #a6a6a6;
}

figure, .so-d-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%;
}

figure img, .so-d-figure img {
  display: block;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

figure.alignright, .alignright.so-d-figure {
  float: right;
  clear: right;
  margin: 0 0 10px 20px;
  max-width: 50%;
}

figure.alignleft, .alignleft.so-d-figure {
  float: left;
  clear: left;
  margin: 0 20px 10px 0;
  max-width: 50%;
}

figure figcaption, .so-d-figure figcaption {
  margin: 0 0 10px;
}

.so-icon, .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-breadcrumbs > li > a:after,
.so-breadcrumbs > li > span.so-breadcrumb:after, .so-checkbox-inside input[type="checkbox"] + :before,
.so-checkbox + :before, .so-checkbox-wrapper-outer + :before {
  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-dropdown-inner, .so-tab-l-container, .so-breadcrumbs, .so-tiers {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

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

.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-b3, .so-slides-button {
  cursor: pointer;
}

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

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

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

.so-dropdown-button:hover,
.so-dropdown-list-button:hover, .so-tab-l:hover, .so-b3:hover, .so-slides-button:hover, .so-dropdown-button:active,
.so-dropdown-list-button:active, .so-tab-l:active, .so-b3:active, .so-slides-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, [disabled].so-b3.so--blue-1:hover, [disabled].so-b3.so--blue-1:active, .so--disabled.so-b3.so--blue-1, .so--disabled.so-b3.so--blue-1:hover, .so--disabled.so-b3.so--blue-1:active {
  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, [disabled].so-b3.so--gray-1:hover, [disabled].so-b3.so--gray-1:active, .so--disabled.so-b3.so--gray-1, .so--disabled.so-b3.so--gray-1:hover, .so--disabled.so-b3.so--gray-1:active {
  background-color: #fafafa;
  border-color: #f0f0f0;
}

.so-b3.so--gray-1: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, [disabled].so-b3.so--gray-5:hover, [disabled].so-b3.so--gray-5:active, .so--disabled.so-b3.so--gray-5, .so--disabled.so-b3.so--gray-5:hover, .so--disabled.so-b3.so--gray-5:active {
  background-color: #7e7e7e;
  border-color: #545454;
}

.so-b3.so--gray-5: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, [disabled].so-b3.so--green-1:hover, [disabled].so-b3.so--green-1:active, .so--disabled.so-b3.so--green-1, .so--disabled.so-b3.so--green-1:hover, .so--disabled.so-b3.so--green-1:active {
  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, [disabled].so-b3.so--green-2:hover, [disabled].so-b3.so--green-2:active, .so--disabled.so-b3.so--green-2, .so--disabled.so-b3.so--green-2:hover, .so--disabled.so-b3.so--green-2:active {
  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, [disabled].so-b3.so--green-4:hover, [disabled].so-b3.so--green-4:active, .so--disabled.so-b3.so--green-4, .so--disabled.so-b3.so--green-4:hover, .so--disabled.so-b3.so--green-4:active {
  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, [disabled].so-b3.so--orange-2:hover, [disabled].so-b3.so--orange-2:active, .so--disabled.so-b3.so--orange-2, .so--disabled.so-b3.so--orange-2:hover, .so--disabled.so-b3.so--orange-2:active {
  background-color: #FFEBD7;
  border-color: #FFA836;
}

.so-b3.so--orange-2:focus:focus:focus:focus {
  border-color: #206570;
}

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

.so-dropdown-button:hover,
.so-dropdown-list-button:hover, .so-b3.so--footer:hover, .so-b3.so--transparent:hover, .so-b3.so--white-bordered:hover, .so-slides-button:hover {
  background-color: rgba(0, 0, 0, 0.06);
  border-color: #d6d6d6;
}

.so-dropdown-button:active,
.so-dropdown-list-button:active, .so-b3.so--footer:active, .so-b3.so--transparent:active, .so-b3.so--white-bordered:active, .so-slides-button:active {
  background-color: rgba(0, 0, 0, 0.18);
}

.so--selected.so-dropdown-button,
.so--selected.so-dropdown-list-button, .so--selected.so-b3.so--footer, .so--selected.so-b3.so--transparent, .so--selected.so-b3.so--white-bordered, .so--selected.so-slides-button {
  background-color: rgba(146, 208, 80, 0.33);
  border-color: #92d050;
}

.so--selected.so-dropdown-button:hover,
.so--selected.so-dropdown-list-button:hover, .so--selected.so-b3.so--footer:hover, .so--selected.so-b3.so--transparent:hover, .so--selected.so-b3.so--white-bordered:hover, .so--selected.so-slides-button:hover {
  background-color: rgba(146, 208, 80, 0.67);
}

.so--selected.so-dropdown-button:active,
.so--selected.so-dropdown-list-button:active, .so--selected.so-b3.so--footer:active, .so--selected.so-b3.so--transparent:active, .so--selected.so-b3.so--white-bordered:active, .so--selected.so-slides-button:active {
  background-color: #92d050;
}

[disabled].so-dropdown-button,
[disabled].so-dropdown-list-button, [disabled].so-b3.so--footer, [disabled].so-b3.so--transparent, [disabled].so-b3.so--white-bordered, [disabled].so-slides-button, [disabled].so-dropdown-button:hover,
[disabled].so-dropdown-list-button:hover, [disabled].so-b3.so--footer:hover, [disabled].so-b3.so--transparent:hover, [disabled].so-b3.so--white-bordered:hover, [disabled].so-slides-button:hover, [disabled].so-dropdown-button:active,
[disabled].so-dropdown-list-button:active, [disabled].so-b3.so--footer:active, [disabled].so-b3.so--transparent:active, [disabled].so-b3.so--white-bordered:active, [disabled].so-slides-button:active, .so--disabled.so-dropdown-button,
.so--disabled.so-dropdown-list-button, .so--disabled.so-b3.so--footer, .so--disabled.so-b3.so--transparent, .so--disabled.so-b3.so--white-bordered, .so--disabled.so-slides-button, .so--disabled.so-dropdown-button:hover,
.so--disabled.so-dropdown-list-button:hover, .so--disabled.so-b3.so--footer:hover, .so--disabled.so-b3.so--transparent:hover, .so--disabled.so-b3.so--white-bordered:hover, .so--disabled.so-slides-button:hover, .so--disabled.so-dropdown-button:active,
.so--disabled.so-dropdown-list-button:active, .so--disabled.so-b3.so--footer:active, .so--disabled.so-b3.so--transparent:active, .so--disabled.so-b3.so--white-bordered:active, .so--disabled.so-slides-button:active {
  background-color: transparent;
  border-color: transparent;
}

.so-dropdown-button:focus:focus:focus:focus,
.so-dropdown-list-button:focus:focus:focus:focus, .so-b3.so--footer:focus:focus:focus:focus, .so-b3.so--transparent:focus:focus:focus:focus, .so-b3.so--white-bordered:focus:focus:focus:focus, .so-slides-button:focus:focus:focus:focus {
  border-color: #206570;
}

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

.so-search-completion:hover, .so-tab-l:hover, .so-b3:hover {
  background-color: #f0f0f0;
}

.so-search-completion:active, .so-tab-l:active, .so-b3:active {
  background-color: #d6d6d6;
}

.so--selected.so-search-completion, .so--selected.so-tab-l, .so--selected.so-b3 {
  background-color: #E5F2D1;
  border-color: #92d050;
}

.so--selected.so-search-completion:hover, .so--selected.so-tab-l:hover, .so--selected.so-b3:hover {
  background-color: #C1E58F;
}

.so--selected.so-search-completion:active, .so--selected.so-tab-l:active, .so--selected.so-b3:active {
  background-color: #92d050;
}

[disabled].so-search-completion, [disabled].so-tab-l, [disabled].so-b3, [disabled].so-search-completion:hover, [disabled].so-tab-l:hover, [disabled].so-b3:hover, [disabled].so-search-completion:active, [disabled].so-tab-l:active, [disabled].so-b3:active, .so--disabled.so-search-completion, .so--disabled.so-tab-l, .so--disabled.so-b3, .so--disabled.so-search-completion:hover, .so--disabled.so-tab-l:hover, .so--disabled.so-b3:hover, .so--disabled.so-search-completion:active, .so--disabled.so-tab-l:active, .so--disabled.so-b3:active {
  background-color: white;
  border-color: #f0f0f0;
}

.so-search-completion:focus:focus:focus:focus, .so-tab-l:focus:focus:focus:focus, .so-b3: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, .so--selected.so-b3.so--blue-1:hover, .so--selected.so-b3.so--blue-1:active {
  color: white;
}

[disabled].so-b3.so--blue-1, [disabled].so-b3.so--blue-1:hover, [disabled].so-b3.so--blue-1:active, .so--disabled.so-b3.so--blue-1, .so--disabled.so-b3.so--blue-1:hover, .so--disabled.so-b3.so--blue-1:active {
  color: #d6d6d6;
}

.so-b3.so--footer, .so-b3.so--footer:visited {
  color: #7e7e7e;
}

.so-b3.so--footer:hover, .so-b3.so--footer:visited:hover {
  color: #545454;
}

.so-b3.so--footer:active, .so-b3.so--footer:visited:active {
  color: #2b2b2b;
}

.so--selected.so-b3.so--footer, .so-b3.so--footer:visited.so--selected {
  color: white;
}

.so--selected.so-b3.so--footer:hover, .so-b3.so--footer:visited.so--selected:hover {
  color: white;
}

.so--selected.so-b3.so--footer:active, .so-b3.so--footer:visited.so--selected:active {
  color: white;
}

.so--disabled.so-b3.so--footer, .so--disabled.so-b3.so--footer:hover, .so--disabled.so-b3.so--footer:active, [disabled].so-b3.so--footer, [disabled].so-b3.so--footer:hover, [disabled].so-b3.so--footer:active, .so-b3.so--footer:visited.so--disabled, .so-b3.so--footer:visited.so--disabled:hover, .so-b3.so--footer:visited.so--disabled:active, .so-b3.so--footer:visited[disabled], .so-b3.so--footer:visited[disabled]:hover, .so-b3.so--footer:visited[disabled]:active {
  color: #d6d6d6;
}

.so--disabled.so--selected.so-b3.so--footer, .so--disabled.so-b3.so--footer:hover.so--selected, .so--disabled.so-b3.so--footer:active.so--selected, [disabled].so--selected.so-b3.so--footer, [disabled].so-b3.so--footer:hover.so--selected, [disabled].so-b3.so--footer:active.so--selected, .so-b3.so--footer:visited.so--disabled.so--selected, .so-b3.so--footer:visited.so--disabled:hover.so--selected, .so-b3.so--footer:visited.so--disabled:active.so--selected, .so-b3.so--footer:visited[disabled].so--selected, .so-b3.so--footer:visited[disabled]:hover.so--selected, .so-b3.so--footer:visited[disabled]:active.so--selected {
  color: white;
}

.so-b3.so--green-1, .so-b3.so--green-2 {
  color: #4C7014;
}

.so-b3.so--green-1:hover, .so-b3.so--green-2:hover {
  color: #33490D;
}

.so-b3.so--green-1:active, .so-b3.so--green-2:active {
  color: black;
}

.so--selected.so-b3.so--green-1, .so--selected.so-b3.so--green-2, .so--selected.so-b3.so--green-1:hover, .so--selected.so-b3.so--green-2:hover, .so--selected.so-b3.so--green-1:active, .so--selected.so-b3.so--green-2:active {
  color: white;
}

[disabled].so-b3.so--green-1, [disabled].so-b3.so--green-2, [disabled].so-b3.so--green-1:hover, [disabled].so-b3.so--green-2:hover, [disabled].so-b3.so--green-1:active, [disabled].so-b3.so--green-2:active, .so--disabled.so-b3.so--green-1, .so--disabled.so-b3.so--green-2, .so--disabled.so-b3.so--green-1:hover, .so--disabled.so-b3.so--green-2:hover, .so--disabled.so-b3.so--green-1:active, .so--disabled.so-b3.so--green-2:active {
  color: #d6d6d6;
}

.so-dropdown-button,
.so-dropdown-list-button, .so-search-completion, .so-tab-l, .so-checkbox-inside input[type="checkbox"] + :before,
.so-checkbox + :before, .so-b3 {
  color: #4998AA;
}

.so-dropdown-button:hover,
.so-dropdown-list-button:hover, .so-search-completion:hover, .so-tab-l:hover, .so-checkbox-inside input[type="checkbox"] + :hover:before,
.so-checkbox + :hover:before, .so-b3:hover {
  color: #206570;
}

.so-dropdown-button:active,
.so-dropdown-list-button:active, .so-search-completion:active, .so-tab-l:active, .so-checkbox-inside input[type="checkbox"] + :active:before,
.so-checkbox + :active:before, .so-b3:active {
  color: black;
}

.so--selected.so-dropdown-button,
.so--selected.so-dropdown-list-button, .so--selected.so-search-completion, .so--selected.so-tab-l, .so-checkbox-inside input[type="checkbox"] + .so--selected:before,
.so-checkbox + .so--selected:before, .so--selected.so-b3 {
  color: #4C7014;
}

.so--selected.so-dropdown-button:hover,
.so--selected.so-dropdown-list-button:hover, .so--selected.so-search-completion:hover, .so--selected.so-tab-l:hover, .so-checkbox-inside input[type="checkbox"] + .so--selected:hover:before,
.so-checkbox + .so--selected:hover:before, .so--selected.so-b3:hover {
  color: #33490D;
}

.so--selected.so-dropdown-button:active,
.so--selected.so-dropdown-list-button:active, .so--selected.so-search-completion:active, .so--selected.so-tab-l:active, .so-checkbox-inside input[type="checkbox"] + .so--selected:active:before,
.so-checkbox + .so--selected:active:before, .so--selected.so-b3:active {
  color: black;
}

[disabled].so-dropdown-button,
[disabled].so-dropdown-list-button, [disabled].so-search-completion, [disabled].so-tab-l, .so-checkbox-inside input[type="checkbox"] + [disabled]:before,
.so-checkbox + [disabled]:before, [disabled].so-b3, [disabled].so-dropdown-button:hover,
[disabled].so-dropdown-list-button:hover, [disabled].so-search-completion:hover, [disabled].so-tab-l:hover, .so-checkbox-inside input[type="checkbox"] + [disabled]:hover:before,
.so-checkbox + [disabled]:hover:before, [disabled].so-b3:hover, [disabled].so-dropdown-button:active,
[disabled].so-dropdown-list-button:active, [disabled].so-search-completion:active, [disabled].so-tab-l:active, .so-checkbox-inside input[type="checkbox"] + [disabled]:active:before,
.so-checkbox + [disabled]:active:before, [disabled].so-b3:active, .so--disabled.so-dropdown-button,
.so--disabled.so-dropdown-list-button, .so--disabled.so-search-completion, .so--disabled.so-tab-l, .so-checkbox-inside input[type="checkbox"] + .so--disabled:before,
.so-checkbox + .so--disabled:before, .so--disabled.so-b3, .so--disabled.so-dropdown-button:hover,
.so--disabled.so-dropdown-list-button:hover, .so--disabled.so-search-completion:hover, .so--disabled.so-tab-l:hover, .so-checkbox-inside input[type="checkbox"] + .so--disabled:hover:before,
.so-checkbox + .so--disabled:hover:before, .so--disabled.so-b3:hover, .so--disabled.so-dropdown-button:active,
.so--disabled.so-dropdown-list-button:active, .so--disabled.so-search-completion:active, .so--disabled.so-tab-l:active, .so-checkbox-inside input[type="checkbox"] + .so--disabled:active:before,
.so-checkbox + .so--disabled:active:before, .so--disabled.so-b3:active {
  color: #d6d6d6;
}

.so-b3.so--orange-2 {
  color: #AF2500;
}

.so-b3.so--orange-2:hover {
  color: #680A00;
}

.so-b3.so--orange-2:active {
  color: black;
}

.so--selected.so-b3.so--orange-2, .so--selected.so-b3.so--orange-2:hover, .so--selected.so-b3.so--orange-2:active {
  color: white;
}

[disabled].so-b3.so--orange-2, [disabled].so-b3.so--orange-2:hover, [disabled].so-b3.so--orange-2:active, .so--disabled.so-b3.so--orange-2, .so--disabled.so-b3.so--orange-2:hover, .so--disabled.so-b3.so--orange-2:active {
  color: #d6d6d6;
}

.so-b3.so--gray-1 {
  color: #206570;
}

.so-b3.so--gray-1:hover {
  color: #0e3e46;
}

.so-b3.so--gray-1:active {
  color: black;
}

.so--selected.so-b3.so--gray-1 {
  color: #4C7014;
}

.so--selected.so-b3.so--gray-1:hover {
  color: #33490D;
}

.so--selected.so-b3.so--gray-1:active {
  color: black;
}

[disabled].so-b3.so--gray-1, [disabled].so-b3.so--gray-1:hover, [disabled].so-b3.so--gray-1:active, .so--disabled.so-b3.so--gray-1, .so--disabled.so-b3.so--gray-1:hover, .so--disabled.so-b3.so--gray-1:active {
  color: #d6d6d6;
}

.so-b3.so--green-4, .so-b3.so--gray-5, .so-b3.so--white-bordered, .so-slides-button, .so-b3.so--green-4:hover, .so-b3.so--gray-5:hover, .so-b3.so--white-bordered:hover, .so-slides-button:hover, .so-b3.so--green-4:active, .so-b3.so--gray-5:active, .so-b3.so--white-bordered:active, .so-slides-button:active, .so-b3.so--green-4:visited, .so-b3.so--gray-5:visited, .so-b3.so--white-bordered:visited, .so-slides-button:visited, .so-b3.so--green-4:visited:hover, .so-b3.so--gray-5:visited:hover, .so-b3.so--white-bordered:visited:hover, .so-slides-button:visited:hover, .so-b3.so--green-4:visited:active, .so-b3.so--gray-5:visited:active, .so-b3.so--white-bordered:visited:active, .so-slides-button:visited:active {
  color: white;
}

.so--disabled.so-b3.so--green-4, .so--disabled.so-b3.so--gray-5, .so--disabled.so-b3.so--white-bordered, .so--disabled.so-slides-button, .so--disabled.so-b3.so--green-4:hover, .so--disabled.so-b3.so--gray-5:hover, .so--disabled.so-b3.so--white-bordered:hover, .so--disabled.so-slides-button:hover, .so--disabled.so-b3.so--green-4:active, .so--disabled.so-b3.so--gray-5:active, .so--disabled.so-b3.so--white-bordered:active, .so--disabled.so-slides-button:active, [disabled].so-b3.so--green-4, [disabled].so-b3.so--gray-5, [disabled].so-b3.so--white-bordered, [disabled].so-slides-button, [disabled].so-b3.so--green-4:hover, [disabled].so-b3.so--gray-5:hover, [disabled].so-b3.so--white-bordered:hover, [disabled].so-slides-button:hover, [disabled].so-b3.so--green-4:active, [disabled].so-b3.so--gray-5:active, [disabled].so-b3.so--white-bordered:active, [disabled].so-slides-button:active, .so-b3.so--green-4:visited.so--disabled, .so-b3.so--gray-5:visited.so--disabled, .so-b3.so--white-bordered:visited.so--disabled, .so-slides-button:visited.so--disabled, .so-b3.so--green-4:visited.so--disabled:hover, .so-b3.so--gray-5:visited.so--disabled:hover, .so-b3.so--white-bordered:visited.so--disabled:hover, .so-slides-button:visited.so--disabled:hover, .so-b3.so--green-4:visited.so--disabled:active, .so-b3.so--gray-5:visited.so--disabled:active, .so-b3.so--white-bordered:visited.so--disabled:active, .so-slides-button:visited.so--disabled:active, .so-b3.so--green-4:visited[disabled], .so-b3.so--gray-5:visited[disabled], .so-b3.so--white-bordered:visited[disabled], .so-slides-button:visited[disabled], .so-b3.so--green-4:visited[disabled]:hover, .so-b3.so--gray-5:visited[disabled]:hover, .so-b3.so--white-bordered:visited[disabled]:hover, .so-slides-button:visited[disabled]:hover, .so-b3.so--green-4:visited[disabled]:active, .so-b3.so--gray-5:visited[disabled]:active, .so-b3.so--white-bordered:visited[disabled]:active, .so-slides-button:visited[disabled]:active {
  color: #f0f0f0;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.so-layer {
  animation-duration: 0.25s;
  animation-fill-mode: backwards;
}

.so--animate.so-layer {
  animation-name: so-fade-in;
}

@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-strapline, .so-count {
  animation-duration: 1s;
  animation-fill-mode: backwards;
}

.so--animate.so-strapline, .so--animate.so-count {
  animation-name: so-fade-in-zoom-in;
}

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

/*! Jcrop.css v2.0.4 - build: 20151117
 *  Copyright 2008-2015 Tapmodo Interactive LLC
 *  Free software under MIT License
 **/
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-active {
  direction: ltr;
  text-align: left;
  box-sizing: border-box;
  /* IE10 touch compatibility */
  -ms-touch-action: none;
}

.jcrop-dragging {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jcrop-selection {
  z-index: 2;
}

.jcrop-selection.jcrop-current {
  z-index: 4;
}

/* Selection Borders */
.jcrop-border {
  background: #ffffff url("Jcrop.gif");
  line-height: 1px !important;
  font-size: 0 !important;
  overflow: hidden;
  position: absolute;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}

.jcrop-border.ord-w,
.jcrop-border.ord-e,
.jcrop-border.ord-n {
  top: 0px;
}

.jcrop-border.ord-n,
.jcrop-border.ord-s {
  width: 100%;
  height: 1px !important;
}

.jcrop-border.ord-w,
.jcrop-border.ord-e {
  height: 100%;
  width: 1px !important;
}

.jcrop-border.ord-e {
  right: -1px;
}

.jcrop-border.ord-n {
  top: -1px;
}

.jcrop-border.ord-w {
  left: -1px;
}

.jcrop-border.ord-s {
  bottom: -1px;
}

.jcrop-selection {
  position: absolute;
}

.jcrop-box {
  z-index: 2;
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.jcrop-box:hover {
  background: none;
}

.jcrop-box:active {
  background: none;
}

.jcrop-box:focus {
  outline: 1px rgba(128, 128, 128, 0.65) dotted;
}

.jcrop-active,
.jcrop-box {
  position: relative;
}

.jcrop-box {
  width: 100%;
  height: 100%;
  cursor: move;
}

/* Selection Handles */
.jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eeeeee solid;
  width: 9px;
  height: 9px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
  cursor: n-resize;
}

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}

.jcrop-handle.ord-e {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  cursor: w-resize;
}

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
  cursor: nw-resize;
}

.jcrop-handle.ord-ne {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  right: 0;
  cursor: se-resize;
}

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}

/* Larger Selection Handles for Touch */
.jcrop-touch .jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eeeeee solid;
  width: 18px;
  height: 18px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}

.jcrop-touch .jcrop-handle.ord-n {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  top: 0;
  cursor: n-resize;
}

.jcrop-touch .jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -10px;
  margin-left: -10px;
  cursor: s-resize;
}

.jcrop-touch .jcrop-handle.ord-e {
  margin-right: -10px;
  margin-top: -10px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}

.jcrop-touch .jcrop-handle.ord-w {
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  top: 50%;
  cursor: w-resize;
}

.jcrop-touch .jcrop-handle.ord-nw {
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  top: 0;
  cursor: nw-resize;
}

.jcrop-touch .jcrop-handle.ord-ne {
  margin-right: -10px;
  margin-top: -10px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}

.jcrop-touch .jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -10px;
  margin-right: -10px;
  right: 0;
  cursor: se-resize;
}

.jcrop-touch .jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
  margin-left: -10px;
  cursor: sw-resize;
}

/* Selection Dragbars */
.jcrop-dragbar {
  font-size: 0;
  position: absolute;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 9px !important;
  width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  top: 0px;
  height: 100%;
  width: 9px !important;
}

.jcrop-dragbar.ord-n {
  margin-top: -5px;
  cursor: n-resize;
  top: 0px;
}

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -5px;
  cursor: s-resize;
}

.jcrop-dragbar.ord-e {
  margin-right: -5px;
  right: 0;
  cursor: e-resize;
}

.jcrop-dragbar.ord-w {
  margin-left: -5px;
  cursor: w-resize;
}

/* Shading panels */
.jcrop-shades {
  position: relative;
  top: 0;
  left: 0;
}

.jcrop-shades div {
  cursor: crosshair;
}

/* Various special states */
.jcrop-noresize .jcrop-dragbar,
.jcrop-noresize .jcrop-handle {
  display: none;
}

.jcrop-selection.jcrop-nodrag .jcrop-box,
.jcrop-nodrag .jcrop-shades div {
  cursor: default;
}

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-border {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-light .jcrop-handle {
  background-color: #000000;
  border-color: #ffffff;
}

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-border {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
  background-color: #ffffff;
  border-color: #000000;
}

/* Simple macro to turn off the antlines */
.solid-line .jcrop-border {
  background: #ffffff;
}

.jcrop-thumb {
  position: absolute;
  overflow: hidden;
  z-index: 5;
}

/* Fix for twitter bootstrap et al. */
.jcrop-active img,
.jcrop-thumb img,
.jcrop-thumb canvas {
  min-width: none;
  min-height: none;
  max-width: none;
  max-height: none;
}

/* Improved multiple selection styles - in progress */
.jcrop-hl-active .jcrop-border {
  filter: alpha(opacity=20) !important;
  opacity: 0.2 !important;
}

.jcrop-hl-active .jcrop-handle {
  filter: alpha(opacity=10) !important;
  opacity: 0.1 !important;
}

.jcrop-hl-active .jcrop-selection:hover {
  /*
    .jcrop-handle {
      filter:Alpha(opacity=35)!important;
      opacity:.35!important;
    }
    */
}

.jcrop-hl-active .jcrop-selection:hover .jcrop-border {
  background-color: #ccc;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {
  background: #808080 url("Jcrop.gif");
  opacity: 0.35 !important;
  filter: alpha(opacity=35) !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle {
  filter: alpha(opacity=30) !important;
  opacity: 0.3 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {
  background: url("Jcrop.gif");
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
}

/* Prevent background on button element */
button.jcrop-box {
  background: none;
}

.jcrop-vline,
.jcrop-hline {
  background-image: url("images/Jcrop.gif");
}

.so-link-color, a, .so-widgets-DateInput-icon {
  color: #4998AA;
}

.so-link-color:hover, a:hover, .so-widgets-DateInput-icon:hover {
  color: #206570;
}

.so-link-color:active, a:active, .so-widgets-DateInput-icon:active {
  color: #0e3e46;
}

.so-link-color[disabled], a[disabled], [disabled].so-widgets-DateInput-icon, .so-link-color.so--disabled, a.so--disabled, .so--disabled.so-widgets-DateInput-icon {
  color: #d6d6d6;
}

.so-link-color.so--selected, a.so--selected, .so--selected.so-widgets-DateInput-icon, .so-link-color.so--selected:hover, a.so--selected:hover, .so--selected.so-widgets-DateInput-icon:hover, .so-link-color.so--selected:active, a.so--selected:active, .so--selected.so-widgets-DateInput-icon:active {
  color: #6CA028;
}

.so-link-color.so--selected[disabled], a.so--selected[disabled], .so--selected[disabled].so-widgets-DateInput-icon, .so-link-color.so--selected.so--disabled, a.so--selected.so--disabled, .so--selected.so--disabled.so-widgets-DateInput-icon, .so-link-color.so--selected:hover[disabled], a.so--selected:hover[disabled], .so--selected.so-widgets-DateInput-icon:hover[disabled], .so-link-color.so--selected:hover.so--disabled, a.so--selected:hover.so--disabled, .so--selected.so-widgets-DateInput-icon:hover.so--disabled, .so-link-color.so--selected:active[disabled], a.so--selected:active[disabled], .so--selected.so-widgets-DateInput-icon:active[disabled], .so-link-color.so--selected:active.so--disabled, a.so--selected:active.so--disabled, .so--selected.so-widgets-DateInput-icon:active.so--disabled {
  color: #d6d6d6;
}

.so-link-color.so--white, a.so--white, .so--white.so-widgets-DateInput-icon,
.so-link-color-white-inside .so-link-color,
.so-link-color-white-inside a,
.so-link-color-white-inside .so-widgets-DateInput-icon {
  color: #afe8f4;
}

.so-link-color.so--white:hover, a.so--white:hover, .so--white.so-widgets-DateInput-icon:hover,
.so-link-color-white-inside .so-link-color:hover,
.so-link-color-white-inside a:hover,
.so-link-color-white-inside .so-widgets-DateInput-icon:hover {
  color: white;
}

.so-link-color.so--white:active, a.so--white:active, .so--white.so-widgets-DateInput-icon:active,
.so-link-color-white-inside .so-link-color:active,
.so-link-color-white-inside a:active,
.so-link-color-white-inside .so-widgets-DateInput-icon:active {
  color: #C1E58F;
}

.so-icon, .so-widgets-DateInput-icon:before {
  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--article: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--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: '\e000';
  color: #92d050;
}

.so-icon.so--logo .so-logo-dark:before {
  content: '\e001';
  color: #7e7e7e;
}

.so-icon.so--logo .so-logo-light:before {
  content: '\e002';
  color: #a6a6a6;
}

.so-icon.so--sized {
  font-size: inherit;
}

.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: '\e018';
}

.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: .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: .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%;
  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--article: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--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: '\e000';
  color: #92d050;
}

.so-icon.so--logo .so-logo-dark:before {
  content: '\e001';
  color: #7e7e7e;
}

.so-icon.so--logo .so-logo-light:before {
  content: '\e002';
  color: #a6a6a6;
}

.so-icon.so--sized {
  font-size: inherit;
}

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

.so-secondary a, .so-picker-or-inner a, .so-dropdown-group-title a, .so-search-completion-group-title a, .so-multi-form-field-label a, .so-review-score-label a, .so-breadcrumbs-label a, .so-form-info a, .so-form-field-info a, .so-authors-list-title a, .so-profile-button-info a, .wupb-uploadStatus a,
.so-secondary button, .so-picker-or-inner button, .so-dropdown-group-title button, .so-search-completion-group-title button, .so-multi-form-field-label button, .so-review-score-label button, .so-breadcrumbs-label button, .so-form-info button, .so-form-field-info button, .so-authors-list-title button, .so-profile-button-info button, .wupb-uploadStatus button {
  color: #206570;
}

.so-secondary strong, .so-picker-or-inner strong, .so-dropdown-group-title strong, .so-search-completion-group-title strong, .so-multi-form-field-label strong, .so-review-score-label strong, .so-breadcrumbs-label strong, .so-form-info strong, .so-form-field-info strong, .so-authors-list-title strong, .so-profile-button-info strong, .wupb-uploadStatus 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 .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--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: '\e00b';
}

.so-layout-section-header.so--openable.so--open .so-layout-section-title:before {
  content: '\e00c';
}

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

.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;
  text-align: left;
  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 {
  padding-left: 20px;
}

.so-dropdown-group-title {
  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-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-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-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 {
  color: #00478E;
  background-color: #C0F2FF;
  border: 1px solid #73E1FF;
  padding: 2px 10px 4px;
  border-radius: 3px;
  margin: 0 0 5px;
}

.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-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: transparent;
}

.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: transparent;
}

.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-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-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(transparent, transparent 80%, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.1));
  transition-property: color, background-color, border-color;
  transition-duration: .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 .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--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: '\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\e01c';
  color: #7e7e7e;
  text-decoration: none;
}

.so-breadcrumbs.so--white > li {
  color: white;
}

.so-breadcrumbs.so--white > li > a:after {
  color: white;
}

.so-form-item {
  margin: 0 0 10px;
}

.so-form-title {
  margin: 0 0 5px;
}

.so-form-value {
  margin: 0 0 5px;
}

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

.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-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: 20px 0;
}

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

.so-authors-list-layout {
  width: 100%;
}

.so-authors-list-layout td {
  white-space: nowrap;
  vertical-align: top;
  padding: 5px 0 5px;
}

.so-authors-list-layout td:first-child {
  white-space: normal;
  min-width: 200px;
}

.so-authors-list-layout td:first-child + td {
  width: 100%;
  min-width: 250px;
}

.so-authors-list-name {
  line-height: 1;
  margin: 0 10px 0 0;
}

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

.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: '\e01e';
  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: '\e01f';
}

.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: '\e01e';
  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: text-top;
}

.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 .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 .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-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 > * > 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.so--borderless > * > tr:last-child > * {
  padding-bottom: 0;
}

.so-table > * > tr > th {
  text-align: left;
  line-height: 25px;
  padding-bottom: 3px;
  background: #E5F2D1;
}

.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;
}

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

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

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

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

.so-croppable {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0;
  text-align: center;
  width: 100%;
  height: 300px;
  border: 1px solid #d6d6d6;
  padding: 5px;
  background: #f0f0f0;
}

.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-croppable > .jcrop-active {
  display: inline-block;
  vertical-align: middle;
}

.so-croppable > .jcrop-active + img {
  display: none !important;
}

.so-croppable > img,
.so-croppable > .jcrop-active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

.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--2 > *:first-child + * + * {
  background: #d6d6d6;
}

.so-tiers.so--3 > *:first-child ~ *, .so-tiers.so--4 > *:first-child ~ * {
  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.so--floating {
  position: fixed;
  top: 110px;
}

.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: .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: .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-5 {
  background: #7e7e7e;
  color: white;
}

.so-badge.so--green-4 {
  background: #92d050;
  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-end {
  float: right;
}

.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;
  padding: 3px 5px 5px;
  min-width: 80px;
}

.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--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--blue-1 {
  color: #00478E;
}

.so-b3-label.so--gray-5 {
  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--orange-2 {
  color: #AF2500;
}

.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--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--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--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: transparent;
}

.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;
}

@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);
}

.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 {
  padding-top: 18px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

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

.so-header-button-label {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

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

.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--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.so--transparent .so-window-body {
  overflow: visible;
}

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

.so-window-header {
  background: #E5F2D1;
}

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

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

.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: 32px;
    line-height: 46px;
  }
}

@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: 32px;
    line-height: 46px;
  }
}

.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: .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-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 > tr {
  vertical-align: middle;
}

.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 {
  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 {
  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 {
  display: none;
}

.so-dy-a-i {
  display: inline;
}

.so-dy-a-b {
  display: block;
}

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

@media (min-width: 576px) {
  .so-dy-b-n {
    display: none;
  }
  .so-dy-b-i {
    display: inline;
  }
  .so-dy-b-b {
    display: block;
  }
  .so-dy-b-ib {
    display: inline-block;
  }
}

@media (min-width: 720px) {
  .so-dy-c-n {
    display: none;
  }
  .so-dy-c-i {
    display: inline;
  }
  .so-dy-c-b {
    display: block;
  }
  .so-dy-c-ib {
    display: inline-block;
  }
}

@media (min-width: 1014px) {
  .so-dy-d-n {
    display: none;
  }
  .so-dy-d-i {
    display: inline;
  }
  .so-dy-d-b {
    display: block;
  }
  .so-dy-d-ib {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .so-dy-e-n {
    display: none;
  }
  .so-dy-e-i {
    display: inline;
  }
  .so-dy-e-b {
    display: block;
  }
  .so-dy-e-ib {
    display: inline-block;
  }
}

@media (min-width: 1400px) {
  .so-dy-f-n {
    display: none;
  }
  .so-dy-f-i {
    display: inline;
  }
  .so-dy-f-b {
    display: block;
  }
  .so-dy-f-ib {
    display: inline-block;
  }
}

.so-n.so-n {
  display: none;
}

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

.so-none {
  display: none;
}
