@charset "UTF-8";
/* ---------------------- */
/* Boxen: */
/* Box border */
/* Box shadow */
/* Border-radius */
/* maincol */
/* maincol linklist (+ newslatest list) */
/* Collapsable Boxes */
/* Uniplan Boxes */
/* marginal */
@font-face {
  font-family: 'Verdana-Regular';
  src: url("../Fonts/verdana/Verdana.woff2") format("woff2"), url("../Fonts/verdana/Verdana.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-display: swap; }

@font-face {
  font-family: 'Verdana-Bold';
  src: url("../Fonts/verdana/Verdana_Bold.woff2") format("woff2"), url("../Fonts/verdana/Verdana_Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-display: swap; }

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* 16px: */
/* 17px: */
/* 18px: */
/* for LO: start with minimal set of components, activate if needed */
/* Utilities */
/* Global styles */
/* Grids */
/* Generic components */
/* Basic components */
/* Containers */
/* Menu-based containers */
/* Layout components */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/* Helpers */
/* Global styles */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none; }

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.foundation-mq {
  font-family: "small=0em&small2=27.5em&medium=40em&medium2=50em&large=64em&xlarge=75em&xxlarge=93.125em"; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Verdana-Regular, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #4f4f4f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0 !important; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 !important; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0 !important;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  height: 3.58rem;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  padding: 8px;
  padding: 0.8rem;
  border: 1px solid #fff;
  border-radius: 0 !important;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 !important; }

input[type='search'] {
  box-sizing: border-box; }

:-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 16px;
  margin: 0 0 1.6rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 8px;
  margin-left: 0.8rem;
  margin-right: 16px;
  margin-right: 1.6rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 8px;
  margin-right: 0.8rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit; }
  label.middle {
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
    line-height: 1.3;
    padding: 9px 0;
    padding: 0.9rem 0; }

.help-text {
  margin-top: -8px;
  margin-top: -0.8rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 !important 0 0 0 !important; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 !important 0 !important 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 10px;
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.fieldset {
  margin: 18px 0;
  margin: 1.8rem 0;
  padding: 20px;
  padding: 2rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -3px;
    margin-left: -0.3rem;
    padding: 0 3px;
    padding: 0 0.3rem; }

select {
  height: 35px;
  height: 3.58rem;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  padding: 8px;
  padding: 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #fff;
  border-radius: 0 !important;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -16px center;
  background-position: right -1.6rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 24px;
  padding-right: 2.4rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -8px;
  margin-top: -0.8rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 9px;
  margin-bottom: 0.9375rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Verdana-Regular, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 4.8rem; }
  h2, .h2 {
    font-size: 4rem; }
  h3, .h3 {
    font-size: 3.1rem; }
  h4, .h4 {
    font-size: 2.5rem; }
  h5, .h5 {
    font-size: 2rem; }
  h6, .h6 {
    font-size: 1.6rem; } }

a {
  line-height: inherit;
  color: var(--color-lo-orange, #f28d35);
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: var(--color-lo-orange, #f28d35); }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 1100px;
  max-width: 110rem;
  height: 0;
  margin: 20px auto;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 9px;
  margin-bottom: 0.9375rem;
  list-style-position: outside;
  line-height: 1.4; }

li {
  font-size: inherit; }

ul {
  margin-left: 0px;
  margin-left: 0rem;
  list-style-type: disc; }

ol {
  margin-left: 0px;
  margin-left: 0rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 0px;
  margin-left: 0rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 10px;
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 3px;
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 9px;
  margin: 0 0 0.9375rem;
  padding: 9px 20px 0 19px;
  padding: 0.9rem 2rem 0 1.9rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 2px 4px 0;
  padding: 0.2rem 0.4rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 0 !important; }

.subheader {
  margin-top: 2px;
  margin-top: 0.2rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 78.125%;
  line-height: 1.6; }

.stat {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -10px;
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

cite, .cite-block {
  display: block;
  color: #8a8a8a;
  font-size: 13px;
  font-size: 1.3rem; }
  cite:before, .cite-block:before {
    content: "— "; }

code, .code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 2px 5px 1px;
  padding: 0.2rem 0.5rem 0.1rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 10px;
  padding: 1rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 27.5em) {
  .small2-text-left {
    text-align: left; }
  .small2-text-right {
    text-align: right; }
  .small2-text-center {
    text-align: center; }
  .small2-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 50em) {
  .medium2-text-left {
    text-align: left; }
  .medium2-text-right {
    text-align: right; }
  .medium2-text-center {
    text-align: center; }
  .medium2-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.grid-container {
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  max-width: 1100px;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  .grid-container.fluid {
    padding-right: 10px;
    padding-right: 1rem;
    padding-left: 10px;
    padding-left: 1rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 1.5rem;
        padding-left: 1.5rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }
  .cell.auto {
    -ms-flex: 1 1 0;
        flex: 1 1 0; }
  .cell.shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 27.5em) {
  .grid-x > .small2-shrink, .grid-x > .small2-full, .grid-x > .small2-1, .grid-x > .small2-2, .grid-x > .small2-3, .grid-x > .small2-4, .grid-x > .small2-5, .grid-x > .small2-6, .grid-x > .small2-7, .grid-x > .small2-8, .grid-x > .small2-9, .grid-x > .small2-10, .grid-x > .small2-11, .grid-x > .small2-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 50em) {
  .grid-x > .medium2-shrink, .grid-x > .medium2-full, .grid-x > .medium2-1, .grid-x > .medium2-2, .grid-x > .medium2-3, .grid-x > .medium2-4, .grid-x > .medium2-5, .grid-x > .medium2-6, .grid-x > .medium2-7, .grid-x > .medium2-8, .grid-x > .medium2-9, .grid-x > .medium2-10, .grid-x > .medium2-11, .grid-x > .medium2-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 93.125em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 27.5em) {
  .grid-x > .small2-auto {
    -ms-flex: 1 1 0;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .small2-shrink, .grid-x > .small2-1, .grid-x > .small2-2, .grid-x > .small2-3, .grid-x > .small2-4, .grid-x > .small2-5, .grid-x > .small2-6, .grid-x > .small2-7, .grid-x > .small2-8, .grid-x > .small2-9, .grid-x > .small2-10, .grid-x > .small2-11, .grid-x > .small2-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .small2-shrink {
    width: auto; }
  .grid-x > .small2-1 {
    width: 8.33333%; }
  .grid-x > .small2-2 {
    width: 16.66667%; }
  .grid-x > .small2-3 {
    width: 25%; }
  .grid-x > .small2-4 {
    width: 33.33333%; }
  .grid-x > .small2-5 {
    width: 41.66667%; }
  .grid-x > .small2-6 {
    width: 50%; }
  .grid-x > .small2-7 {
    width: 58.33333%; }
  .grid-x > .small2-8 {
    width: 66.66667%; }
  .grid-x > .small2-9 {
    width: 75%; }
  .grid-x > .small2-10 {
    width: 83.33333%; }
  .grid-x > .small2-11 {
    width: 91.66667%; }
  .grid-x > .small2-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .grid-x > .medium2-auto {
    -ms-flex: 1 1 0;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .medium2-shrink, .grid-x > .medium2-1, .grid-x > .medium2-2, .grid-x > .medium2-3, .grid-x > .medium2-4, .grid-x > .medium2-5, .grid-x > .medium2-6, .grid-x > .medium2-7, .grid-x > .medium2-8, .grid-x > .medium2-9, .grid-x > .medium2-10, .grid-x > .medium2-11, .grid-x > .medium2-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .medium2-shrink {
    width: auto; }
  .grid-x > .medium2-1 {
    width: 8.33333%; }
  .grid-x > .medium2-2 {
    width: 16.66667%; }
  .grid-x > .medium2-3 {
    width: 25%; }
  .grid-x > .medium2-4 {
    width: 33.33333%; }
  .grid-x > .medium2-5 {
    width: 41.66667%; }
  .grid-x > .medium2-6 {
    width: 50%; }
  .grid-x > .medium2-7 {
    width: 58.33333%; }
  .grid-x > .medium2-8 {
    width: 66.66667%; }
  .grid-x > .medium2-9 {
    width: 75%; }
  .grid-x > .medium2-10 {
    width: 83.33333%; }
  .grid-x > .medium2-11 {
    width: 91.66667%; }
  .grid-x > .medium2-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -ms-flex: 1 1 0;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .grid-x > .xxlarge-auto {
    -ms-flex: 1 1 0;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .xxlarge-shrink {
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -10px;
  margin-left: -1rem;
  margin-right: -10px;
  margin-right: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 2rem);
    margin-left: 10px;
    margin-left: 1rem;
    margin-right: 10px;
    margin-right: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 3rem);
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 2rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 2rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 2rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 2rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 2rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 2rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2rem); }
  @media print, screen and (min-width: 27.5em) {
    .grid-margin-x > .small2-auto {
      width: auto; }
    .grid-margin-x > .small2-shrink {
      width: auto; }
    .grid-margin-x > .small2-1 {
      width: calc(8.33333% - 2rem); }
    .grid-margin-x > .small2-2 {
      width: calc(16.66667% - 2rem); }
    .grid-margin-x > .small2-3 {
      width: calc(25% - 2rem); }
    .grid-margin-x > .small2-4 {
      width: calc(33.33333% - 2rem); }
    .grid-margin-x > .small2-5 {
      width: calc(41.66667% - 2rem); }
    .grid-margin-x > .small2-6 {
      width: calc(50% - 2rem); }
    .grid-margin-x > .small2-7 {
      width: calc(58.33333% - 2rem); }
    .grid-margin-x > .small2-8 {
      width: calc(66.66667% - 2rem); }
    .grid-margin-x > .small2-9 {
      width: calc(75% - 2rem); }
    .grid-margin-x > .small2-10 {
      width: calc(83.33333% - 2rem); }
    .grid-margin-x > .small2-11 {
      width: calc(91.66667% - 2rem); }
    .grid-margin-x > .small2-12 {
      width: calc(100% - 2rem); } }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 3rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 3rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 3rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 3rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 3rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 3rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 3rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 3rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 3rem); }
    .grid-margin-x > .small2-auto {
      width: auto; }
    .grid-margin-x > .small2-shrink {
      width: auto; }
    .grid-margin-x > .small2-1 {
      width: calc(8.33333% - 3rem); }
    .grid-margin-x > .small2-2 {
      width: calc(16.66667% - 3rem); }
    .grid-margin-x > .small2-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .small2-4 {
      width: calc(33.33333% - 3rem); }
    .grid-margin-x > .small2-5 {
      width: calc(41.66667% - 3rem); }
    .grid-margin-x > .small2-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .small2-7 {
      width: calc(58.33333% - 3rem); }
    .grid-margin-x > .small2-8 {
      width: calc(66.66667% - 3rem); }
    .grid-margin-x > .small2-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .small2-10 {
      width: calc(83.33333% - 3rem); }
    .grid-margin-x > .small2-11 {
      width: calc(91.66667% - 3rem); }
    .grid-margin-x > .small2-12 {
      width: calc(100% - 3rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 3rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 3rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 3rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 3rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 3rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 3rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 3rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 3rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 3rem); } }
  @media print, screen and (min-width: 50em) {
    .grid-margin-x > .medium2-auto {
      width: auto; }
    .grid-margin-x > .medium2-shrink {
      width: auto; }
    .grid-margin-x > .medium2-1 {
      width: calc(8.33333% - 3rem); }
    .grid-margin-x > .medium2-2 {
      width: calc(16.66667% - 3rem); }
    .grid-margin-x > .medium2-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .medium2-4 {
      width: calc(33.33333% - 3rem); }
    .grid-margin-x > .medium2-5 {
      width: calc(41.66667% - 3rem); }
    .grid-margin-x > .medium2-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .medium2-7 {
      width: calc(58.33333% - 3rem); }
    .grid-margin-x > .medium2-8 {
      width: calc(66.66667% - 3rem); }
    .grid-margin-x > .medium2-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .medium2-10 {
      width: calc(83.33333% - 3rem); }
    .grid-margin-x > .medium2-11 {
      width: calc(91.66667% - 3rem); }
    .grid-margin-x > .medium2-12 {
      width: calc(100% - 3rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 3rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 3rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 3rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 3rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 3rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 3rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 3rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 3rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 3rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 3rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 3rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 3rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 3rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 3rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 3rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 3rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 3rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 3rem); } }
  @media screen and (min-width: 93.125em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 3rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 3rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 3rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 3rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 3rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 3rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 3rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 3rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 3rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -10px;
  margin-right: -1rem;
  margin-left: -10px;
  margin-left: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -10px;
  margin-right: -1rem;
  margin-left: -10px;
  margin-left: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }

.grid-padding-x > .cell {
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 27.5em) {
  .small2-up-1 > .cell {
    width: 100%; }
  .small2-up-2 > .cell {
    width: 50%; }
  .small2-up-3 > .cell {
    width: 33.33333%; }
  .small2-up-4 > .cell {
    width: 25%; }
  .small2-up-5 > .cell {
    width: 20%; }
  .small2-up-6 > .cell {
    width: 16.66667%; }
  .small2-up-7 > .cell {
    width: 14.28571%; }
  .small2-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 50em) {
  .medium2-up-1 > .cell {
    width: 100%; }
  .medium2-up-2 > .cell {
    width: 50%; }
  .medium2-up-3 > .cell {
    width: 33.33333%; }
  .medium2-up-4 > .cell {
    width: 25%; }
  .medium2-up-5 > .cell {
    width: 20%; }
  .medium2-up-6 > .cell {
    width: 16.66667%; }
  .medium2-up-7 > .cell {
    width: 14.28571%; }
  .medium2-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 2rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 2rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 2rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2rem); }

@media print, screen and (min-width: 27.5em) {
  .grid-margin-x.small2-up-1 > .cell {
    width: calc(100% - 2rem); }
  .grid-margin-x.small2-up-2 > .cell {
    width: calc(50% - 2rem); }
  .grid-margin-x.small2-up-3 > .cell {
    width: calc(33.33333% - 2rem); }
  .grid-margin-x.small2-up-4 > .cell {
    width: calc(25% - 2rem); }
  .grid-margin-x.small2-up-5 > .cell {
    width: calc(20% - 2rem); }
  .grid-margin-x.small2-up-6 > .cell {
    width: calc(16.66667% - 2rem); }
  .grid-margin-x.small2-up-7 > .cell {
    width: calc(14.28571% - 2rem); }
  .grid-margin-x.small2-up-8 > .cell {
    width: calc(12.5% - 2rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 3rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 3rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 3rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 3rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 3rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 3rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 3rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3rem); } }

@media print, screen and (min-width: 50em) {
  .grid-margin-x.medium2-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.medium2-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.medium2-up-3 > .cell {
    width: calc(33.33333% - 3rem); }
  .grid-margin-x.medium2-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.medium2-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.medium2-up-6 > .cell {
    width: calc(16.66667% - 3rem); }
  .grid-margin-x.medium2-up-7 > .cell {
    width: calc(14.28571% - 3rem); }
  .grid-margin-x.medium2-up-8 > .cell {
    width: calc(12.5% - 3rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 3rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 3rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 3rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 3rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 3rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 3rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 3rem); } }

@media screen and (min-width: 93.125em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 3rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 3rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 3rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 3rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 27.5em) {
    .small-margin-collapse > .small2-1 {
      width: 8.33333%; }
    .small-margin-collapse > .small2-2 {
      width: 16.66667%; }
    .small-margin-collapse > .small2-3 {
      width: 25%; }
    .small-margin-collapse > .small2-4 {
      width: 33.33333%; }
    .small-margin-collapse > .small2-5 {
      width: 41.66667%; }
    .small-margin-collapse > .small2-6 {
      width: 50%; }
    .small-margin-collapse > .small2-7 {
      width: 58.33333%; }
    .small-margin-collapse > .small2-8 {
      width: 66.66667%; }
    .small-margin-collapse > .small2-9 {
      width: 75%; }
    .small-margin-collapse > .small2-10 {
      width: 83.33333%; }
    .small-margin-collapse > .small2-11 {
      width: 91.66667%; }
    .small-margin-collapse > .small2-12 {
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 50em) {
    .small-margin-collapse > .medium2-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium2-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium2-3 {
      width: 25%; }
    .small-margin-collapse > .medium2-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium2-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium2-6 {
      width: 50%; }
    .small-margin-collapse > .medium2-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium2-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium2-9 {
      width: 75%; }
    .small-margin-collapse > .medium2-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium2-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium2-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 93.125em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 27.5em) {
  .small2-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .small2-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 27.5em) {
  .small2-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small2-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small2-margin-collapse > .small-3 {
    width: 25%; }
  .small2-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small2-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small2-margin-collapse > .small-6 {
    width: 50%; }
  .small2-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small2-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small2-margin-collapse > .small-9 {
    width: 75%; }
  .small2-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small2-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small2-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 27.5em) {
  .small2-margin-collapse > .small2-1 {
    width: 8.33333%; }
  .small2-margin-collapse > .small2-2 {
    width: 16.66667%; }
  .small2-margin-collapse > .small2-3 {
    width: 25%; }
  .small2-margin-collapse > .small2-4 {
    width: 33.33333%; }
  .small2-margin-collapse > .small2-5 {
    width: 41.66667%; }
  .small2-margin-collapse > .small2-6 {
    width: 50%; }
  .small2-margin-collapse > .small2-7 {
    width: 58.33333%; }
  .small2-margin-collapse > .small2-8 {
    width: 66.66667%; }
  .small2-margin-collapse > .small2-9 {
    width: 75%; }
  .small2-margin-collapse > .small2-10 {
    width: 83.33333%; }
  .small2-margin-collapse > .small2-11 {
    width: 91.66667%; }
  .small2-margin-collapse > .small2-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .small2-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small2-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small2-margin-collapse > .medium-3 {
    width: 25%; }
  .small2-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small2-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small2-margin-collapse > .medium-6 {
    width: 50%; }
  .small2-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small2-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small2-margin-collapse > .medium-9 {
    width: 75%; }
  .small2-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small2-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small2-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .small2-margin-collapse > .medium2-1 {
    width: 8.33333%; }
  .small2-margin-collapse > .medium2-2 {
    width: 16.66667%; }
  .small2-margin-collapse > .medium2-3 {
    width: 25%; }
  .small2-margin-collapse > .medium2-4 {
    width: 33.33333%; }
  .small2-margin-collapse > .medium2-5 {
    width: 41.66667%; }
  .small2-margin-collapse > .medium2-6 {
    width: 50%; }
  .small2-margin-collapse > .medium2-7 {
    width: 58.33333%; }
  .small2-margin-collapse > .medium2-8 {
    width: 66.66667%; }
  .small2-margin-collapse > .medium2-9 {
    width: 75%; }
  .small2-margin-collapse > .medium2-10 {
    width: 83.33333%; }
  .small2-margin-collapse > .medium2-11 {
    width: 91.66667%; }
  .small2-margin-collapse > .medium2-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .small2-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small2-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small2-margin-collapse > .large-3 {
    width: 25%; }
  .small2-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small2-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small2-margin-collapse > .large-6 {
    width: 50%; }
  .small2-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small2-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small2-margin-collapse > .large-9 {
    width: 75%; }
  .small2-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small2-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small2-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .small2-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .small2-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .small2-margin-collapse > .xlarge-3 {
    width: 25%; }
  .small2-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .small2-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .small2-margin-collapse > .xlarge-6 {
    width: 50%; }
  .small2-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .small2-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .small2-margin-collapse > .xlarge-9 {
    width: 75%; }
  .small2-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .small2-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .small2-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .small2-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .small2-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .small2-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .small2-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .small2-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .small2-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .small2-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .small2-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .small2-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .small2-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .small2-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .small2-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 27.5em) {
  .small2-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .small2-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small2-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small2-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small2-3 {
    width: 25%; }
  .medium-margin-collapse > .small2-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small2-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small2-6 {
    width: 50%; }
  .medium-margin-collapse > .small2-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small2-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small2-9 {
    width: 75%; }
  .medium-margin-collapse > .small2-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small2-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small2-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .medium-margin-collapse > .medium2-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium2-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium2-3 {
    width: 25%; }
  .medium-margin-collapse > .medium2-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium2-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium2-6 {
    width: 50%; }
  .medium-margin-collapse > .medium2-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium2-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium2-9 {
    width: 75%; }
  .medium-margin-collapse > .medium2-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium2-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium2-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 50em) {
  .medium2-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium2-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 50em) {
  .medium2-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium2-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium2-margin-collapse > .small-3 {
    width: 25%; }
  .medium2-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium2-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium2-margin-collapse > .small-6 {
    width: 50%; }
  .medium2-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium2-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium2-margin-collapse > .small-9 {
    width: 75%; }
  .medium2-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium2-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium2-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .medium2-margin-collapse > .small2-1 {
    width: 8.33333%; }
  .medium2-margin-collapse > .small2-2 {
    width: 16.66667%; }
  .medium2-margin-collapse > .small2-3 {
    width: 25%; }
  .medium2-margin-collapse > .small2-4 {
    width: 33.33333%; }
  .medium2-margin-collapse > .small2-5 {
    width: 41.66667%; }
  .medium2-margin-collapse > .small2-6 {
    width: 50%; }
  .medium2-margin-collapse > .small2-7 {
    width: 58.33333%; }
  .medium2-margin-collapse > .small2-8 {
    width: 66.66667%; }
  .medium2-margin-collapse > .small2-9 {
    width: 75%; }
  .medium2-margin-collapse > .small2-10 {
    width: 83.33333%; }
  .medium2-margin-collapse > .small2-11 {
    width: 91.66667%; }
  .medium2-margin-collapse > .small2-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .medium2-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium2-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium2-margin-collapse > .medium-3 {
    width: 25%; }
  .medium2-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium2-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium2-margin-collapse > .medium-6 {
    width: 50%; }
  .medium2-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium2-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium2-margin-collapse > .medium-9 {
    width: 75%; }
  .medium2-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium2-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium2-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .medium2-margin-collapse > .medium2-1 {
    width: 8.33333%; }
  .medium2-margin-collapse > .medium2-2 {
    width: 16.66667%; }
  .medium2-margin-collapse > .medium2-3 {
    width: 25%; }
  .medium2-margin-collapse > .medium2-4 {
    width: 33.33333%; }
  .medium2-margin-collapse > .medium2-5 {
    width: 41.66667%; }
  .medium2-margin-collapse > .medium2-6 {
    width: 50%; }
  .medium2-margin-collapse > .medium2-7 {
    width: 58.33333%; }
  .medium2-margin-collapse > .medium2-8 {
    width: 66.66667%; }
  .medium2-margin-collapse > .medium2-9 {
    width: 75%; }
  .medium2-margin-collapse > .medium2-10 {
    width: 83.33333%; }
  .medium2-margin-collapse > .medium2-11 {
    width: 91.66667%; }
  .medium2-margin-collapse > .medium2-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium2-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium2-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium2-margin-collapse > .large-3 {
    width: 25%; }
  .medium2-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium2-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium2-margin-collapse > .large-6 {
    width: 50%; }
  .medium2-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium2-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium2-margin-collapse > .large-9 {
    width: 75%; }
  .medium2-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium2-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium2-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium2-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium2-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium2-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium2-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium2-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium2-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium2-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium2-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium2-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium2-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium2-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium2-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .medium2-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium2-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium2-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium2-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium2-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium2-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium2-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium2-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium2-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium2-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium2-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium2-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .medium2-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium2-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small2-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small2-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small2-3 {
    width: 25%; }
  .large-margin-collapse > .small2-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small2-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small2-6 {
    width: 50%; }
  .large-margin-collapse > .small2-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small2-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small2-9 {
    width: 75%; }
  .large-margin-collapse > .small2-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small2-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small2-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium2-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium2-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium2-3 {
    width: 25%; }
  .large-margin-collapse > .medium2-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium2-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium2-6 {
    width: 50%; }
  .large-margin-collapse > .medium2-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium2-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium2-9 {
    width: 75%; }
  .large-margin-collapse > .medium2-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium2-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium2-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small2-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small2-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small2-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small2-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small2-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small2-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small2-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small2-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small2-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small2-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small2-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small2-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium2-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium2-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium2-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium2-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium2-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium2-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium2-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium2-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium2-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium2-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium2-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium2-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-margin-collapse > .small2-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small2-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small2-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small2-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small2-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small2-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small2-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small2-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small2-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small2-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small2-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small2-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-margin-collapse > .medium2-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium2-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium2-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium2-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium2-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium2-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium2-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium2-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium2-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium2-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium2-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium2-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 2rem / 2); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 2rem / 2); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 2rem / 2); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 2rem / 2); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 2rem / 2); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 2rem / 2); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 2rem / 2); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 2rem / 2); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 2rem / 2); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 2rem / 2); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 2rem / 2); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 2rem / 2); }

@media print, screen and (min-width: 27.5em) {
  .small2-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .small2-offset-0 {
    margin-left: calc(0% + 2rem / 2); }
  .small2-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .small2-offset-1 {
    margin-left: calc(8.33333% + 2rem / 2); }
  .small2-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .small2-offset-2 {
    margin-left: calc(16.66667% + 2rem / 2); }
  .small2-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .small2-offset-3 {
    margin-left: calc(25% + 2rem / 2); }
  .small2-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .small2-offset-4 {
    margin-left: calc(33.33333% + 2rem / 2); }
  .small2-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .small2-offset-5 {
    margin-left: calc(41.66667% + 2rem / 2); }
  .small2-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .small2-offset-6 {
    margin-left: calc(50% + 2rem / 2); }
  .small2-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .small2-offset-7 {
    margin-left: calc(58.33333% + 2rem / 2); }
  .small2-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .small2-offset-8 {
    margin-left: calc(66.66667% + 2rem / 2); }
  .small2-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .small2-offset-9 {
    margin-left: calc(75% + 2rem / 2); }
  .small2-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .small2-offset-10 {
    margin-left: calc(83.33333% + 2rem / 2); }
  .small2-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .small2-offset-11 {
    margin-left: calc(91.66667% + 2rem / 2); } }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 3rem / 2); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 3rem / 2); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 3rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 3rem / 2); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 3rem / 2); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 3rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 3rem / 2); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 3rem / 2); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 3rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 3rem / 2); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 3rem / 2); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 3rem / 2); } }

@media print, screen and (min-width: 50em) {
  .medium2-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium2-offset-0 {
    margin-left: calc(0% + 3rem / 2); }
  .medium2-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium2-offset-1 {
    margin-left: calc(8.33333% + 3rem / 2); }
  .medium2-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium2-offset-2 {
    margin-left: calc(16.66667% + 3rem / 2); }
  .medium2-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium2-offset-3 {
    margin-left: calc(25% + 3rem / 2); }
  .medium2-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium2-offset-4 {
    margin-left: calc(33.33333% + 3rem / 2); }
  .medium2-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium2-offset-5 {
    margin-left: calc(41.66667% + 3rem / 2); }
  .medium2-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium2-offset-6 {
    margin-left: calc(50% + 3rem / 2); }
  .medium2-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium2-offset-7 {
    margin-left: calc(58.33333% + 3rem / 2); }
  .medium2-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium2-offset-8 {
    margin-left: calc(66.66667% + 3rem / 2); }
  .medium2-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium2-offset-9 {
    margin-left: calc(75% + 3rem / 2); }
  .medium2-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium2-offset-10 {
    margin-left: calc(83.33333% + 3rem / 2); }
  .medium2-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium2-offset-11 {
    margin-left: calc(91.66667% + 3rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 3rem / 2); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 3rem / 2); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 3rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 3rem / 2); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 3rem / 2); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 3rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 3rem / 2); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 3rem / 2); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 3rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 3rem / 2); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 3rem / 2); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 3rem / 2); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 3rem / 2); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 3rem / 2); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 3rem / 2); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 3rem / 2); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 3rem / 2); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 3rem / 2); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 3rem / 2); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 3rem / 2); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 3rem / 2); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 3rem / 2); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 3rem / 2); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 3rem / 2); } }

@media screen and (min-width: 93.125em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 3rem / 2); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 3rem / 2); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 3rem / 2); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 3rem / 2); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 3rem / 2); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 3rem / 2); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 3rem / 2); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 3rem / 2); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 3rem / 2); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 3rem / 2); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 3rem / 2); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 3rem / 2); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 27.5em) {
    .grid-y > .small2-shrink, .grid-y > .small2-full, .grid-y > .small2-1, .grid-y > .small2-2, .grid-y > .small2-3, .grid-y > .small2-4, .grid-y > .small2-5, .grid-y > .small2-6, .grid-y > .small2-7, .grid-y > .small2-8, .grid-y > .small2-9, .grid-y > .small2-10, .grid-y > .small2-11, .grid-y > .small2-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 50em) {
    .grid-y > .medium2-shrink, .grid-y > .medium2-full, .grid-y > .medium2-1, .grid-y > .medium2-2, .grid-y > .medium2-3, .grid-y > .medium2-4, .grid-y > .medium2-5, .grid-y > .medium2-6, .grid-y > .medium2-7, .grid-y > .medium2-8, .grid-y > .medium2-9, .grid-y > .medium2-10, .grid-y > .medium2-11, .grid-y > .medium2-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 93.125em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 27.5em) {
    .grid-y > .small2-auto {
      -ms-flex: 1 1 0;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .small2-shrink, .grid-y > .small2-1, .grid-y > .small2-2, .grid-y > .small2-3, .grid-y > .small2-4, .grid-y > .small2-5, .grid-y > .small2-6, .grid-y > .small2-7, .grid-y > .small2-8, .grid-y > .small2-9, .grid-y > .small2-10, .grid-y > .small2-11, .grid-y > .small2-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .small2-shrink {
      height: auto; }
    .grid-y > .small2-1 {
      height: 8.33333%; }
    .grid-y > .small2-2 {
      height: 16.66667%; }
    .grid-y > .small2-3 {
      height: 25%; }
    .grid-y > .small2-4 {
      height: 33.33333%; }
    .grid-y > .small2-5 {
      height: 41.66667%; }
    .grid-y > .small2-6 {
      height: 50%; }
    .grid-y > .small2-7 {
      height: 58.33333%; }
    .grid-y > .small2-8 {
      height: 66.66667%; }
    .grid-y > .small2-9 {
      height: 75%; }
    .grid-y > .small2-10 {
      height: 83.33333%; }
    .grid-y > .small2-11 {
      height: 91.66667%; }
    .grid-y > .small2-12 {
      height: 100%; } }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -ms-flex: 1 1 0;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 50em) {
    .grid-y > .medium2-auto {
      -ms-flex: 1 1 0;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .medium2-shrink, .grid-y > .medium2-1, .grid-y > .medium2-2, .grid-y > .medium2-3, .grid-y > .medium2-4, .grid-y > .medium2-5, .grid-y > .medium2-6, .grid-y > .medium2-7, .grid-y > .medium2-8, .grid-y > .medium2-9, .grid-y > .medium2-10, .grid-y > .medium2-11, .grid-y > .medium2-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .medium2-shrink {
      height: auto; }
    .grid-y > .medium2-1 {
      height: 8.33333%; }
    .grid-y > .medium2-2 {
      height: 16.66667%; }
    .grid-y > .medium2-3 {
      height: 25%; }
    .grid-y > .medium2-4 {
      height: 33.33333%; }
    .grid-y > .medium2-5 {
      height: 41.66667%; }
    .grid-y > .medium2-6 {
      height: 50%; }
    .grid-y > .medium2-7 {
      height: 58.33333%; }
    .grid-y > .medium2-8 {
      height: 66.66667%; }
    .grid-y > .medium2-9 {
      height: 75%; }
    .grid-y > .medium2-10 {
      height: 83.33333%; }
    .grid-y > .medium2-11 {
      height: 91.66667%; }
    .grid-y > .medium2-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -ms-flex: 1 1 0;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      -ms-flex: 1 1 0;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 93.125em) {
    .grid-y > .xxlarge-auto {
      -ms-flex: 1 1 0;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -10px;
  margin-top: -1rem;
  margin-bottom: -10px;
  margin-bottom: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.5rem;
      margin-bottom: -1.5rem; } }

.grid-padding-y > .cell {
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.grid-margin-y {
  margin-top: -10px;
  margin-top: -1rem;
  margin-bottom: -10px;
  margin-bottom: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1.5rem;
      margin-bottom: -1.5rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 3rem);
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem); }
  @media print, screen and (min-width: 27.5em) {
    .grid-margin-y > .small2-auto {
      height: auto; }
    .grid-margin-y > .small2-shrink {
      height: auto; }
    .grid-margin-y > .small2-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small2-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small2-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small2-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small2-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small2-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small2-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small2-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small2-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small2-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small2-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small2-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 3rem); }
    .grid-margin-y > .small2-auto {
      height: auto; }
    .grid-margin-y > .small2-shrink {
      height: auto; }
    .grid-margin-y > .small2-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .small2-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .small2-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .small2-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .small2-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .small2-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .small2-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .small2-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .small2-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .small2-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .small2-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .small2-12 {
      height: calc(100% - 3rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3rem); } }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .medium2-auto {
      height: auto; }
    .grid-margin-y > .medium2-shrink {
      height: auto; }
    .grid-margin-y > .medium2-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .medium2-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .medium2-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .medium2-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .medium2-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .medium2-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .medium2-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .medium2-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .medium2-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .medium2-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .medium2-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .medium2-12 {
      height: calc(100% - 3rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 3rem); } }
  @media screen and (min-width: 93.125em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 3rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 27.5em) {
  .small2-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .small2-grid-frame {
    width: 100%; }
  .small2-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .small2-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .small2-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .small2-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 50em) {
  .medium2-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .medium2-grid-frame {
    width: 100%; }
  .medium2-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium2-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .medium2-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium2-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .xxlarge-grid-frame {
    width: 100%; }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xxlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh;
  width: auto; }

@media print, screen and (min-width: 27.5em) {
  .grid-y.small2-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 50em) {
  .grid-y.medium2-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

@media screen and (min-width: 93.125em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 27.5em) {
  .cell .grid-y.small2-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 50em) {
  .cell .grid-y.medium2-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 93.125em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -10px;
  margin-top: -1rem;
  margin-bottom: -10px;
  margin-bottom: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1.5rem;
      margin-bottom: -1.5rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 3rem);
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem); }
  @media print, screen and (min-width: 27.5em) {
    .grid-margin-y > .small2-auto {
      height: auto; }
    .grid-margin-y > .small2-shrink {
      height: auto; }
    .grid-margin-y > .small2-1 {
      height: calc(8.33333% - 2rem); }
    .grid-margin-y > .small2-2 {
      height: calc(16.66667% - 2rem); }
    .grid-margin-y > .small2-3 {
      height: calc(25% - 2rem); }
    .grid-margin-y > .small2-4 {
      height: calc(33.33333% - 2rem); }
    .grid-margin-y > .small2-5 {
      height: calc(41.66667% - 2rem); }
    .grid-margin-y > .small2-6 {
      height: calc(50% - 2rem); }
    .grid-margin-y > .small2-7 {
      height: calc(58.33333% - 2rem); }
    .grid-margin-y > .small2-8 {
      height: calc(66.66667% - 2rem); }
    .grid-margin-y > .small2-9 {
      height: calc(75% - 2rem); }
    .grid-margin-y > .small2-10 {
      height: calc(83.33333% - 2rem); }
    .grid-margin-y > .small2-11 {
      height: calc(91.66667% - 2rem); }
    .grid-margin-y > .small2-12 {
      height: calc(100% - 2rem); } }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 3rem); }
    .grid-margin-y > .small2-auto {
      height: auto; }
    .grid-margin-y > .small2-shrink {
      height: auto; }
    .grid-margin-y > .small2-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .small2-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .small2-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .small2-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .small2-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .small2-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .small2-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .small2-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .small2-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .small2-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .small2-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .small2-12 {
      height: calc(100% - 3rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3rem); } }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .medium2-auto {
      height: auto; }
    .grid-margin-y > .medium2-shrink {
      height: auto; }
    .grid-margin-y > .medium2-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .medium2-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .medium2-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .medium2-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .medium2-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .medium2-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .medium2-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .medium2-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .medium2-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .medium2-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .medium2-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .medium2-12 {
      height: calc(100% - 3rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 3rem); } }
  @media screen and (min-width: 93.125em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 3rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 3rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 3rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 3rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 3rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 3rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 3rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 3rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 3rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 2rem); }
  @media print, screen and (min-width: 27.5em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2rem); } }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3rem); } }
  @media print, screen and (min-width: 50em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3rem); } }
  @media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3rem); } }
  @media screen and (min-width: 93.125em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3rem); } }

@media print, screen and (min-width: 27.5em) {
  .grid-margin-y.small2-grid-frame {
    height: calc(100vh + 2rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3rem); } }

@media print, screen and (min-width: 50em) {
  .grid-margin-y.medium2-grid-frame {
    height: calc(100vh + 3rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 3rem); } }

@media screen and (min-width: 93.125em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 3rem); } }

/* Generic components */
/* Basic components */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 10px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0 !important;
  background-color: #fff;
  font-size: 10px;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: normal;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 50%;
  padding: 7px;
  padding: 0.75rem;
  border-radius: 0 !important;
  background-color: var(--color-lo-orange, #f28d35);
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-width: 0.75rem;
    content: '';
    border-top-width: 0;
    border-color: transparent transparent var(--color-lo-orange, #f28d35);
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-width: 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-color: var(--color-lo-orange, #f28d35) transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-width: 0.75rem;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent var(--color-lo-orange, #f28d35);
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-width: 0.75rem;
    content: '';
    border-left-width: 0;
    border-color: transparent var(--color-lo-orange, #f28d35) transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

/* Containers */
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 !important 0 !important 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 !important 0 !important; }

.accordion-title {
  position: relative;
  display: block;
  padding: 12px 10px;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 !important 0 !important; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 10px;
    right: 1rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 10px;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #4f4f4f; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media print, screen and (max-width: 27.49875em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 10px;
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 10px;
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 27.49875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

/* Menu-based containers */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column; }
    .menu.vertical.icon-top li a img,
    .menu.vertical.icon-top li a i,
    .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
    .menu.vertical.icon-bottom li a i,
    .menu.vertical.icon-bottom li a svg {
      text-align: left; }
  .menu.expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.expanded.icon-top li a img,
  .menu.expanded.icon-top li a i,
  .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
  .menu.expanded.icon-bottom li a i,
  .menu.expanded.icon-bottom li a svg {
    text-align: left; }
  .menu.simple {
    -ms-flex-align: center;
        align-items: center; }
    .menu.simple li + li {
      margin-left: 10px;
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 27.5em) {
    .menu.small2-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.small2-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.small2-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.small2-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.medium-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media print, screen and (min-width: 50em) {
    .menu.medium2-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.medium2-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.medium2-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium2-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.large-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.large-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.xlarge-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.xlarge-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.xlarge-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media screen and (min-width: 93.125em) {
    .menu.xxlarge-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.xxlarge-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.xxlarge-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 10px;
    margin-left: 1rem; }
  .menu.icons a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a, .menu.nested.icon-left li a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg, .menu.nested.icon-left li a img,
    .menu.nested.icon-left li a i,
    .menu.nested.icon-left li a svg {
      margin-right: 2px;
      margin-right: 0.25rem; }
  .menu.icon-right li a, .menu.nested.icon-right li a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg, .menu.nested.icon-right li a img,
    .menu.nested.icon-right li a i,
    .menu.nested.icon-right li a svg {
      margin-left: 2px;
      margin-left: 0.25rem; }
  .menu.icon-top li a, .menu.nested.icon-top li a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg, .menu.nested.icon-top li a img,
    .menu.nested.icon-top li a i,
    .menu.nested.icon-top li a svg {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin-bottom: 2px;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
    .menu.nested.icon-bottom li a i,
    .menu.nested.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin-bottom: 2px;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #fff;
    color: #0a0a0a; }
  .menu .active > a {
    background: #fff;
    color: #0a0a0a; }
  .menu.align-left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right.icon-top li a img,
  .menu.align-right.icon-top li a i,
  .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
  .menu.align-right.icon-bottom li a i,
  .menu.align-right.icon-bottom li a svg {
    text-align: right; }
  .menu.align-right .nested {
    margin-right: 10px;
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu.align-center li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu .menu-text {
    padding: 7px 10px;
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center; }
  .menu-centered > .menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 7px 10px;
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

@media print, screen and (min-width: 27.5em) {
  .dropdown.menu.small2-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.small2-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.small2-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.small2-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.small2-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 50em) {
  .dropdown.menu.medium2-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium2-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium2-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium2-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium2-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 93.125em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 7px 10px;
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

/* Layout components */
.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -ms-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -ms-transform: none;
      transform: none;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.5s ease; }
  .off-canvas-content.has-transition-push {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

@media print, screen and (min-width: 27.5em) {
  .position-left.reveal-for-small2 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-small2 .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-small2 {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-small2 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-small2 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-small2 .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-small2 {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-small2 ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-small2 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-small2 .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-small2 {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-small2 ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-small2 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-small2 .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-small2 {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-small2 ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 50em) {
  .position-left.reveal-for-medium2 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium2 .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium2 {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium2 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium2 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium2 .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium2 {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium2 ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium2 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium2 .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium2 {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium2 ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium2 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium2 .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium2 {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium2 ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 93.125em) {
  .position-left.reveal-for-xxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 27.5em) {
  .off-canvas.in-canvas-for-small2 {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-small2.position-left, .off-canvas.in-canvas-for-small2.position-right, .off-canvas.in-canvas-for-small2.position-top, .off-canvas.in-canvas-for-small2.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-small2 .close-button {
      display: none; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 50em) {
  .off-canvas.in-canvas-for-medium2 {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium2.position-left, .off-canvas.in-canvas-for-medium2.position-right, .off-canvas.in-canvas-for-medium2.position-top, .off-canvas.in-canvas-for-medium2.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-medium2 .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

@media screen and (min-width: 93.125em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 0;
  border: 1px solid #cacaca;
  border-radius: 0 !important;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 110rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 110rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 110rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 110rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 27.49875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 5px;
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .title-bar .menu-icon {
    margin-left: 2px;
    margin-left: 0.25rem;
    margin-right: 2px;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #fff; }
  .top-bar input {
    max-width: 200px;
    margin-right: 10px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 39.99875em) {
    .top-bar.stacked-for-small2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-small2 .top-bar-left,
      .top-bar.stacked-for-small2 .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 49.99875em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium2 .top-bar-left,
      .top-bar.stacked-for-medium2 .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 93.12375em) {
    .top-bar.stacked-for-xlarge {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 5px 10px 5px 0;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

/* Helpers */
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media print, screen and (min-width: 27.5em) {
  .small2-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .small2-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .small2-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .small2-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .small2-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .small2-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 50em) {
  .medium2-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium2-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium2-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium2-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium2-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium2-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

@media print, screen and (min-width: 27.5em) {
  .small2-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .small2-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .small2-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .small2-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .small2-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .small2-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .small2-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .small2-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media print, screen and (min-width: 50em) {
  .medium2-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .medium2-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium2-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium2-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .medium2-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium2-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium2-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium2-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 93.125em) {
  .xxlarge-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

@media print, screen and (max-width: 27.49875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 27.5em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 27.5em) {
  .hide-for-small2 {
    display: none !important; } }

@media screen and (max-width: 27.49875em) {
  .show-for-small2 {
    display: none !important; } }

@media print, screen and (min-width: 27.5em) and (max-width: 39.99875em) {
  .hide-for-small2-only {
    display: none !important; } }

@media screen and (max-width: 27.49875em), screen and (min-width: 40em) {
  .show-for-small2-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 49.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 50em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 50em) {
  .hide-for-medium2 {
    display: none !important; } }

@media screen and (max-width: 49.99875em) {
  .show-for-medium2 {
    display: none !important; } }

@media print, screen and (min-width: 50em) and (max-width: 63.99875em) {
  .hide-for-medium2-only {
    display: none !important; } }

@media screen and (max-width: 49.99875em), screen and (min-width: 64em) {
  .show-for-medium2-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 93.12375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.99875em), screen and (min-width: 93.125em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 93.125em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 93.12375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 93.125em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 93.12375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.show-for-dark-mode {
  display: none; }

.hide-for-dark-mode {
  display: block; }

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important; }
  .hide-for-dark-mode {
    display: none !important; } }

.show-for-ie {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important; }
  .hide-for-ie {
    display: none !important; } }

.show-for-sticky {
  display: none; }

.is-stuck .show-for-sticky {
  display: block; }

.is-stuck .hide-for-sticky {
  display: none; }

/* LO dataset in search result list */
/* LO dataset in slider */
/* HmS dataset in slider */
/* LO dataset in shoppingbox */
/* LO dataset in shop basket */
/* LO shop item in search result list */
/* HmS dataset in search result list */
/* LO shop item in slider */
/* Redesign  2023 */
/* Redesign menu 2023 */
body:not(.loaded) ul.dropdown {
  display: none; }

/* ueber Suchleiste: top-menue */
#top-menu li,
#top-menu-2 li {
  margin-left: 2px;
  margin-left: 0.25rem;
  position: relative; }
  #top-menu li a,
  #top-menu li button,
  #top-menu-2 li a,
  #top-menu-2 li button {
    color: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
    #top-menu li a:hover,
    #top-menu li button:hover,
    #top-menu-2 li a:hover,
    #top-menu-2 li button:hover {
      color: var(--color-lo-orange, #f28d35); }
    #top-menu li a [class^="fa"],
    #top-menu li button [class^="fa"],
    #top-menu-2 li a [class^="fa"],
    #top-menu-2 li button [class^="fa"] {
      display: block;
      margin-bottom: 4px;
      padding: 0;
      font-size: 1.5em; }
  #top-menu li span.active a,
  #top-menu-2 li span.active a {
    color: var(--color-lo-orange, #f28d35); }
  #top-menu li:last-of-type a,
  #top-menu-2 li:last-of-type a {
    padding-right: 0; }

#top-menu-2 li .dropdown-toggle {
  border: 1px solid transparent;
  z-index: 110;
  padding: 7px 10px;
  padding: 0.7rem 1rem;
  top: -24px;
  right: -5px; }

#top-menu-2 li.mein-profil .wrap-dropdown {
  position: absolute;
  display: none;
  right: 0;
  z-index: 100;
  padding: 20px;
  background-color: #fff;
  top: 100%;
  width: 250px;
  border: 1px solid var(--color-lo-blue, #34A6BF);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
  #top-menu-2 li.mein-profil .wrap-dropdown ul#meinprofil-menu li span a {
    padding: 5px 0;
    white-space: nowrap; }
  #top-menu-2 li.mein-profil .wrap-dropdown ul#meinprofil-menu li span.active > a, #top-menu-2 li.mein-profil .wrap-dropdown ul#meinprofil-menu li span:hover > a {
    color: var(--color-lo-orange, #f28d35);
    background-color: transparent; }

#top-menu-2 li.mein-profil.hover .dropdown-toggle, #top-menu-2 li.mein-profil:focus-within .dropdown-toggle {
  border: 1px solid var(--color-lo-blue, #34A6BF);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #fff;
  right: 0; }
  #top-menu-2 li.mein-profil.hover .dropdown-toggle i, #top-menu-2 li.mein-profil:focus-within .dropdown-toggle i {
    padding: 0; }

#top-menu-2 li.mein-profil.hover .wrap-dropdown, #top-menu-2 li.mein-profil:focus-within .wrap-dropdown {
  display: block; }

/* mobil */
ul#meinprofil-menu li span.active > a, ul#meinprofil-menu li span:hover > a {
  background-color: transparent; }

/* blauer Balken container fuer main-menue */
#main-menu-row {
  background-color: #E1F4F8;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 50;
  position: relative;
  padding: 0 5px;
  padding: 0 0.5rem; }
  #main-menu-row .top-bar {
    -ms-flex-pack: end;
        justify-content: end;
    background: transparent; }
    #main-menu-row .top-bar .title-bar {
      background: transparent;
      /* mobile menu toggle button */ }
      #main-menu-row .top-bar .title-bar .menu-button-style {
        padding: 5px;
        background-color: var(--color-lo-blue, #34A6BF);
        color: #E1F4F8;
        border: 1px solid var(--color-lo-blue, #34A6BF);
        border-radius: 3px;
        font-weight: 400; }
        #main-menu-row .top-bar .title-bar .menu-button-style img {
          width: 25px;
          height: auto; }
    #main-menu-row .top-bar ul#top-menu {
      background: #fff;
      -ms-flex-pack: right;
          justify-content: right; }
      #main-menu-row .top-bar ul#top-menu.menu,
      #main-menu-row .top-bar ul#top-menu.menu li {
        list-style: none; }
      #main-menu-row .top-bar ul#top-menu:last-of-type a {
        padding-right: 0; }
    #main-menu-row .top-bar .header-logo {
      padding: 0 10px;
      padding: 0 1rem; }

@media print, screen and (max-width: 93.12375em) {
  .headerbar > .top-bar {
    display: none !important; } }

#main-menu {
  width: 100%; }
  #main-menu ul.menu-mainnav {
    background-color: #E1F4F8;
    padding: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: right;
        justify-content: right;
    -ms-flex-align: stretch;
        align-items: stretch;
    list-style: none;
    height: 50px; }
    #main-menu ul.menu-mainnav > li {
      margin: 0 0 0 20px;
      margin: 0 0 0 2rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      #main-menu ul.menu-mainnav > li > a,
      #main-menu ul.menu-mainnav > li > .toggle-subnav-wrapper a {
        padding: 0 20px 0 0;
        color: var(--color-lo-blue, #34A6BF);
        font-family: Verdana-Bold, sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6; }
      #main-menu ul.menu-mainnav > li > .toggle-subnav-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-right: 20px; }
        #main-menu ul.menu-mainnav > li > .toggle-subnav-wrapper a {
          padding-right: 0; }
        #main-menu ul.menu-mainnav > li > .toggle-subnav-wrapper .toggle-subnav {
          background-repeat: no-repeat;
          background-position: center;
          width: 26px;
          height: 26px;
          background-image: var(--svg-chevron-down-solid-blue, url("../Icons/chevron-down-solid-blue.svg"));
          background-size: 19px 19px;
          position: relative;
          right: -5px; }
      #main-menu ul.menu-mainnav > li:hover > a,
      #main-menu ul.menu-mainnav > li:hover > .toggle-subnav-wrapper a, #main-menu ul.menu-mainnav > li.show > a,
      #main-menu ul.menu-mainnav > li.show > .toggle-subnav-wrapper a {
        color: var(--color-lo-orange, #f28d35); }
      #main-menu ul.menu-mainnav > li:hover > .toggle-subnav-wrapper .toggle-subnav, #main-menu ul.menu-mainnav > li.show > .toggle-subnav-wrapper .toggle-subnav {
        background-position: center 4px;
        background-image: var(--svg-chevron-up-solid-orange, url("../Icons/chevron-up-solid-orange.svg")); }
      #main-menu ul.menu-mainnav > li.zero-sublevel > a {
        padding-right: 0; }
        #main-menu ul.menu-mainnav > li.zero-sublevel > a:after {
          background: none;
          content: none; }
    #main-menu ul.menu-mainnav li.mega-menu .menu-popup {
      visibility: hidden;
      border-bottom: 1px solid var(--color-lo-blue, #34A6BF);
      background-color: #fff;
      padding-top: 20px;
      position: absolute;
      left: 50%;
      right: 0;
      width: 100vw;
      margin-left: -50vw;
      top: 50px; }
      #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap {
        position: relative; }
        #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap {
          /* Fake horizontal trennelement, keeps html in one piece  */
          background-color: #fff;
          width: 100vw;
          position: relative;
          margin-left: -50vw;
          left: 50%;
          height: 100%; }
          #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container {
            max-width: calc(1100px + 2 * 160px + 2 * 40px + 20px / 2.0);
            padding: 0 calc(20px / 2.0);
            margin: 0 auto; }
            @media print, screen and (min-width: 40em) {
              #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container {
                max-width: calc(1100px + 2.0 * 160px + 2 * 40px + 30px / 2.0);
                padding: 0 calc(30px / 2.0); } }
            #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: column;
                  flex-direction: column; }
              #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content li {
                margin-left: 0; }
              #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul {
                border-radius: 0 !important;
                list-style: none; }
                #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item {
                  position: relative;
                  text-align: right;
                  background-color: #fff;
                  padding: 0 20px;
                  margin-bottom: 0; }
                  #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item a, #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item span {
                    color: #4f4f4f;
                    text-align: right;
                    line-height: 38px;
                    line-height: 3.8rem;
                    font-size: 16px;
                    font-size: 1.6rem; }
                  #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item.initial {
                    border: 1px solid var(--color-lo-blue, #34A6BF);
                    border-radius: 0 !important; }
                  #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item:hover, #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item.show {
                    background-color: #E1F4F8; }
                    #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item:hover a,
                    #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item:hover span, #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item.show a,
                    #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item.show span {
                      color: var(--color-lo-orange, #f28d35); }
                  #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item.active a, #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-0 ul li.item.active span {
                    font-family: Verdana-Bold, sans-serif; }
              #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 {
                width: 100%;
                position: relative; }
                #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 > .mega-block > a {
                  display: none; }
                #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block {
                  position: absolute;
                  width: 100%;
                  visibility: hidden;
                  border: 1px solid var(--color-lo-blue, #34A6BF);
                  border-radius: 0 !important;
                  background-color: #E1F4F8;
                  padding: 20px;
                  /* themenwelt  */ }
                  #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block.show {
                    visibility: visible; }
                  #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row {
                    list-style: none;
                    background-color: #E1F4F8;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: row;
                        flex-direction: row;
                    -ms-flex-pack: start;
                        justify-content: start;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                    margin-bottom: 20px; }
                  #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: column;
                        flex-direction: column;
                    padding: 0 10px;
                    margin-top: 20px; }
                    #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item .title {
                      border: 1px solid var(--color-lo-blue, #34A6BF);
                      background-color: var(--color-lo-blue, #34A6BF);
                      border-radius: 0 !important; }
                      #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item .title a {
                        font-size: 15px;
                        font-size: 1.5rem;
                        color: #fff;
                        padding: 10px 20px;
                        display: inline-block; }
                    #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item:hover .title {
                      background-color: #fff; }
                      #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item:hover .title a {
                        color: var(--color-lo-blue, #34A6BF); }
                    #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item.active .title {
                      font-family: Verdana-Bold, sans-serif; }
                      #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item.active .title a {
                        font-family: Verdana-Bold, sans-serif; }
                    #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item .mega-menu-row.mmr-level-1 {
                      background-color: #fff;
                      border-radius: 0 !important;
                      padding: 10px 20px 20px 14px;
                      margin-top: 10px; }
                      #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item .mega-menu-row.mmr-level-1 > .mmr-item span a {
                        font-size: 12px;
                        font-size: 1.2rem;
                        color: #4f4f4f; }
                      #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item .mega-menu-row.mmr-level-1 > .mmr-item:hover {
                        text-decoration: underline; }
                      #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block ul.mega-menu-row.mmr-level-0 > li.mmr-item .mega-menu-row.mmr-level-1 > .mmr-item.active {
                        font-family: Verdana-Bold, sans-serif; }
                  #main-menu ul.menu-mainnav li.mega-menu .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .grid-container .mega-menu-content .level-1 .mega-block.mega-block-tw ul.mega-menu-row li.mmr-item {
                    width: 240px;
                    width: 24rem; }
    #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content {
      position: relative; }
      #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item {
          border: 1px solid var(--color-lo-blue, #34A6BF);
          border-bottom: 1px solid #E1F4F8;
          border-top-left-radius: 0 !important;
          border-top-right-radius: 0 !important;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
          #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item .toggle-subnav {
            display: inline-block;
            vertical-align: middle;
            width: 26px;
            height: 26px;
            background-image: var(--svg-chevron-down-solid-blue, url("../Icons/chevron-down-solid-blue.svg"));
            background-repeat: no-repeat;
            background-size: 15px 15px;
            background-position: center 5px;
            position: relative;
            z-index: 10;
            right: -9px;
            bottom: 0px; }
          #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item.initial {
            border: 1px solid var(--color-lo-blue, #34A6BF);
            border-radius: 0 !important; }
          #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item:hover:after, #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item.show:after {
            display: inline-block;
            content: '';
            height: 4px;
            position: absolute;
            z-index: 10;
            background-color: #DAF1F6;
            width: 100%;
            left: 0;
            bottom: -2px; }
          #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item:hover a,
          #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item:hover span, #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item.show a,
          #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item.show span {
            color: var(--color-lo-orange, #f28d35); }
          #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item:hover .toggle-subnav, #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item.show .toggle-subnav {
            background-image: var(--svg-chevron-up-solid-orange, url("../Icons/chevron-up-solid-orange.svg"));
            background-position: center 5px; }
          #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item.active a, #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item.active span {
            font-family: Verdana-Bold, sans-serif; }
    #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel.item-title--lehrerleben .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 > ul,
    #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel.item-title--lehrerleben .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-1 > .mega-block > ul {
      -ms-flex-pack: right;
          justify-content: right; }
      #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel.item-title--lehrerleben .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 > ul li.item,
      #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel.item-title--lehrerleben .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-1 > .mega-block > ul li.item {
        margin-right: 30px;
        margin-right: 3rem; }
        #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel.item-title--lehrerleben .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 > ul li.item:last-child,
        #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel.item-title--lehrerleben .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-1 > .mega-block > ul li.item:last-child {
          margin-right: 0; }
    #main-menu ul.menu-mainnav li.mega-menu.multi-sublevel.item-title--lehrerleben .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-1 > .mega-block {
      border-radius: 6px 0px 6px 6px; }
    #main-menu ul.menu-mainnav li.mega-menu.single-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content {
      position: relative; }
      #main-menu ul.menu-mainnav li.mega-menu.single-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #main-menu ul.menu-mainnav li.mega-menu.single-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item {
          border: 1px solid var(--color-lo-blue, #34A6BF);
          border-radius: 6px;
          margin-right: 30px;
          margin-right: 3rem;
          margin-bottom: 20px;
          margin-bottom: 2rem; }
          #main-menu ul.menu-mainnav li.mega-menu.single-sublevel .menu-popup .popup-outerwrap .popup-wrap .popup-innerwrap .mega-menu-content .level-0 ul li.item:last-child {
            margin-right: 0; }
    #main-menu ul.menu-mainnav li.mega-menu.single-sublevel.item-title--fortbildungen .level-0 > ul {
      -ms-flex-pack: center;
          justify-content: center; }
    #main-menu ul.menu-mainnav li.mega-menu.single-sublevel.item-title--tools .level-0 > ul, #main-menu ul.menu-mainnav li.mega-menu.single-sublevel.item-title--lehrerleben .level-0 > ul {
      -ms-flex-pack: right;
          justify-content: right; }
    #main-menu ul.menu-mainnav li.mega-menu.show .menu-popup {
      visibility: visible; }
    #main-menu ul.menu-mainnav a {
      padding: 5px;
      padding: 0.5rem; }

.toggle-subnav:focus-visible {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(52, 166, 191, 0.8);
  outline: 0; }

.pageheader.compressed #main-menu ul.menu-mainnav {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0; }
  .pageheader.compressed #main-menu ul.menu-mainnav li {
    margin-bottom: 0; }
    .pageheader.compressed #main-menu ul.menu-mainnav li a {
      padding-right: 0; }
    .pageheader.compressed #main-menu ul.menu-mainnav li .menu-popup {
      top: 60px; }

.pageheader.compressed .top-bar {
  margin-right: 20px; }

.pageheader.compressed #top-menu-2 li,
.pageheader.compressed .basket-button-in-page-header {
  margin-bottom: 0; }
  .pageheader.compressed #top-menu-2 li [class^="fa"],
  .pageheader.compressed #top-menu-2 li .icon-badge-wrap,
  .pageheader.compressed .basket-button-in-page-header [class^="fa"],
  .pageheader.compressed .basket-button-in-page-header .icon-badge-wrap {
    margin-bottom: 0; }

.pageheader.compressed .top-menu-label {
  display: none; }

/* for dev / debug only  */
.pid__1003703 #main-menu-row #main-menu ul.menu-mainnav li.mega-menu .menu-popup {
  display: block !important;
  visibility: visible; }

.circle-behind {
  display: inline-block;
  border-radius: 100%;
  width: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  color: #fff; }
  .circle-behind.weiss-auf-blau {
    background-color: #fff;
    color: var(--color-lo-blue, #34A6BF); }
  .circle-behind.rot-auf-blau {
    background-color: var(--color-lo-orange, #f28d35);
    color: var(--color-lo-blue, #34A6BF); }
  .circle-behind.red {
    background-color: var(--color-lo-orange, #f28d35);
    color: #fff; }

.colorcat-portal-2-bg {
  background-color: #022aba; }
  .colorcat-portal-2-bg span:before {
    color: #022aba !important; }

.colorcat-portal-3-bg,
.colorcat-portal-6-bg,
.colorcat-portal-7-bg {
  background-color: #4f4f4f; }
  .colorcat-portal-3-bg span:before,
  .colorcat-portal-6-bg span:before,
  .colorcat-portal-7-bg span:before {
    color: #4f4f4f !important; }

.colorcat-premium-bg {
  background-color: #FFBF00; }
  .colorcat-premium-bg:before {
    color: #FFBF00 !important; }

html {
  /* Font base size is set in foundation css, */
  /* see  /Vendor/foundation-sites/scss/_settings_overrides.scss  */
  scroll-behavior: smooth; }

body {
  font-size: 18px;
  font-size: 1.8rem; }

textarea,
input,
select {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-variant: normal;
  padding: .3em .75em;
  font-size: 15px;
  font-size: 1.5rem; }

select {
  appearance: auto; }

h1,
h2,
h3,
h4 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--color-lo-blue, #34A6BF); }

h1,
h2 {
  font-family: Verdana-Bold, sans-serif; }

h1 {
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  word-wrap: break-word; }
  @media print, screen and (max-width: 39.99875em) {
    h1 {
      font-size: 3rem; } }
  @media print, screen and (max-width: 27.49875em) {
    h1 {
      font-size: 2.2rem; } }

h2 {
  margin: 0 0 20px;
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem; }
  @media print, screen and (max-width: 49.99875em) {
    h2 {
      font-size: 1.8rem; } }

h3 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  font-size: 20px;
  font-size: 2rem; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

h5 {
  color: #4f4f4f;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

/* Header-Content element: no margin on h1 ... , as margin is set for CE itself */
.frame-type-header > header h2, .frame-type-header > header h3, .frame-type-header > header h4 {
  margin-bottom: 0; }

hr {
  color: #ECECEC; }

p {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

sub {
  font-size: 7px;
  font-size: 0.7rem; }

button:hover,
input[type="submit"]:hover {
  cursor: pointer; }

.q {
  margin: 20px; }

a:hover [class^="icon-"],
a:hover [class*=" icon-"],
a:hover [class^="button"] {
  text-decoration: none !important; }
  a:hover [class^="icon-"]:before,
  a:hover [class*=" icon-"]:before,
  a:hover [class^="button"]:before {
    text-decoration: none !important; }

a.no-underline {
  text-decoration: none; }

a.no-bold {
  font-weight: normal !important; }

a.download, a.add-to-collection, a.print, a.internal-link, a.external-link, a.external-link-new-window, a.mail {
  position: relative; }
  a.download:before, a.add-to-collection:before, a.print:before, a.internal-link:before, a.external-link:before, a.external-link-new-window:before, a.mail:before {
    position: static;
    display: inline-block;
    content: '\ec88';
    margin: 0 .375em 0 0;
    -ms-transform: translateY(3px);
        transform: translateY(3px); }

a.internal-link:before {
  display: none;
  content: '\ea42'; }

a.add-to-collection:before {
  content: '\e9d2'; }

a.print:before {
  content: '\e90c'; }

a.mail:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  margin-right: 2px;
  margin-right: .25rem;
  content: '\e945'; }

a.external-link:before, a.external-link-new-window:before {
  display: none; }

figure a.download:before, figure a.download:after, figure a.add-to-collection:before, figure a.add-to-collection:after, figure a.print:before, figure a.print:after, figure a.internal-link:before, figure a.internal-link:after, figure a.external-link:before, figure a.external-link:after, figure a.external-link-new-window:before, figure a.external-link-new-window:after, figure a.mail:before, figure a.mail:after, .image a.download:before, .image a.download:after, .image a.add-to-collection:before, .image a.add-to-collection:after, .image a.print:before, .image a.print:after, .image a.internal-link:before, .image a.internal-link:after, .image a.external-link:before, .image a.external-link:after, .image a.external-link-new-window:before, .image a.external-link-new-window:after, .image a.mail:before, .image a.mail:after {
  display: none; }

.boxed a.download,
.boxed a.add-to-collection,
.boxed a.print,
.boxed a.internal-link,
.boxed a.external-link,
.boxed a.external-link-new-window,
.boxed a.mail,
.frame-custom-500 a.download,
.frame-custom-500 a.add-to-collection,
.frame-custom-500 a.print,
.frame-custom-500 a.internal-link,
.frame-custom-500 a.external-link,
.frame-custom-500 a.external-link-new-window,
.frame-custom-500 a.mail,
.frame-custom-501 a.download,
.frame-custom-501 a.add-to-collection,
.frame-custom-501 a.print,
.frame-custom-501 a.internal-link,
.frame-custom-501 a.external-link,
.frame-custom-501 a.external-link-new-window,
.frame-custom-501 a.mail,
.frame-custom-502 a.download,
.frame-custom-502 a.add-to-collection,
.frame-custom-502 a.print,
.frame-custom-502 a.internal-link,
.frame-custom-502 a.external-link,
.frame-custom-502 a.external-link-new-window,
.frame-custom-502 a.mail,
.frame-custom-503 a.download,
.frame-custom-503 a.add-to-collection,
.frame-custom-503 a.print,
.frame-custom-503 a.internal-link,
.frame-custom-503 a.external-link,
.frame-custom-503 a.external-link-new-window,
.frame-custom-503 a.mail,
.frame-custom-504 a.download,
.frame-custom-504 a.add-to-collection,
.frame-custom-504 a.print,
.frame-custom-504 a.internal-link,
.frame-custom-504 a.external-link,
.frame-custom-504 a.external-link-new-window,
.frame-custom-504 a.mail,
.frame-custom-505 a.download,
.frame-custom-505 a.add-to-collection,
.frame-custom-505 a.print,
.frame-custom-505 a.internal-link,
.frame-custom-505 a.external-link,
.frame-custom-505 a.external-link-new-window,
.frame-custom-505 a.mail,
.frame-custom-506 a.download,
.frame-custom-506 a.add-to-collection,
.frame-custom-506 a.print,
.frame-custom-506 a.internal-link,
.frame-custom-506 a.external-link,
.frame-custom-506 a.external-link-new-window,
.frame-custom-506 a.mail,
.frame-custom-507 a.download,
.frame-custom-507 a.add-to-collection,
.frame-custom-507 a.print,
.frame-custom-507 a.internal-link,
.frame-custom-507 a.external-link,
.frame-custom-507 a.external-link-new-window,
.frame-custom-507 a.mail,
.frame-custom-550 a.download,
.frame-custom-550 a.add-to-collection,
.frame-custom-550 a.print,
.frame-custom-550 a.internal-link,
.frame-custom-550 a.external-link,
.frame-custom-550 a.external-link-new-window,
.frame-custom-550 a.mail,
.frame-custom-551 a.download,
.frame-custom-551 a.add-to-collection,
.frame-custom-551 a.print,
.frame-custom-551 a.internal-link,
.frame-custom-551 a.external-link,
.frame-custom-551 a.external-link-new-window,
.frame-custom-551 a.mail,
.frame-custom-552 a.download,
.frame-custom-552 a.add-to-collection,
.frame-custom-552 a.print,
.frame-custom-552 a.internal-link,
.frame-custom-552 a.external-link,
.frame-custom-552 a.external-link-new-window,
.frame-custom-552 a.mail,
.frame-custom-553 a.download,
.frame-custom-553 a.add-to-collection,
.frame-custom-553 a.print,
.frame-custom-553 a.internal-link,
.frame-custom-553 a.external-link,
.frame-custom-553 a.external-link-new-window,
.frame-custom-553 a.mail,
.frame-custom-554 a.download,
.frame-custom-554 a.add-to-collection,
.frame-custom-554 a.print,
.frame-custom-554 a.internal-link,
.frame-custom-554 a.external-link,
.frame-custom-554 a.external-link-new-window,
.frame-custom-554 a.mail,
.frame-custom-555 a.download,
.frame-custom-555 a.add-to-collection,
.frame-custom-555 a.print,
.frame-custom-555 a.internal-link,
.frame-custom-555 a.external-link,
.frame-custom-555 a.external-link-new-window,
.frame-custom-555 a.mail {
  white-space: normal; }

b,
strong {
  font-family: Verdana-Bold, sans-serif; }

em,
i {
  font-style: italic; }

pre {
  white-space: pre-wrap;
  font-size: 18px;
  background: #ECECEC;
  padding: 1em; }

ul,
ol {
  padding-left: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

ul li {
  margin-bottom: 7px;
  margin-bottom: .75rem;
  margin-left: 20px;
  margin-left: 2rem; }

ol li {
  list-style: decimal;
  margin-bottom: 7px;
  margin-bottom: .75rem;
  margin-left: 33px;
  margin-left: 3.3rem; }

.csc-default.frame > div > ul {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.text-centered {
  text-align: center; }

/* INA ENDERS 30.10.19 */
.alert-message {
  font-weight: bold; }

.hidden {
  display: none; }

.bold {
  font-family: Verdana-Bold, sans-serif;
  font-weight: normal; }
  .bold.headline {
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }

.maincontent cite:before,
.maincontent .cite-block:before {
  content: ""; }

.trennelement-container--color3 h1,
.trennelement-container--color3 h2,
.trennelement-container--color3 h3,
.trennelement-container--color3 h4 {
  color: var(--color-lo-orange, #f28d35); }

svg.svgfillorange path {
  fill: var(--color-lo-orange, #f28d35); }

.skip-link {
  position: fixed;
  top: -40px;
  left: 0;
  background-color: var(--color-lo-blue, #34A6BF);
  color: #fff !important;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  height: 1px;
  width: 1px; }
  .skip-link:focus {
    top: 0;
    clip: auto;
    height: auto;
    width: auto;
    white-space: normal; }

blockquote, blockquote p {
  line-height: inherit;
  color: inherit;
  padding: inherit;
  margin: inherit;
  border: none; }

[class^="ad-"], [class*=" ad-"] {
  line-height: 0; }

/* Import banner-types */
.ad-content-mediumrect {
  width: 100%; }
  .ad-content-mediumrect img {
    width: 100%; }

@media print, screen and (max-width: 49.99875em) {
  .responsive {
    margin-left: auto;
    margin-right: auto; } }

.responsive img {
  width: 100% !important;
  height: auto !important;
  max-width: 425px; }

.responsive.banner-300 {
  max-width: 300px; }

.rectangel .responsive {
  max-width: 300px;
  margin: 0 auto 0 auto;
  text-align: center; }
  .rectangel .responsive:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .rectangel .responsive.empty {
    display: none; }

.highbanner .empty {
  display: none; }

.content-wrapper .ad-superbanner {
  display: block;
  position: relative;
  text-align: right;
  min-height: 90px;
  background-color: #ECECEC;
  z-index: 20;
  margin: 0 auto;
  padding-bottom: 2px;
  width: calc(1200px + 2px); }
  @media print, screen and (max-width: 63.99875em) {
    .content-wrapper .ad-superbanner {
      display: none; } }
  @media print, screen and (max-width: 74.99875em) {
    .content-wrapper .ad-superbanner {
      width: calc(100% - 203px + 2px); } }
  @media screen and (min-width: 75em) {
    .content-wrapper .ad-superbanner {
      width: calc(1200px + 2px); } }

.werbeelement--content .banner-728 > ins {
  display: block;
  text-align: left;
  text-decoration: none;
  width: 100%; }

.ad-right-skyscraper-wide {
  margin-left: 2px;
  float: left; }
  .ad-right-skyscraper-wide iframe {
    margin-left: 20px; }
  @media print, screen and (max-width: 63.99875em) {
    .ad-right-skyscraper-wide {
      display: none; } }

.button,
.button-filled,
.button-inverted {
  background: var(--color-lo-orange, #f28d35);
  color: #fff;
  border: 2px solid var(--color-lo-orange, #f28d35);
  border-radius: 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 16px;
  line-height: 1.6rem;
  white-space: nowrap;
  padding: 0 !important;
  cursor: pointer;
  /* hier deaktiviert, weil schon durch foundation eine animation gemacht wird */
  transition: none; }
  .button > button,
  .button-filled > button,
  .button-inverted > button {
    width: 100%; }
  .button > a, .button > span, .button > input, .button > button,
  .button-filled > a,
  .button-filled > span,
  .button-filled > input,
  .button-filled > button,
  .button-inverted > a,
  .button-inverted > span,
  .button-inverted > input,
  .button-inverted > button {
    background: var(--color-lo-orange, #f28d35);
    color: #fff;
    font-family: Verdana-Bold, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 15px 10px 15px !important;
    display: block;
    border-radius: 0 !important;
    margin: 0 !important;
    border: none !important;
    line-height: 16px;
    line-height: 1.6rem;
    text-align: center;
    text-wrap: auto;
    /* noch weiter innen liegende SPANs: nicht noch mal Abstaende */
    /* fonticon im Button, mit Text in span dahinter: Abstand */
    transition: none; }
    .button > a span, .button > span span, .button > input span, .button > button span,
    .button-filled > a span,
    .button-filled > span span,
    .button-filled > input span,
    .button-filled > button span,
    .button-inverted > a span,
    .button-inverted > span span,
    .button-inverted > input span,
    .button-inverted > button span {
      padding: 0 !important;
      margin: 0; }
    .button > a > i[class^="fa-"], .button > span > i[class^="fa-"], .button > input > i[class^="fa-"], .button > button > i[class^="fa-"],
    .button-filled > a > i[class^="fa-"],
    .button-filled > span > i[class^="fa-"],
    .button-filled > input > i[class^="fa-"],
    .button-filled > button > i[class^="fa-"],
    .button-inverted > a > i[class^="fa-"],
    .button-inverted > span > i[class^="fa-"],
    .button-inverted > input > i[class^="fa-"],
    .button-inverted > button > i[class^="fa-"] {
      padding-right: 0 !important; }
    .button > a > i[class^="fa-"] + span, .button > span > i[class^="fa-"] + span, .button > input > i[class^="fa-"] + span, .button > button > i[class^="fa-"] + span,
    .button-filled > a > i[class^="fa-"] + span,
    .button-filled > span > i[class^="fa-"] + span,
    .button-filled > input > i[class^="fa-"] + span,
    .button-filled > button > i[class^="fa-"] + span,
    .button-inverted > a > i[class^="fa-"] + span,
    .button-inverted > span > i[class^="fa-"] + span,
    .button-inverted > input > i[class^="fa-"] + span,
    .button-inverted > button > i[class^="fa-"] + span {
      margin-left: 10px !important;
      margin-left: 1rem !important; }
    .button > a:hover, .button > span:hover, .button > input:hover, .button > button:hover,
    .button-filled > a:hover,
    .button-filled > span:hover,
    .button-filled > input:hover,
    .button-filled > button:hover,
    .button-inverted > a:hover,
    .button-inverted > span:hover,
    .button-inverted > input:hover,
    .button-inverted > button:hover {
      text-decoration: none; }
  .button:hover, .button.active,
  .button-filled:hover,
  .button-filled.active,
  .button-inverted:hover,
  .button-inverted.active {
    background-color: #fff !important;
    color: var(--color-lo-orange, #f28d35); }
    .button:hover a, .button:hover span, .button:hover input, .button:hover button, .button.active a, .button.active span, .button.active input, .button.active button,
    .button-filled:hover a,
    .button-filled:hover span,
    .button-filled:hover input,
    .button-filled:hover button,
    .button-filled.active a,
    .button-filled.active span,
    .button-filled.active input,
    .button-filled.active button,
    .button-inverted:hover a,
    .button-inverted:hover span,
    .button-inverted:hover input,
    .button-inverted:hover button,
    .button-inverted.active a,
    .button-inverted.active span,
    .button-inverted.active input,
    .button-inverted.active button {
      background-color: #fff !important;
      color: var(--color-lo-orange, #f28d35); }
  .button a:focus-visible,
  .button button:focus-visible,
  .button input:focus-visible,
  .button-filled a:focus-visible,
  .button-filled button:focus-visible,
  .button-filled input:focus-visible,
  .button-inverted a:focus-visible,
  .button-inverted button:focus-visible,
  .button-inverted input:focus-visible {
    background-color: #fff !important;
    color: var(--color-lo-orange, #f28d35); }
  .button:focus-visible,
  .button-filled:focus-visible,
  .button-inverted:focus-visible {
    outline: 3px solid var(--color-lo-orange, #f28d35);
    outline-offset: 2px;
    border-radius: 4px; }

*[class^="button-group-"] {
  display: -ms-flexbox;
  display: flex; }
  *[class^="button-group-"][class^="button-group-column"] {
    -ms-flex-direction: column;
        flex-direction: column; }
    *[class^="button-group-"][class^="button-group-column"][class^="button-group-column-left"] {
      -ms-flex-pack: start;
          justify-content: start; }
  *[class^="button-group-"] .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px; }
    *[class^="button-group-"] .button:last-of-type {
      margin-bottom: 0; }

.button-disable {
  cursor: default !important;
  color: #ECECEC; }

#back2Top {
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 215px;
  right: 10px;
  right: 1rem;
  opacity: 1;
  font-size: 40px;
  color: var(--color-lo-orange, #f28d35); }

#back2Top:hover {
  text-decoration: none;
  color: var(--color-lo-orange, #f28d35); }

.fortbildung_button_orange {
  border-radius: 160px;
  background: var(--color-lo-orange, #f28d35) !important;
  border: 0px;
  padding: 11px;
  font-size: 20px; }

.button i[class^="fa-"] {
  padding-right: 5px;
  padding-right: 0.5rem; }
  .button i[class^="fa-"].fa-arrows-rotate, .button i[class^="fa-"].fa-list-check {
    font-size: 15px;
    font-size: 1.5rem; }

.tx-felogin-pi1 .button {
  /* button hier hat display:flex statt display:inline-block, daher: */
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.toggle-animation-button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border: 2px solid #4f4f4f;
  border-radius: 50%; }
  .toggle-animation-button:after, .toggle-animation-button:before {
    content: "";
    position: absolute;
    top: 9px;
    width: 7px;
    height: 18px;
    background-color: #4f4f4f;
    left: 9px; }
  .toggle-animation-button:after {
    left: auto;
    right: 9px; }
  .toggle-animation-button.is-paused:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #4f4f4f;
    background: none !important;
    left: 12px;
    top: 8px; }
  .toggle-animation-button.is-paused:after {
    display: none; }
  .toggle-animation-button:hover {
    border-color: var(--color-lo-orange, #f28d35); }
    .toggle-animation-button:hover:after, .toggle-animation-button:hover:before {
      background-color: var(--color-lo-orange, #f28d35);
      border-left-color: var(--color-lo-orange, #f28d35); }

.startseitenvideobanner .toggle-animation-button {
  top: 10px; }

.video-container .toggle-animation-button {
  z-index: 11; }

.banner .container-image img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.banner ul {
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0;
  margin: 2rem 0; }

.banner li {
  padding-left: 33px;
  padding-left: 3.3rem;
  margin-left: 0;
  position: relative;
  font-family: 'Verdana-Bold'; }
  .banner li:before {
    content: '';
    /* Notwendig, um das Pseudoelement zu erzeugen */
    position: absolute;
    /* Positioniert das Pseudoelement relativ zum Elternelement */
    left: 4px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url("../Icons/check-solid.svg");
    background-size: cover;
    background-repeat: no-repeat; }

.banner.fachseitenbanner {
  padding: 20px 0;
  padding: 2rem 0; }
  .banner.fachseitenbanner .headcontent-fachportal {
    max-width: 100%;
    padding: 0 calc(20px / 2.0);
    max-width: calc(1100px + 2 * 160px + 2 * 40px + 20px / 2.0);
    padding: 0 calc(20px / 2.0);
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .banner.fachseitenbanner .headcontent-fachportal {
        max-width: calc(1100px + 2.0 * 160px + 2 * 40px + 30px / 2.0);
        padding: 0 calc(30px / 2.0); } }
  .banner.fachseitenbanner .container-text h2 {
    font-family: Verdana-Regular, sans-serif;
    color: #4f4f4f; }
  .banner.fachseitenbanner .container-image {
    width: 100%;
    height: 100%;
    max-width: 650px; }

.banner.footerbanner {
  background-color: transparent; }
  .banner.footerbanner .container-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: left;
        justify-content: left; }
    .banner.footerbanner .container-image img {
      max-width: 400px; }

.banner.bildbanner {
  position: relative;
  /* no text -> no color overlay */ }
  .banner.bildbanner .container-image {
    position: relative; }
    .banner.bildbanner .container-image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0);
      background: rgba(62, 61, 61, 0.3); }
  .banner.bildbanner.no-text-content .container-image:before {
    display: none; }
  .banner.bildbanner .container-text {
    position: absolute;
    bottom: 30%;
    padding: 2px 12px;
    background-color: var(--color-lo-blue, #34A6BF); }
    @media print, screen and (max-width: 74.99875em) {
      .banner.bildbanner .container-text {
        bottom: 10%; } }
    @media print, screen and (max-width: 49.99875em) {
      .banner.bildbanner .container-text {
        bottom: 0%; } }
    .banner.bildbanner .container-text > h1 {
      font-size: 35px;
      font-size: 3.5rem;
      color: #fff;
      line-height: 55px;
      line-height: 5.5rem; }
      @media print, screen and (max-width: 49.99875em) {
        .banner.bildbanner .container-text > h1 {
          font-size: 2.5rem;
          margin-bottom: 0; } }
      .banner.bildbanner .container-text > h1:last-child {
        margin-bottom: 0; }
    .banner.bildbanner .container-text > p {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem;
      margin-bottom: 30px;
      margin-bottom: 3rem;
      color: #fff; }
      .banner.bildbanner .container-text > p:last-child {
        margin-bottom: 15px;
        margin-bottom: 1.5rem; }

.banner.startseitenbildbanner, .banner.startseitenvideobanner {
  background: #fff;
  background: linear-gradient(90deg, #fff 0%, #E1F4F8 100%); }
  @media print, screen and (max-width: 63.99875em) {
    .banner.startseitenbildbanner, .banner.startseitenvideobanner {
      padding: 25px 0 !important; } }
  .banner.startseitenbildbanner .container-text-wrap, .banner.startseitenvideobanner .container-text-wrap {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .banner.startseitenbildbanner .container-text-wrap .container-text, .banner.startseitenvideobanner .container-text-wrap .container-text {
      bottom: 0;
      left: 0; }
      .banner.startseitenbildbanner .container-text-wrap .container-text h1, .banner.startseitenvideobanner .container-text-wrap .container-text h1 {
        text-transform: uppercase;
        font-size: 35px;
        font-size: 3.5rem; }
        @media print, screen and (max-width: 49.99875em) {
          .banner.startseitenbildbanner .container-text-wrap .container-text h1, .banner.startseitenvideobanner .container-text-wrap .container-text h1 {
            font-size: 2.5rem;
            line-height: 1;
            margin-bottom: 0.25rem; } }
        @media print, screen and (max-width: 27.49875em) {
          .banner.startseitenbildbanner .container-text-wrap .container-text h1, .banner.startseitenvideobanner .container-text-wrap .container-text h1 {
            font-size: 1.5rem; } }
      .banner.startseitenbildbanner .container-text-wrap .container-text p, .banner.startseitenvideobanner .container-text-wrap .container-text p {
        font-size: 30px;
        font-size: 3rem;
        line-height: 39px;
        line-height: 3.9rem;
        margin-bottom: 0; }
        @media print, screen and (max-width: 49.99875em) {
          .banner.startseitenbildbanner .container-text-wrap .container-text p, .banner.startseitenvideobanner .container-text-wrap .container-text p {
            font-size: 1.8rem;
            line-height: 2.5rem; } }
        @media print, screen and (max-width: 27.49875em) {
          .banner.startseitenbildbanner .container-text-wrap .container-text p, .banner.startseitenvideobanner .container-text-wrap .container-text p {
            font-size: 1.5rem;
            line-height: 2.5rem; } }
  .banner.startseitenbildbanner .container-image img, .banner.startseitenvideobanner .container-image img {
    max-width: 650px; }

.banner.startseitenvideobanner {
  position: relative; }
  .banner.startseitenvideobanner .container-image img {
    cursor: pointer; }
  .banner.startseitenvideobanner .textanimation {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 25px;
    line-height: 2.5rem; }
    @media print, screen and (max-width: 49.99875em) {
      .banner.startseitenvideobanner .textanimation {
        font-size: 1.8rem; } }
    .banner.startseitenvideobanner .textanimation .autowidth {
      width: auto; }
    .banner.startseitenvideobanner .textanimation .textbox {
      height: 50px;
      overflow: hidden;
      position: relative;
      line-height: 50px;
      margin-bottom: -1px;
      font-size: 27px;
      font-size: 2.7rem;
      line-height: 25px;
      line-height: 2.5rem; }
      @media print, screen and (max-width: 49.99875em) {
        .banner.startseitenvideobanner .textanimation .textbox {
          font-size: 1.8rem; } }
      .banner.startseitenvideobanner .textanimation .textbox .scrolling-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        animation: scrollText 12s ease-in-out infinite; }
        .banner.startseitenvideobanner .textanimation .textbox .scrolling-text .text-item {
          height: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: -0.25px; }
        .banner.startseitenvideobanner .textanimation .textbox .scrolling-text.is-paused {
          animation: none; }

@keyframes scrollText {
  0%, 20% {
    top: 0; }
  25%, 45% {
    top: -50px; }
  50%, 70% {
    top: -100px; }
  75%, 95% {
    top: -150px; }
  100% {
    top: -200px;
    /* Den Text vollständig ausblenden, bevor er neu beginnt */ } }

.banner.bildtextbanner {
  padding-top: 60px;
  padding-top: 6rem;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  .banner.bildtextbanner h2 {
    font-size: 22px;
    font-size: 2.2rem; }
  .banner.bildtextbanner img {
    border-radius: 0 !important; }

.banner.meinlodashboard .username {
  color: #4f4f4f;
  font-size: 130%;
  font-family: 'Verdana-Bold'; }

.banner.meinlodashboard .container-image {
  max-width: 350px;
  margin: 0 auto; }

.banner.meinlodashboard .container-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .banner.meinlodashboard .container-text .button {
    margin: 10px 20px 0 0;
    margin: 1rem 2rem 0 0; }

@media print, screen and (max-width: 39.99875em) {
  .banner.bannertextleftimageright .cell-1 {
    -ms-flex-order: 2;
        order: 2; } }

.banner.bildlistentextbanner {
  width: 220px;
  min-height: 340px;
  background: #fff;
  border: 1px #ECECEC solid;
  border-radius: 0 !important;
  padding: 9px;
  padding: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }
  .banner.bildlistentextbanner .container-image {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .banner.bildlistentextbanner .container-image img {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain; }
  .banner.bildlistentextbanner h3 {
    font-family: 'Verdana-Bold';
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center; }
  .banner.bildlistentextbanner .container-text {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    font-size: 14px;
    font-size: 1.4rem; }
    .banner.bildlistentextbanner .container-text li {
      font-family: inherit; }
      .banner.bildlistentextbanner .container-text li:before {
        background-image: url("../Icons/check_mark_blue.svg"); }
  .banner.bildlistentextbanner .button {
    margin-top: auto;
    margin-top: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .banner.bildlistentextbanner .button a {
      padding: 6px !important;
      font-size: 14px;
      font-size: 1.4rem; }

#popup-element video {
  width: 100%;
  height: auto; }

article .cartoonisten {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  article .cartoonisten.twocol .col {
    padding-bottom: 20px;
    width: calc( 50% - 20px) !important; }
    article .cartoonisten.twocol .col > .csc-default, article .cartoonisten.twocol .col > .frame {
      height: 100%; }
      article .cartoonisten.twocol .col > .csc-default > .tx-locore-tippautoimage, article .cartoonisten.twocol .col > .frame > .tx-locore-tippautoimage {
        height: 100%; }
  article .cartoonisten .col > div {
    border: none;
    box-shadow: none; }

.checkable {
  color: s; }
  .checkable.checked:before {
    content: '\2611';
    margin-right: 0.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .checkable:before {
    content: '\2610';
    margin-right: 0.3em;
    font-size: 140%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .checkable:hover:before {
    text-decoration: none !important; }

.ce__nlsubscribe {
  margin-top: 1em;
  background-image: url("../Images/Hintergrund Newsletteranmeldung_x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  height: 470px;
  position: relative;
  color: #fff;
  padding: 54px 20px 48px 20px;
  text-align: center; }
  .ce__nlsubscribe h3 {
    color: #fff;
    line-height: 25px;
    line-height: 2.5rem;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    position: absolute;
    top: 130px;
    left: 5px;
    font-size: 70px;
    font-size: 7rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.86602540, M12=0.50000000, M21=-0.50000000, M22=0.86602540,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.86602540, M12=0.50000000, M21=-0.50000000, M22=0.86602540,sizingMethod='auto expand');
    -moz-transform: matrix(0.86603, -0.5, 0.5, 0.86603, 0, 0);
    -webkit-transform: matrix(0.86603, -0.5, 0.5, 0.86603, 0, 0);
    -o-transform: matrix(0.86603, -0.5, 0.5, 0.86603, 0, 0); }
  .ce__nlsubscribe p {
    color: #fff;
    padding: 0px 0 0px 0;
    padding: 0rem 0 0rem 0;
    margin-bottom: 0; }
  .ce__nlsubscribe .text {
    padding: 5px;
    border: 0; }
  .ce__nlsubscribe form input {
    line-height: 15px;
    line-height: 1.5625rem; }
  .ce__nlsubscribe form button {
    padding: 3px 15px 3px;
    margin-bottom: 40px;
    border-radius: 10px; }
  .ce__nlsubscribe form input[type="text"] {
    width: 100%;
    background-image: url("../Icons/Fonticons/envelop.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-left: 50px;
    margin-bottom: 15px; }

.csc-textpic-intext-right .csc-textpic-imagewrap {
  float: right;
  margin-left: 12px;
  margin-left: 1.25rem; }

.csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left;
  margin-right: 12px;
  margin-right: 1.25rem; }

.csc-textpic-center,
.ce-center:not(.ce-above) {
  text-align: center; }

.csc-textpic-caption,
figure.image figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px;
  padding: 0.625rem;
  margin: 0; }

.csc-textpic-imagecolumn {
  float: left;
  padding-right: 10px; }

.csc-textpic-imagewrap {
  margin-bottom: 1em; }

.csc-header-alignment-center,
.ce-headline-center {
  text-align: center; }

.csc-header-alignment-right {
  text-align: right; }

.csc-textpic-image,
.ce-image .image {
  font-size: 90%; }
  .csc-textpic-image img,
  .ce-image .image img {
    display: inline-block;
    max-width: 100%;
    height: auto; }

.onecol figure.csc-textpic-image img {
  max-width: 100%;
  height: auto; }

.row hr {
  margin-right: 0px; }

sup {
  vertical-align: super; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .responsive-video.show-control-bar {
    padding-bottom: calc(56.25% + 36px);
    /* Default for 1600x900 videos 16:9 ratio + control bar 36px high */ }

video {
  border-radius: 0 !important; }

.ce__nlsubscribe {
  margin-top: 0; }

.devider {
  margin: 0 0 31px;
  margin: 0 0 3.125rem; }

.narrowColumn {
  padding: 0 150px; }
  @media print, screen and (max-width: 49.99875em) {
    .narrowColumn {
      padding: 0; } }

.pid__1 .row-fluid .csc-textpic-imagewrap {
  margin-bottom: 0; }

/* vertical distances */
/* main column */
.maincontent .twocol.row .col.span8 > *:not(.span12),
.maincontent .twocol.row .col.span6 > *:not(.span12),
.maincontent .onecol.row > *:not(.span12) {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

/* vertical distances */
/* marginal column */
.maincontent .twocol.row > .col.span4 {
  /* No margin for unwrapped header */
  /* (ill referenced ce "Unsere neuesten Unterrichtseinheiten") */ }
  .maincontent .twocol.row > .col.span4 > *,
  .maincontent .twocol.row > .col.span4 > .csc-default > .csc-default, .maincontent .twocol.row > .col.span4 > .frame > .frame,
  .maincontent .twocol.row > .col.span4 .boxed,
  .maincontent .twocol.row > .col.span4 .frame-custom-500,
  .maincontent .twocol.row > .col.span4 .frame-custom-501,
  .maincontent .twocol.row > .col.span4 .frame-custom-502,
  .maincontent .twocol.row > .col.span4 .frame-custom-503,
  .maincontent .twocol.row > .col.span4 .frame-custom-504,
  .maincontent .twocol.row > .col.span4 .frame-custom-505,
  .maincontent .twocol.row > .col.span4 .frame-custom-506,
  .maincontent .twocol.row > .col.span4 .frame-custom-507,
  .maincontent .twocol.row > .col.span4 .frame-custom-550,
  .maincontent .twocol.row > .col.span4 .frame-custom-551,
  .maincontent .twocol.row > .col.span4 .frame-custom-552,
  .maincontent .twocol.row > .col.span4 .frame-custom-553,
  .maincontent .twocol.row > .col.span4 .frame-custom-554,
  .maincontent .twocol.row > .col.span4 .frame-custom-555,
  .maincontent .twocol.row > .col.span4 .marginal--content,
  .maincontent .twocol.row > .col.span4 .werbeelement--content {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .maincontent .twocol.row > .col.span4 > .csc-header,
  .maincontent .twocol.row > .col.span4 > header {
    margin-bottom: 0; }
  .maincontent .twocol.row > .col.span4 > .csc-default > .marginal--content > .csc-default:last-child, .maincontent .twocol.row > .col.span4 > .csc-default > .marginal--content > .frame:last-child, .maincontent .twocol.row > .col.span4 > .frame > .marginal--content > .csc-default:last-child, .maincontent .twocol.row > .col.span4 > .frame > .marginal--content > .frame:last-child {
    margin-bottom: 0; }

/* Horizontal marginal (Dossiers)  */
.maincontent .marginalrow div[class^='trennelement-innerwrap'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: left;
      justify-content: left; }
  .maincontent .marginalrow div[class^='trennelement-innerwrap'] > DIV {
    width: 335px;
    margin: 0 20px 20px 0; }

/* Restore h2 upper margin in text */
.maincontent p + h2,
.maincontent ul + h2 {
  margin-top: 20px;
  margin-top: 2rem; }

/* Any last p: no bottom margin */
.maincontent p:last-child {
  margin-bottom: 0; }

/* no double margin for nested boxed containers */
.maincontent .boxed .boxed {
  margin-bottom: 0 !important; }

.csc-default, .frame {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  /* avoid double margins with csc-header elements, */
  /* exception: article header element (slider) with Focusthemen */ }
  .csc-default::before, .csc-default::after, .frame::before, .frame::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .csc-default::after, .frame::after {
    clear: both; }
  .csc-default:not(.boxed):not(article) > .csc-header:last-of-type, .frame:not(.boxed):not(article) > .csc-header:last-of-type {
    margin-bottom: calc(-2rem); }

.csc-default:empty, .frame:empty {
  margin-bottom: 0; }

.ce-image picture img,
.ce-textpic picture img {
  border-radius: 0 !important; }

.ce-textpic .ce-bodytext h4 {
  font-size: 18px;
  font-size: 1.8rem; }

.maincontent .frame-space-after-small {
  margin-bottom: 20px; }

.maincontent .frame-space-after-large {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.maincontent .frame-space-before-small {
  margin-top: 20px; }

.maincontent .frame-space-before-large {
  margin-top: 20px;
  margin-top: 2rem; }

/* detail pages */
article > *:not(h2):not(h3),
.lo-collection-show > *:not(h2):not(h3) {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.h5p-iframe-wrapper .h5p-content,
.h5p-iframe-wrapper .lo-font-family {
  font-family: Verdana-Regular, sans-serif; }

.frame-mobile-only {
  display: none !important; }

.frame-mobile-hidden {
  display: block !important; }

@media print, screen and (max-width: 27.49875em) {
  .frame-mobile-only {
    display: block !important; }
  .frame-mobile-hidden {
    display: none !important; } }

.maincontent article .grid-margin-y {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

a:focus-visible {
  outline: 2px solid #4f4f4f;
  border-radius: 4px;
  display: block; }

.checksymbol {
  list-style: none;
  padding-left: 0; }
  .checksymbol li {
    position: relative;
    padding-left: 20px; }
    .checksymbol li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--color-lo-orange, #f28d35);
      font-weight: bold; }

.cookie-notice {
  position: fixed;
  z-index: 150;
  background: #fff;
  padding: 20px;
  display: table; }
  .cookie-notice.accepted {
    display: none;
    height: 0;
    visibility: hidden; }
  .cookie-notice .csc-default, .cookie-notice .frame {
    display: table-cell;
    width: 80%;
    padding-right: 10px;
    margin-bottom: 0; }
    @media print, screen and (max-width: 63.99875em) {
      .cookie-notice .csc-default, .cookie-notice .frame {
        width: 75%; } }
    @media print, screen and (max-width: 39.99875em) {
      .cookie-notice .csc-default, .cookie-notice .frame {
        display: block;
        width: 100%;
        padding-right: 0; } }
  .cookie-notice-acceptance {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    padding-left: 10px; }
    .cookie-notice-acceptance .button {
      width: 100%; }
    @media print, screen and (max-width: 63.99875em) {
      .cookie-notice-acceptance {
        width: 25%; } }
    @media print, screen and (max-width: 39.99875em) {
      .cookie-notice-acceptance {
        display: block;
        width: 100%;
        padding-left: 0; } }
  .cookie-notice p.bodytext {
    font-size: 7px;
    font-size: 0.75rem;
    margin-bottom: 0; }
  .cookie-notice::before, .cookie-notice::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .cookie-notice::after {
    clear: both; }

.contenttable {
  border: 1px solid black;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: 0 !important;
  overflow: hidden; }
  .contenttable.total-width {
    width: 100%; }
  .contenttable caption {
    padding: 10px;
    text-align: left;
    background-color: var(--color-lo-blue, #34A6BF);
    color: #fff;
    border: 1px solid #fff;
    border-width: 1px 1px 0 1px;
    font-weight: 500; }
  .contenttable tr {
    display: table-row; }
  .contenttable td,
  .contenttable th {
    padding: 10px;
    display: table-cell;
    border: 1px solid #fff;
    border-width: 1px; }
    .contenttable td p:last-child,
    .contenttable th p:last-child {
      margin-bottom: 0; }
  .contenttable th {
    text-align: left;
    background-color: var(--color-lo-blue, #34A6BF);
    color: #fff;
    font-weight: 400;
    font-family: Verdana-Bold, sans-serif; }
    .contenttable th[scope="row"] {
      text-align: right; }
  .contenttable td {
    background-color: #E1F4F8; }

.discipline-group-head {
  padding: 6px;
  padding: 0.625rem;
  background-color: #4f4f4f;
  color: #fff;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1; }
  .discipline-group-head [class^="icon-"],
  .discipline-group-head [class*=" icon-"] {
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    width: 4rem;
    line-height: 40px;
    line-height: 4rem;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    color: #4f4f4f;
    font-size: 12px;
    font-size: 1.25rem;
    margin-right: 6px;
    margin-right: 0.625rem; }
  .discipline-group-head.colorcat-1 {
    background-color: #E1F4F8 !important; }
    .discipline-group-head.colorcat-1 [class^="icon-"],
    .discipline-group-head.colorcat-1 [class*=" icon-"] {
      color: #E1F4F8; }
  .discipline-group-head.colorcat-2 {
    background-color: var(--color-lo-blue, #34A6BF) !important; }
    .discipline-group-head.colorcat-2 [class^="icon-"],
    .discipline-group-head.colorcat-2 [class*=" icon-"] {
      color: var(--color-lo-blue, #34A6BF); }
  .discipline-group-head.colorcat-3 {
    background-color: #9FA686 !important; }
    .discipline-group-head.colorcat-3 [class^="icon-"],
    .discipline-group-head.colorcat-3 [class*=" icon-"] {
      color: #9FA686; }
  .discipline-group-head .text {
    vertical-align: middle; }
  .discipline-group-head h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 1; }

.tx-locore-lounit--detail .discipline-group-head {
  margin-bottom: 12px;
  margin-bottom: 1.25rem; }

/* Extended to layout tables with class 'dossier-detail-table' as link list */
.link-box.content,
.tx-locore-slot__wrapper.content {
  padding: 0 10px 10px 10px;
  padding: 0 1rem 1rem 1rem; }

.link-box > ul,
.link-box > table,
.tx-locore-slot__wrapper > ul,
.tx-locore-slot__wrapper > table {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box; }
  .link-box > ul > li,
  .link-box > ul > td,
  .link-box > table > li,
  .link-box > table > td,
  .tx-locore-slot__wrapper > ul > li,
  .tx-locore-slot__wrapper > ul > td,
  .tx-locore-slot__wrapper > table > li,
  .tx-locore-slot__wrapper > table > td {
    display: inline-block;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 20px;
    color: #4f4f4f;
    font-size: 1em;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    min-height: 50px; }
    .link-box > ul > li:last-child,
    .link-box > ul > td:last-child,
    .link-box > table > li:last-child,
    .link-box > table > td:last-child,
    .tx-locore-slot__wrapper > ul > li:last-child,
    .tx-locore-slot__wrapper > ul > td:last-child,
    .tx-locore-slot__wrapper > table > li:last-child,
    .tx-locore-slot__wrapper > table > td:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .link-box > ul > li > i,
    .link-box > ul > td > i,
    .link-box > table > li > i,
    .link-box > table > td > i,
    .tx-locore-slot__wrapper > ul > li > i,
    .tx-locore-slot__wrapper > ul > td > i,
    .tx-locore-slot__wrapper > table > li > i,
    .tx-locore-slot__wrapper > table > td > i {
      position: absolute;
      top: 14px; }
    .link-box > ul > li > DIV,
    .link-box > ul > li > A,
    .link-box > ul > li > SPAN,
    .link-box > ul > td > DIV,
    .link-box > ul > td > A,
    .link-box > ul > td > SPAN,
    .link-box > table > li > DIV,
    .link-box > table > li > A,
    .link-box > table > li > SPAN,
    .link-box > table > td > DIV,
    .link-box > table > td > A,
    .link-box > table > td > SPAN,
    .tx-locore-slot__wrapper > ul > li > DIV,
    .tx-locore-slot__wrapper > ul > li > A,
    .tx-locore-slot__wrapper > ul > li > SPAN,
    .tx-locore-slot__wrapper > ul > td > DIV,
    .tx-locore-slot__wrapper > ul > td > A,
    .tx-locore-slot__wrapper > ul > td > SPAN,
    .tx-locore-slot__wrapper > table > li > DIV,
    .tx-locore-slot__wrapper > table > li > A,
    .tx-locore-slot__wrapper > table > li > SPAN,
    .tx-locore-slot__wrapper > table > td > DIV,
    .tx-locore-slot__wrapper > table > td > A,
    .tx-locore-slot__wrapper > table > td > SPAN {
      padding-left: calc(10px + 2.0rem); }
      @media print, screen and (max-width: 39.99875em) {
        .link-box > ul > li > DIV,
        .link-box > ul > li > A,
        .link-box > ul > li > SPAN,
        .link-box > ul > td > DIV,
        .link-box > ul > td > A,
        .link-box > ul > td > SPAN,
        .link-box > table > li > DIV,
        .link-box > table > li > A,
        .link-box > table > li > SPAN,
        .link-box > table > td > DIV,
        .link-box > table > td > A,
        .link-box > table > td > SPAN,
        .tx-locore-slot__wrapper > ul > li > DIV,
        .tx-locore-slot__wrapper > ul > li > A,
        .tx-locore-slot__wrapper > ul > li > SPAN,
        .tx-locore-slot__wrapper > ul > td > DIV,
        .tx-locore-slot__wrapper > ul > td > A,
        .tx-locore-slot__wrapper > ul > td > SPAN,
        .tx-locore-slot__wrapper > table > li > DIV,
        .tx-locore-slot__wrapper > table > li > A,
        .tx-locore-slot__wrapper > table > li > SPAN,
        .tx-locore-slot__wrapper > table > td > DIV,
        .tx-locore-slot__wrapper > table > td > A,
        .tx-locore-slot__wrapper > table > td > SPAN {
          padding-left: 2rem; } }
      .link-box > ul > li > DIV .text,
      .link-box > ul > li > A .text,
      .link-box > ul > li > SPAN .text,
      .link-box > ul > td > DIV .text,
      .link-box > ul > td > A .text,
      .link-box > ul > td > SPAN .text,
      .link-box > table > li > DIV .text,
      .link-box > table > li > A .text,
      .link-box > table > li > SPAN .text,
      .link-box > table > td > DIV .text,
      .link-box > table > td > A .text,
      .link-box > table > td > SPAN .text,
      .tx-locore-slot__wrapper > ul > li > DIV .text,
      .tx-locore-slot__wrapper > ul > li > A .text,
      .tx-locore-slot__wrapper > ul > li > SPAN .text,
      .tx-locore-slot__wrapper > ul > td > DIV .text,
      .tx-locore-slot__wrapper > ul > td > A .text,
      .tx-locore-slot__wrapper > ul > td > SPAN .text,
      .tx-locore-slot__wrapper > table > li > DIV .text,
      .tx-locore-slot__wrapper > table > li > A .text,
      .tx-locore-slot__wrapper > table > li > SPAN .text,
      .tx-locore-slot__wrapper > table > td > DIV .text,
      .tx-locore-slot__wrapper > table > td > A .text,
      .tx-locore-slot__wrapper > table > td > SPAN .text {
        display: block;
        width: 100%; }
        .link-box > ul > li > DIV .text a, .link-box > ul > li > DIV .text a > p,
        .link-box > ul > li > A .text a,
        .link-box > ul > li > A .text a > p,
        .link-box > ul > li > SPAN .text a,
        .link-box > ul > li > SPAN .text a > p,
        .link-box > ul > td > DIV .text a,
        .link-box > ul > td > DIV .text a > p,
        .link-box > ul > td > A .text a,
        .link-box > ul > td > A .text a > p,
        .link-box > ul > td > SPAN .text a,
        .link-box > ul > td > SPAN .text a > p,
        .link-box > table > li > DIV .text a,
        .link-box > table > li > DIV .text a > p,
        .link-box > table > li > A .text a,
        .link-box > table > li > A .text a > p,
        .link-box > table > li > SPAN .text a,
        .link-box > table > li > SPAN .text a > p,
        .link-box > table > td > DIV .text a,
        .link-box > table > td > DIV .text a > p,
        .link-box > table > td > A .text a,
        .link-box > table > td > A .text a > p,
        .link-box > table > td > SPAN .text a,
        .link-box > table > td > SPAN .text a > p,
        .tx-locore-slot__wrapper > ul > li > DIV .text a,
        .tx-locore-slot__wrapper > ul > li > DIV .text a > p,
        .tx-locore-slot__wrapper > ul > li > A .text a,
        .tx-locore-slot__wrapper > ul > li > A .text a > p,
        .tx-locore-slot__wrapper > ul > li > SPAN .text a,
        .tx-locore-slot__wrapper > ul > li > SPAN .text a > p,
        .tx-locore-slot__wrapper > ul > td > DIV .text a,
        .tx-locore-slot__wrapper > ul > td > DIV .text a > p,
        .tx-locore-slot__wrapper > ul > td > A .text a,
        .tx-locore-slot__wrapper > ul > td > A .text a > p,
        .tx-locore-slot__wrapper > ul > td > SPAN .text a,
        .tx-locore-slot__wrapper > ul > td > SPAN .text a > p,
        .tx-locore-slot__wrapper > table > li > DIV .text a,
        .tx-locore-slot__wrapper > table > li > DIV .text a > p,
        .tx-locore-slot__wrapper > table > li > A .text a,
        .tx-locore-slot__wrapper > table > li > A .text a > p,
        .tx-locore-slot__wrapper > table > li > SPAN .text a,
        .tx-locore-slot__wrapper > table > li > SPAN .text a > p,
        .tx-locore-slot__wrapper > table > td > DIV .text a,
        .tx-locore-slot__wrapper > table > td > DIV .text a > p,
        .tx-locore-slot__wrapper > table > td > A .text a,
        .tx-locore-slot__wrapper > table > td > A .text a > p,
        .tx-locore-slot__wrapper > table > td > SPAN .text a,
        .tx-locore-slot__wrapper > table > td > SPAN .text a > p {
          font-family: Verdana-Bold, sans-serif; }
      .link-box > ul > li > DIV > a,
      .link-box > ul > li > A > a,
      .link-box > ul > li > SPAN > a,
      .link-box > ul > td > DIV > a,
      .link-box > ul > td > A > a,
      .link-box > ul > td > SPAN > a,
      .link-box > table > li > DIV > a,
      .link-box > table > li > A > a,
      .link-box > table > li > SPAN > a,
      .link-box > table > td > DIV > a,
      .link-box > table > td > A > a,
      .link-box > table > td > SPAN > a,
      .tx-locore-slot__wrapper > ul > li > DIV > a,
      .tx-locore-slot__wrapper > ul > li > A > a,
      .tx-locore-slot__wrapper > ul > li > SPAN > a,
      .tx-locore-slot__wrapper > ul > td > DIV > a,
      .tx-locore-slot__wrapper > ul > td > A > a,
      .tx-locore-slot__wrapper > ul > td > SPAN > a,
      .tx-locore-slot__wrapper > table > li > DIV > a,
      .tx-locore-slot__wrapper > table > li > A > a,
      .tx-locore-slot__wrapper > table > li > SPAN > a,
      .tx-locore-slot__wrapper > table > td > DIV > a,
      .tx-locore-slot__wrapper > table > td > A > a,
      .tx-locore-slot__wrapper > table > td > SPAN > a {
        font-family: Verdana-Bold, sans-serif; }
      .link-box > ul > li > DIV .cta,
      .link-box > ul > li > A .cta,
      .link-box > ul > li > SPAN .cta,
      .link-box > ul > td > DIV .cta,
      .link-box > ul > td > A .cta,
      .link-box > ul > td > SPAN .cta,
      .link-box > table > li > DIV .cta,
      .link-box > table > li > A .cta,
      .link-box > table > li > SPAN .cta,
      .link-box > table > td > DIV .cta,
      .link-box > table > td > A .cta,
      .link-box > table > td > SPAN .cta,
      .tx-locore-slot__wrapper > ul > li > DIV .cta,
      .tx-locore-slot__wrapper > ul > li > A .cta,
      .tx-locore-slot__wrapper > ul > li > SPAN .cta,
      .tx-locore-slot__wrapper > ul > td > DIV .cta,
      .tx-locore-slot__wrapper > ul > td > A .cta,
      .tx-locore-slot__wrapper > ul > td > SPAN .cta,
      .tx-locore-slot__wrapper > table > li > DIV .cta,
      .tx-locore-slot__wrapper > table > li > A .cta,
      .tx-locore-slot__wrapper > table > li > SPAN .cta,
      .tx-locore-slot__wrapper > table > td > DIV .cta,
      .tx-locore-slot__wrapper > table > td > A .cta,
      .tx-locore-slot__wrapper > table > td > SPAN .cta {
        font-size: 1.0em;
        display: block;
        top: .75em; }
        .link-box > ul > li > DIV .cta .preview-link,
        .link-box > ul > li > DIV .cta .download-text,
        .link-box > ul > li > A .cta .preview-link,
        .link-box > ul > li > A .cta .download-text,
        .link-box > ul > li > SPAN .cta .preview-link,
        .link-box > ul > li > SPAN .cta .download-text,
        .link-box > ul > td > DIV .cta .preview-link,
        .link-box > ul > td > DIV .cta .download-text,
        .link-box > ul > td > A .cta .preview-link,
        .link-box > ul > td > A .cta .download-text,
        .link-box > ul > td > SPAN .cta .preview-link,
        .link-box > ul > td > SPAN .cta .download-text,
        .link-box > table > li > DIV .cta .preview-link,
        .link-box > table > li > DIV .cta .download-text,
        .link-box > table > li > A .cta .preview-link,
        .link-box > table > li > A .cta .download-text,
        .link-box > table > li > SPAN .cta .preview-link,
        .link-box > table > li > SPAN .cta .download-text,
        .link-box > table > td > DIV .cta .preview-link,
        .link-box > table > td > DIV .cta .download-text,
        .link-box > table > td > A .cta .preview-link,
        .link-box > table > td > A .cta .download-text,
        .link-box > table > td > SPAN .cta .preview-link,
        .link-box > table > td > SPAN .cta .download-text,
        .tx-locore-slot__wrapper > ul > li > DIV .cta .preview-link,
        .tx-locore-slot__wrapper > ul > li > DIV .cta .download-text,
        .tx-locore-slot__wrapper > ul > li > A .cta .preview-link,
        .tx-locore-slot__wrapper > ul > li > A .cta .download-text,
        .tx-locore-slot__wrapper > ul > li > SPAN .cta .preview-link,
        .tx-locore-slot__wrapper > ul > li > SPAN .cta .download-text,
        .tx-locore-slot__wrapper > ul > td > DIV .cta .preview-link,
        .tx-locore-slot__wrapper > ul > td > DIV .cta .download-text,
        .tx-locore-slot__wrapper > ul > td > A .cta .preview-link,
        .tx-locore-slot__wrapper > ul > td > A .cta .download-text,
        .tx-locore-slot__wrapper > ul > td > SPAN .cta .preview-link,
        .tx-locore-slot__wrapper > ul > td > SPAN .cta .download-text,
        .tx-locore-slot__wrapper > table > li > DIV .cta .preview-link,
        .tx-locore-slot__wrapper > table > li > DIV .cta .download-text,
        .tx-locore-slot__wrapper > table > li > A .cta .preview-link,
        .tx-locore-slot__wrapper > table > li > A .cta .download-text,
        .tx-locore-slot__wrapper > table > li > SPAN .cta .preview-link,
        .tx-locore-slot__wrapper > table > li > SPAN .cta .download-text,
        .tx-locore-slot__wrapper > table > td > DIV .cta .preview-link,
        .tx-locore-slot__wrapper > table > td > DIV .cta .download-text,
        .tx-locore-slot__wrapper > table > td > A .cta .preview-link,
        .tx-locore-slot__wrapper > table > td > A .cta .download-text,
        .tx-locore-slot__wrapper > table > td > SPAN .cta .preview-link,
        .tx-locore-slot__wrapper > table > td > SPAN .cta .download-text {
          text-decoration: none; }
          @media print, screen and (max-width: 49.99875em) {
            .link-box > ul > li > DIV .cta .preview-link,
            .link-box > ul > li > DIV .cta .download-text,
            .link-box > ul > li > A .cta .preview-link,
            .link-box > ul > li > A .cta .download-text,
            .link-box > ul > li > SPAN .cta .preview-link,
            .link-box > ul > li > SPAN .cta .download-text,
            .link-box > ul > td > DIV .cta .preview-link,
            .link-box > ul > td > DIV .cta .download-text,
            .link-box > ul > td > A .cta .preview-link,
            .link-box > ul > td > A .cta .download-text,
            .link-box > ul > td > SPAN .cta .preview-link,
            .link-box > ul > td > SPAN .cta .download-text,
            .link-box > table > li > DIV .cta .preview-link,
            .link-box > table > li > DIV .cta .download-text,
            .link-box > table > li > A .cta .preview-link,
            .link-box > table > li > A .cta .download-text,
            .link-box > table > li > SPAN .cta .preview-link,
            .link-box > table > li > SPAN .cta .download-text,
            .link-box > table > td > DIV .cta .preview-link,
            .link-box > table > td > DIV .cta .download-text,
            .link-box > table > td > A .cta .preview-link,
            .link-box > table > td > A .cta .download-text,
            .link-box > table > td > SPAN .cta .preview-link,
            .link-box > table > td > SPAN .cta .download-text,
            .tx-locore-slot__wrapper > ul > li > DIV .cta .preview-link,
            .tx-locore-slot__wrapper > ul > li > DIV .cta .download-text,
            .tx-locore-slot__wrapper > ul > li > A .cta .preview-link,
            .tx-locore-slot__wrapper > ul > li > A .cta .download-text,
            .tx-locore-slot__wrapper > ul > li > SPAN .cta .preview-link,
            .tx-locore-slot__wrapper > ul > li > SPAN .cta .download-text,
            .tx-locore-slot__wrapper > ul > td > DIV .cta .preview-link,
            .tx-locore-slot__wrapper > ul > td > DIV .cta .download-text,
            .tx-locore-slot__wrapper > ul > td > A .cta .preview-link,
            .tx-locore-slot__wrapper > ul > td > A .cta .download-text,
            .tx-locore-slot__wrapper > ul > td > SPAN .cta .preview-link,
            .tx-locore-slot__wrapper > ul > td > SPAN .cta .download-text,
            .tx-locore-slot__wrapper > table > li > DIV .cta .preview-link,
            .tx-locore-slot__wrapper > table > li > DIV .cta .download-text,
            .tx-locore-slot__wrapper > table > li > A .cta .preview-link,
            .tx-locore-slot__wrapper > table > li > A .cta .download-text,
            .tx-locore-slot__wrapper > table > li > SPAN .cta .preview-link,
            .tx-locore-slot__wrapper > table > li > SPAN .cta .download-text,
            .tx-locore-slot__wrapper > table > td > DIV .cta .preview-link,
            .tx-locore-slot__wrapper > table > td > DIV .cta .download-text,
            .tx-locore-slot__wrapper > table > td > A .cta .preview-link,
            .tx-locore-slot__wrapper > table > td > A .cta .download-text,
            .tx-locore-slot__wrapper > table > td > SPAN .cta .preview-link,
            .tx-locore-slot__wrapper > table > td > SPAN .cta .download-text {
              display: inline-block; } }
      .link-box > ul > li > DIV a,
      .link-box > ul > li > A a,
      .link-box > ul > li > SPAN a,
      .link-box > ul > td > DIV a,
      .link-box > ul > td > A a,
      .link-box > ul > td > SPAN a,
      .link-box > table > li > DIV a,
      .link-box > table > li > A a,
      .link-box > table > li > SPAN a,
      .link-box > table > td > DIV a,
      .link-box > table > td > A a,
      .link-box > table > td > SPAN a,
      .tx-locore-slot__wrapper > ul > li > DIV a,
      .tx-locore-slot__wrapper > ul > li > A a,
      .tx-locore-slot__wrapper > ul > li > SPAN a,
      .tx-locore-slot__wrapper > ul > td > DIV a,
      .tx-locore-slot__wrapper > ul > td > A a,
      .tx-locore-slot__wrapper > ul > td > SPAN a,
      .tx-locore-slot__wrapper > table > li > DIV a,
      .tx-locore-slot__wrapper > table > li > A a,
      .tx-locore-slot__wrapper > table > li > SPAN a,
      .tx-locore-slot__wrapper > table > td > DIV a,
      .tx-locore-slot__wrapper > table > td > A a,
      .tx-locore-slot__wrapper > table > td > SPAN a {
        padding-right: 1em;
        font-size: 90%;
        white-space: wrap; }
        .link-box > ul > li > DIV a .cta-text-add-to-crm,
        .link-box > ul > li > A a .cta-text-add-to-crm,
        .link-box > ul > li > SPAN a .cta-text-add-to-crm,
        .link-box > ul > td > DIV a .cta-text-add-to-crm,
        .link-box > ul > td > A a .cta-text-add-to-crm,
        .link-box > ul > td > SPAN a .cta-text-add-to-crm,
        .link-box > table > li > DIV a .cta-text-add-to-crm,
        .link-box > table > li > A a .cta-text-add-to-crm,
        .link-box > table > li > SPAN a .cta-text-add-to-crm,
        .link-box > table > td > DIV a .cta-text-add-to-crm,
        .link-box > table > td > A a .cta-text-add-to-crm,
        .link-box > table > td > SPAN a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > ul > li > DIV a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > ul > li > A a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > ul > li > SPAN a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > ul > td > DIV a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > ul > td > A a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > ul > td > SPAN a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > table > li > DIV a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > table > li > A a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > table > li > SPAN a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > table > td > DIV a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > table > td > A a .cta-text-add-to-crm,
        .tx-locore-slot__wrapper > table > td > SPAN a .cta-text-add-to-crm {
          display: inline-block; }
      .link-box > ul > li > DIV p,
      .link-box > ul > li > A p,
      .link-box > ul > li > SPAN p,
      .link-box > ul > td > DIV p,
      .link-box > ul > td > A p,
      .link-box > ul > td > SPAN p,
      .link-box > table > li > DIV p,
      .link-box > table > li > A p,
      .link-box > table > li > SPAN p,
      .link-box > table > td > DIV p,
      .link-box > table > td > A p,
      .link-box > table > td > SPAN p,
      .tx-locore-slot__wrapper > ul > li > DIV p,
      .tx-locore-slot__wrapper > ul > li > A p,
      .tx-locore-slot__wrapper > ul > li > SPAN p,
      .tx-locore-slot__wrapper > ul > td > DIV p,
      .tx-locore-slot__wrapper > ul > td > A p,
      .tx-locore-slot__wrapper > ul > td > SPAN p,
      .tx-locore-slot__wrapper > table > li > DIV p,
      .tx-locore-slot__wrapper > table > li > A p,
      .tx-locore-slot__wrapper > table > li > SPAN p,
      .tx-locore-slot__wrapper > table > td > DIV p,
      .tx-locore-slot__wrapper > table > td > A p,
      .tx-locore-slot__wrapper > table > td > SPAN p {
        margin: 0 0 5px 0;
        margin: 0 0 0.5rem 0;
        line-height: 22px;
        line-height: 2.25rem; }
    .link-box > ul > li:not(.no-icon)::before,
    .link-box > ul > td:not(.no-icon)::before,
    .link-box > table > li:not(.no-icon)::before,
    .link-box > table > td:not(.no-icon)::before,
    .tx-locore-slot__wrapper > ul > li:not(.no-icon)::before,
    .tx-locore-slot__wrapper > ul > td:not(.no-icon)::before,
    .tx-locore-slot__wrapper > table > li:not(.no-icon)::before,
    .tx-locore-slot__wrapper > table > td:not(.no-icon)::before {
      left: 10px; }
      @media print, screen and (max-width: 39.99875em) {
        .link-box > ul > li:not(.no-icon)::before,
        .link-box > ul > td:not(.no-icon)::before,
        .link-box > table > li:not(.no-icon)::before,
        .link-box > table > td:not(.no-icon)::before,
        .tx-locore-slot__wrapper > ul > li:not(.no-icon)::before,
        .tx-locore-slot__wrapper > ul > td:not(.no-icon)::before,
        .tx-locore-slot__wrapper > table > li:not(.no-icon)::before,
        .tx-locore-slot__wrapper > table > td:not(.no-icon)::before {
          left: 1rem; } }
    .link-box > ul > li.no-icon,
    .link-box > ul > td.no-icon,
    .link-box > table > li.no-icon,
    .link-box > table > td.no-icon,
    .tx-locore-slot__wrapper > ul > li.no-icon,
    .tx-locore-slot__wrapper > ul > td.no-icon,
    .tx-locore-slot__wrapper > table > li.no-icon,
    .tx-locore-slot__wrapper > table > td.no-icon {
      left: 0; }
      .link-box > ul > li.no-icon div,
      .link-box > ul > td.no-icon div,
      .link-box > table > li.no-icon div,
      .link-box > table > td.no-icon div,
      .tx-locore-slot__wrapper > ul > li.no-icon div,
      .tx-locore-slot__wrapper > ul > td.no-icon div,
      .tx-locore-slot__wrapper > table > li.no-icon div,
      .tx-locore-slot__wrapper > table > td.no-icon div {
        padding-left: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .link-box > ul .external-link,
    .link-box > ul .internal-link,
    .link-box > table .external-link,
    .link-box > table .internal-link,
    .tx-locore-slot__wrapper > ul .external-link,
    .tx-locore-slot__wrapper > ul .internal-link,
    .tx-locore-slot__wrapper > table .external-link,
    .tx-locore-slot__wrapper > table .internal-link {
      padding-left: 0; } }

.link-box.spaceborder li,
.tx-locore-slot__wrapper.spaceborder li {
  padding: 0 1em 1em 3em;
  /*&.internal-link:before {*/ }
  .link-box.spaceborder li:before,
  .tx-locore-slot__wrapper.spaceborder li:before {
    margin: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .link-box.spaceborder li,
    .tx-locore-slot__wrapper.spaceborder li {
      padding-left: 1em; } }

/* no list item icons in marginal, fonts etc. */
.marginal--content .link-box ul li i, .marginal--content .link-box ul li:before,
.marginal--content .link-box ul td i,
.marginal--content .link-box ul td:before,
.marginal--content .link-box table li i,
.marginal--content .link-box table li:before,
.marginal--content .link-box table td i,
.marginal--content .link-box table td:before,
.marginal--content .locore-lonews-latest ul li i,
.marginal--content .locore-lonews-latest ul li:before,
.marginal--content .locore-lonews-latest ul td i,
.marginal--content .locore-lonews-latest ul td:before,
.marginal--content .locore-lonews-latest table li i,
.marginal--content .locore-lonews-latest table li:before,
.marginal--content .locore-lonews-latest table td i,
.marginal--content .locore-lonews-latest table td:before,
.marginal--content .tx-locore-slot__wrapper ul li i,
.marginal--content .tx-locore-slot__wrapper ul li:before,
.marginal--content .tx-locore-slot__wrapper ul td i,
.marginal--content .tx-locore-slot__wrapper ul td:before,
.marginal--content .tx-locore-slot__wrapper table li i,
.marginal--content .tx-locore-slot__wrapper table li:before,
.marginal--content .tx-locore-slot__wrapper table td i,
.marginal--content .tx-locore-slot__wrapper table td:before,
.maincontent .twocol > .col.span4 .link-box ul li i,
.maincontent .twocol > .col.span4 .link-box ul li:before,
.maincontent .twocol > .col.span4 .link-box ul td i,
.maincontent .twocol > .col.span4 .link-box ul td:before,
.maincontent .twocol > .col.span4 .link-box table li i,
.maincontent .twocol > .col.span4 .link-box table li:before,
.maincontent .twocol > .col.span4 .link-box table td i,
.maincontent .twocol > .col.span4 .link-box table td:before,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li i,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li:before,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td i,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td:before,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li i,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li:before,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td i,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td:before,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li i,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li:before,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td i,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td:before,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li i,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li:before,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td i,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td:before {
  display: none; }

.marginal--content .link-box ul li > DIV,
.marginal--content .link-box ul li > a,
.marginal--content .link-box ul li > SPAN,
.marginal--content .link-box ul td > DIV,
.marginal--content .link-box ul td > a,
.marginal--content .link-box ul td > SPAN,
.marginal--content .link-box table li > DIV,
.marginal--content .link-box table li > a,
.marginal--content .link-box table li > SPAN,
.marginal--content .link-box table td > DIV,
.marginal--content .link-box table td > a,
.marginal--content .link-box table td > SPAN,
.marginal--content .locore-lonews-latest ul li > DIV,
.marginal--content .locore-lonews-latest ul li > a,
.marginal--content .locore-lonews-latest ul li > SPAN,
.marginal--content .locore-lonews-latest ul td > DIV,
.marginal--content .locore-lonews-latest ul td > a,
.marginal--content .locore-lonews-latest ul td > SPAN,
.marginal--content .locore-lonews-latest table li > DIV,
.marginal--content .locore-lonews-latest table li > a,
.marginal--content .locore-lonews-latest table li > SPAN,
.marginal--content .locore-lonews-latest table td > DIV,
.marginal--content .locore-lonews-latest table td > a,
.marginal--content .locore-lonews-latest table td > SPAN,
.marginal--content .tx-locore-slot__wrapper ul li > DIV,
.marginal--content .tx-locore-slot__wrapper ul li > a,
.marginal--content .tx-locore-slot__wrapper ul li > SPAN,
.marginal--content .tx-locore-slot__wrapper ul td > DIV,
.marginal--content .tx-locore-slot__wrapper ul td > a,
.marginal--content .tx-locore-slot__wrapper ul td > SPAN,
.marginal--content .tx-locore-slot__wrapper table li > DIV,
.marginal--content .tx-locore-slot__wrapper table li > a,
.marginal--content .tx-locore-slot__wrapper table li > SPAN,
.marginal--content .tx-locore-slot__wrapper table td > DIV,
.marginal--content .tx-locore-slot__wrapper table td > a,
.marginal--content .tx-locore-slot__wrapper table td > SPAN,
.maincontent .twocol > .col.span4 .link-box ul li > DIV,
.maincontent .twocol > .col.span4 .link-box ul li > a,
.maincontent .twocol > .col.span4 .link-box ul li > SPAN,
.maincontent .twocol > .col.span4 .link-box ul td > DIV,
.maincontent .twocol > .col.span4 .link-box ul td > a,
.maincontent .twocol > .col.span4 .link-box ul td > SPAN,
.maincontent .twocol > .col.span4 .link-box table li > DIV,
.maincontent .twocol > .col.span4 .link-box table li > a,
.maincontent .twocol > .col.span4 .link-box table li > SPAN,
.maincontent .twocol > .col.span4 .link-box table td > DIV,
.maincontent .twocol > .col.span4 .link-box table td > a,
.maincontent .twocol > .col.span4 .link-box table td > SPAN,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li > DIV,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li > a,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li > SPAN,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td > DIV,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td > a,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td > SPAN,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li > DIV,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li > a,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li > SPAN,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td > DIV,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td > a,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td > SPAN,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li > DIV,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li > a,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li > SPAN,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td > DIV,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td > a,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td > SPAN,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li > DIV,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li > a,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li > SPAN,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td > DIV,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td > a,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td > SPAN {
  padding-left: 0;
  font-size: 18px !important;
  font-size: 1.8rem !important; }
  .marginal--content .link-box ul li > DIV a,
  .marginal--content .link-box ul li > a a,
  .marginal--content .link-box ul li > SPAN a,
  .marginal--content .link-box ul td > DIV a,
  .marginal--content .link-box ul td > a a,
  .marginal--content .link-box ul td > SPAN a,
  .marginal--content .link-box table li > DIV a,
  .marginal--content .link-box table li > a a,
  .marginal--content .link-box table li > SPAN a,
  .marginal--content .link-box table td > DIV a,
  .marginal--content .link-box table td > a a,
  .marginal--content .link-box table td > SPAN a,
  .marginal--content .locore-lonews-latest ul li > DIV a,
  .marginal--content .locore-lonews-latest ul li > a a,
  .marginal--content .locore-lonews-latest ul li > SPAN a,
  .marginal--content .locore-lonews-latest ul td > DIV a,
  .marginal--content .locore-lonews-latest ul td > a a,
  .marginal--content .locore-lonews-latest ul td > SPAN a,
  .marginal--content .locore-lonews-latest table li > DIV a,
  .marginal--content .locore-lonews-latest table li > a a,
  .marginal--content .locore-lonews-latest table li > SPAN a,
  .marginal--content .locore-lonews-latest table td > DIV a,
  .marginal--content .locore-lonews-latest table td > a a,
  .marginal--content .locore-lonews-latest table td > SPAN a,
  .marginal--content .tx-locore-slot__wrapper ul li > DIV a,
  .marginal--content .tx-locore-slot__wrapper ul li > a a,
  .marginal--content .tx-locore-slot__wrapper ul li > SPAN a,
  .marginal--content .tx-locore-slot__wrapper ul td > DIV a,
  .marginal--content .tx-locore-slot__wrapper ul td > a a,
  .marginal--content .tx-locore-slot__wrapper ul td > SPAN a,
  .marginal--content .tx-locore-slot__wrapper table li > DIV a,
  .marginal--content .tx-locore-slot__wrapper table li > a a,
  .marginal--content .tx-locore-slot__wrapper table li > SPAN a,
  .marginal--content .tx-locore-slot__wrapper table td > DIV a,
  .marginal--content .tx-locore-slot__wrapper table td > a a,
  .marginal--content .tx-locore-slot__wrapper table td > SPAN a,
  .maincontent .twocol > .col.span4 .link-box ul li > DIV a,
  .maincontent .twocol > .col.span4 .link-box ul li > a a,
  .maincontent .twocol > .col.span4 .link-box ul li > SPAN a,
  .maincontent .twocol > .col.span4 .link-box ul td > DIV a,
  .maincontent .twocol > .col.span4 .link-box ul td > a a,
  .maincontent .twocol > .col.span4 .link-box ul td > SPAN a,
  .maincontent .twocol > .col.span4 .link-box table li > DIV a,
  .maincontent .twocol > .col.span4 .link-box table li > a a,
  .maincontent .twocol > .col.span4 .link-box table li > SPAN a,
  .maincontent .twocol > .col.span4 .link-box table td > DIV a,
  .maincontent .twocol > .col.span4 .link-box table td > a a,
  .maincontent .twocol > .col.span4 .link-box table td > SPAN a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest ul li > DIV a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest ul li > a a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest ul li > SPAN a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest ul td > DIV a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest ul td > a a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest ul td > SPAN a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest table li > DIV a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest table li > a a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest table li > SPAN a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest table td > DIV a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest table td > a a,
  .maincontent .twocol > .col.span4 .locore-lonews-latest table td > SPAN a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li > DIV a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li > a a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li > SPAN a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td > DIV a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td > a a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td > SPAN a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li > DIV a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li > a a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li > SPAN a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td > DIV a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td > a a,
  .maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td > SPAN a {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    display: inline-block; }

.marginal--content .link-box ul li p,
.marginal--content .link-box ul td p,
.marginal--content .link-box table li p,
.marginal--content .link-box table td p,
.marginal--content .locore-lonews-latest ul li p,
.marginal--content .locore-lonews-latest ul td p,
.marginal--content .locore-lonews-latest table li p,
.marginal--content .locore-lonews-latest table td p,
.marginal--content .tx-locore-slot__wrapper ul li p,
.marginal--content .tx-locore-slot__wrapper ul td p,
.marginal--content .tx-locore-slot__wrapper table li p,
.marginal--content .tx-locore-slot__wrapper table td p,
.maincontent .twocol > .col.span4 .link-box ul li p,
.maincontent .twocol > .col.span4 .link-box ul td p,
.maincontent .twocol > .col.span4 .link-box table li p,
.maincontent .twocol > .col.span4 .link-box table td p,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li p,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td p,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li p,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td p,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li p,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td p,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li p,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td p {
  font-size: 16px;
  font-size: 1.6rem; }

.marginal--content .link-box ul li > a, .marginal--content .link-box ul li b,
.marginal--content .link-box ul td > a,
.marginal--content .link-box ul td b,
.marginal--content .link-box table li > a,
.marginal--content .link-box table li b,
.marginal--content .link-box table td > a,
.marginal--content .link-box table td b,
.marginal--content .locore-lonews-latest ul li > a,
.marginal--content .locore-lonews-latest ul li b,
.marginal--content .locore-lonews-latest ul td > a,
.marginal--content .locore-lonews-latest ul td b,
.marginal--content .locore-lonews-latest table li > a,
.marginal--content .locore-lonews-latest table li b,
.marginal--content .locore-lonews-latest table td > a,
.marginal--content .locore-lonews-latest table td b,
.marginal--content .tx-locore-slot__wrapper ul li > a,
.marginal--content .tx-locore-slot__wrapper ul li b,
.marginal--content .tx-locore-slot__wrapper ul td > a,
.marginal--content .tx-locore-slot__wrapper ul td b,
.marginal--content .tx-locore-slot__wrapper table li > a,
.marginal--content .tx-locore-slot__wrapper table li b,
.marginal--content .tx-locore-slot__wrapper table td > a,
.marginal--content .tx-locore-slot__wrapper table td b,
.maincontent .twocol > .col.span4 .link-box ul li > a,
.maincontent .twocol > .col.span4 .link-box ul li b,
.maincontent .twocol > .col.span4 .link-box ul td > a,
.maincontent .twocol > .col.span4 .link-box ul td b,
.maincontent .twocol > .col.span4 .link-box table li > a,
.maincontent .twocol > .col.span4 .link-box table li b,
.maincontent .twocol > .col.span4 .link-box table td > a,
.maincontent .twocol > .col.span4 .link-box table td b,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li > a,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li b,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td > a,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td b,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li > a,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li b,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td > a,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td b,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li > a,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li b,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td > a,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td b,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li > a,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li b,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td > a,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td b {
  font-family: Verdana-Bold, sans-serif; }

.marginal--content .link-box ul li h3,
.marginal--content .link-box ul li .cta,
.marginal--content .link-box ul td h3,
.marginal--content .link-box ul td .cta,
.marginal--content .link-box table li h3,
.marginal--content .link-box table li .cta,
.marginal--content .link-box table td h3,
.marginal--content .link-box table td .cta,
.marginal--content .locore-lonews-latest ul li h3,
.marginal--content .locore-lonews-latest ul li .cta,
.marginal--content .locore-lonews-latest ul td h3,
.marginal--content .locore-lonews-latest ul td .cta,
.marginal--content .locore-lonews-latest table li h3,
.marginal--content .locore-lonews-latest table li .cta,
.marginal--content .locore-lonews-latest table td h3,
.marginal--content .locore-lonews-latest table td .cta,
.marginal--content .tx-locore-slot__wrapper ul li h3,
.marginal--content .tx-locore-slot__wrapper ul li .cta,
.marginal--content .tx-locore-slot__wrapper ul td h3,
.marginal--content .tx-locore-slot__wrapper ul td .cta,
.marginal--content .tx-locore-slot__wrapper table li h3,
.marginal--content .tx-locore-slot__wrapper table li .cta,
.marginal--content .tx-locore-slot__wrapper table td h3,
.marginal--content .tx-locore-slot__wrapper table td .cta,
.maincontent .twocol > .col.span4 .link-box ul li h3,
.maincontent .twocol > .col.span4 .link-box ul li .cta,
.maincontent .twocol > .col.span4 .link-box ul td h3,
.maincontent .twocol > .col.span4 .link-box ul td .cta,
.maincontent .twocol > .col.span4 .link-box table li h3,
.maincontent .twocol > .col.span4 .link-box table li .cta,
.maincontent .twocol > .col.span4 .link-box table td h3,
.maincontent .twocol > .col.span4 .link-box table td .cta,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li h3,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul li .cta,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td h3,
.maincontent .twocol > .col.span4 .locore-lonews-latest ul td .cta,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li h3,
.maincontent .twocol > .col.span4 .locore-lonews-latest table li .cta,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td h3,
.maincontent .twocol > .col.span4 .locore-lonews-latest table td .cta,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li h3,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul li .cta,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td h3,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper ul td .cta,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li h3,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table li .cta,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td h3,
.maincontent .twocol > .col.span4 .tx-locore-slot__wrapper table td .cta {
  display: none; }

/* No bold text, no headlines in link-box list items */
.link-box ul li b,
.link-box ul td b,
.link-box table li b,
.link-box table td b {
  font-weight: normal !important; }

.link-box ul li h3,
.link-box ul li .cta,
.link-box ul td h3,
.link-box ul td .cta,
.link-box table li h3,
.link-box table li .cta,
.link-box table td h3,
.link-box table td .cta {
  display: none; }

/* 'Neueste Unterrichtsmaterialien' auf Faecher-Seite: keine Icons */
.pid__8 .tx-locore-slot__wrapper ul li:before {
  display: none; }

.pid__8 .tx-locore-slot__wrapper ul li > * {
  padding-left: 0; }

/* List of Downloaded items in mein LO: */
.download {
  /* no icon in list */ }
  .download:before {
    display: none; }
  .download span {
    width: 100%;
    /*a {
            word-wrap: break-word;
            word-break: break-all;
        }*/ }

.linklist.universallist header.orange, .linklist.relatedWorkingmaterial-list header.orange, .linklist.relatedLosep-list header.orange {
  background: var(--color-lo-orange, #f28d35); }

.linklist.relatedWorkingmaterial-list, .linklist.relatedLosep-list {
  border: 2px solid var(--color-lo-orange, #f28d35);
  margin-left: calc(20px + 2.0rem);
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem; }
  .linklist.relatedWorkingmaterial-list > .link-box, .linklist.relatedLosep-list > .link-box {
    background-color: #fff; }
    .linklist.relatedWorkingmaterial-list > .link-box li, .linklist.relatedLosep-list > .link-box li {
      border-bottom: 2px solid var(--color-lo-orange, #f28d35) !important; }
      .linklist.relatedWorkingmaterial-list > .link-box li:last-child, .linklist.relatedLosep-list > .link-box li:last-child {
        border: none !important; }

.frame-type-felogin_login .felogin-message-text {
  margin-bottom: 0 !important; }

.frame-type-felogin_login fieldset {
  margin: 1em 0; }
  .frame-type-felogin_login fieldset > div {
    margin: 0 0 20px;
    margin: 0 0 2rem; }
    .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) {
      padding-right: 5%;
      display: inline-block;
      background: var(--color-lo-orange, #f28d35);
      color: #fff;
      border: 2px solid var(--color-lo-orange, #f28d35);
      border-radius: 0 !important;
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block;
      line-height: 16px;
      line-height: 1.6rem;
      white-space: nowrap;
      padding: 0 !important;
      cursor: pointer;
      /* hier deaktiviert, weil schon durch foundation eine animation gemacht wird */
      transition: none; }
      .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > button {
        width: 100%; }
      .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > a, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > input, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > button {
        background: var(--color-lo-orange, #f28d35);
        color: #fff;
        font-family: Verdana-Bold, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 8px 15px 10px 15px !important;
        display: block;
        border-radius: 0 !important;
        margin: 0 !important;
        border: none !important;
        line-height: 16px;
        line-height: 1.6rem;
        text-align: center;
        text-wrap: auto;
        /* noch weiter innen liegende SPANs: nicht noch mal Abstaende */
        /* fonticon im Button, mit Text in span dahinter: Abstand */
        transition: none; }
        .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > a span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > span span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > input span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > button span {
          padding: 0 !important;
          margin: 0; }
        .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > a > i[class^="fa-"], .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > span > i[class^="fa-"], .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > input > i[class^="fa-"], .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > button > i[class^="fa-"] {
          padding-right: 0 !important; }
        .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > a > i[class^="fa-"] + span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > span > i[class^="fa-"] + span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > input > i[class^="fa-"] + span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > button > i[class^="fa-"] + span {
          margin-left: 10px !important;
          margin-left: 1rem !important; }
        .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > a:hover, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > span:hover, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > input:hover, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > button:hover {
          text-decoration: none; }
      .frame-type-felogin_login fieldset > div:has(> input[type="submit"]):hover, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]).active {
        background-color: #fff !important;
        color: var(--color-lo-orange, #f28d35); }
        .frame-type-felogin_login fieldset > div:has(> input[type="submit"]):hover a, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]):hover span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]):hover input, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]):hover button, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]).active a, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]).active span, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]).active input, .frame-type-felogin_login fieldset > div:has(> input[type="submit"]).active button {
          background-color: #fff !important;
          color: var(--color-lo-orange, #f28d35); }
      .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) a:focus-visible,
      .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) button:focus-visible,
      .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) input:focus-visible {
        background-color: #fff !important;
        color: var(--color-lo-orange, #f28d35); }
      .frame-type-felogin_login fieldset > div:has(> input[type="submit"]):focus-visible {
        outline: 3px solid var(--color-lo-orange, #f28d35);
        outline-offset: 2px;
        border-radius: 4px; }
      .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > input[type="submit"] {
        background-color: transparent;
        border: none;
        color: #fff;
        padding: 0;
        margin: 0;
        cursor: pointer; }
        .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) > input[type="submit"]:hover {
          color: #f28d35 !important;
          text-decoration: none; }
  .frame-type-felogin_login fieldset legend {
    display: none; }
  .frame-type-felogin_login fieldset label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    width: 100%;
    padding-right: 0.5em; }
  .frame-type-felogin_login fieldset input[type="text"],
  .frame-type-felogin_login fieldset input[type="password"] {
    border: 1px solid #ddd;
    padding: 12px 20px;
    color: #4f4f4f;
    width: 100%;
    max-width: 400px;
    margin-left: -4px;
    margin-bottom: 0; }
  .frame-type-felogin_login fieldset #tx_felogin_pi1-forgot-email,
  .frame-type-felogin_login fieldset #tx-felogin-input-data,
  .frame-type-felogin_login fieldset input[name="tx_felogin_login[userIdentifier]"] {
    padding-left: 50px;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Images/vendor/loginsignupmodal/overlay-icon-email.svg"); }
  .frame-type-felogin_login fieldset .felogin-hidden {
    margin: 0; }

.pid__39 .frame-type-felogin_login,
.pid__70 .frame-type-felogin_login {
  margin: 0; }
  .pid__39 .frame-type-felogin_login fieldset,
  .pid__70 .frame-type-felogin_login fieldset {
    margin: 0;
    position: relative; }

.pid__39 .frame-type-felogin_login fieldset > div:has(> input[type="submit"]) {
  position: relative; }

.f3-widget-paginator {
  margin: 1em 0 20px 0;
  margin: 1em 0 2rem 0;
  padding: 0; }
  .f3-widget-paginator li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    width: 1em;
    height: 1em;
    background: none; }
    .f3-widget-paginator li a {
      color: #4f4f4f; }
    .f3-widget-paginator li.previous {
      margin-right: 1em; }
      .f3-widget-paginator li.previous a {
        color: #fff; }
        .f3-widget-paginator li.previous a:before {
          display: inline-block;
          line-height: 1;
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
          content: "◀";
          color: #000; }
    .f3-widget-paginator li.next {
      margin-left: 1em; }
      .f3-widget-paginator li.next a {
        color: #fff; }
        .f3-widget-paginator li.next a:before {
          display: inline-block;
          line-height: 1;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
          content: "◀";
          color: #000; }
    .f3-widget-paginator li.current {
      color: var(--color-lo-orange, #f28d35); }
      .f3-widget-paginator li.current a {
        color: var(--color-lo-orange, #f28d35); }

.progress-box .meter {
  width: 100%;
  /* edit here to change the progress bar width. Max width for spectrum style is 400px */
  height: 26px;
  line-height: 16px;
  color: #fff;
  clear: both;
  text-align: center;
  position: relative;
  margin: 0;
  background-color: #ECECEC;
  box-shadow: inset 0 1px 2px #ccc, 0 1px 1px #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.progress-box .spectrum,
.progress-box .red,
.progress-box .gray,
.progress-box .green,
.progress-box .orange,
.progress-box .blue {
  width: 0;
  height: 25px;
  border-radius: 3px;
  position: absolute;
  display: block;
  overflow: hidden;
  text-shadow: 0 1px 2px #333;
  font-size: 15px;
  padding-top: 5px; }

.progress-box .meter .spectrum {
  background: transparent url("../img/pbar.png") repeat-y 0 0;
  -webkit-background-size: 100% 40px;
  /* Safari fix */
  border-bottom: 1px solid #bbb; }

.progress-box .meter .red {
  background-color: var(--color-lo-orange, #f28d35); }

.progress-box .meter .green {
  background-color: #9FA686; }

.progress-box .meter .gray {
  background-color: #999; }

.progress-box .meter .orange {
  background-color: var(--color-lo-orange, #f28d35); }

.progress-box .meter .blue {
  background-color: var(--color-lo-blue, #34A6BF); }

.progress-box .bubble {
  position: absolute;
  text-align: center;
  margin-top: 25px;
  margin-left: 5px;
  color: #4f4f4f;
  padding: 0 4px;
  line-height: 16px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  font-size: 10px; }

.progress-box .arrow,
.progress-box .arrow:before {
  height: 0;
  width: 0;
  top: -10px;
  z-index: 100;
  position: absolute;
  border: 5px solid transparent;
  content: ''; }

.progress-box .arrow {
  border-bottom-color: #ECECEC;
  left: 0; }

.progress-box .arrow:before {
  border-bottom-color: #fff;
  top: -4px;
  left: -5px; }

.always--darkblue .offer-teaser .csc-header,
.always--darkblue .offer-teaser header,
.always--darkblue h1,
.always--darkblue h2,
.always--darkblue h3,
.always--darkblue h4,
.always--darkblue h5,
.frame-custom-551 .offer-teaser .csc-header,
.frame-custom-551 .offer-teaser header,
.frame-custom-551 h1,
.frame-custom-551 h2,
.frame-custom-551 h3,
.frame-custom-551 h4,
.frame-custom-551 h5 {
  background-color: #022aba; }

.always--mediumblue .offer-teaser .csc-header,
.always--mediumblue .offer-teaser header,
.always--mediumblue h1,
.always--mediumblue h2,
.always--mediumblue h3,
.always--mediumblue h4,
.always--mediumblue h5,
.frame-custom-552 .offer-teaser .csc-header,
.frame-custom-552 .offer-teaser header,
.frame-custom-552 h1,
.frame-custom-552 h2,
.frame-custom-552 h3,
.frame-custom-552 h4,
.frame-custom-552 h5 {
  background-color: #2da6df; }

.always--doveblue .offer-teaser .csc-header,
.always--doveblue .offer-teaser header,
.always--doveblue h1,
.always--doveblue h2,
.always--doveblue h3,
.always--doveblue h4,
.always--doveblue h5,
.frame-custom-553 .offer-teaser .csc-header,
.frame-custom-553 .offer-teaser header,
.frame-custom-553 h1,
.frame-custom-553 h2,
.frame-custom-553 h3,
.frame-custom-553 h4,
.frame-custom-553 h5 {
  background-color: #89b7d1; }

.always--cyan .offer-teaser .csc-header,
.always--cyan .offer-teaser header,
.always--cyan h1,
.always--cyan h2,
.always--cyan h3,
.always--cyan h4,
.always--cyan h5,
.frame-custom-554 .offer-teaser .csc-header,
.frame-custom-554 .offer-teaser header,
.frame-custom-554 h1,
.frame-custom-554 h2,
.frame-custom-554 h3,
.frame-custom-554 h4,
.frame-custom-554 h5 {
  background-color: #34b5c2; }

.always--darkcyan .offer-teaser .csc-header,
.always--darkcyan .offer-teaser header,
.always--darkcyan h1,
.always--darkcyan h2,
.always--darkcyan h3,
.always--darkcyan h4,
.always--darkcyan h5,
.frame-custom-555 .offer-teaser .csc-header,
.frame-custom-555 .offer-teaser header,
.frame-custom-555 h1,
.frame-custom-555 h2,
.frame-custom-555 h3,
.frame-custom-555 h4,
.frame-custom-555 h5 {
  background-color: #3c6b85; }

.requested-trial .boxed.boxed--stufe1 {
  display: none; }
  .requested-trial .boxed.boxed--stufe1--test {
    display: block; }

.maincontent .row > .col.span4 .bluebackground,
.maincontent .tx-locore-verlosungteaser .bluebackground {
  background-color: var(--color-lo-blue, #34A6BF); }

.maincontent .tx-locore-verlosungteaser .bluebackground h2 {
  color: #fff; }

/* ----------- */
/* Main column */
/* ----------- */
.maincontent {
  /* ---------------------------- */
  /* Container with class "boxed" */
  /* -------------------------------------------------------------------------------- */
  /* Other container with "boxed-like" layout, without class "boxed", non-collapsable */
  /* "boxed by design" */
  /* --------------------- */
  /* Collapsable container */
  /* see also Scss/Components/Plugins/_TextBoxCollapsable.scss */
  /* --------------------------------------------- */
  /* Recursively boxed structures (e.g. unitplan)  */
  /* ---------------------------------------------------------------------------- */
  /* Marginal column                                                              */
  /* ---------------------------------------------------------------------------- */ }
  .maincontent .boxed,
  .maincontent .frame-custom-500,
  .maincontent .frame-custom-501,
  .maincontent .frame-custom-502,
  .maincontent .frame-custom-503,
  .maincontent .frame-custom-504,
  .maincontent .frame-custom-505,
  .maincontent .frame-custom-506,
  .maincontent .frame-custom-507,
  .maincontent .frame-custom-550,
  .maincontent .frame-custom-551,
  .maincontent .frame-custom-552,
  .maincontent .frame-custom-553,
  .maincontent .frame-custom-554,
  .maincontent .frame-custom-555 {
    padding: 0px;
    background-color: #E1F4F8;
    color: #4f4f4f;
    border-radius: 0 !important;
    /* Wenn unter header nur ein einziger Inhaltskasten ist -> setze bg color und radius hier */
    /* Wenn eine Liste nach header kommt, mach das in den li Elementen                        */
    /* List items with border lines */ }
    .maincontent .boxed > .csc-header,
    .maincontent .boxed > header,
    .maincontent .boxed HEADER,
    .maincontent .frame-custom-500 > .csc-header,
    .maincontent .frame-custom-500 > header,
    .maincontent .frame-custom-500 HEADER,
    .maincontent .frame-custom-501 > .csc-header,
    .maincontent .frame-custom-501 > header,
    .maincontent .frame-custom-501 HEADER,
    .maincontent .frame-custom-502 > .csc-header,
    .maincontent .frame-custom-502 > header,
    .maincontent .frame-custom-502 HEADER,
    .maincontent .frame-custom-503 > .csc-header,
    .maincontent .frame-custom-503 > header,
    .maincontent .frame-custom-503 HEADER,
    .maincontent .frame-custom-504 > .csc-header,
    .maincontent .frame-custom-504 > header,
    .maincontent .frame-custom-504 HEADER,
    .maincontent .frame-custom-505 > .csc-header,
    .maincontent .frame-custom-505 > header,
    .maincontent .frame-custom-505 HEADER,
    .maincontent .frame-custom-506 > .csc-header,
    .maincontent .frame-custom-506 > header,
    .maincontent .frame-custom-506 HEADER,
    .maincontent .frame-custom-507 > .csc-header,
    .maincontent .frame-custom-507 > header,
    .maincontent .frame-custom-507 HEADER,
    .maincontent .frame-custom-550 > .csc-header,
    .maincontent .frame-custom-550 > header,
    .maincontent .frame-custom-550 HEADER,
    .maincontent .frame-custom-551 > .csc-header,
    .maincontent .frame-custom-551 > header,
    .maincontent .frame-custom-551 HEADER,
    .maincontent .frame-custom-552 > .csc-header,
    .maincontent .frame-custom-552 > header,
    .maincontent .frame-custom-552 HEADER,
    .maincontent .frame-custom-553 > .csc-header,
    .maincontent .frame-custom-553 > header,
    .maincontent .frame-custom-553 HEADER,
    .maincontent .frame-custom-554 > .csc-header,
    .maincontent .frame-custom-554 > header,
    .maincontent .frame-custom-554 HEADER,
    .maincontent .frame-custom-555 > .csc-header,
    .maincontent .frame-custom-555 > header,
    .maincontent .frame-custom-555 HEADER {
      background-color: var(--color-lo-blue, #34A6BF);
      border-radius: 0 !important 0 !important 0 0;
      margin-bottom: 0 !important; }
      .maincontent .boxed > .csc-header h1,
      .maincontent .boxed > .csc-header h2,
      .maincontent .boxed > .csc-header h4,
      .maincontent .boxed > .csc-header h3,
      .maincontent .boxed > header h1,
      .maincontent .boxed > header h2,
      .maincontent .boxed > header h4,
      .maincontent .boxed > header h3,
      .maincontent .boxed HEADER h1,
      .maincontent .boxed HEADER h2,
      .maincontent .boxed HEADER h4,
      .maincontent .boxed HEADER h3,
      .maincontent .frame-custom-500 > .csc-header h1,
      .maincontent .frame-custom-500 > .csc-header h2,
      .maincontent .frame-custom-500 > .csc-header h4,
      .maincontent .frame-custom-500 > .csc-header h3,
      .maincontent .frame-custom-500 > header h1,
      .maincontent .frame-custom-500 > header h2,
      .maincontent .frame-custom-500 > header h4,
      .maincontent .frame-custom-500 > header h3,
      .maincontent .frame-custom-500 HEADER h1,
      .maincontent .frame-custom-500 HEADER h2,
      .maincontent .frame-custom-500 HEADER h4,
      .maincontent .frame-custom-500 HEADER h3,
      .maincontent .frame-custom-501 > .csc-header h1,
      .maincontent .frame-custom-501 > .csc-header h2,
      .maincontent .frame-custom-501 > .csc-header h4,
      .maincontent .frame-custom-501 > .csc-header h3,
      .maincontent .frame-custom-501 > header h1,
      .maincontent .frame-custom-501 > header h2,
      .maincontent .frame-custom-501 > header h4,
      .maincontent .frame-custom-501 > header h3,
      .maincontent .frame-custom-501 HEADER h1,
      .maincontent .frame-custom-501 HEADER h2,
      .maincontent .frame-custom-501 HEADER h4,
      .maincontent .frame-custom-501 HEADER h3,
      .maincontent .frame-custom-502 > .csc-header h1,
      .maincontent .frame-custom-502 > .csc-header h2,
      .maincontent .frame-custom-502 > .csc-header h4,
      .maincontent .frame-custom-502 > .csc-header h3,
      .maincontent .frame-custom-502 > header h1,
      .maincontent .frame-custom-502 > header h2,
      .maincontent .frame-custom-502 > header h4,
      .maincontent .frame-custom-502 > header h3,
      .maincontent .frame-custom-502 HEADER h1,
      .maincontent .frame-custom-502 HEADER h2,
      .maincontent .frame-custom-502 HEADER h4,
      .maincontent .frame-custom-502 HEADER h3,
      .maincontent .frame-custom-503 > .csc-header h1,
      .maincontent .frame-custom-503 > .csc-header h2,
      .maincontent .frame-custom-503 > .csc-header h4,
      .maincontent .frame-custom-503 > .csc-header h3,
      .maincontent .frame-custom-503 > header h1,
      .maincontent .frame-custom-503 > header h2,
      .maincontent .frame-custom-503 > header h4,
      .maincontent .frame-custom-503 > header h3,
      .maincontent .frame-custom-503 HEADER h1,
      .maincontent .frame-custom-503 HEADER h2,
      .maincontent .frame-custom-503 HEADER h4,
      .maincontent .frame-custom-503 HEADER h3,
      .maincontent .frame-custom-504 > .csc-header h1,
      .maincontent .frame-custom-504 > .csc-header h2,
      .maincontent .frame-custom-504 > .csc-header h4,
      .maincontent .frame-custom-504 > .csc-header h3,
      .maincontent .frame-custom-504 > header h1,
      .maincontent .frame-custom-504 > header h2,
      .maincontent .frame-custom-504 > header h4,
      .maincontent .frame-custom-504 > header h3,
      .maincontent .frame-custom-504 HEADER h1,
      .maincontent .frame-custom-504 HEADER h2,
      .maincontent .frame-custom-504 HEADER h4,
      .maincontent .frame-custom-504 HEADER h3,
      .maincontent .frame-custom-505 > .csc-header h1,
      .maincontent .frame-custom-505 > .csc-header h2,
      .maincontent .frame-custom-505 > .csc-header h4,
      .maincontent .frame-custom-505 > .csc-header h3,
      .maincontent .frame-custom-505 > header h1,
      .maincontent .frame-custom-505 > header h2,
      .maincontent .frame-custom-505 > header h4,
      .maincontent .frame-custom-505 > header h3,
      .maincontent .frame-custom-505 HEADER h1,
      .maincontent .frame-custom-505 HEADER h2,
      .maincontent .frame-custom-505 HEADER h4,
      .maincontent .frame-custom-505 HEADER h3,
      .maincontent .frame-custom-506 > .csc-header h1,
      .maincontent .frame-custom-506 > .csc-header h2,
      .maincontent .frame-custom-506 > .csc-header h4,
      .maincontent .frame-custom-506 > .csc-header h3,
      .maincontent .frame-custom-506 > header h1,
      .maincontent .frame-custom-506 > header h2,
      .maincontent .frame-custom-506 > header h4,
      .maincontent .frame-custom-506 > header h3,
      .maincontent .frame-custom-506 HEADER h1,
      .maincontent .frame-custom-506 HEADER h2,
      .maincontent .frame-custom-506 HEADER h4,
      .maincontent .frame-custom-506 HEADER h3,
      .maincontent .frame-custom-507 > .csc-header h1,
      .maincontent .frame-custom-507 > .csc-header h2,
      .maincontent .frame-custom-507 > .csc-header h4,
      .maincontent .frame-custom-507 > .csc-header h3,
      .maincontent .frame-custom-507 > header h1,
      .maincontent .frame-custom-507 > header h2,
      .maincontent .frame-custom-507 > header h4,
      .maincontent .frame-custom-507 > header h3,
      .maincontent .frame-custom-507 HEADER h1,
      .maincontent .frame-custom-507 HEADER h2,
      .maincontent .frame-custom-507 HEADER h4,
      .maincontent .frame-custom-507 HEADER h3,
      .maincontent .frame-custom-550 > .csc-header h1,
      .maincontent .frame-custom-550 > .csc-header h2,
      .maincontent .frame-custom-550 > .csc-header h4,
      .maincontent .frame-custom-550 > .csc-header h3,
      .maincontent .frame-custom-550 > header h1,
      .maincontent .frame-custom-550 > header h2,
      .maincontent .frame-custom-550 > header h4,
      .maincontent .frame-custom-550 > header h3,
      .maincontent .frame-custom-550 HEADER h1,
      .maincontent .frame-custom-550 HEADER h2,
      .maincontent .frame-custom-550 HEADER h4,
      .maincontent .frame-custom-550 HEADER h3,
      .maincontent .frame-custom-551 > .csc-header h1,
      .maincontent .frame-custom-551 > .csc-header h2,
      .maincontent .frame-custom-551 > .csc-header h4,
      .maincontent .frame-custom-551 > .csc-header h3,
      .maincontent .frame-custom-551 > header h1,
      .maincontent .frame-custom-551 > header h2,
      .maincontent .frame-custom-551 > header h4,
      .maincontent .frame-custom-551 > header h3,
      .maincontent .frame-custom-551 HEADER h1,
      .maincontent .frame-custom-551 HEADER h2,
      .maincontent .frame-custom-551 HEADER h4,
      .maincontent .frame-custom-551 HEADER h3,
      .maincontent .frame-custom-552 > .csc-header h1,
      .maincontent .frame-custom-552 > .csc-header h2,
      .maincontent .frame-custom-552 > .csc-header h4,
      .maincontent .frame-custom-552 > .csc-header h3,
      .maincontent .frame-custom-552 > header h1,
      .maincontent .frame-custom-552 > header h2,
      .maincontent .frame-custom-552 > header h4,
      .maincontent .frame-custom-552 > header h3,
      .maincontent .frame-custom-552 HEADER h1,
      .maincontent .frame-custom-552 HEADER h2,
      .maincontent .frame-custom-552 HEADER h4,
      .maincontent .frame-custom-552 HEADER h3,
      .maincontent .frame-custom-553 > .csc-header h1,
      .maincontent .frame-custom-553 > .csc-header h2,
      .maincontent .frame-custom-553 > .csc-header h4,
      .maincontent .frame-custom-553 > .csc-header h3,
      .maincontent .frame-custom-553 > header h1,
      .maincontent .frame-custom-553 > header h2,
      .maincontent .frame-custom-553 > header h4,
      .maincontent .frame-custom-553 > header h3,
      .maincontent .frame-custom-553 HEADER h1,
      .maincontent .frame-custom-553 HEADER h2,
      .maincontent .frame-custom-553 HEADER h4,
      .maincontent .frame-custom-553 HEADER h3,
      .maincontent .frame-custom-554 > .csc-header h1,
      .maincontent .frame-custom-554 > .csc-header h2,
      .maincontent .frame-custom-554 > .csc-header h4,
      .maincontent .frame-custom-554 > .csc-header h3,
      .maincontent .frame-custom-554 > header h1,
      .maincontent .frame-custom-554 > header h2,
      .maincontent .frame-custom-554 > header h4,
      .maincontent .frame-custom-554 > header h3,
      .maincontent .frame-custom-554 HEADER h1,
      .maincontent .frame-custom-554 HEADER h2,
      .maincontent .frame-custom-554 HEADER h4,
      .maincontent .frame-custom-554 HEADER h3,
      .maincontent .frame-custom-555 > .csc-header h1,
      .maincontent .frame-custom-555 > .csc-header h2,
      .maincontent .frame-custom-555 > .csc-header h4,
      .maincontent .frame-custom-555 > .csc-header h3,
      .maincontent .frame-custom-555 > header h1,
      .maincontent .frame-custom-555 > header h2,
      .maincontent .frame-custom-555 > header h4,
      .maincontent .frame-custom-555 > header h3,
      .maincontent .frame-custom-555 HEADER h1,
      .maincontent .frame-custom-555 HEADER h2,
      .maincontent .frame-custom-555 HEADER h4,
      .maincontent .frame-custom-555 HEADER h3 {
        color: #fff !important;
        padding: 10px;
        font-size: 18px;
        font-size: 1.8rem;
        /*font-weight: $collapsable-maincol-header-font-weight;*/
        font-family: Verdana-Bold, sans-serif;
        line-height: 1.3;
        margin: 0;
        letter-spacing: inherit; }
    .maincontent .boxed HEADER + DIV,
    .maincontent .frame-custom-500 HEADER + DIV,
    .maincontent .frame-custom-501 HEADER + DIV,
    .maincontent .frame-custom-502 HEADER + DIV,
    .maincontent .frame-custom-503 HEADER + DIV,
    .maincontent .frame-custom-504 HEADER + DIV,
    .maincontent .frame-custom-505 HEADER + DIV,
    .maincontent .frame-custom-506 HEADER + DIV,
    .maincontent .frame-custom-507 HEADER + DIV,
    .maincontent .frame-custom-550 HEADER + DIV,
    .maincontent .frame-custom-551 HEADER + DIV,
    .maincontent .frame-custom-552 HEADER + DIV,
    .maincontent .frame-custom-553 HEADER + DIV,
    .maincontent .frame-custom-554 HEADER + DIV,
    .maincontent .frame-custom-555 HEADER + DIV {
      background-color: #E1F4F8;
      border-radius: 0 0 0 !important 0 !important; }
    .maincontent .boxed HEADER + .link-box,
    .maincontent .frame-custom-500 HEADER + .link-box,
    .maincontent .frame-custom-501 HEADER + .link-box,
    .maincontent .frame-custom-502 HEADER + .link-box,
    .maincontent .frame-custom-503 HEADER + .link-box,
    .maincontent .frame-custom-504 HEADER + .link-box,
    .maincontent .frame-custom-505 HEADER + .link-box,
    .maincontent .frame-custom-506 HEADER + .link-box,
    .maincontent .frame-custom-507 HEADER + .link-box,
    .maincontent .frame-custom-550 HEADER + .link-box,
    .maincontent .frame-custom-551 HEADER + .link-box,
    .maincontent .frame-custom-552 HEADER + .link-box,
    .maincontent .frame-custom-553 HEADER + .link-box,
    .maincontent .frame-custom-554 HEADER + .link-box,
    .maincontent .frame-custom-555 HEADER + .link-box {
      background-color: transparent; }
    .maincontent .boxed > .csc-header + DIV,
    .maincontent .boxed > header + DIV,
    .maincontent .boxed .link-box,
    .maincontent .boxed HEADER + DIV,
    .maincontent .boxed .tx-locore-slot__wrapper,
    .maincontent .frame-custom-500 > .csc-header + DIV,
    .maincontent .frame-custom-500 > header + DIV,
    .maincontent .frame-custom-500 .link-box,
    .maincontent .frame-custom-500 HEADER + DIV,
    .maincontent .frame-custom-500 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-501 > .csc-header + DIV,
    .maincontent .frame-custom-501 > header + DIV,
    .maincontent .frame-custom-501 .link-box,
    .maincontent .frame-custom-501 HEADER + DIV,
    .maincontent .frame-custom-501 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-502 > .csc-header + DIV,
    .maincontent .frame-custom-502 > header + DIV,
    .maincontent .frame-custom-502 .link-box,
    .maincontent .frame-custom-502 HEADER + DIV,
    .maincontent .frame-custom-502 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-503 > .csc-header + DIV,
    .maincontent .frame-custom-503 > header + DIV,
    .maincontent .frame-custom-503 .link-box,
    .maincontent .frame-custom-503 HEADER + DIV,
    .maincontent .frame-custom-503 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-504 > .csc-header + DIV,
    .maincontent .frame-custom-504 > header + DIV,
    .maincontent .frame-custom-504 .link-box,
    .maincontent .frame-custom-504 HEADER + DIV,
    .maincontent .frame-custom-504 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-505 > .csc-header + DIV,
    .maincontent .frame-custom-505 > header + DIV,
    .maincontent .frame-custom-505 .link-box,
    .maincontent .frame-custom-505 HEADER + DIV,
    .maincontent .frame-custom-505 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-506 > .csc-header + DIV,
    .maincontent .frame-custom-506 > header + DIV,
    .maincontent .frame-custom-506 .link-box,
    .maincontent .frame-custom-506 HEADER + DIV,
    .maincontent .frame-custom-506 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-507 > .csc-header + DIV,
    .maincontent .frame-custom-507 > header + DIV,
    .maincontent .frame-custom-507 .link-box,
    .maincontent .frame-custom-507 HEADER + DIV,
    .maincontent .frame-custom-507 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-550 > .csc-header + DIV,
    .maincontent .frame-custom-550 > header + DIV,
    .maincontent .frame-custom-550 .link-box,
    .maincontent .frame-custom-550 HEADER + DIV,
    .maincontent .frame-custom-550 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-551 > .csc-header + DIV,
    .maincontent .frame-custom-551 > header + DIV,
    .maincontent .frame-custom-551 .link-box,
    .maincontent .frame-custom-551 HEADER + DIV,
    .maincontent .frame-custom-551 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-552 > .csc-header + DIV,
    .maincontent .frame-custom-552 > header + DIV,
    .maincontent .frame-custom-552 .link-box,
    .maincontent .frame-custom-552 HEADER + DIV,
    .maincontent .frame-custom-552 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-553 > .csc-header + DIV,
    .maincontent .frame-custom-553 > header + DIV,
    .maincontent .frame-custom-553 .link-box,
    .maincontent .frame-custom-553 HEADER + DIV,
    .maincontent .frame-custom-553 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-554 > .csc-header + DIV,
    .maincontent .frame-custom-554 > header + DIV,
    .maincontent .frame-custom-554 .link-box,
    .maincontent .frame-custom-554 HEADER + DIV,
    .maincontent .frame-custom-554 .tx-locore-slot__wrapper,
    .maincontent .frame-custom-555 > .csc-header + DIV,
    .maincontent .frame-custom-555 > header + DIV,
    .maincontent .frame-custom-555 .link-box,
    .maincontent .frame-custom-555 HEADER + DIV,
    .maincontent .frame-custom-555 .tx-locore-slot__wrapper {
      padding: 10px;
      padding-top: 20px; }
    .maincontent .boxed .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .boxed .link-box .p-list,
    .maincontent .boxed .link-box table,
    .maincontent .boxed .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .boxed .tx-locore-slot__wrapper .p-list,
    .maincontent .boxed .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-500 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-500 .link-box .p-list,
    .maincontent .frame-custom-500 .link-box table,
    .maincontent .frame-custom-500 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-500 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-500 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-501 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-501 .link-box .p-list,
    .maincontent .frame-custom-501 .link-box table,
    .maincontent .frame-custom-501 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-501 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-501 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-502 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-502 .link-box .p-list,
    .maincontent .frame-custom-502 .link-box table,
    .maincontent .frame-custom-502 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-502 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-502 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-503 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-503 .link-box .p-list,
    .maincontent .frame-custom-503 .link-box table,
    .maincontent .frame-custom-503 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-503 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-503 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-504 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-504 .link-box .p-list,
    .maincontent .frame-custom-504 .link-box table,
    .maincontent .frame-custom-504 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-504 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-504 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-505 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-505 .link-box .p-list,
    .maincontent .frame-custom-505 .link-box table,
    .maincontent .frame-custom-505 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-505 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-505 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-506 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-506 .link-box .p-list,
    .maincontent .frame-custom-506 .link-box table,
    .maincontent .frame-custom-506 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-506 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-506 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-507 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-507 .link-box .p-list,
    .maincontent .frame-custom-507 .link-box table,
    .maincontent .frame-custom-507 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-507 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-507 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-550 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-550 .link-box .p-list,
    .maincontent .frame-custom-550 .link-box table,
    .maincontent .frame-custom-550 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-550 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-550 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-551 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-551 .link-box .p-list,
    .maincontent .frame-custom-551 .link-box table,
    .maincontent .frame-custom-551 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-551 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-551 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-552 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-552 .link-box .p-list,
    .maincontent .frame-custom-552 .link-box table,
    .maincontent .frame-custom-552 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-552 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-552 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-553 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-553 .link-box .p-list,
    .maincontent .frame-custom-553 .link-box table,
    .maincontent .frame-custom-553 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-553 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-553 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-554 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-554 .link-box .p-list,
    .maincontent .frame-custom-554 .link-box table,
    .maincontent .frame-custom-554 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-554 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-554 .tx-locore-slot__wrapper table,
    .maincontent .frame-custom-555 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-555 .link-box .p-list,
    .maincontent .frame-custom-555 .link-box table,
    .maincontent .frame-custom-555 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .frame-custom-555 .tx-locore-slot__wrapper .p-list,
    .maincontent .frame-custom-555 .tx-locore-slot__wrapper table {
      margin-top: calc(-1rem);
      margin-bottom: calc(-1rem);
      margin-right: calc(-1rem);
      margin-left: calc(-1rem);
      width: calc(100% + 2 * 1rem); }
      .maincontent .boxed .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .boxed .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .boxed .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .boxed .link-box .p-list li,
      .maincontent .boxed .link-box .p-list > p,
      .maincontent .boxed .link-box .p-list td,
      .maincontent .boxed .link-box table li,
      .maincontent .boxed .link-box table > p,
      .maincontent .boxed .link-box table td,
      .maincontent .boxed .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .boxed .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .boxed .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .boxed .tx-locore-slot__wrapper .p-list li,
      .maincontent .boxed .tx-locore-slot__wrapper .p-list > p,
      .maincontent .boxed .tx-locore-slot__wrapper .p-list td,
      .maincontent .boxed .tx-locore-slot__wrapper table li,
      .maincontent .boxed .tx-locore-slot__wrapper table > p,
      .maincontent .boxed .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-500 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-500 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-500 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-500 .link-box .p-list li,
      .maincontent .frame-custom-500 .link-box .p-list > p,
      .maincontent .frame-custom-500 .link-box .p-list td,
      .maincontent .frame-custom-500 .link-box table li,
      .maincontent .frame-custom-500 .link-box table > p,
      .maincontent .frame-custom-500 .link-box table td,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-501 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-501 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-501 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-501 .link-box .p-list li,
      .maincontent .frame-custom-501 .link-box .p-list > p,
      .maincontent .frame-custom-501 .link-box .p-list td,
      .maincontent .frame-custom-501 .link-box table li,
      .maincontent .frame-custom-501 .link-box table > p,
      .maincontent .frame-custom-501 .link-box table td,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-502 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-502 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-502 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-502 .link-box .p-list li,
      .maincontent .frame-custom-502 .link-box .p-list > p,
      .maincontent .frame-custom-502 .link-box .p-list td,
      .maincontent .frame-custom-502 .link-box table li,
      .maincontent .frame-custom-502 .link-box table > p,
      .maincontent .frame-custom-502 .link-box table td,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-503 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-503 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-503 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-503 .link-box .p-list li,
      .maincontent .frame-custom-503 .link-box .p-list > p,
      .maincontent .frame-custom-503 .link-box .p-list td,
      .maincontent .frame-custom-503 .link-box table li,
      .maincontent .frame-custom-503 .link-box table > p,
      .maincontent .frame-custom-503 .link-box table td,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-504 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-504 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-504 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-504 .link-box .p-list li,
      .maincontent .frame-custom-504 .link-box .p-list > p,
      .maincontent .frame-custom-504 .link-box .p-list td,
      .maincontent .frame-custom-504 .link-box table li,
      .maincontent .frame-custom-504 .link-box table > p,
      .maincontent .frame-custom-504 .link-box table td,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-505 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-505 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-505 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-505 .link-box .p-list li,
      .maincontent .frame-custom-505 .link-box .p-list > p,
      .maincontent .frame-custom-505 .link-box .p-list td,
      .maincontent .frame-custom-505 .link-box table li,
      .maincontent .frame-custom-505 .link-box table > p,
      .maincontent .frame-custom-505 .link-box table td,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-506 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-506 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-506 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-506 .link-box .p-list li,
      .maincontent .frame-custom-506 .link-box .p-list > p,
      .maincontent .frame-custom-506 .link-box .p-list td,
      .maincontent .frame-custom-506 .link-box table li,
      .maincontent .frame-custom-506 .link-box table > p,
      .maincontent .frame-custom-506 .link-box table td,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-507 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-507 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-507 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-507 .link-box .p-list li,
      .maincontent .frame-custom-507 .link-box .p-list > p,
      .maincontent .frame-custom-507 .link-box .p-list td,
      .maincontent .frame-custom-507 .link-box table li,
      .maincontent .frame-custom-507 .link-box table > p,
      .maincontent .frame-custom-507 .link-box table td,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-550 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-550 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-550 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-550 .link-box .p-list li,
      .maincontent .frame-custom-550 .link-box .p-list > p,
      .maincontent .frame-custom-550 .link-box .p-list td,
      .maincontent .frame-custom-550 .link-box table li,
      .maincontent .frame-custom-550 .link-box table > p,
      .maincontent .frame-custom-550 .link-box table td,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-551 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-551 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-551 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-551 .link-box .p-list li,
      .maincontent .frame-custom-551 .link-box .p-list > p,
      .maincontent .frame-custom-551 .link-box .p-list td,
      .maincontent .frame-custom-551 .link-box table li,
      .maincontent .frame-custom-551 .link-box table > p,
      .maincontent .frame-custom-551 .link-box table td,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-552 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-552 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-552 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-552 .link-box .p-list li,
      .maincontent .frame-custom-552 .link-box .p-list > p,
      .maincontent .frame-custom-552 .link-box .p-list td,
      .maincontent .frame-custom-552 .link-box table li,
      .maincontent .frame-custom-552 .link-box table > p,
      .maincontent .frame-custom-552 .link-box table td,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-553 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-553 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-553 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-553 .link-box .p-list li,
      .maincontent .frame-custom-553 .link-box .p-list > p,
      .maincontent .frame-custom-553 .link-box .p-list td,
      .maincontent .frame-custom-553 .link-box table li,
      .maincontent .frame-custom-553 .link-box table > p,
      .maincontent .frame-custom-553 .link-box table td,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-554 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-554 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-554 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-554 .link-box .p-list li,
      .maincontent .frame-custom-554 .link-box .p-list > p,
      .maincontent .frame-custom-554 .link-box .p-list td,
      .maincontent .frame-custom-554 .link-box table li,
      .maincontent .frame-custom-554 .link-box table > p,
      .maincontent .frame-custom-554 .link-box table td,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper table td,
      .maincontent .frame-custom-555 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-555 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-555 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-555 .link-box .p-list li,
      .maincontent .frame-custom-555 .link-box .p-list > p,
      .maincontent .frame-custom-555 .link-box .p-list td,
      .maincontent .frame-custom-555 .link-box table li,
      .maincontent .frame-custom-555 .link-box table > p,
      .maincontent .frame-custom-555 .link-box table td,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper .p-list li,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper .p-list > p,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper .p-list td,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper table li,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper table > p,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper table td {
        border-bottom: 2px solid #fff;
        padding: 10px 10px 10px 10px;
        padding: 10px 1rem 10px 1rem;
        background-color: #E1F4F8;
        border-radius: 0 !important;
        margin: 0; }
      .maincontent .boxed .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .boxed .link-box .p-list tr:first-child td,
      .maincontent .boxed .link-box table tr:first-child td,
      .maincontent .boxed .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .boxed .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .boxed .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-500 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-500 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-500 .link-box table tr:first-child td,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-501 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-501 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-501 .link-box table tr:first-child td,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-502 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-502 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-502 .link-box table tr:first-child td,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-503 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-503 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-503 .link-box table tr:first-child td,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-504 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-504 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-504 .link-box table tr:first-child td,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-505 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-505 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-505 .link-box table tr:first-child td,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-506 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-506 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-506 .link-box table tr:first-child td,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-507 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-507 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-507 .link-box table tr:first-child td,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-550 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-550 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-550 .link-box table tr:first-child td,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-551 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-551 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-551 .link-box table tr:first-child td,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-552 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-552 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-552 .link-box table tr:first-child td,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-553 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-553 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-553 .link-box table tr:first-child td,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-554 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-554 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-554 .link-box table tr:first-child td,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper table tr:first-child td,
      .maincontent .frame-custom-555 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-555 .link-box .p-list tr:first-child td,
      .maincontent .frame-custom-555 .link-box table tr:first-child td,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper .p-list tr:first-child td,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper table tr:first-child td {
        border-radius: 0 0 0 !important 0 !important; }
      .maincontent .boxed .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .boxed .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .boxed .link-box .p-list li:first-child,
      .maincontent .boxed .link-box .p-list > p:first-child,
      .maincontent .boxed .link-box table li:first-child,
      .maincontent .boxed .link-box table > p:first-child,
      .maincontent .boxed .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .boxed .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .boxed .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .boxed .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .boxed .tx-locore-slot__wrapper table li:first-child,
      .maincontent .boxed .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-500 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-500 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-500 .link-box .p-list li:first-child,
      .maincontent .frame-custom-500 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-500 .link-box table li:first-child,
      .maincontent .frame-custom-500 .link-box table > p:first-child,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-500 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-501 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-501 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-501 .link-box .p-list li:first-child,
      .maincontent .frame-custom-501 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-501 .link-box table li:first-child,
      .maincontent .frame-custom-501 .link-box table > p:first-child,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-501 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-502 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-502 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-502 .link-box .p-list li:first-child,
      .maincontent .frame-custom-502 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-502 .link-box table li:first-child,
      .maincontent .frame-custom-502 .link-box table > p:first-child,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-502 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-503 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-503 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-503 .link-box .p-list li:first-child,
      .maincontent .frame-custom-503 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-503 .link-box table li:first-child,
      .maincontent .frame-custom-503 .link-box table > p:first-child,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-503 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-504 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-504 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-504 .link-box .p-list li:first-child,
      .maincontent .frame-custom-504 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-504 .link-box table li:first-child,
      .maincontent .frame-custom-504 .link-box table > p:first-child,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-504 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-505 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-505 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-505 .link-box .p-list li:first-child,
      .maincontent .frame-custom-505 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-505 .link-box table li:first-child,
      .maincontent .frame-custom-505 .link-box table > p:first-child,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-505 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-506 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-506 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-506 .link-box .p-list li:first-child,
      .maincontent .frame-custom-506 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-506 .link-box table li:first-child,
      .maincontent .frame-custom-506 .link-box table > p:first-child,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-506 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-507 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-507 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-507 .link-box .p-list li:first-child,
      .maincontent .frame-custom-507 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-507 .link-box table li:first-child,
      .maincontent .frame-custom-507 .link-box table > p:first-child,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-507 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-550 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-550 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-550 .link-box .p-list li:first-child,
      .maincontent .frame-custom-550 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-550 .link-box table li:first-child,
      .maincontent .frame-custom-550 .link-box table > p:first-child,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-550 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-551 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-551 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-551 .link-box .p-list li:first-child,
      .maincontent .frame-custom-551 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-551 .link-box table li:first-child,
      .maincontent .frame-custom-551 .link-box table > p:first-child,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-551 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-552 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-552 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-552 .link-box .p-list li:first-child,
      .maincontent .frame-custom-552 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-552 .link-box table li:first-child,
      .maincontent .frame-custom-552 .link-box table > p:first-child,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-552 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-553 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-553 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-553 .link-box .p-list li:first-child,
      .maincontent .frame-custom-553 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-553 .link-box table li:first-child,
      .maincontent .frame-custom-553 .link-box table > p:first-child,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-553 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-554 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-554 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-554 .link-box .p-list li:first-child,
      .maincontent .frame-custom-554 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-554 .link-box table li:first-child,
      .maincontent .frame-custom-554 .link-box table > p:first-child,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-554 .tx-locore-slot__wrapper table > p:first-child,
      .maincontent .frame-custom-555 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-555 .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-555 .link-box .p-list li:first-child,
      .maincontent .frame-custom-555 .link-box .p-list > p:first-child,
      .maincontent .frame-custom-555 .link-box table li:first-child,
      .maincontent .frame-custom-555 .link-box table > p:first-child,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper .p-list li:first-child,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper .p-list > p:first-child,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper table li:first-child,
      .maincontent .frame-custom-555 .tx-locore-slot__wrapper table > p:first-child {
        border-radius: 0 0 0 !important 0 !important; }
  .maincontent .linklist,
  .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider),
  .maincontent .tx-locore-tipp,
  .maincontent .lo-collection-list-collection,
  .maincontent .lo-collection-list-wishlist,
  .maincontent .lo-collection-list-mappe,
  .maincontent .profile-percentage {
    padding: 0px;
    background-color: transparent;
    color: #4f4f4f;
    border-radius: 0 !important; }
    .maincontent .linklist HEADER,
    .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER,
    .maincontent .tx-locore-tipp HEADER,
    .maincontent .lo-collection-list-collection HEADER,
    .maincontent .lo-collection-list-wishlist HEADER,
    .maincontent .lo-collection-list-mappe HEADER,
    .maincontent .profile-percentage HEADER {
      background-color: var(--color-lo-blue, #34A6BF);
      position: relative;
      border-radius: 0 !important 0 !important 0 0; }
      .maincontent .linklist HEADER h1,
      .maincontent .linklist HEADER h2,
      .maincontent .linklist HEADER h4,
      .maincontent .linklist HEADER h3,
      .maincontent .linklist HEADER span.title,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER h1,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER h2,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER h4,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER h3,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER span.title,
      .maincontent .tx-locore-tipp HEADER h1,
      .maincontent .tx-locore-tipp HEADER h2,
      .maincontent .tx-locore-tipp HEADER h4,
      .maincontent .tx-locore-tipp HEADER h3,
      .maincontent .tx-locore-tipp HEADER span.title,
      .maincontent .lo-collection-list-collection HEADER h1,
      .maincontent .lo-collection-list-collection HEADER h2,
      .maincontent .lo-collection-list-collection HEADER h4,
      .maincontent .lo-collection-list-collection HEADER h3,
      .maincontent .lo-collection-list-collection HEADER span.title,
      .maincontent .lo-collection-list-wishlist HEADER h1,
      .maincontent .lo-collection-list-wishlist HEADER h2,
      .maincontent .lo-collection-list-wishlist HEADER h4,
      .maincontent .lo-collection-list-wishlist HEADER h3,
      .maincontent .lo-collection-list-wishlist HEADER span.title,
      .maincontent .lo-collection-list-mappe HEADER h1,
      .maincontent .lo-collection-list-mappe HEADER h2,
      .maincontent .lo-collection-list-mappe HEADER h4,
      .maincontent .lo-collection-list-mappe HEADER h3,
      .maincontent .lo-collection-list-mappe HEADER span.title,
      .maincontent .profile-percentage HEADER h1,
      .maincontent .profile-percentage HEADER h2,
      .maincontent .profile-percentage HEADER h4,
      .maincontent .profile-percentage HEADER h3,
      .maincontent .profile-percentage HEADER span.title {
        color: #fff !important;
        padding: 10px;
        font-size: 18px;
        font-size: 1.8rem;
        /*font-weight: $collapsable-maincol-header-font-weight;*/
        font-family: Verdana-Bold, sans-serif;
        line-height: 1.3;
        margin: 0;
        letter-spacing: inherit; }
    .maincontent .linklist HEADER + DIV,
    .maincontent .linklist .link-box,
    .maincontent .linklist .textblock,
    .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV,
    .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box,
    .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock,
    .maincontent .tx-locore-tipp HEADER + DIV,
    .maincontent .tx-locore-tipp .link-box,
    .maincontent .tx-locore-tipp .textblock,
    .maincontent .lo-collection-list-collection HEADER + DIV,
    .maincontent .lo-collection-list-collection .link-box,
    .maincontent .lo-collection-list-collection .textblock,
    .maincontent .lo-collection-list-wishlist HEADER + DIV,
    .maincontent .lo-collection-list-wishlist .link-box,
    .maincontent .lo-collection-list-wishlist .textblock,
    .maincontent .lo-collection-list-mappe HEADER + DIV,
    .maincontent .lo-collection-list-mappe .link-box,
    .maincontent .lo-collection-list-mappe .textblock,
    .maincontent .profile-percentage HEADER + DIV,
    .maincontent .profile-percentage .link-box,
    .maincontent .profile-percentage .textblock {
      padding: 10px;
      padding: 1rem;
      width: 100%;
      margin: 0; }
      .maincontent .linklist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .linklist HEADER + DIV .p-list,
      .maincontent .linklist HEADER + DIV table,
      .maincontent .linklist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .linklist .link-box .p-list,
      .maincontent .linklist .link-box table,
      .maincontent .linklist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .linklist .textblock .p-list,
      .maincontent .linklist .textblock table,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV .p-list,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV table,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box .p-list,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box table,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock .p-list,
      .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock table,
      .maincontent .tx-locore-tipp HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .tx-locore-tipp HEADER + DIV .p-list,
      .maincontent .tx-locore-tipp HEADER + DIV table,
      .maincontent .tx-locore-tipp .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .tx-locore-tipp .link-box .p-list,
      .maincontent .tx-locore-tipp .link-box table,
      .maincontent .tx-locore-tipp .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .tx-locore-tipp .textblock .p-list,
      .maincontent .tx-locore-tipp .textblock table,
      .maincontent .lo-collection-list-collection HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-collection HEADER + DIV .p-list,
      .maincontent .lo-collection-list-collection HEADER + DIV table,
      .maincontent .lo-collection-list-collection .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-collection .link-box .p-list,
      .maincontent .lo-collection-list-collection .link-box table,
      .maincontent .lo-collection-list-collection .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-collection .textblock .p-list,
      .maincontent .lo-collection-list-collection .textblock table,
      .maincontent .lo-collection-list-wishlist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-wishlist HEADER + DIV .p-list,
      .maincontent .lo-collection-list-wishlist HEADER + DIV table,
      .maincontent .lo-collection-list-wishlist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-wishlist .link-box .p-list,
      .maincontent .lo-collection-list-wishlist .link-box table,
      .maincontent .lo-collection-list-wishlist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-wishlist .textblock .p-list,
      .maincontent .lo-collection-list-wishlist .textblock table,
      .maincontent .lo-collection-list-mappe HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-mappe HEADER + DIV .p-list,
      .maincontent .lo-collection-list-mappe HEADER + DIV table,
      .maincontent .lo-collection-list-mappe .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-mappe .link-box .p-list,
      .maincontent .lo-collection-list-mappe .link-box table,
      .maincontent .lo-collection-list-mappe .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .lo-collection-list-mappe .textblock .p-list,
      .maincontent .lo-collection-list-mappe .textblock table,
      .maincontent .profile-percentage HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .profile-percentage HEADER + DIV .p-list,
      .maincontent .profile-percentage HEADER + DIV table,
      .maincontent .profile-percentage .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .profile-percentage .link-box .p-list,
      .maincontent .profile-percentage .link-box table,
      .maincontent .profile-percentage .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .profile-percentage .textblock .p-list,
      .maincontent .profile-percentage .textblock table {
        margin-top: calc(-1rem);
        margin-bottom: calc(-1rem);
        margin-right: calc(-1rem);
        margin-left: calc(-1rem);
        width: calc(100% + 2 * 1rem); }
        .maincontent .linklist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .linklist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .linklist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .linklist HEADER + DIV .p-list li,
        .maincontent .linklist HEADER + DIV .p-list > p,
        .maincontent .linklist HEADER + DIV .p-list td,
        .maincontent .linklist HEADER + DIV table li,
        .maincontent .linklist HEADER + DIV table > p,
        .maincontent .linklist HEADER + DIV table td,
        .maincontent .linklist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .linklist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .linklist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .linklist .link-box .p-list li,
        .maincontent .linklist .link-box .p-list > p,
        .maincontent .linklist .link-box .p-list td,
        .maincontent .linklist .link-box table li,
        .maincontent .linklist .link-box table > p,
        .maincontent .linklist .link-box table td,
        .maincontent .linklist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .linklist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .linklist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .linklist .textblock .p-list li,
        .maincontent .linklist .textblock .p-list > p,
        .maincontent .linklist .textblock .p-list td,
        .maincontent .linklist .textblock table li,
        .maincontent .linklist .textblock table > p,
        .maincontent .linklist .textblock table td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV .p-list li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV .p-list > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV .p-list td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV table li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV table > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV table td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box .p-list li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box .p-list > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box .p-list td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box table li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box table > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box table td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock .p-list li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock .p-list > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock .p-list td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock table li,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock table > p,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock table td,
        .maincontent .tx-locore-tipp HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .tx-locore-tipp HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .tx-locore-tipp HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .tx-locore-tipp HEADER + DIV .p-list li,
        .maincontent .tx-locore-tipp HEADER + DIV .p-list > p,
        .maincontent .tx-locore-tipp HEADER + DIV .p-list td,
        .maincontent .tx-locore-tipp HEADER + DIV table li,
        .maincontent .tx-locore-tipp HEADER + DIV table > p,
        .maincontent .tx-locore-tipp HEADER + DIV table td,
        .maincontent .tx-locore-tipp .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .tx-locore-tipp .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .tx-locore-tipp .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .tx-locore-tipp .link-box .p-list li,
        .maincontent .tx-locore-tipp .link-box .p-list > p,
        .maincontent .tx-locore-tipp .link-box .p-list td,
        .maincontent .tx-locore-tipp .link-box table li,
        .maincontent .tx-locore-tipp .link-box table > p,
        .maincontent .tx-locore-tipp .link-box table td,
        .maincontent .tx-locore-tipp .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .tx-locore-tipp .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .tx-locore-tipp .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .tx-locore-tipp .textblock .p-list li,
        .maincontent .tx-locore-tipp .textblock .p-list > p,
        .maincontent .tx-locore-tipp .textblock .p-list td,
        .maincontent .tx-locore-tipp .textblock table li,
        .maincontent .tx-locore-tipp .textblock table > p,
        .maincontent .tx-locore-tipp .textblock table td,
        .maincontent .lo-collection-list-collection HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-collection HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-collection HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-collection HEADER + DIV .p-list li,
        .maincontent .lo-collection-list-collection HEADER + DIV .p-list > p,
        .maincontent .lo-collection-list-collection HEADER + DIV .p-list td,
        .maincontent .lo-collection-list-collection HEADER + DIV table li,
        .maincontent .lo-collection-list-collection HEADER + DIV table > p,
        .maincontent .lo-collection-list-collection HEADER + DIV table td,
        .maincontent .lo-collection-list-collection .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-collection .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-collection .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-collection .link-box .p-list li,
        .maincontent .lo-collection-list-collection .link-box .p-list > p,
        .maincontent .lo-collection-list-collection .link-box .p-list td,
        .maincontent .lo-collection-list-collection .link-box table li,
        .maincontent .lo-collection-list-collection .link-box table > p,
        .maincontent .lo-collection-list-collection .link-box table td,
        .maincontent .lo-collection-list-collection .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-collection .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-collection .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-collection .textblock .p-list li,
        .maincontent .lo-collection-list-collection .textblock .p-list > p,
        .maincontent .lo-collection-list-collection .textblock .p-list td,
        .maincontent .lo-collection-list-collection .textblock table li,
        .maincontent .lo-collection-list-collection .textblock table > p,
        .maincontent .lo-collection-list-collection .textblock table td,
        .maincontent .lo-collection-list-wishlist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-wishlist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-wishlist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-wishlist HEADER + DIV .p-list li,
        .maincontent .lo-collection-list-wishlist HEADER + DIV .p-list > p,
        .maincontent .lo-collection-list-wishlist HEADER + DIV .p-list td,
        .maincontent .lo-collection-list-wishlist HEADER + DIV table li,
        .maincontent .lo-collection-list-wishlist HEADER + DIV table > p,
        .maincontent .lo-collection-list-wishlist HEADER + DIV table td,
        .maincontent .lo-collection-list-wishlist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-wishlist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-wishlist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-wishlist .link-box .p-list li,
        .maincontent .lo-collection-list-wishlist .link-box .p-list > p,
        .maincontent .lo-collection-list-wishlist .link-box .p-list td,
        .maincontent .lo-collection-list-wishlist .link-box table li,
        .maincontent .lo-collection-list-wishlist .link-box table > p,
        .maincontent .lo-collection-list-wishlist .link-box table td,
        .maincontent .lo-collection-list-wishlist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-wishlist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-wishlist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-wishlist .textblock .p-list li,
        .maincontent .lo-collection-list-wishlist .textblock .p-list > p,
        .maincontent .lo-collection-list-wishlist .textblock .p-list td,
        .maincontent .lo-collection-list-wishlist .textblock table li,
        .maincontent .lo-collection-list-wishlist .textblock table > p,
        .maincontent .lo-collection-list-wishlist .textblock table td,
        .maincontent .lo-collection-list-mappe HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-mappe HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-mappe HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-mappe HEADER + DIV .p-list li,
        .maincontent .lo-collection-list-mappe HEADER + DIV .p-list > p,
        .maincontent .lo-collection-list-mappe HEADER + DIV .p-list td,
        .maincontent .lo-collection-list-mappe HEADER + DIV table li,
        .maincontent .lo-collection-list-mappe HEADER + DIV table > p,
        .maincontent .lo-collection-list-mappe HEADER + DIV table td,
        .maincontent .lo-collection-list-mappe .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-mappe .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-mappe .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-mappe .link-box .p-list li,
        .maincontent .lo-collection-list-mappe .link-box .p-list > p,
        .maincontent .lo-collection-list-mappe .link-box .p-list td,
        .maincontent .lo-collection-list-mappe .link-box table li,
        .maincontent .lo-collection-list-mappe .link-box table > p,
        .maincontent .lo-collection-list-mappe .link-box table td,
        .maincontent .lo-collection-list-mappe .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .lo-collection-list-mappe .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .lo-collection-list-mappe .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .lo-collection-list-mappe .textblock .p-list li,
        .maincontent .lo-collection-list-mappe .textblock .p-list > p,
        .maincontent .lo-collection-list-mappe .textblock .p-list td,
        .maincontent .lo-collection-list-mappe .textblock table li,
        .maincontent .lo-collection-list-mappe .textblock table > p,
        .maincontent .lo-collection-list-mappe .textblock table td,
        .maincontent .profile-percentage HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .profile-percentage HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .profile-percentage HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .profile-percentage HEADER + DIV .p-list li,
        .maincontent .profile-percentage HEADER + DIV .p-list > p,
        .maincontent .profile-percentage HEADER + DIV .p-list td,
        .maincontent .profile-percentage HEADER + DIV table li,
        .maincontent .profile-percentage HEADER + DIV table > p,
        .maincontent .profile-percentage HEADER + DIV table td,
        .maincontent .profile-percentage .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .profile-percentage .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .profile-percentage .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .profile-percentage .link-box .p-list li,
        .maincontent .profile-percentage .link-box .p-list > p,
        .maincontent .profile-percentage .link-box .p-list td,
        .maincontent .profile-percentage .link-box table li,
        .maincontent .profile-percentage .link-box table > p,
        .maincontent .profile-percentage .link-box table td,
        .maincontent .profile-percentage .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .profile-percentage .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .profile-percentage .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .profile-percentage .textblock .p-list li,
        .maincontent .profile-percentage .textblock .p-list > p,
        .maincontent .profile-percentage .textblock .p-list td,
        .maincontent .profile-percentage .textblock table li,
        .maincontent .profile-percentage .textblock table > p,
        .maincontent .profile-percentage .textblock table td {
          border-bottom: 2px solid #fff;
          padding: 10px 10px 10px 10px;
          padding: 10px 1rem 10px 1rem;
          background-color: #E1F4F8;
          border-radius: 0 !important;
          margin: 0; }
        .maincontent .linklist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .linklist HEADER + DIV .p-list tr:first-child td,
        .maincontent .linklist HEADER + DIV table tr:first-child td,
        .maincontent .linklist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .linklist .link-box .p-list tr:first-child td,
        .maincontent .linklist .link-box table tr:first-child td,
        .maincontent .linklist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .linklist .textblock .p-list tr:first-child td,
        .maincontent .linklist .textblock table tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV .p-list tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV table tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box .p-list tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box table tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock .p-list tr:first-child td,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock table tr:first-child td,
        .maincontent .tx-locore-tipp HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .tx-locore-tipp HEADER + DIV .p-list tr:first-child td,
        .maincontent .tx-locore-tipp HEADER + DIV table tr:first-child td,
        .maincontent .tx-locore-tipp .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .tx-locore-tipp .link-box .p-list tr:first-child td,
        .maincontent .tx-locore-tipp .link-box table tr:first-child td,
        .maincontent .tx-locore-tipp .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .tx-locore-tipp .textblock .p-list tr:first-child td,
        .maincontent .tx-locore-tipp .textblock table tr:first-child td,
        .maincontent .lo-collection-list-collection HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-collection HEADER + DIV .p-list tr:first-child td,
        .maincontent .lo-collection-list-collection HEADER + DIV table tr:first-child td,
        .maincontent .lo-collection-list-collection .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-collection .link-box .p-list tr:first-child td,
        .maincontent .lo-collection-list-collection .link-box table tr:first-child td,
        .maincontent .lo-collection-list-collection .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-collection .textblock .p-list tr:first-child td,
        .maincontent .lo-collection-list-collection .textblock table tr:first-child td,
        .maincontent .lo-collection-list-wishlist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-wishlist HEADER + DIV .p-list tr:first-child td,
        .maincontent .lo-collection-list-wishlist HEADER + DIV table tr:first-child td,
        .maincontent .lo-collection-list-wishlist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-wishlist .link-box .p-list tr:first-child td,
        .maincontent .lo-collection-list-wishlist .link-box table tr:first-child td,
        .maincontent .lo-collection-list-wishlist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-wishlist .textblock .p-list tr:first-child td,
        .maincontent .lo-collection-list-wishlist .textblock table tr:first-child td,
        .maincontent .lo-collection-list-mappe HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-mappe HEADER + DIV .p-list tr:first-child td,
        .maincontent .lo-collection-list-mappe HEADER + DIV table tr:first-child td,
        .maincontent .lo-collection-list-mappe .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-mappe .link-box .p-list tr:first-child td,
        .maincontent .lo-collection-list-mappe .link-box table tr:first-child td,
        .maincontent .lo-collection-list-mappe .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .lo-collection-list-mappe .textblock .p-list tr:first-child td,
        .maincontent .lo-collection-list-mappe .textblock table tr:first-child td,
        .maincontent .profile-percentage HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .profile-percentage HEADER + DIV .p-list tr:first-child td,
        .maincontent .profile-percentage HEADER + DIV table tr:first-child td,
        .maincontent .profile-percentage .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .profile-percentage .link-box .p-list tr:first-child td,
        .maincontent .profile-percentage .link-box table tr:first-child td,
        .maincontent .profile-percentage .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .profile-percentage .textblock .p-list tr:first-child td,
        .maincontent .profile-percentage .textblock table tr:first-child td {
          border-radius: 0 0 0 !important 0 !important; }
        .maincontent .linklist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .linklist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .linklist HEADER + DIV .p-list li:first-child,
        .maincontent .linklist HEADER + DIV .p-list > p:first-child,
        .maincontent .linklist HEADER + DIV table li:first-child,
        .maincontent .linklist HEADER + DIV table > p:first-child,
        .maincontent .linklist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .linklist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .linklist .link-box .p-list li:first-child,
        .maincontent .linklist .link-box .p-list > p:first-child,
        .maincontent .linklist .link-box table li:first-child,
        .maincontent .linklist .link-box table > p:first-child,
        .maincontent .linklist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .linklist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .linklist .textblock .p-list li:first-child,
        .maincontent .linklist .textblock .p-list > p:first-child,
        .maincontent .linklist .textblock table li:first-child,
        .maincontent .linklist .textblock table > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV .p-list li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV .p-list > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV table li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) HEADER + DIV table > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box .p-list li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box .p-list > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box table li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .link-box table > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock .p-list li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock .p-list > p:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock table li:first-child,
        .maincontent .locore-lonews-latest:not(.locore-lonews-latest--slider) .textblock table > p:first-child,
        .maincontent .tx-locore-tipp HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .tx-locore-tipp HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .tx-locore-tipp HEADER + DIV .p-list li:first-child,
        .maincontent .tx-locore-tipp HEADER + DIV .p-list > p:first-child,
        .maincontent .tx-locore-tipp HEADER + DIV table li:first-child,
        .maincontent .tx-locore-tipp HEADER + DIV table > p:first-child,
        .maincontent .tx-locore-tipp .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .tx-locore-tipp .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .tx-locore-tipp .link-box .p-list li:first-child,
        .maincontent .tx-locore-tipp .link-box .p-list > p:first-child,
        .maincontent .tx-locore-tipp .link-box table li:first-child,
        .maincontent .tx-locore-tipp .link-box table > p:first-child,
        .maincontent .tx-locore-tipp .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .tx-locore-tipp .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .tx-locore-tipp .textblock .p-list li:first-child,
        .maincontent .tx-locore-tipp .textblock .p-list > p:first-child,
        .maincontent .tx-locore-tipp .textblock table li:first-child,
        .maincontent .tx-locore-tipp .textblock table > p:first-child,
        .maincontent .lo-collection-list-collection HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-collection HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-collection HEADER + DIV .p-list li:first-child,
        .maincontent .lo-collection-list-collection HEADER + DIV .p-list > p:first-child,
        .maincontent .lo-collection-list-collection HEADER + DIV table li:first-child,
        .maincontent .lo-collection-list-collection HEADER + DIV table > p:first-child,
        .maincontent .lo-collection-list-collection .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-collection .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-collection .link-box .p-list li:first-child,
        .maincontent .lo-collection-list-collection .link-box .p-list > p:first-child,
        .maincontent .lo-collection-list-collection .link-box table li:first-child,
        .maincontent .lo-collection-list-collection .link-box table > p:first-child,
        .maincontent .lo-collection-list-collection .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-collection .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-collection .textblock .p-list li:first-child,
        .maincontent .lo-collection-list-collection .textblock .p-list > p:first-child,
        .maincontent .lo-collection-list-collection .textblock table li:first-child,
        .maincontent .lo-collection-list-collection .textblock table > p:first-child,
        .maincontent .lo-collection-list-wishlist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-wishlist HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-wishlist HEADER + DIV .p-list li:first-child,
        .maincontent .lo-collection-list-wishlist HEADER + DIV .p-list > p:first-child,
        .maincontent .lo-collection-list-wishlist HEADER + DIV table li:first-child,
        .maincontent .lo-collection-list-wishlist HEADER + DIV table > p:first-child,
        .maincontent .lo-collection-list-wishlist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-wishlist .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-wishlist .link-box .p-list li:first-child,
        .maincontent .lo-collection-list-wishlist .link-box .p-list > p:first-child,
        .maincontent .lo-collection-list-wishlist .link-box table li:first-child,
        .maincontent .lo-collection-list-wishlist .link-box table > p:first-child,
        .maincontent .lo-collection-list-wishlist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-wishlist .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-wishlist .textblock .p-list li:first-child,
        .maincontent .lo-collection-list-wishlist .textblock .p-list > p:first-child,
        .maincontent .lo-collection-list-wishlist .textblock table li:first-child,
        .maincontent .lo-collection-list-wishlist .textblock table > p:first-child,
        .maincontent .lo-collection-list-mappe HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-mappe HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-mappe HEADER + DIV .p-list li:first-child,
        .maincontent .lo-collection-list-mappe HEADER + DIV .p-list > p:first-child,
        .maincontent .lo-collection-list-mappe HEADER + DIV table li:first-child,
        .maincontent .lo-collection-list-mappe HEADER + DIV table > p:first-child,
        .maincontent .lo-collection-list-mappe .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-mappe .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-mappe .link-box .p-list li:first-child,
        .maincontent .lo-collection-list-mappe .link-box .p-list > p:first-child,
        .maincontent .lo-collection-list-mappe .link-box table li:first-child,
        .maincontent .lo-collection-list-mappe .link-box table > p:first-child,
        .maincontent .lo-collection-list-mappe .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .lo-collection-list-mappe .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .lo-collection-list-mappe .textblock .p-list li:first-child,
        .maincontent .lo-collection-list-mappe .textblock .p-list > p:first-child,
        .maincontent .lo-collection-list-mappe .textblock table li:first-child,
        .maincontent .lo-collection-list-mappe .textblock table > p:first-child,
        .maincontent .profile-percentage HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .profile-percentage HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .profile-percentage HEADER + DIV .p-list li:first-child,
        .maincontent .profile-percentage HEADER + DIV .p-list > p:first-child,
        .maincontent .profile-percentage HEADER + DIV table li:first-child,
        .maincontent .profile-percentage HEADER + DIV table > p:first-child,
        .maincontent .profile-percentage .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .profile-percentage .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .profile-percentage .link-box .p-list li:first-child,
        .maincontent .profile-percentage .link-box .p-list > p:first-child,
        .maincontent .profile-percentage .link-box table li:first-child,
        .maincontent .profile-percentage .link-box table > p:first-child,
        .maincontent .profile-percentage .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .profile-percentage .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .profile-percentage .textblock .p-list li:first-child,
        .maincontent .profile-percentage .textblock .p-list > p:first-child,
        .maincontent .profile-percentage .textblock table li:first-child,
        .maincontent .profile-percentage .textblock table > p:first-child {
          border-radius: 0 0 0 !important 0 !important; }
  .maincontent .tx-locore-textbox--collapsable {
    position: relative;
    padding: 0px;
    color: #4f4f4f;
    border-radius: 0 !important;
    /* For cases if header container is missing: */
    /* Wenn unter header nur ein einziger Inhaltskasten ist -> setze bg color und radius hier */
    /* Wenn eine Liste nach header kommt, mach das in den li Elementen                        */ }
    .maincontent .tx-locore-textbox--collapsable HEADER {
      background-color: var(--color-lo-blue, #34A6BF);
      position: relative;
      margin: 0;
      border-radius: 0 !important 0 !important 0 0;
      margin-bottom: 0 !important; }
      .maincontent .tx-locore-textbox--collapsable HEADER h1,
      .maincontent .tx-locore-textbox--collapsable HEADER h2,
      .maincontent .tx-locore-textbox--collapsable HEADER h3,
      .maincontent .tx-locore-textbox--collapsable HEADER h4 {
        color: #fff !important;
        padding: 10px;
        font-size: 18px;
        font-size: 1.8rem;
        /*font-weight: $collapsable-maincol-header-font-weight;*/
        font-family: Verdana-Bold, sans-serif;
        line-height: 1.3;
        margin: 0;
        letter-spacing: inherit; }
      .maincontent .tx-locore-textbox--collapsable HEADER label {
        color: #fff !important; }
    .maincontent .tx-locore-textbox--collapsable > h2, .maincontent .tx-locore-textbox--collapsable h3 {
      background-color: var(--color-lo-blue, #34A6BF);
      position: relative;
      margin: 0;
      color: #fff !important;
      padding: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      /*font-weight: $collapsable-maincol-header-font-weight;*/
      font-family: Verdana-Bold, sans-serif;
      line-height: 1.3;
      letter-spacing: inherit;
      border-radius: 0 !important 0 !important 0 0; }
    .maincontent .tx-locore-textbox--collapsable HEADER + DIV {
      background-color: #E1F4F8;
      border-radius: 0 0 0 !important 0 !important; }
    .maincontent .tx-locore-textbox--collapsable HEADER + .link-box {
      background-color: transparent; }
    .maincontent .tx-locore-textbox--collapsable HEADER + DIV,
    .maincontent .tx-locore-textbox--collapsable > h2 + DIV,
    .maincontent .tx-locore-textbox--collapsable > h3 + DIV,
    .maincontent .tx-locore-textbox--collapsable .textblock,
    .maincontent .tx-locore-textbox--collapsable .link-box {
      width: 100%;
      margin: 0;
      border: none;
      box-sizing: border-box;
      overflow: hidden;
      padding: 20px; }
      .maincontent .tx-locore-textbox--collapsable HEADER + DIV h3,
      .maincontent .tx-locore-textbox--collapsable > h2 + DIV h3,
      .maincontent .tx-locore-textbox--collapsable > h3 + DIV h3,
      .maincontent .tx-locore-textbox--collapsable .textblock h3,
      .maincontent .tx-locore-textbox--collapsable .link-box h3 {
        background-color: transparent;
        color: var(--color-lo-blue, #34A6BF) !important;
        margin-bottom: 5px;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.3;
        font-size: 20px;
        font-size: 2rem;
        padding-left: 0; }
    .maincontent .tx-locore-textbox--collapsable > .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
    .maincontent .tx-locore-textbox--collapsable > .link-box .p-list,
    .maincontent .tx-locore-textbox--collapsable > .link-box table {
      margin-top: calc(-20px);
      margin-bottom: calc(-20px);
      margin-right: calc(-20px);
      margin-left: calc(-20px);
      width: calc(100% + 2 * 20px); }
      .maincontent .tx-locore-textbox--collapsable > .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
      .maincontent .tx-locore-textbox--collapsable > .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
      .maincontent .tx-locore-textbox--collapsable > .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
      .maincontent .tx-locore-textbox--collapsable > .link-box .p-list li,
      .maincontent .tx-locore-textbox--collapsable > .link-box .p-list > p,
      .maincontent .tx-locore-textbox--collapsable > .link-box .p-list td,
      .maincontent .tx-locore-textbox--collapsable > .link-box table li,
      .maincontent .tx-locore-textbox--collapsable > .link-box table > p,
      .maincontent .tx-locore-textbox--collapsable > .link-box table td {
        border-bottom: 2px solid #fff;
        padding: 10px 20px 10px 20px;
        background-color: #E1F4F8;
        border-radius: 0 !important;
        margin: 0; }
      .maincontent .tx-locore-textbox--collapsable > .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
      .maincontent .tx-locore-textbox--collapsable > .link-box .p-list tr:first-child td,
      .maincontent .tx-locore-textbox--collapsable > .link-box table tr:first-child td {
        border-radius: 0 0 0 !important 0 !important; }
      .maincontent .tx-locore-textbox--collapsable > .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
      .maincontent .tx-locore-textbox--collapsable > .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
      .maincontent .tx-locore-textbox--collapsable > .link-box .p-list li:first-child,
      .maincontent .tx-locore-textbox--collapsable > .link-box .p-list > p:first-child,
      .maincontent .tx-locore-textbox--collapsable > .link-box table li:first-child,
      .maincontent .tx-locore-textbox--collapsable > .link-box table > p:first-child {
        border-radius: 0 0 0 !important 0 !important; }
  .maincontent .unitplan {
    position: relative;
    padding: 0px;
    color: #4f4f4f;
    border-radius: 0 !important;
    /* Outer header */
    /* Outer header body */ }
    .maincontent .unitplan > HEADER {
      margin-bottom: 0;
      background-color: #fff;
      position: relative;
      margin-bottom: 5px;
      margin-bottom: 0.5rem;
      border-radius: 0 !important 0 !important 0 0; }
      .maincontent .unitplan > HEADER DIV {
        color: #4f4f4f;
        padding: 10px;
        font-size: 18px;
        font-size: 1.8rem;
        /*font-weight: $collapsable-maincol-header-font-weight;*/
        font-family: Verdana-Bold, sans-serif;
        line-height: 1.3;
        margin: 0;
        letter-spacing: inherit; }
    .maincontent .unitplan > HEADER + DIV,
    .maincontent .unitplan .textblock,
    .maincontent .unitplan .link-box {
      width: 100%;
      margin: 0;
      box-sizing: border-box;
      overflow: hidden;
      padding: 20px; }
      .maincontent .unitplan > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .unitplan > HEADER + DIV .p-list,
      .maincontent .unitplan > HEADER + DIV table,
      .maincontent .unitplan .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .unitplan .textblock .p-list,
      .maincontent .unitplan .textblock table,
      .maincontent .unitplan .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
      .maincontent .unitplan .link-box .p-list,
      .maincontent .unitplan .link-box table {
        margin-top: calc(-20px);
        margin-bottom: calc(-20px);
        margin-right: calc(-20px);
        margin-left: calc(-20px);
        width: calc(100% + 2 * 20px); }
        .maincontent .unitplan > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .unitplan > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .unitplan > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .unitplan > HEADER + DIV .p-list li,
        .maincontent .unitplan > HEADER + DIV .p-list > p,
        .maincontent .unitplan > HEADER + DIV .p-list td,
        .maincontent .unitplan > HEADER + DIV table li,
        .maincontent .unitplan > HEADER + DIV table > p,
        .maincontent .unitplan > HEADER + DIV table td,
        .maincontent .unitplan .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .unitplan .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .unitplan .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .unitplan .textblock .p-list li,
        .maincontent .unitplan .textblock .p-list > p,
        .maincontent .unitplan .textblock .p-list td,
        .maincontent .unitplan .textblock table li,
        .maincontent .unitplan .textblock table > p,
        .maincontent .unitplan .textblock table td,
        .maincontent .unitplan .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
        .maincontent .unitplan .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
        .maincontent .unitplan .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
        .maincontent .unitplan .link-box .p-list li,
        .maincontent .unitplan .link-box .p-list > p,
        .maincontent .unitplan .link-box .p-list td,
        .maincontent .unitplan .link-box table li,
        .maincontent .unitplan .link-box table > p,
        .maincontent .unitplan .link-box table td {
          border-bottom: 2px solid #fff;
          padding: 10px 20px 10px 20px;
          background-color: #E1F4F8;
          border-radius: 0 !important;
          margin: 0; }
        .maincontent .unitplan > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .unitplan > HEADER + DIV .p-list tr:first-child td,
        .maincontent .unitplan > HEADER + DIV table tr:first-child td,
        .maincontent .unitplan .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .unitplan .textblock .p-list tr:first-child td,
        .maincontent .unitplan .textblock table tr:first-child td,
        .maincontent .unitplan .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
        .maincontent .unitplan .link-box .p-list tr:first-child td,
        .maincontent .unitplan .link-box table tr:first-child td {
          border-radius: 0 0 0 !important 0 !important; }
        .maincontent .unitplan > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .unitplan > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .unitplan > HEADER + DIV .p-list li:first-child,
        .maincontent .unitplan > HEADER + DIV .p-list > p:first-child,
        .maincontent .unitplan > HEADER + DIV table li:first-child,
        .maincontent .unitplan > HEADER + DIV table > p:first-child,
        .maincontent .unitplan .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .unitplan .textblock ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .unitplan .textblock .p-list li:first-child,
        .maincontent .unitplan .textblock .p-list > p:first-child,
        .maincontent .unitplan .textblock table li:first-child,
        .maincontent .unitplan .textblock table > p:first-child,
        .maincontent .unitplan .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
        .maincontent .unitplan .link-box ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
        .maincontent .unitplan .link-box .p-list li:first-child,
        .maincontent .unitplan .link-box .p-list > p:first-child,
        .maincontent .unitplan .link-box table li:first-child,
        .maincontent .unitplan .link-box table > p:first-child {
          border-radius: 0 0 0 !important 0 !important; }
  .maincontent .marginalcol,
  .maincontent .twocol .span4 {
    /* Marginal containers with class .boxed */ }
    .maincontent .marginalcol .locore-lonews-latest, .maincontent .marginalcol >,
    .maincontent .twocol .span4 .locore-lonews-latest,
    .maincontent .twocol .span4 > {
      /* Header-body-content to be boxed without class .boxed, */
      /* care for content without wrapping container...    */
      border-radius: 0 !important; }
      .maincontent .marginalcol .locore-lonews-latest .csc-header,
      .maincontent .marginalcol .locore-lonews-latest HEADER, .maincontent .marginalcol > .csc-header,
      .maincontent .marginalcol > HEADER,
      .maincontent .twocol .span4 .locore-lonews-latest .csc-header,
      .maincontent .twocol .span4 .locore-lonews-latest HEADER,
      .maincontent .twocol .span4 > .csc-header,
      .maincontent .twocol .span4 > HEADER {
        background-color: var(--color-lo-blue, #34A6BF);
        position: relative;
        text-align: left;
        border-radius: 0 !important 0 !important 0 0;
        border: none;
        box-shadow: none;
        border-bottom: none; }
        .maincontent .marginalcol .locore-lonews-latest .csc-header h1,
        .maincontent .marginalcol .locore-lonews-latest .csc-header h2,
        .maincontent .marginalcol .locore-lonews-latest .csc-header h4,
        .maincontent .marginalcol .locore-lonews-latest .csc-header h3,
        .maincontent .marginalcol .locore-lonews-latest HEADER h1,
        .maincontent .marginalcol .locore-lonews-latest HEADER h2,
        .maincontent .marginalcol .locore-lonews-latest HEADER h4,
        .maincontent .marginalcol .locore-lonews-latest HEADER h3, .maincontent .marginalcol > .csc-header h1,
        .maincontent .marginalcol > .csc-header h2,
        .maincontent .marginalcol > .csc-header h4,
        .maincontent .marginalcol > .csc-header h3,
        .maincontent .marginalcol > HEADER h1,
        .maincontent .marginalcol > HEADER h2,
        .maincontent .marginalcol > HEADER h4,
        .maincontent .marginalcol > HEADER h3,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header h1,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header h2,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header h4,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header h3,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER h1,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER h2,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER h4,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER h3,
        .maincontent .twocol .span4 > .csc-header h1,
        .maincontent .twocol .span4 > .csc-header h2,
        .maincontent .twocol .span4 > .csc-header h4,
        .maincontent .twocol .span4 > .csc-header h3,
        .maincontent .twocol .span4 > HEADER h1,
        .maincontent .twocol .span4 > HEADER h2,
        .maincontent .twocol .span4 > HEADER h4,
        .maincontent .twocol .span4 > HEADER h3 {
          color: #fff !important;
          padding: 10px;
          font-size: 18px;
          font-size: 1.8rem;
          /*font-weight: $collapsable-maincol-header-font-weight;*/
          font-family: Verdana-Bold, sans-serif;
          line-height: 1.3;
          margin: 0;
          letter-spacing: inherit; }
      .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV,
      .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION,
      .maincontent .marginalcol .locore-lonews-latest header + SECTION,
      .maincontent .marginalcol .locore-lonews-latest HEADER + DIV, .maincontent .marginalcol > .csc-header + DIV,
      .maincontent .marginalcol > .csc-header + SECTION,
      .maincontent .marginalcol > header + SECTION,
      .maincontent .marginalcol > HEADER + DIV,
      .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV,
      .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION,
      .maincontent .twocol .span4 .locore-lonews-latest header + SECTION,
      .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV,
      .maincontent .twocol .span4 > .csc-header + DIV,
      .maincontent .twocol .span4 > .csc-header + SECTION,
      .maincontent .twocol .span4 > header + SECTION,
      .maincontent .twocol .span4 > HEADER + DIV {
        background-color: transparent;
        color: #4f4f4f;
        padding: 10px;
        margin: 0;
        border: none;
        box-shadow: none;
        border-top: none !important;
        /* Headlines in marginal boxed */ }
        .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV .p-list,
        .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV table,
        .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION .p-list,
        .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION table,
        .maincontent .marginalcol .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .locore-lonews-latest header + SECTION .p-list,
        .maincontent .marginalcol .locore-lonews-latest header + SECTION table,
        .maincontent .marginalcol .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .locore-lonews-latest HEADER + DIV .p-list,
        .maincontent .marginalcol .locore-lonews-latest HEADER + DIV table, .maincontent .marginalcol > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol > .csc-header + DIV .p-list,
        .maincontent .marginalcol > .csc-header + DIV table,
        .maincontent .marginalcol > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol > .csc-header + SECTION .p-list,
        .maincontent .marginalcol > .csc-header + SECTION table,
        .maincontent .marginalcol > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol > header + SECTION .p-list,
        .maincontent .marginalcol > header + SECTION table,
        .maincontent .marginalcol > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol > HEADER + DIV .p-list,
        .maincontent .marginalcol > HEADER + DIV table,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV table,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION table,
        .maincontent .twocol .span4 .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .locore-lonews-latest header + SECTION .p-list,
        .maincontent .twocol .span4 .locore-lonews-latest header + SECTION table,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV .p-list,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV table,
        .maincontent .twocol .span4 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 > .csc-header + DIV table,
        .maincontent .twocol .span4 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 > .csc-header + SECTION table,
        .maincontent .twocol .span4 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 > header + SECTION .p-list,
        .maincontent .twocol .span4 > header + SECTION table,
        .maincontent .twocol .span4 > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 > HEADER + DIV .p-list,
        .maincontent .twocol .span4 > HEADER + DIV table {
          margin-top: calc(-10px);
          margin-bottom: calc(-10px);
          margin-right: calc(-10px);
          margin-left: calc(-10px);
          width: calc(100% + 2 * 10px); }
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV .p-list li,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV .p-list td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV table li,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV table > p,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV table td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION table li,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION table > p,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION table td,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION .p-list li,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION .p-list > p,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION .p-list td,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION table li,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION table > p,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION table td,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV .p-list li,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV .p-list > p,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV .p-list td,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV table li,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV table > p,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV table td, .maincontent .marginalcol > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol > .csc-header + DIV .p-list li,
          .maincontent .marginalcol > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol > .csc-header + DIV .p-list td,
          .maincontent .marginalcol > .csc-header + DIV table li,
          .maincontent .marginalcol > .csc-header + DIV table > p,
          .maincontent .marginalcol > .csc-header + DIV table td,
          .maincontent .marginalcol > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol > .csc-header + SECTION table li,
          .maincontent .marginalcol > .csc-header + SECTION table > p,
          .maincontent .marginalcol > .csc-header + SECTION table td,
          .maincontent .marginalcol > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol > header + SECTION .p-list li,
          .maincontent .marginalcol > header + SECTION .p-list > p,
          .maincontent .marginalcol > header + SECTION .p-list td,
          .maincontent .marginalcol > header + SECTION table li,
          .maincontent .marginalcol > header + SECTION table > p,
          .maincontent .marginalcol > header + SECTION table td,
          .maincontent .marginalcol > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol > HEADER + DIV .p-list li,
          .maincontent .marginalcol > HEADER + DIV .p-list > p,
          .maincontent .marginalcol > HEADER + DIV .p-list td,
          .maincontent .marginalcol > HEADER + DIV table li,
          .maincontent .marginalcol > HEADER + DIV table > p,
          .maincontent .marginalcol > HEADER + DIV table td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV table li,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV table > p,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV table td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION table li,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION table td,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION .p-list li,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION .p-list > p,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION .p-list td,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION table li,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION table > p,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION table td,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV .p-list li,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV .p-list > p,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV .p-list td,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV table li,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV table > p,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV table td,
          .maincontent .twocol .span4 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 > .csc-header + DIV table li,
          .maincontent .twocol .span4 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 > .csc-header + DIV table td,
          .maincontent .twocol .span4 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 > header + SECTION .p-list li,
          .maincontent .twocol .span4 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 > header + SECTION .p-list td,
          .maincontent .twocol .span4 > header + SECTION table li,
          .maincontent .twocol .span4 > header + SECTION table > p,
          .maincontent .twocol .span4 > header + SECTION table td,
          .maincontent .twocol .span4 > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 > HEADER + DIV .p-list li,
          .maincontent .twocol .span4 > HEADER + DIV .p-list > p,
          .maincontent .twocol .span4 > HEADER + DIV .p-list td,
          .maincontent .twocol .span4 > HEADER + DIV table li,
          .maincontent .twocol .span4 > HEADER + DIV table > p,
          .maincontent .twocol .span4 > HEADER + DIV table td {
            border-bottom: 2px solid #fff;
            padding: 10px 10px 10px 10px;
            background-color: #E1F4F8;
            border-radius: 0 !important;
            margin: 0; }
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION table tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV table tr:first-child td, .maincontent .marginalcol > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol > header + SECTION table tr:first-child td,
          .maincontent .marginalcol > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol > HEADER + DIV .p-list tr:first-child td,
          .maincontent .marginalcol > HEADER + DIV table tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV table tr:first-child td,
          .maincontent .twocol .span4 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 > HEADER + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 > HEADER + DIV table tr:first-child td {
            border-radius: 0 0 0 !important 0 !important; }
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION table li:first-child,
          .maincontent .marginalcol .locore-lonews-latest header + SECTION table > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV .p-list li:first-child,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV .p-list > p:first-child,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV table li:first-child,
          .maincontent .marginalcol .locore-lonews-latest HEADER + DIV table > p:first-child, .maincontent .marginalcol > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol > header + SECTION table li:first-child,
          .maincontent .marginalcol > header + SECTION table > p:first-child,
          .maincontent .marginalcol > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol > HEADER + DIV .p-list li:first-child,
          .maincontent .marginalcol > HEADER + DIV .p-list > p:first-child,
          .maincontent .marginalcol > HEADER + DIV table li:first-child,
          .maincontent .marginalcol > HEADER + DIV table > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION table li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV table li:first-child,
          .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV table > p:first-child,
          .maincontent .twocol .span4 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 > HEADER + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 > HEADER + DIV .p-list li:first-child,
          .maincontent .twocol .span4 > HEADER + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 > HEADER + DIV table li:first-child,
          .maincontent .twocol .span4 > HEADER + DIV table > p:first-child {
            border-radius: 0 0 0 !important 0 !important; }
        .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV h2, .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV h3, .maincontent .marginalcol .locore-lonews-latest .csc-header + DIV h4,
        .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION h2,
        .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION h3,
        .maincontent .marginalcol .locore-lonews-latest .csc-header + SECTION h4,
        .maincontent .marginalcol .locore-lonews-latest header + SECTION h2,
        .maincontent .marginalcol .locore-lonews-latest header + SECTION h3,
        .maincontent .marginalcol .locore-lonews-latest header + SECTION h4,
        .maincontent .marginalcol .locore-lonews-latest HEADER + DIV h2,
        .maincontent .marginalcol .locore-lonews-latest HEADER + DIV h3,
        .maincontent .marginalcol .locore-lonews-latest HEADER + DIV h4, .maincontent .marginalcol > .csc-header + DIV h2, .maincontent .marginalcol > .csc-header + DIV h3, .maincontent .marginalcol > .csc-header + DIV h4,
        .maincontent .marginalcol > .csc-header + SECTION h2,
        .maincontent .marginalcol > .csc-header + SECTION h3,
        .maincontent .marginalcol > .csc-header + SECTION h4,
        .maincontent .marginalcol > header + SECTION h2,
        .maincontent .marginalcol > header + SECTION h3,
        .maincontent .marginalcol > header + SECTION h4,
        .maincontent .marginalcol > HEADER + DIV h2,
        .maincontent .marginalcol > HEADER + DIV h3,
        .maincontent .marginalcol > HEADER + DIV h4,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV h2,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV h3,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + DIV h4,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION h2,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION h3,
        .maincontent .twocol .span4 .locore-lonews-latest .csc-header + SECTION h4,
        .maincontent .twocol .span4 .locore-lonews-latest header + SECTION h2,
        .maincontent .twocol .span4 .locore-lonews-latest header + SECTION h3,
        .maincontent .twocol .span4 .locore-lonews-latest header + SECTION h4,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV h2,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV h3,
        .maincontent .twocol .span4 .locore-lonews-latest HEADER + DIV h4,
        .maincontent .twocol .span4 > .csc-header + DIV h2,
        .maincontent .twocol .span4 > .csc-header + DIV h3,
        .maincontent .twocol .span4 > .csc-header + DIV h4,
        .maincontent .twocol .span4 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 > header + SECTION h2,
        .maincontent .twocol .span4 > header + SECTION h3,
        .maincontent .twocol .span4 > header + SECTION h4,
        .maincontent .twocol .span4 > HEADER + DIV h2,
        .maincontent .twocol .span4 > HEADER + DIV h3,
        .maincontent .twocol .span4 > HEADER + DIV h4 {
          font-size: 16px !important;
          font-size: 1.6rem !important;
          margin-bottom: 5px;
          margin-bottom: 0.5rem; }
    .maincontent .marginalcol .linklist,
    .maincontent .marginalcol DIV[class*="boxed"] .textbox,
    .maincontent .marginalcol .boxed,
    .maincontent .marginalcol .frame-custom-500,
    .maincontent .marginalcol .frame-custom-501,
    .maincontent .marginalcol .frame-custom-502,
    .maincontent .marginalcol .frame-custom-503,
    .maincontent .marginalcol .frame-custom-504,
    .maincontent .marginalcol .frame-custom-505,
    .maincontent .marginalcol .frame-custom-506,
    .maincontent .marginalcol .frame-custom-507,
    .maincontent .marginalcol .frame-custom-550,
    .maincontent .marginalcol .frame-custom-551,
    .maincontent .marginalcol .frame-custom-552,
    .maincontent .marginalcol .frame-custom-553,
    .maincontent .marginalcol .frame-custom-554,
    .maincontent .marginalcol .frame-custom-555,
    .maincontent .twocol .span4 .linklist,
    .maincontent .twocol .span4 DIV[class*="boxed"] .textbox,
    .maincontent .twocol .span4 .boxed,
    .maincontent .twocol .span4 .frame-custom-500,
    .maincontent .twocol .span4 .frame-custom-501,
    .maincontent .twocol .span4 .frame-custom-502,
    .maincontent .twocol .span4 .frame-custom-503,
    .maincontent .twocol .span4 .frame-custom-504,
    .maincontent .twocol .span4 .frame-custom-505,
    .maincontent .twocol .span4 .frame-custom-506,
    .maincontent .twocol .span4 .frame-custom-507,
    .maincontent .twocol .span4 .frame-custom-550,
    .maincontent .twocol .span4 .frame-custom-551,
    .maincontent .twocol .span4 .frame-custom-552,
    .maincontent .twocol .span4 .frame-custom-553,
    .maincontent .twocol .span4 .frame-custom-554,
    .maincontent .twocol .span4 .frame-custom-555 {
      background-color: transparent;
      color: #4f4f4f;
      padding: 0px;
      border-radius: 0 !important;
      border: none;
      box-shadow: none;
      /* remove border for nested .boxed containers */ }
      .maincontent .marginalcol .linklist > .csc-header,
      .maincontent .marginalcol .linklist > header,
      .maincontent .marginalcol .linklist header,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox > header,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox header,
      .maincontent .marginalcol .boxed > .csc-header,
      .maincontent .marginalcol .boxed > header,
      .maincontent .marginalcol .boxed header,
      .maincontent .marginalcol .frame-custom-500 > .csc-header,
      .maincontent .marginalcol .frame-custom-500 > header,
      .maincontent .marginalcol .frame-custom-500 header,
      .maincontent .marginalcol .frame-custom-501 > .csc-header,
      .maincontent .marginalcol .frame-custom-501 > header,
      .maincontent .marginalcol .frame-custom-501 header,
      .maincontent .marginalcol .frame-custom-502 > .csc-header,
      .maincontent .marginalcol .frame-custom-502 > header,
      .maincontent .marginalcol .frame-custom-502 header,
      .maincontent .marginalcol .frame-custom-503 > .csc-header,
      .maincontent .marginalcol .frame-custom-503 > header,
      .maincontent .marginalcol .frame-custom-503 header,
      .maincontent .marginalcol .frame-custom-504 > .csc-header,
      .maincontent .marginalcol .frame-custom-504 > header,
      .maincontent .marginalcol .frame-custom-504 header,
      .maincontent .marginalcol .frame-custom-505 > .csc-header,
      .maincontent .marginalcol .frame-custom-505 > header,
      .maincontent .marginalcol .frame-custom-505 header,
      .maincontent .marginalcol .frame-custom-506 > .csc-header,
      .maincontent .marginalcol .frame-custom-506 > header,
      .maincontent .marginalcol .frame-custom-506 header,
      .maincontent .marginalcol .frame-custom-507 > .csc-header,
      .maincontent .marginalcol .frame-custom-507 > header,
      .maincontent .marginalcol .frame-custom-507 header,
      .maincontent .marginalcol .frame-custom-550 > .csc-header,
      .maincontent .marginalcol .frame-custom-550 > header,
      .maincontent .marginalcol .frame-custom-550 header,
      .maincontent .marginalcol .frame-custom-551 > .csc-header,
      .maincontent .marginalcol .frame-custom-551 > header,
      .maincontent .marginalcol .frame-custom-551 header,
      .maincontent .marginalcol .frame-custom-552 > .csc-header,
      .maincontent .marginalcol .frame-custom-552 > header,
      .maincontent .marginalcol .frame-custom-552 header,
      .maincontent .marginalcol .frame-custom-553 > .csc-header,
      .maincontent .marginalcol .frame-custom-553 > header,
      .maincontent .marginalcol .frame-custom-553 header,
      .maincontent .marginalcol .frame-custom-554 > .csc-header,
      .maincontent .marginalcol .frame-custom-554 > header,
      .maincontent .marginalcol .frame-custom-554 header,
      .maincontent .marginalcol .frame-custom-555 > .csc-header,
      .maincontent .marginalcol .frame-custom-555 > header,
      .maincontent .marginalcol .frame-custom-555 header,
      .maincontent .twocol .span4 .linklist > .csc-header,
      .maincontent .twocol .span4 .linklist > header,
      .maincontent .twocol .span4 .linklist header,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header,
      .maincontent .twocol .span4 .boxed > .csc-header,
      .maincontent .twocol .span4 .boxed > header,
      .maincontent .twocol .span4 .boxed header,
      .maincontent .twocol .span4 .frame-custom-500 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-500 > header,
      .maincontent .twocol .span4 .frame-custom-500 header,
      .maincontent .twocol .span4 .frame-custom-501 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-501 > header,
      .maincontent .twocol .span4 .frame-custom-501 header,
      .maincontent .twocol .span4 .frame-custom-502 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-502 > header,
      .maincontent .twocol .span4 .frame-custom-502 header,
      .maincontent .twocol .span4 .frame-custom-503 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-503 > header,
      .maincontent .twocol .span4 .frame-custom-503 header,
      .maincontent .twocol .span4 .frame-custom-504 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-504 > header,
      .maincontent .twocol .span4 .frame-custom-504 header,
      .maincontent .twocol .span4 .frame-custom-505 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-505 > header,
      .maincontent .twocol .span4 .frame-custom-505 header,
      .maincontent .twocol .span4 .frame-custom-506 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-506 > header,
      .maincontent .twocol .span4 .frame-custom-506 header,
      .maincontent .twocol .span4 .frame-custom-507 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-507 > header,
      .maincontent .twocol .span4 .frame-custom-507 header,
      .maincontent .twocol .span4 .frame-custom-550 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-550 > header,
      .maincontent .twocol .span4 .frame-custom-550 header,
      .maincontent .twocol .span4 .frame-custom-551 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-551 > header,
      .maincontent .twocol .span4 .frame-custom-551 header,
      .maincontent .twocol .span4 .frame-custom-552 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-552 > header,
      .maincontent .twocol .span4 .frame-custom-552 header,
      .maincontent .twocol .span4 .frame-custom-553 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-553 > header,
      .maincontent .twocol .span4 .frame-custom-553 header,
      .maincontent .twocol .span4 .frame-custom-554 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-554 > header,
      .maincontent .twocol .span4 .frame-custom-554 header,
      .maincontent .twocol .span4 .frame-custom-555 > .csc-header,
      .maincontent .twocol .span4 .frame-custom-555 > header,
      .maincontent .twocol .span4 .frame-custom-555 header {
        background-color: var(--color-lo-blue, #34A6BF);
        position: relative;
        text-align: left;
        border-radius: 0 !important 0 !important 0 0; }
        .maincontent .marginalcol .linklist > .csc-header h1,
        .maincontent .marginalcol .linklist > .csc-header h2,
        .maincontent .marginalcol .linklist > .csc-header h4,
        .maincontent .marginalcol .linklist > .csc-header h3,
        .maincontent .marginalcol .linklist > header h1,
        .maincontent .marginalcol .linklist > header h2,
        .maincontent .marginalcol .linklist > header h4,
        .maincontent .marginalcol .linklist > header h3,
        .maincontent .marginalcol .linklist header h1,
        .maincontent .marginalcol .linklist header h2,
        .maincontent .marginalcol .linklist header h4,
        .maincontent .marginalcol .linklist header h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header h1,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header h1,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header h1,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header h3,
        .maincontent .marginalcol .boxed > .csc-header h1,
        .maincontent .marginalcol .boxed > .csc-header h2,
        .maincontent .marginalcol .boxed > .csc-header h4,
        .maincontent .marginalcol .boxed > .csc-header h3,
        .maincontent .marginalcol .boxed > header h1,
        .maincontent .marginalcol .boxed > header h2,
        .maincontent .marginalcol .boxed > header h4,
        .maincontent .marginalcol .boxed > header h3,
        .maincontent .marginalcol .boxed header h1,
        .maincontent .marginalcol .boxed header h2,
        .maincontent .marginalcol .boxed header h4,
        .maincontent .marginalcol .boxed header h3,
        .maincontent .marginalcol .frame-custom-500 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-500 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-500 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-500 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-500 > header h1,
        .maincontent .marginalcol .frame-custom-500 > header h2,
        .maincontent .marginalcol .frame-custom-500 > header h4,
        .maincontent .marginalcol .frame-custom-500 > header h3,
        .maincontent .marginalcol .frame-custom-500 header h1,
        .maincontent .marginalcol .frame-custom-500 header h2,
        .maincontent .marginalcol .frame-custom-500 header h4,
        .maincontent .marginalcol .frame-custom-500 header h3,
        .maincontent .marginalcol .frame-custom-501 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-501 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-501 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-501 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-501 > header h1,
        .maincontent .marginalcol .frame-custom-501 > header h2,
        .maincontent .marginalcol .frame-custom-501 > header h4,
        .maincontent .marginalcol .frame-custom-501 > header h3,
        .maincontent .marginalcol .frame-custom-501 header h1,
        .maincontent .marginalcol .frame-custom-501 header h2,
        .maincontent .marginalcol .frame-custom-501 header h4,
        .maincontent .marginalcol .frame-custom-501 header h3,
        .maincontent .marginalcol .frame-custom-502 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-502 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-502 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-502 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-502 > header h1,
        .maincontent .marginalcol .frame-custom-502 > header h2,
        .maincontent .marginalcol .frame-custom-502 > header h4,
        .maincontent .marginalcol .frame-custom-502 > header h3,
        .maincontent .marginalcol .frame-custom-502 header h1,
        .maincontent .marginalcol .frame-custom-502 header h2,
        .maincontent .marginalcol .frame-custom-502 header h4,
        .maincontent .marginalcol .frame-custom-502 header h3,
        .maincontent .marginalcol .frame-custom-503 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-503 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-503 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-503 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-503 > header h1,
        .maincontent .marginalcol .frame-custom-503 > header h2,
        .maincontent .marginalcol .frame-custom-503 > header h4,
        .maincontent .marginalcol .frame-custom-503 > header h3,
        .maincontent .marginalcol .frame-custom-503 header h1,
        .maincontent .marginalcol .frame-custom-503 header h2,
        .maincontent .marginalcol .frame-custom-503 header h4,
        .maincontent .marginalcol .frame-custom-503 header h3,
        .maincontent .marginalcol .frame-custom-504 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-504 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-504 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-504 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-504 > header h1,
        .maincontent .marginalcol .frame-custom-504 > header h2,
        .maincontent .marginalcol .frame-custom-504 > header h4,
        .maincontent .marginalcol .frame-custom-504 > header h3,
        .maincontent .marginalcol .frame-custom-504 header h1,
        .maincontent .marginalcol .frame-custom-504 header h2,
        .maincontent .marginalcol .frame-custom-504 header h4,
        .maincontent .marginalcol .frame-custom-504 header h3,
        .maincontent .marginalcol .frame-custom-505 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-505 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-505 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-505 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-505 > header h1,
        .maincontent .marginalcol .frame-custom-505 > header h2,
        .maincontent .marginalcol .frame-custom-505 > header h4,
        .maincontent .marginalcol .frame-custom-505 > header h3,
        .maincontent .marginalcol .frame-custom-505 header h1,
        .maincontent .marginalcol .frame-custom-505 header h2,
        .maincontent .marginalcol .frame-custom-505 header h4,
        .maincontent .marginalcol .frame-custom-505 header h3,
        .maincontent .marginalcol .frame-custom-506 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-506 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-506 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-506 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-506 > header h1,
        .maincontent .marginalcol .frame-custom-506 > header h2,
        .maincontent .marginalcol .frame-custom-506 > header h4,
        .maincontent .marginalcol .frame-custom-506 > header h3,
        .maincontent .marginalcol .frame-custom-506 header h1,
        .maincontent .marginalcol .frame-custom-506 header h2,
        .maincontent .marginalcol .frame-custom-506 header h4,
        .maincontent .marginalcol .frame-custom-506 header h3,
        .maincontent .marginalcol .frame-custom-507 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-507 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-507 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-507 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-507 > header h1,
        .maincontent .marginalcol .frame-custom-507 > header h2,
        .maincontent .marginalcol .frame-custom-507 > header h4,
        .maincontent .marginalcol .frame-custom-507 > header h3,
        .maincontent .marginalcol .frame-custom-507 header h1,
        .maincontent .marginalcol .frame-custom-507 header h2,
        .maincontent .marginalcol .frame-custom-507 header h4,
        .maincontent .marginalcol .frame-custom-507 header h3,
        .maincontent .marginalcol .frame-custom-550 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-550 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-550 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-550 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-550 > header h1,
        .maincontent .marginalcol .frame-custom-550 > header h2,
        .maincontent .marginalcol .frame-custom-550 > header h4,
        .maincontent .marginalcol .frame-custom-550 > header h3,
        .maincontent .marginalcol .frame-custom-550 header h1,
        .maincontent .marginalcol .frame-custom-550 header h2,
        .maincontent .marginalcol .frame-custom-550 header h4,
        .maincontent .marginalcol .frame-custom-550 header h3,
        .maincontent .marginalcol .frame-custom-551 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-551 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-551 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-551 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-551 > header h1,
        .maincontent .marginalcol .frame-custom-551 > header h2,
        .maincontent .marginalcol .frame-custom-551 > header h4,
        .maincontent .marginalcol .frame-custom-551 > header h3,
        .maincontent .marginalcol .frame-custom-551 header h1,
        .maincontent .marginalcol .frame-custom-551 header h2,
        .maincontent .marginalcol .frame-custom-551 header h4,
        .maincontent .marginalcol .frame-custom-551 header h3,
        .maincontent .marginalcol .frame-custom-552 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-552 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-552 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-552 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-552 > header h1,
        .maincontent .marginalcol .frame-custom-552 > header h2,
        .maincontent .marginalcol .frame-custom-552 > header h4,
        .maincontent .marginalcol .frame-custom-552 > header h3,
        .maincontent .marginalcol .frame-custom-552 header h1,
        .maincontent .marginalcol .frame-custom-552 header h2,
        .maincontent .marginalcol .frame-custom-552 header h4,
        .maincontent .marginalcol .frame-custom-552 header h3,
        .maincontent .marginalcol .frame-custom-553 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-553 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-553 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-553 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-553 > header h1,
        .maincontent .marginalcol .frame-custom-553 > header h2,
        .maincontent .marginalcol .frame-custom-553 > header h4,
        .maincontent .marginalcol .frame-custom-553 > header h3,
        .maincontent .marginalcol .frame-custom-553 header h1,
        .maincontent .marginalcol .frame-custom-553 header h2,
        .maincontent .marginalcol .frame-custom-553 header h4,
        .maincontent .marginalcol .frame-custom-553 header h3,
        .maincontent .marginalcol .frame-custom-554 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-554 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-554 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-554 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-554 > header h1,
        .maincontent .marginalcol .frame-custom-554 > header h2,
        .maincontent .marginalcol .frame-custom-554 > header h4,
        .maincontent .marginalcol .frame-custom-554 > header h3,
        .maincontent .marginalcol .frame-custom-554 header h1,
        .maincontent .marginalcol .frame-custom-554 header h2,
        .maincontent .marginalcol .frame-custom-554 header h4,
        .maincontent .marginalcol .frame-custom-554 header h3,
        .maincontent .marginalcol .frame-custom-555 > .csc-header h1,
        .maincontent .marginalcol .frame-custom-555 > .csc-header h2,
        .maincontent .marginalcol .frame-custom-555 > .csc-header h4,
        .maincontent .marginalcol .frame-custom-555 > .csc-header h3,
        .maincontent .marginalcol .frame-custom-555 > header h1,
        .maincontent .marginalcol .frame-custom-555 > header h2,
        .maincontent .marginalcol .frame-custom-555 > header h4,
        .maincontent .marginalcol .frame-custom-555 > header h3,
        .maincontent .marginalcol .frame-custom-555 header h1,
        .maincontent .marginalcol .frame-custom-555 header h2,
        .maincontent .marginalcol .frame-custom-555 header h4,
        .maincontent .marginalcol .frame-custom-555 header h3,
        .maincontent .twocol .span4 .linklist > .csc-header h1,
        .maincontent .twocol .span4 .linklist > .csc-header h2,
        .maincontent .twocol .span4 .linklist > .csc-header h4,
        .maincontent .twocol .span4 .linklist > .csc-header h3,
        .maincontent .twocol .span4 .linklist > header h1,
        .maincontent .twocol .span4 .linklist > header h2,
        .maincontent .twocol .span4 .linklist > header h4,
        .maincontent .twocol .span4 .linklist > header h3,
        .maincontent .twocol .span4 .linklist header h1,
        .maincontent .twocol .span4 .linklist header h2,
        .maincontent .twocol .span4 .linklist header h4,
        .maincontent .twocol .span4 .linklist header h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header h1,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header h1,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header h1,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header h3,
        .maincontent .twocol .span4 .boxed > .csc-header h1,
        .maincontent .twocol .span4 .boxed > .csc-header h2,
        .maincontent .twocol .span4 .boxed > .csc-header h4,
        .maincontent .twocol .span4 .boxed > .csc-header h3,
        .maincontent .twocol .span4 .boxed > header h1,
        .maincontent .twocol .span4 .boxed > header h2,
        .maincontent .twocol .span4 .boxed > header h4,
        .maincontent .twocol .span4 .boxed > header h3,
        .maincontent .twocol .span4 .boxed header h1,
        .maincontent .twocol .span4 .boxed header h2,
        .maincontent .twocol .span4 .boxed header h4,
        .maincontent .twocol .span4 .boxed header h3,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-500 > header h1,
        .maincontent .twocol .span4 .frame-custom-500 > header h2,
        .maincontent .twocol .span4 .frame-custom-500 > header h4,
        .maincontent .twocol .span4 .frame-custom-500 > header h3,
        .maincontent .twocol .span4 .frame-custom-500 header h1,
        .maincontent .twocol .span4 .frame-custom-500 header h2,
        .maincontent .twocol .span4 .frame-custom-500 header h4,
        .maincontent .twocol .span4 .frame-custom-500 header h3,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-501 > header h1,
        .maincontent .twocol .span4 .frame-custom-501 > header h2,
        .maincontent .twocol .span4 .frame-custom-501 > header h4,
        .maincontent .twocol .span4 .frame-custom-501 > header h3,
        .maincontent .twocol .span4 .frame-custom-501 header h1,
        .maincontent .twocol .span4 .frame-custom-501 header h2,
        .maincontent .twocol .span4 .frame-custom-501 header h4,
        .maincontent .twocol .span4 .frame-custom-501 header h3,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-502 > header h1,
        .maincontent .twocol .span4 .frame-custom-502 > header h2,
        .maincontent .twocol .span4 .frame-custom-502 > header h4,
        .maincontent .twocol .span4 .frame-custom-502 > header h3,
        .maincontent .twocol .span4 .frame-custom-502 header h1,
        .maincontent .twocol .span4 .frame-custom-502 header h2,
        .maincontent .twocol .span4 .frame-custom-502 header h4,
        .maincontent .twocol .span4 .frame-custom-502 header h3,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-503 > header h1,
        .maincontent .twocol .span4 .frame-custom-503 > header h2,
        .maincontent .twocol .span4 .frame-custom-503 > header h4,
        .maincontent .twocol .span4 .frame-custom-503 > header h3,
        .maincontent .twocol .span4 .frame-custom-503 header h1,
        .maincontent .twocol .span4 .frame-custom-503 header h2,
        .maincontent .twocol .span4 .frame-custom-503 header h4,
        .maincontent .twocol .span4 .frame-custom-503 header h3,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-504 > header h1,
        .maincontent .twocol .span4 .frame-custom-504 > header h2,
        .maincontent .twocol .span4 .frame-custom-504 > header h4,
        .maincontent .twocol .span4 .frame-custom-504 > header h3,
        .maincontent .twocol .span4 .frame-custom-504 header h1,
        .maincontent .twocol .span4 .frame-custom-504 header h2,
        .maincontent .twocol .span4 .frame-custom-504 header h4,
        .maincontent .twocol .span4 .frame-custom-504 header h3,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-505 > header h1,
        .maincontent .twocol .span4 .frame-custom-505 > header h2,
        .maincontent .twocol .span4 .frame-custom-505 > header h4,
        .maincontent .twocol .span4 .frame-custom-505 > header h3,
        .maincontent .twocol .span4 .frame-custom-505 header h1,
        .maincontent .twocol .span4 .frame-custom-505 header h2,
        .maincontent .twocol .span4 .frame-custom-505 header h4,
        .maincontent .twocol .span4 .frame-custom-505 header h3,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-506 > header h1,
        .maincontent .twocol .span4 .frame-custom-506 > header h2,
        .maincontent .twocol .span4 .frame-custom-506 > header h4,
        .maincontent .twocol .span4 .frame-custom-506 > header h3,
        .maincontent .twocol .span4 .frame-custom-506 header h1,
        .maincontent .twocol .span4 .frame-custom-506 header h2,
        .maincontent .twocol .span4 .frame-custom-506 header h4,
        .maincontent .twocol .span4 .frame-custom-506 header h3,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-507 > header h1,
        .maincontent .twocol .span4 .frame-custom-507 > header h2,
        .maincontent .twocol .span4 .frame-custom-507 > header h4,
        .maincontent .twocol .span4 .frame-custom-507 > header h3,
        .maincontent .twocol .span4 .frame-custom-507 header h1,
        .maincontent .twocol .span4 .frame-custom-507 header h2,
        .maincontent .twocol .span4 .frame-custom-507 header h4,
        .maincontent .twocol .span4 .frame-custom-507 header h3,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-550 > header h1,
        .maincontent .twocol .span4 .frame-custom-550 > header h2,
        .maincontent .twocol .span4 .frame-custom-550 > header h4,
        .maincontent .twocol .span4 .frame-custom-550 > header h3,
        .maincontent .twocol .span4 .frame-custom-550 header h1,
        .maincontent .twocol .span4 .frame-custom-550 header h2,
        .maincontent .twocol .span4 .frame-custom-550 header h4,
        .maincontent .twocol .span4 .frame-custom-550 header h3,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-551 > header h1,
        .maincontent .twocol .span4 .frame-custom-551 > header h2,
        .maincontent .twocol .span4 .frame-custom-551 > header h4,
        .maincontent .twocol .span4 .frame-custom-551 > header h3,
        .maincontent .twocol .span4 .frame-custom-551 header h1,
        .maincontent .twocol .span4 .frame-custom-551 header h2,
        .maincontent .twocol .span4 .frame-custom-551 header h4,
        .maincontent .twocol .span4 .frame-custom-551 header h3,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-552 > header h1,
        .maincontent .twocol .span4 .frame-custom-552 > header h2,
        .maincontent .twocol .span4 .frame-custom-552 > header h4,
        .maincontent .twocol .span4 .frame-custom-552 > header h3,
        .maincontent .twocol .span4 .frame-custom-552 header h1,
        .maincontent .twocol .span4 .frame-custom-552 header h2,
        .maincontent .twocol .span4 .frame-custom-552 header h4,
        .maincontent .twocol .span4 .frame-custom-552 header h3,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-553 > header h1,
        .maincontent .twocol .span4 .frame-custom-553 > header h2,
        .maincontent .twocol .span4 .frame-custom-553 > header h4,
        .maincontent .twocol .span4 .frame-custom-553 > header h3,
        .maincontent .twocol .span4 .frame-custom-553 header h1,
        .maincontent .twocol .span4 .frame-custom-553 header h2,
        .maincontent .twocol .span4 .frame-custom-553 header h4,
        .maincontent .twocol .span4 .frame-custom-553 header h3,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-554 > header h1,
        .maincontent .twocol .span4 .frame-custom-554 > header h2,
        .maincontent .twocol .span4 .frame-custom-554 > header h4,
        .maincontent .twocol .span4 .frame-custom-554 > header h3,
        .maincontent .twocol .span4 .frame-custom-554 header h1,
        .maincontent .twocol .span4 .frame-custom-554 header h2,
        .maincontent .twocol .span4 .frame-custom-554 header h4,
        .maincontent .twocol .span4 .frame-custom-554 header h3,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header h1,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header h2,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header h4,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header h3,
        .maincontent .twocol .span4 .frame-custom-555 > header h1,
        .maincontent .twocol .span4 .frame-custom-555 > header h2,
        .maincontent .twocol .span4 .frame-custom-555 > header h4,
        .maincontent .twocol .span4 .frame-custom-555 > header h3,
        .maincontent .twocol .span4 .frame-custom-555 header h1,
        .maincontent .twocol .span4 .frame-custom-555 header h2,
        .maincontent .twocol .span4 .frame-custom-555 header h4,
        .maincontent .twocol .span4 .frame-custom-555 header h3 {
          color: #fff !important;
          padding: 10px;
          font-size: 18px;
          font-size: 1.8rem;
          /*font-weight: $collapsable-maincol-header-font-weight;*/
          font-family: Verdana-Bold, sans-serif;
          line-height: 1.3;
          margin: 0;
          letter-spacing: inherit; }
      .maincontent .marginalcol .linklist > .csc-header + DIV,
      .maincontent .marginalcol .linklist > .csc-header + SECTION,
      .maincontent .marginalcol .linklist > header + DIV,
      .maincontent .marginalcol .linklist > header ~ p,
      .maincontent .marginalcol .linklist > header + SECTION,
      .maincontent .marginalcol .linklist .box-content,
      .maincontent .marginalcol .linklist header + DIV,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV,
      .maincontent .marginalcol .boxed > .csc-header + DIV,
      .maincontent .marginalcol .boxed > .csc-header + SECTION,
      .maincontent .marginalcol .boxed > header + DIV,
      .maincontent .marginalcol .boxed > header ~ p,
      .maincontent .marginalcol .boxed > header + SECTION,
      .maincontent .marginalcol .boxed .box-content,
      .maincontent .marginalcol .boxed header + DIV,
      .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-500 > header + DIV,
      .maincontent .marginalcol .frame-custom-500 > header ~ p,
      .maincontent .marginalcol .frame-custom-500 > header + SECTION,
      .maincontent .marginalcol .frame-custom-500 .box-content,
      .maincontent .marginalcol .frame-custom-500 header + DIV,
      .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-501 > header + DIV,
      .maincontent .marginalcol .frame-custom-501 > header ~ p,
      .maincontent .marginalcol .frame-custom-501 > header + SECTION,
      .maincontent .marginalcol .frame-custom-501 .box-content,
      .maincontent .marginalcol .frame-custom-501 header + DIV,
      .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-502 > header + DIV,
      .maincontent .marginalcol .frame-custom-502 > header ~ p,
      .maincontent .marginalcol .frame-custom-502 > header + SECTION,
      .maincontent .marginalcol .frame-custom-502 .box-content,
      .maincontent .marginalcol .frame-custom-502 header + DIV,
      .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-503 > header + DIV,
      .maincontent .marginalcol .frame-custom-503 > header ~ p,
      .maincontent .marginalcol .frame-custom-503 > header + SECTION,
      .maincontent .marginalcol .frame-custom-503 .box-content,
      .maincontent .marginalcol .frame-custom-503 header + DIV,
      .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-504 > header + DIV,
      .maincontent .marginalcol .frame-custom-504 > header ~ p,
      .maincontent .marginalcol .frame-custom-504 > header + SECTION,
      .maincontent .marginalcol .frame-custom-504 .box-content,
      .maincontent .marginalcol .frame-custom-504 header + DIV,
      .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-505 > header + DIV,
      .maincontent .marginalcol .frame-custom-505 > header ~ p,
      .maincontent .marginalcol .frame-custom-505 > header + SECTION,
      .maincontent .marginalcol .frame-custom-505 .box-content,
      .maincontent .marginalcol .frame-custom-505 header + DIV,
      .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-506 > header + DIV,
      .maincontent .marginalcol .frame-custom-506 > header ~ p,
      .maincontent .marginalcol .frame-custom-506 > header + SECTION,
      .maincontent .marginalcol .frame-custom-506 .box-content,
      .maincontent .marginalcol .frame-custom-506 header + DIV,
      .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-507 > header + DIV,
      .maincontent .marginalcol .frame-custom-507 > header ~ p,
      .maincontent .marginalcol .frame-custom-507 > header + SECTION,
      .maincontent .marginalcol .frame-custom-507 .box-content,
      .maincontent .marginalcol .frame-custom-507 header + DIV,
      .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-550 > header + DIV,
      .maincontent .marginalcol .frame-custom-550 > header ~ p,
      .maincontent .marginalcol .frame-custom-550 > header + SECTION,
      .maincontent .marginalcol .frame-custom-550 .box-content,
      .maincontent .marginalcol .frame-custom-550 header + DIV,
      .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-551 > header + DIV,
      .maincontent .marginalcol .frame-custom-551 > header ~ p,
      .maincontent .marginalcol .frame-custom-551 > header + SECTION,
      .maincontent .marginalcol .frame-custom-551 .box-content,
      .maincontent .marginalcol .frame-custom-551 header + DIV,
      .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-552 > header + DIV,
      .maincontent .marginalcol .frame-custom-552 > header ~ p,
      .maincontent .marginalcol .frame-custom-552 > header + SECTION,
      .maincontent .marginalcol .frame-custom-552 .box-content,
      .maincontent .marginalcol .frame-custom-552 header + DIV,
      .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-553 > header + DIV,
      .maincontent .marginalcol .frame-custom-553 > header ~ p,
      .maincontent .marginalcol .frame-custom-553 > header + SECTION,
      .maincontent .marginalcol .frame-custom-553 .box-content,
      .maincontent .marginalcol .frame-custom-553 header + DIV,
      .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-554 > header + DIV,
      .maincontent .marginalcol .frame-custom-554 > header ~ p,
      .maincontent .marginalcol .frame-custom-554 > header + SECTION,
      .maincontent .marginalcol .frame-custom-554 .box-content,
      .maincontent .marginalcol .frame-custom-554 header + DIV,
      .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV,
      .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION,
      .maincontent .marginalcol .frame-custom-555 > header + DIV,
      .maincontent .marginalcol .frame-custom-555 > header ~ p,
      .maincontent .marginalcol .frame-custom-555 > header + SECTION,
      .maincontent .marginalcol .frame-custom-555 .box-content,
      .maincontent .marginalcol .frame-custom-555 header + DIV,
      .maincontent .twocol .span4 .linklist > .csc-header + DIV,
      .maincontent .twocol .span4 .linklist > .csc-header + SECTION,
      .maincontent .twocol .span4 .linklist > header + DIV,
      .maincontent .twocol .span4 .linklist > header ~ p,
      .maincontent .twocol .span4 .linklist > header + SECTION,
      .maincontent .twocol .span4 .linklist .box-content,
      .maincontent .twocol .span4 .linklist header + DIV,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV,
      .maincontent .twocol .span4 .boxed > .csc-header + DIV,
      .maincontent .twocol .span4 .boxed > .csc-header + SECTION,
      .maincontent .twocol .span4 .boxed > header + DIV,
      .maincontent .twocol .span4 .boxed > header ~ p,
      .maincontent .twocol .span4 .boxed > header + SECTION,
      .maincontent .twocol .span4 .boxed .box-content,
      .maincontent .twocol .span4 .boxed header + DIV,
      .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-500 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-500 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-500 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-500 .box-content,
      .maincontent .twocol .span4 .frame-custom-500 header + DIV,
      .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-501 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-501 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-501 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-501 .box-content,
      .maincontent .twocol .span4 .frame-custom-501 header + DIV,
      .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-502 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-502 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-502 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-502 .box-content,
      .maincontent .twocol .span4 .frame-custom-502 header + DIV,
      .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-503 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-503 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-503 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-503 .box-content,
      .maincontent .twocol .span4 .frame-custom-503 header + DIV,
      .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-504 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-504 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-504 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-504 .box-content,
      .maincontent .twocol .span4 .frame-custom-504 header + DIV,
      .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-505 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-505 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-505 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-505 .box-content,
      .maincontent .twocol .span4 .frame-custom-505 header + DIV,
      .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-506 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-506 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-506 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-506 .box-content,
      .maincontent .twocol .span4 .frame-custom-506 header + DIV,
      .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-507 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-507 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-507 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-507 .box-content,
      .maincontent .twocol .span4 .frame-custom-507 header + DIV,
      .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-550 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-550 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-550 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-550 .box-content,
      .maincontent .twocol .span4 .frame-custom-550 header + DIV,
      .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-551 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-551 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-551 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-551 .box-content,
      .maincontent .twocol .span4 .frame-custom-551 header + DIV,
      .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-552 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-552 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-552 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-552 .box-content,
      .maincontent .twocol .span4 .frame-custom-552 header + DIV,
      .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-553 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-553 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-553 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-553 .box-content,
      .maincontent .twocol .span4 .frame-custom-553 header + DIV,
      .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-554 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-554 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-554 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-554 .box-content,
      .maincontent .twocol .span4 .frame-custom-554 header + DIV,
      .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV,
      .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION,
      .maincontent .twocol .span4 .frame-custom-555 > header + DIV,
      .maincontent .twocol .span4 .frame-custom-555 > header ~ p,
      .maincontent .twocol .span4 .frame-custom-555 > header + SECTION,
      .maincontent .twocol .span4 .frame-custom-555 .box-content,
      .maincontent .twocol .span4 .frame-custom-555 header + DIV {
        padding: 10px;
        /* Headlines in marginal boxed */
        /* header image in body text */
        /* (for img in top position, todo: find solution for non-top position) */ }
        .maincontent .marginalcol .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .linklist > .csc-header + DIV .p-list,
        .maincontent .marginalcol .linklist > .csc-header + DIV table,
        .maincontent .marginalcol .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .linklist > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .linklist > .csc-header + SECTION table,
        .maincontent .marginalcol .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .linklist > header + DIV .p-list,
        .maincontent .marginalcol .linklist > header + DIV table,
        .maincontent .marginalcol .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .linklist > header ~ p .p-list,
        .maincontent .marginalcol .linklist > header ~ p table,
        .maincontent .marginalcol .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .linklist > header + SECTION .p-list,
        .maincontent .marginalcol .linklist > header + SECTION table,
        .maincontent .marginalcol .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .linklist .box-content .p-list,
        .maincontent .marginalcol .linklist .box-content table,
        .maincontent .marginalcol .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .linklist header + DIV .p-list,
        .maincontent .marginalcol .linklist header + DIV table,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV table,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION table,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .p-list,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV table,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .p-list,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p table,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .p-list,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION table,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .p-list,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content table,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .p-list,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV table,
        .maincontent .marginalcol .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .boxed > .csc-header + DIV .p-list,
        .maincontent .marginalcol .boxed > .csc-header + DIV table,
        .maincontent .marginalcol .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .boxed > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .boxed > .csc-header + SECTION table,
        .maincontent .marginalcol .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .boxed > header + DIV .p-list,
        .maincontent .marginalcol .boxed > header + DIV table,
        .maincontent .marginalcol .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .boxed > header ~ p .p-list,
        .maincontent .marginalcol .boxed > header ~ p table,
        .maincontent .marginalcol .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .boxed > header + SECTION .p-list,
        .maincontent .marginalcol .boxed > header + SECTION table,
        .maincontent .marginalcol .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .boxed .box-content .p-list,
        .maincontent .marginalcol .boxed .box-content table,
        .maincontent .marginalcol .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .boxed header + DIV .p-list,
        .maincontent .marginalcol .boxed header + DIV table,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-500 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-500 > header + DIV table,
        .maincontent .marginalcol .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-500 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-500 > header ~ p table,
        .maincontent .marginalcol .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-500 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-500 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-500 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-500 .box-content table,
        .maincontent .marginalcol .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-500 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-500 header + DIV table,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-501 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-501 > header + DIV table,
        .maincontent .marginalcol .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-501 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-501 > header ~ p table,
        .maincontent .marginalcol .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-501 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-501 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-501 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-501 .box-content table,
        .maincontent .marginalcol .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-501 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-501 header + DIV table,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-502 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-502 > header + DIV table,
        .maincontent .marginalcol .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-502 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-502 > header ~ p table,
        .maincontent .marginalcol .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-502 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-502 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-502 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-502 .box-content table,
        .maincontent .marginalcol .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-502 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-502 header + DIV table,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-503 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-503 > header + DIV table,
        .maincontent .marginalcol .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-503 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-503 > header ~ p table,
        .maincontent .marginalcol .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-503 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-503 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-503 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-503 .box-content table,
        .maincontent .marginalcol .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-503 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-503 header + DIV table,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-504 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-504 > header + DIV table,
        .maincontent .marginalcol .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-504 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-504 > header ~ p table,
        .maincontent .marginalcol .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-504 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-504 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-504 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-504 .box-content table,
        .maincontent .marginalcol .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-504 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-504 header + DIV table,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-505 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-505 > header + DIV table,
        .maincontent .marginalcol .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-505 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-505 > header ~ p table,
        .maincontent .marginalcol .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-505 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-505 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-505 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-505 .box-content table,
        .maincontent .marginalcol .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-505 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-505 header + DIV table,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-506 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-506 > header + DIV table,
        .maincontent .marginalcol .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-506 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-506 > header ~ p table,
        .maincontent .marginalcol .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-506 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-506 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-506 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-506 .box-content table,
        .maincontent .marginalcol .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-506 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-506 header + DIV table,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-507 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-507 > header + DIV table,
        .maincontent .marginalcol .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-507 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-507 > header ~ p table,
        .maincontent .marginalcol .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-507 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-507 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-507 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-507 .box-content table,
        .maincontent .marginalcol .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-507 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-507 header + DIV table,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-550 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-550 > header + DIV table,
        .maincontent .marginalcol .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-550 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-550 > header ~ p table,
        .maincontent .marginalcol .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-550 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-550 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-550 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-550 .box-content table,
        .maincontent .marginalcol .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-550 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-550 header + DIV table,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-551 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-551 > header + DIV table,
        .maincontent .marginalcol .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-551 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-551 > header ~ p table,
        .maincontent .marginalcol .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-551 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-551 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-551 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-551 .box-content table,
        .maincontent .marginalcol .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-551 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-551 header + DIV table,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-552 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-552 > header + DIV table,
        .maincontent .marginalcol .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-552 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-552 > header ~ p table,
        .maincontent .marginalcol .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-552 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-552 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-552 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-552 .box-content table,
        .maincontent .marginalcol .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-552 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-552 header + DIV table,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-553 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-553 > header + DIV table,
        .maincontent .marginalcol .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-553 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-553 > header ~ p table,
        .maincontent .marginalcol .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-553 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-553 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-553 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-553 .box-content table,
        .maincontent .marginalcol .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-553 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-553 header + DIV table,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-554 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-554 > header + DIV table,
        .maincontent .marginalcol .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-554 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-554 > header ~ p table,
        .maincontent .marginalcol .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-554 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-554 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-554 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-554 .box-content table,
        .maincontent .marginalcol .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-554 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-554 header + DIV table,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV table,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION table,
        .maincontent .marginalcol .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-555 > header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-555 > header + DIV table,
        .maincontent .marginalcol .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-555 > header ~ p .p-list,
        .maincontent .marginalcol .frame-custom-555 > header ~ p table,
        .maincontent .marginalcol .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-555 > header + SECTION .p-list,
        .maincontent .marginalcol .frame-custom-555 > header + SECTION table,
        .maincontent .marginalcol .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-555 .box-content .p-list,
        .maincontent .marginalcol .frame-custom-555 .box-content table,
        .maincontent .marginalcol .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .marginalcol .frame-custom-555 header + DIV .p-list,
        .maincontent .marginalcol .frame-custom-555 header + DIV table,
        .maincontent .twocol .span4 .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .linklist > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .linklist > .csc-header + DIV table,
        .maincontent .twocol .span4 .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .linklist > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .linklist > .csc-header + SECTION table,
        .maincontent .twocol .span4 .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .linklist > header + DIV .p-list,
        .maincontent .twocol .span4 .linklist > header + DIV table,
        .maincontent .twocol .span4 .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .linklist > header ~ p .p-list,
        .maincontent .twocol .span4 .linklist > header ~ p table,
        .maincontent .twocol .span4 .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .linklist > header + SECTION .p-list,
        .maincontent .twocol .span4 .linklist > header + SECTION table,
        .maincontent .twocol .span4 .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .linklist .box-content .p-list,
        .maincontent .twocol .span4 .linklist .box-content table,
        .maincontent .twocol .span4 .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .linklist header + DIV .p-list,
        .maincontent .twocol .span4 .linklist header + DIV table,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV table,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION table,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .p-list,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV table,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .p-list,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p table,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .p-list,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION table,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .p-list,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content table,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .p-list,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV table,
        .maincontent .twocol .span4 .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .boxed > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .boxed > .csc-header + DIV table,
        .maincontent .twocol .span4 .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .boxed > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .boxed > .csc-header + SECTION table,
        .maincontent .twocol .span4 .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .boxed > header + DIV .p-list,
        .maincontent .twocol .span4 .boxed > header + DIV table,
        .maincontent .twocol .span4 .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .boxed > header ~ p .p-list,
        .maincontent .twocol .span4 .boxed > header ~ p table,
        .maincontent .twocol .span4 .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .boxed > header + SECTION .p-list,
        .maincontent .twocol .span4 .boxed > header + SECTION table,
        .maincontent .twocol .span4 .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .boxed .box-content .p-list,
        .maincontent .twocol .span4 .boxed .box-content table,
        .maincontent .twocol .span4 .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .boxed header + DIV .p-list,
        .maincontent .twocol .span4 .boxed header + DIV table,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-500 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-500 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-500 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-500 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-500 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-500 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-500 .box-content table,
        .maincontent .twocol .span4 .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-500 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-500 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-501 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-501 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-501 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-501 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-501 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-501 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-501 .box-content table,
        .maincontent .twocol .span4 .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-501 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-501 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-502 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-502 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-502 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-502 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-502 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-502 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-502 .box-content table,
        .maincontent .twocol .span4 .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-502 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-502 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-503 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-503 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-503 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-503 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-503 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-503 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-503 .box-content table,
        .maincontent .twocol .span4 .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-503 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-503 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-504 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-504 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-504 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-504 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-504 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-504 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-504 .box-content table,
        .maincontent .twocol .span4 .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-504 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-504 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-505 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-505 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-505 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-505 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-505 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-505 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-505 .box-content table,
        .maincontent .twocol .span4 .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-505 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-505 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-506 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-506 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-506 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-506 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-506 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-506 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-506 .box-content table,
        .maincontent .twocol .span4 .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-506 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-506 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-507 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-507 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-507 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-507 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-507 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-507 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-507 .box-content table,
        .maincontent .twocol .span4 .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-507 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-507 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-550 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-550 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-550 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-550 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-550 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-550 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-550 .box-content table,
        .maincontent .twocol .span4 .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-550 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-550 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-551 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-551 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-551 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-551 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-551 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-551 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-551 .box-content table,
        .maincontent .twocol .span4 .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-551 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-551 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-552 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-552 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-552 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-552 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-552 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-552 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-552 .box-content table,
        .maincontent .twocol .span4 .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-552 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-552 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-553 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-553 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-553 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-553 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-553 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-553 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-553 .box-content table,
        .maincontent .twocol .span4 .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-553 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-553 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-554 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-554 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-554 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-554 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-554 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-554 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-554 .box-content table,
        .maincontent .twocol .span4 .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-554 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-554 header + DIV table,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV table,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-555 > header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-555 > header + DIV table,
        .maincontent .twocol .span4 .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-555 > header ~ p .p-list,
        .maincontent .twocol .span4 .frame-custom-555 > header ~ p table,
        .maincontent .twocol .span4 .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .p-list,
        .maincontent .twocol .span4 .frame-custom-555 > header + SECTION table,
        .maincontent .twocol .span4 .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-555 .box-content .p-list,
        .maincontent .twocol .span4 .frame-custom-555 .box-content table,
        .maincontent .twocol .span4 .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account),
        .maincontent .twocol .span4 .frame-custom-555 header + DIV .p-list,
        .maincontent .twocol .span4 .frame-custom-555 header + DIV table {
          margin-top: calc(-10px);
          margin-bottom: calc(-10px);
          margin-right: calc(-10px);
          margin-left: calc(-10px);
          width: calc(100% + 2 * 10px); }
          .maincontent .marginalcol .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .linklist > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .linklist > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .linklist > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .linklist > .csc-header + DIV table li,
          .maincontent .marginalcol .linklist > .csc-header + DIV table > p,
          .maincontent .marginalcol .linklist > .csc-header + DIV table td,
          .maincontent .marginalcol .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .linklist > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .linklist > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .linklist > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .linklist > .csc-header + SECTION table li,
          .maincontent .marginalcol .linklist > .csc-header + SECTION table > p,
          .maincontent .marginalcol .linklist > .csc-header + SECTION table td,
          .maincontent .marginalcol .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .linklist > header + DIV .p-list li,
          .maincontent .marginalcol .linklist > header + DIV .p-list > p,
          .maincontent .marginalcol .linklist > header + DIV .p-list td,
          .maincontent .marginalcol .linklist > header + DIV table li,
          .maincontent .marginalcol .linklist > header + DIV table > p,
          .maincontent .marginalcol .linklist > header + DIV table td,
          .maincontent .marginalcol .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .linklist > header ~ p .p-list li,
          .maincontent .marginalcol .linklist > header ~ p .p-list > p,
          .maincontent .marginalcol .linklist > header ~ p .p-list td,
          .maincontent .marginalcol .linklist > header ~ p table li,
          .maincontent .marginalcol .linklist > header ~ p table > p,
          .maincontent .marginalcol .linklist > header ~ p table td,
          .maincontent .marginalcol .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .linklist > header + SECTION .p-list li,
          .maincontent .marginalcol .linklist > header + SECTION .p-list > p,
          .maincontent .marginalcol .linklist > header + SECTION .p-list td,
          .maincontent .marginalcol .linklist > header + SECTION table li,
          .maincontent .marginalcol .linklist > header + SECTION table > p,
          .maincontent .marginalcol .linklist > header + SECTION table td,
          .maincontent .marginalcol .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .linklist .box-content .p-list li,
          .maincontent .marginalcol .linklist .box-content .p-list > p,
          .maincontent .marginalcol .linklist .box-content .p-list td,
          .maincontent .marginalcol .linklist .box-content table li,
          .maincontent .marginalcol .linklist .box-content table > p,
          .maincontent .marginalcol .linklist .box-content table td,
          .maincontent .marginalcol .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .linklist header + DIV .p-list li,
          .maincontent .marginalcol .linklist header + DIV .p-list > p,
          .maincontent .marginalcol .linklist header + DIV .p-list td,
          .maincontent .marginalcol .linklist header + DIV table li,
          .maincontent .marginalcol .linklist header + DIV table > p,
          .maincontent .marginalcol .linklist header + DIV table td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV table li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV table > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV table td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION table li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION table > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION table td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .p-list li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .p-list > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .p-list td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV table li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV table > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV table td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .p-list li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .p-list > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .p-list td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p table li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p table > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p table td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .p-list li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .p-list > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .p-list td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION table li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION table > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION table td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .p-list li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .p-list > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .p-list td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content table li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content table > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content table td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .p-list li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .p-list > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .p-list td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV table li,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV table > p,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV table td,
          .maincontent .marginalcol .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .boxed > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .boxed > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .boxed > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .boxed > .csc-header + DIV table li,
          .maincontent .marginalcol .boxed > .csc-header + DIV table > p,
          .maincontent .marginalcol .boxed > .csc-header + DIV table td,
          .maincontent .marginalcol .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .boxed > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .boxed > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .boxed > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .boxed > .csc-header + SECTION table li,
          .maincontent .marginalcol .boxed > .csc-header + SECTION table > p,
          .maincontent .marginalcol .boxed > .csc-header + SECTION table td,
          .maincontent .marginalcol .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .boxed > header + DIV .p-list li,
          .maincontent .marginalcol .boxed > header + DIV .p-list > p,
          .maincontent .marginalcol .boxed > header + DIV .p-list td,
          .maincontent .marginalcol .boxed > header + DIV table li,
          .maincontent .marginalcol .boxed > header + DIV table > p,
          .maincontent .marginalcol .boxed > header + DIV table td,
          .maincontent .marginalcol .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .boxed > header ~ p .p-list li,
          .maincontent .marginalcol .boxed > header ~ p .p-list > p,
          .maincontent .marginalcol .boxed > header ~ p .p-list td,
          .maincontent .marginalcol .boxed > header ~ p table li,
          .maincontent .marginalcol .boxed > header ~ p table > p,
          .maincontent .marginalcol .boxed > header ~ p table td,
          .maincontent .marginalcol .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .boxed > header + SECTION .p-list li,
          .maincontent .marginalcol .boxed > header + SECTION .p-list > p,
          .maincontent .marginalcol .boxed > header + SECTION .p-list td,
          .maincontent .marginalcol .boxed > header + SECTION table li,
          .maincontent .marginalcol .boxed > header + SECTION table > p,
          .maincontent .marginalcol .boxed > header + SECTION table td,
          .maincontent .marginalcol .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .boxed .box-content .p-list li,
          .maincontent .marginalcol .boxed .box-content .p-list > p,
          .maincontent .marginalcol .boxed .box-content .p-list td,
          .maincontent .marginalcol .boxed .box-content table li,
          .maincontent .marginalcol .boxed .box-content table > p,
          .maincontent .marginalcol .boxed .box-content table td,
          .maincontent .marginalcol .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .boxed header + DIV .p-list li,
          .maincontent .marginalcol .boxed header + DIV .p-list > p,
          .maincontent .marginalcol .boxed header + DIV .p-list td,
          .maincontent .marginalcol .boxed header + DIV table li,
          .maincontent .marginalcol .boxed header + DIV table > p,
          .maincontent .marginalcol .boxed header + DIV table td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-500 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-500 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-500 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-500 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-500 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-500 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-500 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-500 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-500 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-500 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-500 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-500 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-500 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-500 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-500 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-500 .box-content table li,
          .maincontent .marginalcol .frame-custom-500 .box-content table > p,
          .maincontent .marginalcol .frame-custom-500 .box-content table td,
          .maincontent .marginalcol .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-500 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-500 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-500 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-500 header + DIV table li,
          .maincontent .marginalcol .frame-custom-500 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-500 header + DIV table td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-501 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-501 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-501 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-501 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-501 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-501 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-501 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-501 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-501 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-501 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-501 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-501 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-501 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-501 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-501 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-501 .box-content table li,
          .maincontent .marginalcol .frame-custom-501 .box-content table > p,
          .maincontent .marginalcol .frame-custom-501 .box-content table td,
          .maincontent .marginalcol .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-501 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-501 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-501 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-501 header + DIV table li,
          .maincontent .marginalcol .frame-custom-501 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-501 header + DIV table td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-502 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-502 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-502 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-502 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-502 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-502 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-502 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-502 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-502 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-502 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-502 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-502 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-502 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-502 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-502 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-502 .box-content table li,
          .maincontent .marginalcol .frame-custom-502 .box-content table > p,
          .maincontent .marginalcol .frame-custom-502 .box-content table td,
          .maincontent .marginalcol .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-502 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-502 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-502 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-502 header + DIV table li,
          .maincontent .marginalcol .frame-custom-502 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-502 header + DIV table td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-503 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-503 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-503 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-503 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-503 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-503 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-503 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-503 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-503 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-503 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-503 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-503 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-503 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-503 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-503 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-503 .box-content table li,
          .maincontent .marginalcol .frame-custom-503 .box-content table > p,
          .maincontent .marginalcol .frame-custom-503 .box-content table td,
          .maincontent .marginalcol .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-503 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-503 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-503 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-503 header + DIV table li,
          .maincontent .marginalcol .frame-custom-503 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-503 header + DIV table td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-504 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-504 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-504 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-504 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-504 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-504 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-504 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-504 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-504 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-504 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-504 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-504 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-504 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-504 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-504 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-504 .box-content table li,
          .maincontent .marginalcol .frame-custom-504 .box-content table > p,
          .maincontent .marginalcol .frame-custom-504 .box-content table td,
          .maincontent .marginalcol .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-504 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-504 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-504 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-504 header + DIV table li,
          .maincontent .marginalcol .frame-custom-504 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-504 header + DIV table td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-505 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-505 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-505 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-505 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-505 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-505 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-505 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-505 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-505 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-505 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-505 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-505 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-505 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-505 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-505 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-505 .box-content table li,
          .maincontent .marginalcol .frame-custom-505 .box-content table > p,
          .maincontent .marginalcol .frame-custom-505 .box-content table td,
          .maincontent .marginalcol .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-505 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-505 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-505 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-505 header + DIV table li,
          .maincontent .marginalcol .frame-custom-505 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-505 header + DIV table td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-506 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-506 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-506 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-506 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-506 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-506 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-506 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-506 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-506 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-506 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-506 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-506 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-506 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-506 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-506 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-506 .box-content table li,
          .maincontent .marginalcol .frame-custom-506 .box-content table > p,
          .maincontent .marginalcol .frame-custom-506 .box-content table td,
          .maincontent .marginalcol .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-506 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-506 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-506 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-506 header + DIV table li,
          .maincontent .marginalcol .frame-custom-506 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-506 header + DIV table td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-507 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-507 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-507 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-507 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-507 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-507 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-507 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-507 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-507 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-507 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-507 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-507 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-507 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-507 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-507 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-507 .box-content table li,
          .maincontent .marginalcol .frame-custom-507 .box-content table > p,
          .maincontent .marginalcol .frame-custom-507 .box-content table td,
          .maincontent .marginalcol .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-507 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-507 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-507 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-507 header + DIV table li,
          .maincontent .marginalcol .frame-custom-507 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-507 header + DIV table td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-550 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-550 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-550 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-550 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-550 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-550 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-550 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-550 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-550 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-550 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-550 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-550 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-550 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-550 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-550 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-550 .box-content table li,
          .maincontent .marginalcol .frame-custom-550 .box-content table > p,
          .maincontent .marginalcol .frame-custom-550 .box-content table td,
          .maincontent .marginalcol .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-550 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-550 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-550 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-550 header + DIV table li,
          .maincontent .marginalcol .frame-custom-550 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-550 header + DIV table td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-551 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-551 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-551 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-551 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-551 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-551 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-551 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-551 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-551 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-551 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-551 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-551 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-551 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-551 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-551 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-551 .box-content table li,
          .maincontent .marginalcol .frame-custom-551 .box-content table > p,
          .maincontent .marginalcol .frame-custom-551 .box-content table td,
          .maincontent .marginalcol .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-551 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-551 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-551 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-551 header + DIV table li,
          .maincontent .marginalcol .frame-custom-551 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-551 header + DIV table td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-552 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-552 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-552 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-552 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-552 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-552 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-552 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-552 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-552 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-552 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-552 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-552 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-552 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-552 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-552 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-552 .box-content table li,
          .maincontent .marginalcol .frame-custom-552 .box-content table > p,
          .maincontent .marginalcol .frame-custom-552 .box-content table td,
          .maincontent .marginalcol .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-552 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-552 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-552 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-552 header + DIV table li,
          .maincontent .marginalcol .frame-custom-552 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-552 header + DIV table td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-553 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-553 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-553 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-553 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-553 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-553 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-553 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-553 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-553 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-553 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-553 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-553 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-553 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-553 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-553 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-553 .box-content table li,
          .maincontent .marginalcol .frame-custom-553 .box-content table > p,
          .maincontent .marginalcol .frame-custom-553 .box-content table td,
          .maincontent .marginalcol .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-553 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-553 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-553 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-553 header + DIV table li,
          .maincontent .marginalcol .frame-custom-553 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-553 header + DIV table td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-554 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-554 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-554 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-554 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-554 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-554 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-554 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-554 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-554 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-554 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-554 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-554 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-554 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-554 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-554 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-554 .box-content table li,
          .maincontent .marginalcol .frame-custom-554 .box-content table > p,
          .maincontent .marginalcol .frame-custom-554 .box-content table td,
          .maincontent .marginalcol .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-554 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-554 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-554 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-554 header + DIV table li,
          .maincontent .marginalcol .frame-custom-554 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-554 header + DIV table td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV table li,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV table > p,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV table td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION table li,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION table td,
          .maincontent .marginalcol .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-555 > header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-555 > header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-555 > header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-555 > header + DIV table li,
          .maincontent .marginalcol .frame-custom-555 > header + DIV table > p,
          .maincontent .marginalcol .frame-custom-555 > header + DIV table td,
          .maincontent .marginalcol .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-555 > header ~ p .p-list li,
          .maincontent .marginalcol .frame-custom-555 > header ~ p .p-list > p,
          .maincontent .marginalcol .frame-custom-555 > header ~ p .p-list td,
          .maincontent .marginalcol .frame-custom-555 > header ~ p table li,
          .maincontent .marginalcol .frame-custom-555 > header ~ p table > p,
          .maincontent .marginalcol .frame-custom-555 > header ~ p table td,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION .p-list li,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION .p-list > p,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION .p-list td,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION table li,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION table > p,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION table td,
          .maincontent .marginalcol .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-555 .box-content .p-list li,
          .maincontent .marginalcol .frame-custom-555 .box-content .p-list > p,
          .maincontent .marginalcol .frame-custom-555 .box-content .p-list td,
          .maincontent .marginalcol .frame-custom-555 .box-content table li,
          .maincontent .marginalcol .frame-custom-555 .box-content table > p,
          .maincontent .marginalcol .frame-custom-555 .box-content table td,
          .maincontent .marginalcol .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .marginalcol .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .marginalcol .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .marginalcol .frame-custom-555 header + DIV .p-list li,
          .maincontent .marginalcol .frame-custom-555 header + DIV .p-list > p,
          .maincontent .marginalcol .frame-custom-555 header + DIV .p-list td,
          .maincontent .marginalcol .frame-custom-555 header + DIV table li,
          .maincontent .marginalcol .frame-custom-555 header + DIV table > p,
          .maincontent .marginalcol .frame-custom-555 header + DIV table td,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV table li,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV table td,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .linklist > header + DIV .p-list li,
          .maincontent .twocol .span4 .linklist > header + DIV .p-list > p,
          .maincontent .twocol .span4 .linklist > header + DIV .p-list td,
          .maincontent .twocol .span4 .linklist > header + DIV table li,
          .maincontent .twocol .span4 .linklist > header + DIV table > p,
          .maincontent .twocol .span4 .linklist > header + DIV table td,
          .maincontent .twocol .span4 .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .linklist > header ~ p .p-list li,
          .maincontent .twocol .span4 .linklist > header ~ p .p-list > p,
          .maincontent .twocol .span4 .linklist > header ~ p .p-list td,
          .maincontent .twocol .span4 .linklist > header ~ p table li,
          .maincontent .twocol .span4 .linklist > header ~ p table > p,
          .maincontent .twocol .span4 .linklist > header ~ p table td,
          .maincontent .twocol .span4 .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .linklist > header + SECTION .p-list li,
          .maincontent .twocol .span4 .linklist > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .linklist > header + SECTION .p-list td,
          .maincontent .twocol .span4 .linklist > header + SECTION table li,
          .maincontent .twocol .span4 .linklist > header + SECTION table > p,
          .maincontent .twocol .span4 .linklist > header + SECTION table td,
          .maincontent .twocol .span4 .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .linklist .box-content .p-list li,
          .maincontent .twocol .span4 .linklist .box-content .p-list > p,
          .maincontent .twocol .span4 .linklist .box-content .p-list td,
          .maincontent .twocol .span4 .linklist .box-content table li,
          .maincontent .twocol .span4 .linklist .box-content table > p,
          .maincontent .twocol .span4 .linklist .box-content table td,
          .maincontent .twocol .span4 .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .linklist header + DIV .p-list li,
          .maincontent .twocol .span4 .linklist header + DIV .p-list > p,
          .maincontent .twocol .span4 .linklist header + DIV .p-list td,
          .maincontent .twocol .span4 .linklist header + DIV table li,
          .maincontent .twocol .span4 .linklist header + DIV table > p,
          .maincontent .twocol .span4 .linklist header + DIV table td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV table li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV table > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV table td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION table li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION table td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .p-list li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .p-list > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .p-list td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV table li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV table > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV table td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .p-list li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .p-list > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .p-list td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p table li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p table > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p table td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .p-list li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .p-list > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .p-list td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION table li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION table > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION table td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .p-list li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .p-list > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .p-list td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content table li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content table > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content table td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .p-list li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .p-list > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .p-list td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV table li,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV table > p,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV table td,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV table li,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV table td,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .boxed > header + DIV .p-list li,
          .maincontent .twocol .span4 .boxed > header + DIV .p-list > p,
          .maincontent .twocol .span4 .boxed > header + DIV .p-list td,
          .maincontent .twocol .span4 .boxed > header + DIV table li,
          .maincontent .twocol .span4 .boxed > header + DIV table > p,
          .maincontent .twocol .span4 .boxed > header + DIV table td,
          .maincontent .twocol .span4 .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .boxed > header ~ p .p-list li,
          .maincontent .twocol .span4 .boxed > header ~ p .p-list > p,
          .maincontent .twocol .span4 .boxed > header ~ p .p-list td,
          .maincontent .twocol .span4 .boxed > header ~ p table li,
          .maincontent .twocol .span4 .boxed > header ~ p table > p,
          .maincontent .twocol .span4 .boxed > header ~ p table td,
          .maincontent .twocol .span4 .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .boxed > header + SECTION .p-list li,
          .maincontent .twocol .span4 .boxed > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .boxed > header + SECTION .p-list td,
          .maincontent .twocol .span4 .boxed > header + SECTION table li,
          .maincontent .twocol .span4 .boxed > header + SECTION table > p,
          .maincontent .twocol .span4 .boxed > header + SECTION table td,
          .maincontent .twocol .span4 .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .boxed .box-content .p-list li,
          .maincontent .twocol .span4 .boxed .box-content .p-list > p,
          .maincontent .twocol .span4 .boxed .box-content .p-list td,
          .maincontent .twocol .span4 .boxed .box-content table li,
          .maincontent .twocol .span4 .boxed .box-content table > p,
          .maincontent .twocol .span4 .boxed .box-content table td,
          .maincontent .twocol .span4 .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .boxed header + DIV .p-list li,
          .maincontent .twocol .span4 .boxed header + DIV .p-list > p,
          .maincontent .twocol .span4 .boxed header + DIV .p-list td,
          .maincontent .twocol .span4 .boxed header + DIV table li,
          .maincontent .twocol .span4 .boxed header + DIV table > p,
          .maincontent .twocol .span4 .boxed header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-500 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-500 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-500 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-500 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-500 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-500 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-501 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-501 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-501 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-501 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-501 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-501 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-502 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-502 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-502 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-502 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-502 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-502 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-503 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-503 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-503 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-503 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-503 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-503 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-504 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-504 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-504 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-504 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-504 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-504 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-505 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-505 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-505 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-505 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-505 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-505 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-506 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-506 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-506 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-506 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-506 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-506 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-507 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-507 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-507 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-507 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-507 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-507 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-550 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-550 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-550 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-550 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-550 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-550 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-551 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-551 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-551 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-551 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-551 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-551 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-552 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-552 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-552 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-552 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-552 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-552 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-553 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-553 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-553 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-553 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-553 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-553 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-554 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-554 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-554 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-554 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-554 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-554 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV table td,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p .p-list li,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p .p-list > p,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p .p-list td,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p table li,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p table > p,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p table td,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .p-list li,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .p-list > p,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .p-list td,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION table li,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION table > p,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION table td,
          .maincontent .twocol .span4 .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-555 .box-content .p-list li,
          .maincontent .twocol .span4 .frame-custom-555 .box-content .p-list > p,
          .maincontent .twocol .span4 .frame-custom-555 .box-content .p-list td,
          .maincontent .twocol .span4 .frame-custom-555 .box-content table li,
          .maincontent .twocol .span4 .frame-custom-555 .box-content table > p,
          .maincontent .twocol .span4 .frame-custom-555 .box-content table td,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) td,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV .p-list li,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV .p-list > p,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV .p-list td,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV table li,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV table > p,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV table td {
            border-bottom: 2px solid #fff;
            padding: 10px 10px 10px 10px;
            background-color: #E1F4F8;
            border-radius: 0 !important;
            margin: 0; }
          .maincontent .marginalcol .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .linklist > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .linklist > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .linklist > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .linklist > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .linklist > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .linklist > header + DIV table tr:first-child td,
          .maincontent .marginalcol .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .linklist > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .linklist > header ~ p table tr:first-child td,
          .maincontent .marginalcol .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .linklist > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .linklist > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .linklist .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .linklist .box-content table tr:first-child td,
          .maincontent .marginalcol .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .linklist header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .linklist header + DIV table tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV table tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p table tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION table tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .p-list tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content table tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV table tr:first-child td,
          .maincontent .marginalcol .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .boxed > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .boxed > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .boxed > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .boxed > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .boxed > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .boxed > header + DIV table tr:first-child td,
          .maincontent .marginalcol .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .boxed > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .boxed > header ~ p table tr:first-child td,
          .maincontent .marginalcol .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .boxed > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .boxed > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .boxed .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .boxed .box-content table tr:first-child td,
          .maincontent .marginalcol .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .boxed header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .boxed header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-500 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-501 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-502 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-503 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-504 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-505 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-506 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-507 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-550 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-551 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-552 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-553 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-554 header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header + DIV table tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header ~ p .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header ~ p table tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION table tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 .box-content .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 .box-content table tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 header + DIV .p-list tr:first-child td,
          .maincontent .marginalcol .frame-custom-555 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .linklist > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .linklist > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .linklist > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .linklist > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .linklist > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .linklist > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .linklist .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .linklist .box-content table tr:first-child td,
          .maincontent .twocol .span4 .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .linklist header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .linklist header + DIV table tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content table tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .boxed > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .boxed > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .boxed > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .boxed > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .boxed > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .boxed > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .boxed .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .boxed .box-content table tr:first-child td,
          .maincontent .twocol .span4 .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .boxed header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .boxed header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 .box-content .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 .box-content table tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV .p-list tr:first-child td,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV table tr:first-child td {
            border-radius: 0 0 0 !important 0 !important; }
          .maincontent .marginalcol .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .linklist > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .linklist > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .linklist > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .linklist > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .linklist > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .linklist > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .linklist > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .linklist > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .linklist > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .linklist > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .linklist > header + DIV table li:first-child,
          .maincontent .marginalcol .linklist > header + DIV table > p:first-child,
          .maincontent .marginalcol .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .linklist > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .linklist > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .linklist > header ~ p table li:first-child,
          .maincontent .marginalcol .linklist > header ~ p table > p:first-child,
          .maincontent .marginalcol .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .linklist > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .linklist > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .linklist > header + SECTION table li:first-child,
          .maincontent .marginalcol .linklist > header + SECTION table > p:first-child,
          .maincontent .marginalcol .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .linklist .box-content .p-list li:first-child,
          .maincontent .marginalcol .linklist .box-content .p-list > p:first-child,
          .maincontent .marginalcol .linklist .box-content table li:first-child,
          .maincontent .marginalcol .linklist .box-content table > p:first-child,
          .maincontent .marginalcol .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .linklist header + DIV .p-list li:first-child,
          .maincontent .marginalcol .linklist header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .linklist header + DIV table li:first-child,
          .maincontent .marginalcol .linklist header + DIV table > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .p-list li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV table li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV table > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .p-list li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p table li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p table > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION table li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION table > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .p-list li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .p-list > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content table li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content table > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .p-list li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .p-list > p:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV table li:first-child,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV table > p:first-child,
          .maincontent .marginalcol .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .boxed > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .boxed > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .boxed > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .boxed > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .boxed > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .boxed > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .boxed > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .boxed > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .boxed > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .boxed > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .boxed > header + DIV table li:first-child,
          .maincontent .marginalcol .boxed > header + DIV table > p:first-child,
          .maincontent .marginalcol .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .boxed > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .boxed > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .boxed > header ~ p table li:first-child,
          .maincontent .marginalcol .boxed > header ~ p table > p:first-child,
          .maincontent .marginalcol .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .boxed > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .boxed > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .boxed > header + SECTION table li:first-child,
          .maincontent .marginalcol .boxed > header + SECTION table > p:first-child,
          .maincontent .marginalcol .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .boxed .box-content .p-list li:first-child,
          .maincontent .marginalcol .boxed .box-content .p-list > p:first-child,
          .maincontent .marginalcol .boxed .box-content table li:first-child,
          .maincontent .marginalcol .boxed .box-content table > p:first-child,
          .maincontent .marginalcol .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .boxed header + DIV .p-list li:first-child,
          .maincontent .marginalcol .boxed header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .boxed header + DIV table li:first-child,
          .maincontent .marginalcol .boxed header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-500 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-500 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-500 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-500 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-500 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-500 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-500 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-500 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-501 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-501 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-501 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-501 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-501 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-501 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-501 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-501 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-502 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-502 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-502 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-502 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-502 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-502 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-502 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-502 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-503 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-503 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-503 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-503 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-503 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-503 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-503 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-503 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-504 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-504 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-504 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-504 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-504 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-504 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-504 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-504 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-505 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-505 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-505 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-505 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-505 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-505 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-505 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-505 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-506 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-506 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-506 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-506 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-506 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-506 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-506 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-506 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-507 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-507 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-507 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-507 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-507 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-507 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-507 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-507 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-550 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-550 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-550 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-550 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-550 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-550 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-550 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-550 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-551 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-551 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-551 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-551 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-551 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-551 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-551 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-551 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-552 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-552 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-552 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-552 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-552 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-552 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-552 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-552 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-553 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-553 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-553 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-553 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-553 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-553 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-553 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-553 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-554 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-554 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-554 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-554 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-554 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-554 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-554 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-554 header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + DIV table > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header ~ p .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header ~ p .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header ~ p table li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header ~ p table > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION table li:first-child,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION table > p:first-child,
          .maincontent .marginalcol .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-555 .box-content .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-555 .box-content .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-555 .box-content table li:first-child,
          .maincontent .marginalcol .frame-custom-555 .box-content table > p:first-child,
          .maincontent .marginalcol .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .marginalcol .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .marginalcol .frame-custom-555 header + DIV .p-list li:first-child,
          .maincontent .marginalcol .frame-custom-555 header + DIV .p-list > p:first-child,
          .maincontent .marginalcol .frame-custom-555 header + DIV table li:first-child,
          .maincontent .marginalcol .frame-custom-555 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .linklist > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .linklist > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .linklist > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .linklist > header + DIV table li:first-child,
          .maincontent .twocol .span4 .linklist > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .linklist > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .linklist > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .linklist > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .linklist > header ~ p table li:first-child,
          .maincontent .twocol .span4 .linklist > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .linklist > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .linklist > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .linklist > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .linklist > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .linklist > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .linklist .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .linklist .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .linklist .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .linklist .box-content table li:first-child,
          .maincontent .twocol .span4 .linklist .box-content table > p:first-child,
          .maincontent .twocol .span4 .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .linklist header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .linklist header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .linklist header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .linklist header + DIV table li:first-child,
          .maincontent .twocol .span4 .linklist header + DIV table > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV table li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV table > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p table li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p table > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION table li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .p-list li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content table li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content table > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV table li:first-child,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV table > p:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .boxed > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .boxed > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .boxed > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .boxed > header + DIV table li:first-child,
          .maincontent .twocol .span4 .boxed > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .boxed > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .boxed > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .boxed > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .boxed > header ~ p table li:first-child,
          .maincontent .twocol .span4 .boxed > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .boxed > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .boxed > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .boxed > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .boxed > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .boxed > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .boxed .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .boxed .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .boxed .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .boxed .box-content table li:first-child,
          .maincontent .twocol .span4 .boxed .box-content table > p:first-child,
          .maincontent .twocol .span4 .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .boxed header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .boxed header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .boxed header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .boxed header + DIV table li:first-child,
          .maincontent .twocol .span4 .boxed header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p table li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION table li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 .box-content ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 .box-content .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 .box-content .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 .box-content table li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 .box-content table > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV ul:not(.icon-text-list-adv):not(.tx-locore-bill-list):not(.user--details-box--account) > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV .p-list li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV .p-list > p:first-child,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV table li:first-child,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV table > p:first-child {
            border-radius: 0 0 0 !important 0 !important; }
        .maincontent .marginalcol .linklist > .csc-header + DIV figure,
        .maincontent .marginalcol .linklist > .csc-header + SECTION figure,
        .maincontent .marginalcol .linklist > header + DIV figure,
        .maincontent .marginalcol .linklist > header ~ p figure,
        .maincontent .marginalcol .linklist > header + SECTION figure,
        .maincontent .marginalcol .linklist .box-content figure,
        .maincontent .marginalcol .linklist header + DIV figure,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV figure,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION figure,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV figure,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p figure,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION figure,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content figure,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV figure,
        .maincontent .marginalcol .boxed > .csc-header + DIV figure,
        .maincontent .marginalcol .boxed > .csc-header + SECTION figure,
        .maincontent .marginalcol .boxed > header + DIV figure,
        .maincontent .marginalcol .boxed > header ~ p figure,
        .maincontent .marginalcol .boxed > header + SECTION figure,
        .maincontent .marginalcol .boxed .box-content figure,
        .maincontent .marginalcol .boxed header + DIV figure,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-500 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-500 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-500 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-500 .box-content figure,
        .maincontent .marginalcol .frame-custom-500 header + DIV figure,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-501 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-501 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-501 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-501 .box-content figure,
        .maincontent .marginalcol .frame-custom-501 header + DIV figure,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-502 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-502 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-502 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-502 .box-content figure,
        .maincontent .marginalcol .frame-custom-502 header + DIV figure,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-503 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-503 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-503 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-503 .box-content figure,
        .maincontent .marginalcol .frame-custom-503 header + DIV figure,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-504 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-504 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-504 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-504 .box-content figure,
        .maincontent .marginalcol .frame-custom-504 header + DIV figure,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-505 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-505 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-505 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-505 .box-content figure,
        .maincontent .marginalcol .frame-custom-505 header + DIV figure,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-506 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-506 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-506 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-506 .box-content figure,
        .maincontent .marginalcol .frame-custom-506 header + DIV figure,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-507 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-507 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-507 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-507 .box-content figure,
        .maincontent .marginalcol .frame-custom-507 header + DIV figure,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-550 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-550 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-550 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-550 .box-content figure,
        .maincontent .marginalcol .frame-custom-550 header + DIV figure,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-551 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-551 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-551 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-551 .box-content figure,
        .maincontent .marginalcol .frame-custom-551 header + DIV figure,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-552 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-552 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-552 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-552 .box-content figure,
        .maincontent .marginalcol .frame-custom-552 header + DIV figure,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-553 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-553 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-553 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-553 .box-content figure,
        .maincontent .marginalcol .frame-custom-553 header + DIV figure,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-554 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-554 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-554 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-554 .box-content figure,
        .maincontent .marginalcol .frame-custom-554 header + DIV figure,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV figure,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION figure,
        .maincontent .marginalcol .frame-custom-555 > header + DIV figure,
        .maincontent .marginalcol .frame-custom-555 > header ~ p figure,
        .maincontent .marginalcol .frame-custom-555 > header + SECTION figure,
        .maincontent .marginalcol .frame-custom-555 .box-content figure,
        .maincontent .marginalcol .frame-custom-555 header + DIV figure,
        .maincontent .twocol .span4 .linklist > .csc-header + DIV figure,
        .maincontent .twocol .span4 .linklist > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .linklist > header + DIV figure,
        .maincontent .twocol .span4 .linklist > header ~ p figure,
        .maincontent .twocol .span4 .linklist > header + SECTION figure,
        .maincontent .twocol .span4 .linklist .box-content figure,
        .maincontent .twocol .span4 .linklist header + DIV figure,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV figure,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION figure,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV figure,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p figure,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION figure,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content figure,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV figure,
        .maincontent .twocol .span4 .boxed > .csc-header + DIV figure,
        .maincontent .twocol .span4 .boxed > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .boxed > header + DIV figure,
        .maincontent .twocol .span4 .boxed > header ~ p figure,
        .maincontent .twocol .span4 .boxed > header + SECTION figure,
        .maincontent .twocol .span4 .boxed .box-content figure,
        .maincontent .twocol .span4 .boxed header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-500 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-500 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-500 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-500 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-500 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-501 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-501 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-501 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-501 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-501 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-502 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-502 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-502 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-502 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-502 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-503 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-503 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-503 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-503 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-503 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-504 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-504 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-504 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-504 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-504 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-505 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-505 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-505 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-505 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-505 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-506 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-506 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-506 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-506 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-506 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-507 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-507 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-507 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-507 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-507 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-550 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-550 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-550 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-550 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-550 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-551 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-551 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-551 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-551 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-551 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-552 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-552 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-552 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-552 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-552 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-553 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-553 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-553 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-553 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-553 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-554 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-554 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-554 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-554 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-554 header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-555 > header + DIV figure,
        .maincontent .twocol .span4 .frame-custom-555 > header ~ p figure,
        .maincontent .twocol .span4 .frame-custom-555 > header + SECTION figure,
        .maincontent .twocol .span4 .frame-custom-555 .box-content figure,
        .maincontent .twocol .span4 .frame-custom-555 header + DIV figure {
          text-align: center;
          background-color: #fff;
          border-radius: 0 !important; }
        .maincontent .marginalcol .linklist > .csc-header + DIV h2, .maincontent .marginalcol .linklist > .csc-header + DIV h3, .maincontent .marginalcol .linklist > .csc-header + DIV h4,
        .maincontent .marginalcol .linklist > .csc-header + SECTION h2,
        .maincontent .marginalcol .linklist > .csc-header + SECTION h3,
        .maincontent .marginalcol .linklist > .csc-header + SECTION h4,
        .maincontent .marginalcol .linklist > header + DIV h2,
        .maincontent .marginalcol .linklist > header + DIV h3,
        .maincontent .marginalcol .linklist > header + DIV h4,
        .maincontent .marginalcol .linklist > header ~ p h2,
        .maincontent .marginalcol .linklist > header ~ p h3,
        .maincontent .marginalcol .linklist > header ~ p h4,
        .maincontent .marginalcol .linklist > header + SECTION h2,
        .maincontent .marginalcol .linklist > header + SECTION h3,
        .maincontent .marginalcol .linklist > header + SECTION h4,
        .maincontent .marginalcol .linklist .box-content h2,
        .maincontent .marginalcol .linklist .box-content h3,
        .maincontent .marginalcol .linklist .box-content h4,
        .maincontent .marginalcol .linklist header + DIV h2,
        .maincontent .marginalcol .linklist header + DIV h3,
        .maincontent .marginalcol .linklist header + DIV h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content h4,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV h2,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV h3,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV h4,
        .maincontent .marginalcol .boxed > .csc-header + DIV h2,
        .maincontent .marginalcol .boxed > .csc-header + DIV h3,
        .maincontent .marginalcol .boxed > .csc-header + DIV h4,
        .maincontent .marginalcol .boxed > .csc-header + SECTION h2,
        .maincontent .marginalcol .boxed > .csc-header + SECTION h3,
        .maincontent .marginalcol .boxed > .csc-header + SECTION h4,
        .maincontent .marginalcol .boxed > header + DIV h2,
        .maincontent .marginalcol .boxed > header + DIV h3,
        .maincontent .marginalcol .boxed > header + DIV h4,
        .maincontent .marginalcol .boxed > header ~ p h2,
        .maincontent .marginalcol .boxed > header ~ p h3,
        .maincontent .marginalcol .boxed > header ~ p h4,
        .maincontent .marginalcol .boxed > header + SECTION h2,
        .maincontent .marginalcol .boxed > header + SECTION h3,
        .maincontent .marginalcol .boxed > header + SECTION h4,
        .maincontent .marginalcol .boxed .box-content h2,
        .maincontent .marginalcol .boxed .box-content h3,
        .maincontent .marginalcol .boxed .box-content h4,
        .maincontent .marginalcol .boxed header + DIV h2,
        .maincontent .marginalcol .boxed header + DIV h3,
        .maincontent .marginalcol .boxed header + DIV h4,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-500 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-500 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-500 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-500 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-500 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-500 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-500 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-500 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-500 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-500 .box-content h2,
        .maincontent .marginalcol .frame-custom-500 .box-content h3,
        .maincontent .marginalcol .frame-custom-500 .box-content h4,
        .maincontent .marginalcol .frame-custom-500 header + DIV h2,
        .maincontent .marginalcol .frame-custom-500 header + DIV h3,
        .maincontent .marginalcol .frame-custom-500 header + DIV h4,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-501 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-501 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-501 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-501 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-501 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-501 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-501 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-501 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-501 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-501 .box-content h2,
        .maincontent .marginalcol .frame-custom-501 .box-content h3,
        .maincontent .marginalcol .frame-custom-501 .box-content h4,
        .maincontent .marginalcol .frame-custom-501 header + DIV h2,
        .maincontent .marginalcol .frame-custom-501 header + DIV h3,
        .maincontent .marginalcol .frame-custom-501 header + DIV h4,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-502 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-502 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-502 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-502 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-502 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-502 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-502 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-502 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-502 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-502 .box-content h2,
        .maincontent .marginalcol .frame-custom-502 .box-content h3,
        .maincontent .marginalcol .frame-custom-502 .box-content h4,
        .maincontent .marginalcol .frame-custom-502 header + DIV h2,
        .maincontent .marginalcol .frame-custom-502 header + DIV h3,
        .maincontent .marginalcol .frame-custom-502 header + DIV h4,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-503 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-503 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-503 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-503 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-503 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-503 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-503 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-503 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-503 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-503 .box-content h2,
        .maincontent .marginalcol .frame-custom-503 .box-content h3,
        .maincontent .marginalcol .frame-custom-503 .box-content h4,
        .maincontent .marginalcol .frame-custom-503 header + DIV h2,
        .maincontent .marginalcol .frame-custom-503 header + DIV h3,
        .maincontent .marginalcol .frame-custom-503 header + DIV h4,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-504 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-504 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-504 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-504 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-504 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-504 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-504 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-504 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-504 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-504 .box-content h2,
        .maincontent .marginalcol .frame-custom-504 .box-content h3,
        .maincontent .marginalcol .frame-custom-504 .box-content h4,
        .maincontent .marginalcol .frame-custom-504 header + DIV h2,
        .maincontent .marginalcol .frame-custom-504 header + DIV h3,
        .maincontent .marginalcol .frame-custom-504 header + DIV h4,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-505 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-505 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-505 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-505 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-505 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-505 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-505 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-505 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-505 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-505 .box-content h2,
        .maincontent .marginalcol .frame-custom-505 .box-content h3,
        .maincontent .marginalcol .frame-custom-505 .box-content h4,
        .maincontent .marginalcol .frame-custom-505 header + DIV h2,
        .maincontent .marginalcol .frame-custom-505 header + DIV h3,
        .maincontent .marginalcol .frame-custom-505 header + DIV h4,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-506 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-506 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-506 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-506 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-506 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-506 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-506 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-506 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-506 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-506 .box-content h2,
        .maincontent .marginalcol .frame-custom-506 .box-content h3,
        .maincontent .marginalcol .frame-custom-506 .box-content h4,
        .maincontent .marginalcol .frame-custom-506 header + DIV h2,
        .maincontent .marginalcol .frame-custom-506 header + DIV h3,
        .maincontent .marginalcol .frame-custom-506 header + DIV h4,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-507 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-507 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-507 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-507 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-507 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-507 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-507 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-507 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-507 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-507 .box-content h2,
        .maincontent .marginalcol .frame-custom-507 .box-content h3,
        .maincontent .marginalcol .frame-custom-507 .box-content h4,
        .maincontent .marginalcol .frame-custom-507 header + DIV h2,
        .maincontent .marginalcol .frame-custom-507 header + DIV h3,
        .maincontent .marginalcol .frame-custom-507 header + DIV h4,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-550 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-550 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-550 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-550 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-550 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-550 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-550 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-550 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-550 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-550 .box-content h2,
        .maincontent .marginalcol .frame-custom-550 .box-content h3,
        .maincontent .marginalcol .frame-custom-550 .box-content h4,
        .maincontent .marginalcol .frame-custom-550 header + DIV h2,
        .maincontent .marginalcol .frame-custom-550 header + DIV h3,
        .maincontent .marginalcol .frame-custom-550 header + DIV h4,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-551 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-551 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-551 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-551 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-551 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-551 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-551 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-551 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-551 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-551 .box-content h2,
        .maincontent .marginalcol .frame-custom-551 .box-content h3,
        .maincontent .marginalcol .frame-custom-551 .box-content h4,
        .maincontent .marginalcol .frame-custom-551 header + DIV h2,
        .maincontent .marginalcol .frame-custom-551 header + DIV h3,
        .maincontent .marginalcol .frame-custom-551 header + DIV h4,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-552 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-552 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-552 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-552 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-552 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-552 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-552 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-552 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-552 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-552 .box-content h2,
        .maincontent .marginalcol .frame-custom-552 .box-content h3,
        .maincontent .marginalcol .frame-custom-552 .box-content h4,
        .maincontent .marginalcol .frame-custom-552 header + DIV h2,
        .maincontent .marginalcol .frame-custom-552 header + DIV h3,
        .maincontent .marginalcol .frame-custom-552 header + DIV h4,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-553 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-553 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-553 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-553 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-553 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-553 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-553 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-553 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-553 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-553 .box-content h2,
        .maincontent .marginalcol .frame-custom-553 .box-content h3,
        .maincontent .marginalcol .frame-custom-553 .box-content h4,
        .maincontent .marginalcol .frame-custom-553 header + DIV h2,
        .maincontent .marginalcol .frame-custom-553 header + DIV h3,
        .maincontent .marginalcol .frame-custom-553 header + DIV h4,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-554 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-554 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-554 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-554 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-554 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-554 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-554 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-554 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-554 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-554 .box-content h2,
        .maincontent .marginalcol .frame-custom-554 .box-content h3,
        .maincontent .marginalcol .frame-custom-554 .box-content h4,
        .maincontent .marginalcol .frame-custom-554 header + DIV h2,
        .maincontent .marginalcol .frame-custom-554 header + DIV h3,
        .maincontent .marginalcol .frame-custom-554 header + DIV h4,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV h2,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV h3,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV h4,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION h2,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION h3,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION h4,
        .maincontent .marginalcol .frame-custom-555 > header + DIV h2,
        .maincontent .marginalcol .frame-custom-555 > header + DIV h3,
        .maincontent .marginalcol .frame-custom-555 > header + DIV h4,
        .maincontent .marginalcol .frame-custom-555 > header ~ p h2,
        .maincontent .marginalcol .frame-custom-555 > header ~ p h3,
        .maincontent .marginalcol .frame-custom-555 > header ~ p h4,
        .maincontent .marginalcol .frame-custom-555 > header + SECTION h2,
        .maincontent .marginalcol .frame-custom-555 > header + SECTION h3,
        .maincontent .marginalcol .frame-custom-555 > header + SECTION h4,
        .maincontent .marginalcol .frame-custom-555 .box-content h2,
        .maincontent .marginalcol .frame-custom-555 .box-content h3,
        .maincontent .marginalcol .frame-custom-555 .box-content h4,
        .maincontent .marginalcol .frame-custom-555 header + DIV h2,
        .maincontent .marginalcol .frame-custom-555 header + DIV h3,
        .maincontent .marginalcol .frame-custom-555 header + DIV h4,
        .maincontent .twocol .span4 .linklist > .csc-header + DIV h2,
        .maincontent .twocol .span4 .linklist > .csc-header + DIV h3,
        .maincontent .twocol .span4 .linklist > .csc-header + DIV h4,
        .maincontent .twocol .span4 .linklist > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .linklist > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .linklist > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .linklist > header + DIV h2,
        .maincontent .twocol .span4 .linklist > header + DIV h3,
        .maincontent .twocol .span4 .linklist > header + DIV h4,
        .maincontent .twocol .span4 .linklist > header ~ p h2,
        .maincontent .twocol .span4 .linklist > header ~ p h3,
        .maincontent .twocol .span4 .linklist > header ~ p h4,
        .maincontent .twocol .span4 .linklist > header + SECTION h2,
        .maincontent .twocol .span4 .linklist > header + SECTION h3,
        .maincontent .twocol .span4 .linklist > header + SECTION h4,
        .maincontent .twocol .span4 .linklist .box-content h2,
        .maincontent .twocol .span4 .linklist .box-content h3,
        .maincontent .twocol .span4 .linklist .box-content h4,
        .maincontent .twocol .span4 .linklist header + DIV h2,
        .maincontent .twocol .span4 .linklist header + DIV h3,
        .maincontent .twocol .span4 .linklist header + DIV h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content h4,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV h2,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV h3,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV h4,
        .maincontent .twocol .span4 .boxed > .csc-header + DIV h2,
        .maincontent .twocol .span4 .boxed > .csc-header + DIV h3,
        .maincontent .twocol .span4 .boxed > .csc-header + DIV h4,
        .maincontent .twocol .span4 .boxed > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .boxed > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .boxed > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .boxed > header + DIV h2,
        .maincontent .twocol .span4 .boxed > header + DIV h3,
        .maincontent .twocol .span4 .boxed > header + DIV h4,
        .maincontent .twocol .span4 .boxed > header ~ p h2,
        .maincontent .twocol .span4 .boxed > header ~ p h3,
        .maincontent .twocol .span4 .boxed > header ~ p h4,
        .maincontent .twocol .span4 .boxed > header + SECTION h2,
        .maincontent .twocol .span4 .boxed > header + SECTION h3,
        .maincontent .twocol .span4 .boxed > header + SECTION h4,
        .maincontent .twocol .span4 .boxed .box-content h2,
        .maincontent .twocol .span4 .boxed .box-content h3,
        .maincontent .twocol .span4 .boxed .box-content h4,
        .maincontent .twocol .span4 .boxed header + DIV h2,
        .maincontent .twocol .span4 .boxed header + DIV h3,
        .maincontent .twocol .span4 .boxed header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-500 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-500 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-500 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-500 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-500 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-500 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-500 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-500 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-500 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-500 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-500 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-500 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-500 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-500 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-500 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-501 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-501 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-501 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-501 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-501 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-501 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-501 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-501 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-501 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-501 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-501 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-501 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-501 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-501 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-501 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-502 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-502 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-502 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-502 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-502 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-502 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-502 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-502 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-502 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-502 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-502 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-502 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-502 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-502 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-502 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-503 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-503 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-503 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-503 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-503 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-503 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-503 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-503 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-503 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-503 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-503 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-503 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-503 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-503 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-503 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-504 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-504 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-504 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-504 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-504 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-504 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-504 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-504 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-504 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-504 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-504 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-504 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-504 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-504 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-504 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-505 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-505 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-505 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-505 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-505 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-505 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-505 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-505 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-505 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-505 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-505 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-505 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-505 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-505 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-505 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-506 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-506 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-506 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-506 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-506 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-506 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-506 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-506 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-506 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-506 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-506 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-506 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-506 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-506 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-506 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-507 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-507 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-507 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-507 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-507 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-507 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-507 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-507 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-507 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-507 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-507 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-507 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-507 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-507 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-507 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-550 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-550 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-550 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-550 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-550 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-550 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-550 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-550 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-550 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-550 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-550 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-550 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-550 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-550 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-550 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-551 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-551 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-551 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-551 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-551 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-551 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-551 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-551 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-551 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-551 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-551 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-551 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-551 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-551 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-551 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-552 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-552 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-552 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-552 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-552 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-552 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-552 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-552 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-552 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-552 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-552 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-552 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-552 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-552 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-552 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-553 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-553 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-553 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-553 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-553 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-553 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-553 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-553 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-553 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-553 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-553 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-553 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-553 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-553 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-553 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-554 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-554 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-554 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-554 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-554 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-554 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-554 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-554 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-554 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-554 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-554 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-554 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-554 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-554 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-554 header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-555 > header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-555 > header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-555 > header + DIV h4,
        .maincontent .twocol .span4 .frame-custom-555 > header ~ p h2,
        .maincontent .twocol .span4 .frame-custom-555 > header ~ p h3,
        .maincontent .twocol .span4 .frame-custom-555 > header ~ p h4,
        .maincontent .twocol .span4 .frame-custom-555 > header + SECTION h2,
        .maincontent .twocol .span4 .frame-custom-555 > header + SECTION h3,
        .maincontent .twocol .span4 .frame-custom-555 > header + SECTION h4,
        .maincontent .twocol .span4 .frame-custom-555 .box-content h2,
        .maincontent .twocol .span4 .frame-custom-555 .box-content h3,
        .maincontent .twocol .span4 .frame-custom-555 .box-content h4,
        .maincontent .twocol .span4 .frame-custom-555 header + DIV h2,
        .maincontent .twocol .span4 .frame-custom-555 header + DIV h3,
        .maincontent .twocol .span4 .frame-custom-555 header + DIV h4 {
          font-size: 16px !important;
          font-size: 1.6rem !important;
          /*font-weight: 700;*/
          font-family: Verdana-Bold, sans-serif;
          margin-bottom: 5px;
          margin-bottom: 0.5rem; }
        .maincontent .marginalcol .linklist > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .linklist > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .linklist > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .linklist > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .linklist > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .linklist .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .linklist header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .boxed > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .boxed > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .boxed > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .boxed > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .boxed > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .boxed .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .boxed header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-500 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-500 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-500 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-500 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-500 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-501 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-501 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-501 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-501 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-501 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-502 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-502 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-502 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-502 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-502 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-503 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-503 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-503 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-503 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-503 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-504 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-504 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-504 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-504 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-504 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-505 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-505 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-505 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-505 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-505 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-506 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-506 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-506 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-506 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-506 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-507 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-507 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-507 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-507 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-507 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-550 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-550 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-550 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-550 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-550 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-551 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-551 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-551 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-551 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-551 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-552 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-552 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-552 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-552 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-552 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-553 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-553 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-553 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-553 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-553 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-554 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-554 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-554 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-554 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-554 header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-555 > header + DIV .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-555 > header ~ p .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-555 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-555 .box-content .csc-textpic-imagewrap,
        .maincontent .marginalcol .frame-custom-555 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .linklist > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .linklist > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .linklist > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .linklist > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .linklist > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .linklist .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .linklist header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .boxed > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .boxed > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .boxed > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .boxed > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .boxed > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .boxed .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .boxed header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-500 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-500 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-500 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-500 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-501 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-501 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-501 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-501 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-502 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-502 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-502 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-502 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-503 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-503 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-503 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-503 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-504 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-504 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-504 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-504 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-505 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-505 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-505 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-505 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-506 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-506 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-506 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-506 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-507 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-507 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-507 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-507 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-550 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-550 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-550 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-550 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-551 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-551 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-551 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-551 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-552 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-552 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-552 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-552 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-553 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-553 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-553 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-553 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-554 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-554 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-554 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-554 header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-555 > header + DIV .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-555 > header ~ p .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-555 .box-content .csc-textpic-imagewrap,
        .maincontent .twocol .span4 .frame-custom-555 header + DIV .csc-textpic-imagewrap {
          padding-left: 0px;
          padding-right: 0px; }
          .maincontent .marginalcol .linklist > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .linklist > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .linklist > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .linklist > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .linklist > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .linklist .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .linklist header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol DIV[class*="boxed"] .textbox header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .boxed > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .boxed > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .boxed > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .boxed > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .boxed > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .boxed .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .boxed header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-500 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-500 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-500 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-500 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-500 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-500 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-501 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-501 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-501 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-501 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-501 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-501 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-502 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-502 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-502 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-502 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-502 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-502 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-503 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-503 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-503 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-503 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-503 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-503 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-504 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-504 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-504 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-504 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-504 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-504 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-505 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-505 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-505 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-505 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-505 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-505 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-506 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-506 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-506 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-506 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-506 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-506 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-507 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-507 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-507 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-507 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-507 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-507 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-550 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-550 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-550 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-550 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-550 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-550 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-551 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-551 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-551 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-551 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-551 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-551 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-552 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-552 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-552 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-552 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-552 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-552 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-553 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-553 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-553 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-553 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-553 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-553 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-554 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-554 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-554 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-554 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-554 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-554 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-555 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-555 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-555 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-555 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-555 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .marginalcol .frame-custom-555 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .linklist > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .linklist > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .linklist > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .linklist > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .linklist > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .linklist .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .linklist header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 DIV[class*="boxed"] .textbox header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .boxed > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .boxed > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .boxed > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .boxed > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .boxed > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .boxed .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .boxed header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-500 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-500 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-500 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-500 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-500 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-500 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-501 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-501 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-501 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-501 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-501 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-501 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-502 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-502 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-502 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-502 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-502 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-502 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-503 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-503 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-503 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-503 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-503 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-503 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-504 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-504 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-504 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-504 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-504 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-504 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-505 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-505 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-505 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-505 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-505 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-505 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-506 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-506 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-506 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-506 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-506 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-506 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-507 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-507 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-507 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-507 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-507 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-507 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-550 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-550 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-550 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-550 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-550 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-550 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-551 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-551 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-551 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-551 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-551 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-551 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-552 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-552 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-552 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-552 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-552 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-552 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-553 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-553 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-553 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-553 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-553 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-553 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-554 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-554 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-554 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-554 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-554 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-554 header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-555 > .csc-header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-555 > header + DIV .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-555 > header ~ p .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-555 > header + SECTION .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-555 .box-content .csc-textpic-imagewrap + DIV > DIV,
          .maincontent .twocol .span4 .frame-custom-555 header + DIV .csc-textpic-imagewrap + DIV > DIV {
            margin-top: calc(2.0 * 10px); }
      .maincontent .marginalcol .linklist .boxed,
      .maincontent .marginalcol .linklist .frame-custom-500,
      .maincontent .marginalcol .linklist .frame-custom-501,
      .maincontent .marginalcol .linklist .frame-custom-502,
      .maincontent .marginalcol .linklist .frame-custom-503,
      .maincontent .marginalcol .linklist .frame-custom-504,
      .maincontent .marginalcol .linklist .frame-custom-505,
      .maincontent .marginalcol .linklist .frame-custom-506,
      .maincontent .marginalcol .linklist .frame-custom-507,
      .maincontent .marginalcol .linklist .frame-custom-550,
      .maincontent .marginalcol .linklist .frame-custom-551,
      .maincontent .marginalcol .linklist .frame-custom-552,
      .maincontent .marginalcol .linklist .frame-custom-553,
      .maincontent .marginalcol .linklist .frame-custom-554,
      .maincontent .marginalcol .linklist .frame-custom-555,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .boxed,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-500,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-501,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-502,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-503,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-504,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-505,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-506,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-507,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-550,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-551,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-552,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-553,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-554,
      .maincontent .marginalcol DIV[class*="boxed"] .textbox .frame-custom-555,
      .maincontent .marginalcol .boxed .boxed,
      .maincontent .marginalcol .boxed .frame-custom-500,
      .maincontent .marginalcol .boxed .frame-custom-501,
      .maincontent .marginalcol .boxed .frame-custom-502,
      .maincontent .marginalcol .boxed .frame-custom-503,
      .maincontent .marginalcol .boxed .frame-custom-504,
      .maincontent .marginalcol .boxed .frame-custom-505,
      .maincontent .marginalcol .boxed .frame-custom-506,
      .maincontent .marginalcol .boxed .frame-custom-507,
      .maincontent .marginalcol .boxed .frame-custom-550,
      .maincontent .marginalcol .boxed .frame-custom-551,
      .maincontent .marginalcol .boxed .frame-custom-552,
      .maincontent .marginalcol .boxed .frame-custom-553,
      .maincontent .marginalcol .boxed .frame-custom-554,
      .maincontent .marginalcol .boxed .frame-custom-555,
      .maincontent .marginalcol .frame-custom-500 .boxed,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-500 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-501 .boxed,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-501 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-502 .boxed,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-502 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-503 .boxed,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-503 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-504 .boxed,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-504 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-505 .boxed,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-505 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-506 .boxed,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-506 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-507 .boxed,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-507 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-550 .boxed,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-550 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-551 .boxed,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-551 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-552 .boxed,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-552 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-553 .boxed,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-553 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-554 .boxed,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-554 .frame-custom-555,
      .maincontent .marginalcol .frame-custom-555 .boxed,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-500,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-501,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-502,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-503,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-504,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-505,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-506,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-507,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-550,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-551,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-552,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-553,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-554,
      .maincontent .marginalcol .frame-custom-555 .frame-custom-555,
      .maincontent .twocol .span4 .linklist .boxed,
      .maincontent .twocol .span4 .linklist .frame-custom-500,
      .maincontent .twocol .span4 .linklist .frame-custom-501,
      .maincontent .twocol .span4 .linklist .frame-custom-502,
      .maincontent .twocol .span4 .linklist .frame-custom-503,
      .maincontent .twocol .span4 .linklist .frame-custom-504,
      .maincontent .twocol .span4 .linklist .frame-custom-505,
      .maincontent .twocol .span4 .linklist .frame-custom-506,
      .maincontent .twocol .span4 .linklist .frame-custom-507,
      .maincontent .twocol .span4 .linklist .frame-custom-550,
      .maincontent .twocol .span4 .linklist .frame-custom-551,
      .maincontent .twocol .span4 .linklist .frame-custom-552,
      .maincontent .twocol .span4 .linklist .frame-custom-553,
      .maincontent .twocol .span4 .linklist .frame-custom-554,
      .maincontent .twocol .span4 .linklist .frame-custom-555,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .boxed,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-500,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-501,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-502,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-503,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-504,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-505,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-506,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-507,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-550,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-551,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-552,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-553,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-554,
      .maincontent .twocol .span4 DIV[class*="boxed"] .textbox .frame-custom-555,
      .maincontent .twocol .span4 .boxed .boxed,
      .maincontent .twocol .span4 .boxed .frame-custom-500,
      .maincontent .twocol .span4 .boxed .frame-custom-501,
      .maincontent .twocol .span4 .boxed .frame-custom-502,
      .maincontent .twocol .span4 .boxed .frame-custom-503,
      .maincontent .twocol .span4 .boxed .frame-custom-504,
      .maincontent .twocol .span4 .boxed .frame-custom-505,
      .maincontent .twocol .span4 .boxed .frame-custom-506,
      .maincontent .twocol .span4 .boxed .frame-custom-507,
      .maincontent .twocol .span4 .boxed .frame-custom-550,
      .maincontent .twocol .span4 .boxed .frame-custom-551,
      .maincontent .twocol .span4 .boxed .frame-custom-552,
      .maincontent .twocol .span4 .boxed .frame-custom-553,
      .maincontent .twocol .span4 .boxed .frame-custom-554,
      .maincontent .twocol .span4 .boxed .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-500 .boxed,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-500 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-501 .boxed,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-501 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-502 .boxed,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-502 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-503 .boxed,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-503 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-504 .boxed,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-504 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-505 .boxed,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-505 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-506 .boxed,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-506 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-507 .boxed,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-507 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-550 .boxed,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-550 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-551 .boxed,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-551 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-552 .boxed,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-552 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-553 .boxed,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-553 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-554 .boxed,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-554 .frame-custom-555,
      .maincontent .twocol .span4 .frame-custom-555 .boxed,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-500,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-501,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-502,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-503,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-504,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-505,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-506,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-507,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-550,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-551,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-552,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-553,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-554,
      .maincontent .twocol .span4 .frame-custom-555 .frame-custom-555 {
        border: none; }

.universalbox {
  margin-bottom: 10px;
  margin-bottom: 1rem; }
  .universalbox::before, .universalbox::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .universalbox::after {
    clear: both; }
  .universalbox header {
    position: relative;
    background-color: var(--color-lo-blue, #34A6BF);
    min-height: 40px;
    display: block; }
    .universalbox header h2, .universalbox header h3 {
      color: #fff;
      margin: 0;
      padding: 10px;
      font-size: 1.1em;
      font-weight: 400;
      line-height: 1.3; }
  .universalbox ul {
    list-style-type: none;
    background-color: #ECECEC;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box; }
    .universalbox ul li {
      list-style: none;
      border-bottom: 2px solid #fff;
      padding: 1.2em 1em 1em 1em;
      margin-bottom: 0; }
      .universalbox ul li::before, .universalbox ul li::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-order: 1;
            order: 1; }
      .universalbox ul li::after {
        clear: both; }
  .universalbox.marginal {
    max-width: 400px; }

#modal-overlay {
  display: none;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity 0.25s ease-in;
  overflow-y: auto; }
  #modal-overlay .modal-window {
    position: absolute;
    display: block;
    max-width: 90%;
    top: 10px;
    left: 10px;
    color: #4f4f4f;
    background: #fff;
    border: 1px solid #333;
    border-radius: 0 !important;
    box-shadow: 1px 1px 12px 0px #000;
    padding: 5px 0 10px 0;
    padding: 0.5rem 0 1rem 0;
    width: auto;
    min-width: 400px; }
    @media print, screen and (max-width: 49.99875em) {
      #modal-overlay .modal-window.location-window {
        max-width: none;
        min-width: initial;
        width: 90%;
        top: 15px !important;
        padding-bottom: 15px; } }
    @media print, screen and (max-width: 39.99875em) {
      #modal-overlay .modal-window {
        max-width: none;
        min-width: initial;
        width: 90%;
        top: 15px !important;
        padding-bottom: 15px; } }
    #modal-overlay .modal-window .modal-window-title {
      position: relative;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      padding: 20px;
      padding: 2rem;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      text-align: center; }
    #modal-overlay .modal-window .modal-window-content {
      position: relative;
      width: 100%;
      padding: 0 10px;
      padding: 0 1rem; }
      #modal-overlay .modal-window .modal-window-content legend,
      #modal-overlay .modal-window .modal-window-content input,
      #modal-overlay .modal-window .modal-window-content textarea {
        margin-bottom: 6px;
        margin-bottom: 0.625rem; }
        #modal-overlay .modal-window .modal-window-content legend:last-child,
        #modal-overlay .modal-window .modal-window-content input:last-child,
        #modal-overlay .modal-window .modal-window-content textarea:last-child {
          margin-bottom: 12px;
          margin-bottom: 1.25rem; }
      #modal-overlay .modal-window .modal-window-content input[type="text"],
      #modal-overlay .modal-window .modal-window-content input[type="password"],
      #modal-overlay .modal-window .modal-window-content input[type="email"],
      #modal-overlay .modal-window .modal-window-content select,
      #modal-overlay .modal-window .modal-window-content textarea {
        width: 100%;
        border: 1px solid #707070;
        background-color: #fff;
        border-radius: 0 !important;
        color: #4f4f4f;
        padding: 5px 10px;
        padding: 0.5rem 1rem;
        margin-bottom: 15px;
        margin-bottom: 1.5rem; }
        #modal-overlay .modal-window .modal-window-content input[type="text"].form-error,
        #modal-overlay .modal-window .modal-window-content input[type="password"].form-error,
        #modal-overlay .modal-window .modal-window-content input[type="email"].form-error,
        #modal-overlay .modal-window .modal-window-content select.form-error,
        #modal-overlay .modal-window .modal-window-content textarea.form-error {
          border: 1px solid var(--color-lo-orange, #f28d35); }
        #modal-overlay .modal-window .modal-window-content input[type="text"]:focus-visible,
        #modal-overlay .modal-window .modal-window-content input[type="password"]:focus-visible,
        #modal-overlay .modal-window .modal-window-content input[type="email"]:focus-visible,
        #modal-overlay .modal-window .modal-window-content select:focus-visible,
        #modal-overlay .modal-window .modal-window-content textarea:focus-visible {
          outline: 1px solid var(--color-lo-orange, #f28d35); }
      #modal-overlay .modal-window .modal-window-content .form-actions .button {
        margin-bottom: 10px;
        margin-bottom: 1rem; }
      #modal-overlay .modal-window .modal-window-content .left {
        font-size: 31px;
        font-size: 3.125rem;
        margin-right: 18px;
        margin-right: 1.875rem;
        float: left; }
      #modal-overlay .modal-window .modal-window-content .right {
        float: left; }
      #modal-overlay .modal-window .modal-window-content .float-left {
        float: left; }
      #modal-overlay .modal-window .modal-window-content .float-right {
        float: right; }
      #modal-overlay .modal-window .modal-window-content .ctas {
        width: 100%;
        text-align: right; }
      #modal-overlay .modal-window .modal-window-content #filedrag {
        width: 99%;
        display: inline-block;
        margin-bottom: 1em;
        width: 100%;
        height: auto;
        border: 1px solid #f28d35;
        background-color: #FCE8D7;
        border-radius: 0 !important;
        padding: 10px 0.75em;
        padding: 1rem 0.75em;
        font-size: 14px;
        font-size: 1.4rem; }
        #modal-overlay .modal-window .modal-window-content #filedrag.dragover {
          border-color: var(--color-lo-blue, #34A6BF); }
      #modal-overlay .modal-window .modal-window-content #uploadForm {
        padding: 0 10px;
        padding: 0 1rem; }
        #modal-overlay .modal-window .modal-window-content #uploadForm .share__item {
          padding: 0; }
        #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow {
          position: relative; }
          #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown {
            position: relative;
            display: block;
            width: 100%;
            border: 1px solid #707070;
            background-color: #fff;
            border-radius: 0 !important;
            color: #3f4c58;
            font-size: 14px;
            font-size: 1.4rem; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown:hover {
              color: #3f4c58; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown.disable {
              background-color: #f4f4f4;
              color: #777;
              cursor: not-allowed; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown.disable:hover {
              color: #777; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown input {
              border-radius: 0 !important; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown.open {
              z-index: 30; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown.open ul {
              display: block;
              position: absolute;
              top: calc(100% + 2px);
              left: 0;
              right: 0;
              z-index: 1000;
              margin: 0;
              padding: 0;
              list-style: none;
              background-color: #fff;
              border: 1px solid #707070;
              border-radius: 0 !important;
              box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
              max-height: 190px;
              overflow-y: auto; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown.open ul li {
              color: #3f4c58;
              background-color: #fff;
              border: 0;
              border-radius: 0;
              margin: 0;
              padding: 8px 10px;
              line-height: 1.35;
              white-space: normal;
              cursor: pointer; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown.open ul li + li {
              border-top: 1px solid #707070; }
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown.open ul li:hover,
            #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow a.interactive-dropdown.open ul li:focus {
              background-color: #ECECEC; }
          #modal-overlay .modal-window .modal-window-content #uploadForm .share__fieldset .share__fieldrow input#fileselect {
            padding: 0; }
      #modal-overlay .modal-window .modal-window-content legend {
        font-size: 18px;
        font-size: 1.8rem; }
      #modal-overlay .modal-window .modal-window-content textarea {
        width: 100%;
        height: 125px;
        height: 12.5rem; }
      #modal-overlay .modal-window .modal-window-content label {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 5px;
        margin-bottom: 0.5rem; }
      #modal-overlay .modal-window .modal-window-content form {
        margin-bottom: 25px;
        margin-bottom: 2.5rem; }
        #modal-overlay .modal-window .modal-window-content form:last-child {
          margin-bottom: 0px;
          margin-bottom: 0rem; }
        #modal-overlay .modal-window .modal-window-content form .submit-wrap {
          text-align: center; }
      #modal-overlay .modal-window .modal-window-content p > a {
        font-size: 18px;
        font-size: 1.8rem; }
    #modal-overlay .modal-window .modal-window-footer {
      text-align: center; }
      #modal-overlay .modal-window .modal-window-footer img {
        width: 150px;
        margin: 10px 0;
        margin: 1rem 0; }
    #modal-overlay .modal-window .modal-close-button {
      width: 44px;
      height: 44px;
      font-weight: 500;
      cursor: pointer;
      position: absolute;
      text-align: center;
      line-height: 44px;
      top: 0;
      right: 0;
      font-size: 27px;
      font-size: 2.7rem;
      color: #4f4f4f !important; }
      #modal-overlay .modal-window .modal-close-button:focus-visible {
        outline: 2px solid #4f4f4f;
        border-radius: 4px; }
  #modal-overlay.shown {
    opacity: 1.0;
    display: block;
    pointer-events: auto;
    transition: opacity 0.25s ease-in; }
  #modal-overlay .share {
    max-width: 500px; }
    #modal-overlay .share__fieldrow {
      padding-bottom: 10px; }
      #modal-overlay .share__fieldrow a {
        width: 100%; }
    #modal-overlay .share__item {
      display: table;
      padding-top: 20px; }
      #modal-overlay .share__item .input_caption {
        text-align: center;
        font-size: 62.5%;
        color: #4f4f4f;
        margin-bottom: 0; }
      #modal-overlay .share__item__iconwrapper {
        display: table-cell;
        vertical-align: top;
        width: 50px;
        float: left;
        font-size: 62.5%; }
        #modal-overlay .share__item__iconwrapper > span {
          padding-top: 20px; }
      #modal-overlay .share__item__content > input {
        text-align: center; }
      #modal-overlay .share__item.hidden {
        display: none; }
  #modal-overlay .overlay-form .fieldset, #modal-overlay .overlay-form .fieldset1 {
    margin: 1em 0;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    border: none; }
    #modal-overlay .overlay-form .fieldset .button, #modal-overlay .overlay-form .fieldset1 .button {
      width: 100%; }
  @media print, screen and (max-width: 39.99875em) {
    #modal-overlay .overlay-form label.image-replace {
      top: 40%; } }
  #modal-overlay .overlay-form .hide-password {
    padding: 10px;
    padding: 1rem;
    border: none;
    font-size: 20px;
    font-size: 2rem; }
    @media print, screen and (max-width: 39.99875em) {
      #modal-overlay .overlay-form .hide-password {
        top: 40%; } }

.confirm-window {
  margin-bottom: 6px;
  margin-bottom: 0.625rem; }
  .confirm-window::before, .confirm-window::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .confirm-window::after {
    clear: both; }
  .confirm-window--icon {
    font-size: 70px;
    font-size: 7rem;
    width: 70px;
    width: 7rem;
    float: left;
    color: var(--color-lo-blue, #34A6BF); }
  .confirm-window--content {
    width: calc(100% - 7rem - 1.25rem);
    float: left;
    padding-left: 12px;
    padding-left: 1.25rem; }
    .confirm-window--content > div {
      width: 100%; }
  .confirm-window--question {
    margin-bottom: 6px;
    margin-bottom: 0.625rem; }
  .confirm-window--answers {
    text-align: left; }

.notice-window {
  margin-bottom: 6px;
  margin-bottom: 0.625rem; }
  .notice-window::before, .notice-window::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .notice-window::after {
    clear: both; }
  .notice-window--icon {
    font-size: 30px;
    font-size: 3rem;
    width: 40px;
    width: 4rem;
    float: left;
    color: var(--color-lo-blue, #34A6BF);
    text-align: center;
    width: auto;
    padding-right: 10px;
    padding-right: 1rem; }
    .notice-window--icon span.icon-cross {
      color: var(--color-lo-orange, #f28d35); }
    @media print, screen and (max-width: 49.99875em) {
      .notice-window--icon {
        float: none;
        padding-right: 0; } }
  .notice-window--content {
    width: auto;
    max-width: 340px;
    float: left;
    padding-top: 5px;
    padding-top: 0.5rem; }
    .notice-window--content > div {
      width: 100%; }
    @media print, screen and (max-width: 49.99875em) {
      .notice-window--content {
        text-align: center;
        max-width: 100%;
        width: 100%; } }

.preview-container {
  max-height: 80%; }
  .preview-container .refs {
    display: none; }
  .preview-container .pagination {
    text-align: center;
    font-size: 80%;
    padding-bottom: 5px;
    padding-bottom: 0.5rem; }
    .preview-container .pagination::before, .preview-container .pagination::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    .preview-container .pagination::after {
      clear: both; }
    .preview-container .pagination .prev {
      float: left; }
    .preview-container .pagination .next {
      float: right; }
    .preview-container .pagination button {
      display: none; }
  .preview-container .prev,
  .preview-container .next {
    cursor: pointer; }
  .preview-container .preview .image-container {
    max-width: 600px;
    float: left; }
    .preview-container .preview .image-container .pdf-preview {
      max-width: 600px;
      width: auto;
      height: auto; }

.location {
  max-width: 920px; }
  @media print, screen and (max-width: 74.99875em) {
    .location {
      max-width: 860px; } }
  @media print, screen and (max-width: 74.99875em) {
    .location {
      max-width: 860px; } }
  @media print, screen and (max-width: 49.99875em) {
    .location {
      max-width: 660px; } }
  .location__row {
    margin: 0 -10px; }
    .location__row::before, .location__row::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    .location__row::after {
      clear: both; }
  .location__col {
    padding: 0 10px;
    float: left;
    width: 50%; }
    @media print, screen and (max-width: 49.99875em) {
      .location__col {
        float: none;
        width: 100%; } }
  .location__address {
    margin: 10px 0 30px 0;
    font-size: 12px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600; }
  .location__website {
    margin: 30px 0; }
  .location__description {
    position: relative;
    max-height: 400px;
    overflow-y: scroll;
    padding: 20px;
    background: #ECECEC; }
    @media print, screen and (max-width: 49.99875em) {
      .location__description {
        max-height: none;
        overflow-y: auto; } }

.datepickr-wrapper {
  display: inline-block;
  position: relative; }

.datepickr-calendar {
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #4f4f4f;
  color: #fff;
  border: 1px solid #ECECEC;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100; }
  .datepickr-calendar .datepicker-months {
    background-color: var(--color-lo-blue, #34A6BF);
    color: #fff;
    padding: 2px;
    text-align: center;
    font-size: 120%; }
  .datepickr-calendar .datepickr-prev-month,
  .datepickr-calendar .datepickr-next-month {
    color: #fff;
    text-decoration: none;
    padding: 0 .4em;
    border-radius: 4px;
    cursor: pointer; }
    .datepickr-calendar .datepickr-prev-month:hover,
    .datepickr-calendar .datepickr-next-month:hover {
      background-color: #fdf5ce;
      color: #c77405; }
  .datepickr-calendar .datepickr-prev-month {
    float: left; }
  .datepickr-calendar .datepickr-next-month {
    float: right; }
  .datepickr-calendar .datepickr-current-month {
    padding: 0 .5em; }
  .datepickr-calendar table {
    border-collapse: collapse;
    padding: 0;
    width: 100%; }
  .datepickr-calendar thead {
    font-size: 90%; }
  .datepickr-calendar th,
  .datepickr-calendar td {
    width: 14.3%; }
  .datepickr-calendar th {
    text-align: center;
    padding: 5px; }
  .datepickr-calendar td {
    text-align: right;
    padding: 1px; }
  .datepickr-calendar .datepickr-day {
    display: block;
    color: #4f4f4f;
    background-color: #fff;
    padding: 3px 13px;
    cursor: pointer; }
    .datepickr-calendar .datepickr-day:hover {
      color: #fff;
      background-color: var(--color-lo-orange, #f28d35); }
  .datepickr-calendar .today .datepickr-day {
    background-color: #ECECEC;
    color: #4f4f4f; }
  .datepickr-calendar .selected .datepickr-day {
    background-color: #1c94c4;
    color: #f6f6f6; }
  .datepickr-calendar .disabled .datepickr-day,
  .datepickr-calendar .disabled .datepickr-day:hover {
    background-color: #eeeeee;
    border: 1px dotted #cccccc;
    color: #bbbbbb;
    cursor: default; }

.open .datepickr-calendar {
  display: block; }

.tx-locore-dossier-list .tx-locore-slot__li a {
  display: inline;
  margin: 0; }
  .tx-locore-dossier-list .tx-locore-slot__li a span {
    display: inline;
    margin: 0; }

.pid__9 .maincontent .threecol > .col > .csc-default, .pid__9 .maincontent .threecol > .col > .frame {
  margin-bottom: 2px; }

.form-horizontal .femanager_province,
.layout1 .femanager_province,
.tx-powermail .femanager_province,
.Tx-Formhandler .femanager_province {
  display: none; }

.form-horizontal fieldset legend,
.layout1 fieldset legend,
.tx-powermail fieldset legend,
.Tx-Formhandler fieldset legend {
  position: relative;
  font-weight: 500;
  width: 100%; }
  .form-horizontal fieldset legend span,
  .layout1 fieldset legend span,
  .tx-powermail fieldset legend span,
  .Tx-Formhandler fieldset legend span {
    font-weight: 400;
    display: block;
    width: 90%; }

.form-horizontal .femanager_fieldset,
.form-horizontal .powermail_fieldwrap,
.layout1 .femanager_fieldset,
.layout1 .powermail_fieldwrap,
.tx-powermail .femanager_fieldset,
.tx-powermail .powermail_fieldwrap,
.Tx-Formhandler .femanager_fieldset,
.Tx-Formhandler .powermail_fieldwrap {
  margin-bottom: 12px;
  margin-bottom: 1.25rem; }
  .form-horizontal .femanager_fieldset::before, .form-horizontal .femanager_fieldset::after,
  .form-horizontal .powermail_fieldwrap::before,
  .form-horizontal .powermail_fieldwrap::after,
  .layout1 .femanager_fieldset::before,
  .layout1 .femanager_fieldset::after,
  .layout1 .powermail_fieldwrap::before,
  .layout1 .powermail_fieldwrap::after,
  .tx-powermail .femanager_fieldset::before,
  .tx-powermail .femanager_fieldset::after,
  .tx-powermail .powermail_fieldwrap::before,
  .tx-powermail .powermail_fieldwrap::after,
  .Tx-Formhandler .femanager_fieldset::before,
  .Tx-Formhandler .femanager_fieldset::after,
  .Tx-Formhandler .powermail_fieldwrap::before,
  .Tx-Formhandler .powermail_fieldwrap::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .form-horizontal .femanager_fieldset::after,
  .form-horizontal .powermail_fieldwrap::after,
  .layout1 .femanager_fieldset::after,
  .layout1 .powermail_fieldwrap::after,
  .tx-powermail .femanager_fieldset::after,
  .tx-powermail .powermail_fieldwrap::after,
  .Tx-Formhandler .femanager_fieldset::after,
  .Tx-Formhandler .powermail_fieldwrap::after {
    clear: both; }
  .form-horizontal .femanager_fieldset:last-child,
  .form-horizontal .powermail_fieldwrap:last-child,
  .layout1 .femanager_fieldset:last-child,
  .layout1 .powermail_fieldwrap:last-child,
  .tx-powermail .femanager_fieldset:last-child,
  .tx-powermail .powermail_fieldwrap:last-child,
  .Tx-Formhandler .femanager_fieldset:last-child,
  .Tx-Formhandler .powermail_fieldwrap:last-child {
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .form-horizontal .femanager_fieldset label,
  .form-horizontal .powermail_fieldwrap label,
  .layout1 .femanager_fieldset label,
  .layout1 .powermail_fieldwrap label,
  .tx-powermail .femanager_fieldset label,
  .tx-powermail .powermail_fieldwrap label,
  .Tx-Formhandler .femanager_fieldset label,
  .Tx-Formhandler .powermail_fieldwrap label {
    display: block;
    width: 93px;
    width: 9.375rem;
    text-align: right;
    margin-right: 12px;
    margin-right: 1.25rem;
    float: left; }
    @media print, screen and (max-width: 39.99875em) {
      .form-horizontal .femanager_fieldset label,
      .form-horizontal .powermail_fieldwrap label,
      .layout1 .femanager_fieldset label,
      .layout1 .powermail_fieldwrap label,
      .tx-powermail .femanager_fieldset label,
      .tx-powermail .powermail_fieldwrap label,
      .Tx-Formhandler .femanager_fieldset label,
      .Tx-Formhandler .powermail_fieldwrap label {
        float: none;
        text-align: left; } }
  .form-horizontal .femanager_fieldset .control-label,
  .form-horizontal .powermail_fieldwrap .control-label,
  .layout1 .femanager_fieldset .control-label,
  .layout1 .powermail_fieldwrap .control-label,
  .tx-powermail .femanager_fieldset .control-label,
  .tx-powermail .powermail_fieldwrap .control-label,
  .Tx-Formhandler .femanager_fieldset .control-label,
  .Tx-Formhandler .powermail_fieldwrap .control-label {
    padding-top: 3px;
    padding-top: .375rem; }
  .form-horizontal .femanager_fieldset .controls,
  .form-horizontal .femanager_fieldset .powermail_input,
  .form-horizontal .powermail_fieldwrap .controls,
  .form-horizontal .powermail_fieldwrap .powermail_input,
  .layout1 .femanager_fieldset .controls,
  .layout1 .femanager_fieldset .powermail_input,
  .layout1 .powermail_fieldwrap .controls,
  .layout1 .powermail_fieldwrap .powermail_input,
  .tx-powermail .femanager_fieldset .controls,
  .tx-powermail .femanager_fieldset .powermail_input,
  .tx-powermail .powermail_fieldwrap .controls,
  .tx-powermail .powermail_fieldwrap .powermail_input,
  .Tx-Formhandler .femanager_fieldset .controls,
  .Tx-Formhandler .femanager_fieldset .powermail_input,
  .Tx-Formhandler .powermail_fieldwrap .controls,
  .Tx-Formhandler .powermail_fieldwrap .powermail_input {
    display: block;
    width: calc(100% - 9.375rem - 1.25rem);
    float: right; }
    @media print, screen and (max-width: 39.99875em) {
      .form-horizontal .femanager_fieldset .controls,
      .form-horizontal .femanager_fieldset .powermail_input,
      .form-horizontal .powermail_fieldwrap .controls,
      .form-horizontal .powermail_fieldwrap .powermail_input,
      .layout1 .femanager_fieldset .controls,
      .layout1 .femanager_fieldset .powermail_input,
      .layout1 .powermail_fieldwrap .controls,
      .layout1 .powermail_fieldwrap .powermail_input,
      .tx-powermail .femanager_fieldset .controls,
      .tx-powermail .femanager_fieldset .powermail_input,
      .tx-powermail .powermail_fieldwrap .controls,
      .tx-powermail .powermail_fieldwrap .powermail_input,
      .Tx-Formhandler .femanager_fieldset .controls,
      .Tx-Formhandler .femanager_fieldset .powermail_input,
      .Tx-Formhandler .powermail_fieldwrap .controls,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input {
        float: none;
        width: 100%; } }
    .form-horizontal .femanager_fieldset .controls .errormsg,
    .form-horizontal .femanager_fieldset .powermail_input .errormsg,
    .form-horizontal .powermail_fieldwrap .controls .errormsg,
    .form-horizontal .powermail_fieldwrap .powermail_input .errormsg,
    .layout1 .femanager_fieldset .controls .errormsg,
    .layout1 .femanager_fieldset .powermail_input .errormsg,
    .layout1 .powermail_fieldwrap .controls .errormsg,
    .layout1 .powermail_fieldwrap .powermail_input .errormsg,
    .tx-powermail .femanager_fieldset .controls .errormsg,
    .tx-powermail .femanager_fieldset .powermail_input .errormsg,
    .tx-powermail .powermail_fieldwrap .controls .errormsg,
    .tx-powermail .powermail_fieldwrap .powermail_input .errormsg,
    .Tx-Formhandler .femanager_fieldset .controls .errormsg,
    .Tx-Formhandler .femanager_fieldset .powermail_input .errormsg,
    .Tx-Formhandler .powermail_fieldwrap .controls .errormsg,
    .Tx-Formhandler .powermail_fieldwrap .powermail_input .errormsg {
      display: none;
      color: var(--color-lo-orange, #f28d35); }
    .form-horizontal .femanager_fieldset .controls.validation-notEmpty-failed .errormsg,
    .form-horizontal .femanager_fieldset .powermail_input.validation-notEmpty-failed .errormsg,
    .form-horizontal .powermail_fieldwrap .controls.validation-notEmpty-failed .errormsg,
    .form-horizontal .powermail_fieldwrap .powermail_input.validation-notEmpty-failed .errormsg,
    .layout1 .femanager_fieldset .controls.validation-notEmpty-failed .errormsg,
    .layout1 .femanager_fieldset .powermail_input.validation-notEmpty-failed .errormsg,
    .layout1 .powermail_fieldwrap .controls.validation-notEmpty-failed .errormsg,
    .layout1 .powermail_fieldwrap .powermail_input.validation-notEmpty-failed .errormsg,
    .tx-powermail .femanager_fieldset .controls.validation-notEmpty-failed .errormsg,
    .tx-powermail .femanager_fieldset .powermail_input.validation-notEmpty-failed .errormsg,
    .tx-powermail .powermail_fieldwrap .controls.validation-notEmpty-failed .errormsg,
    .tx-powermail .powermail_fieldwrap .powermail_input.validation-notEmpty-failed .errormsg,
    .Tx-Formhandler .femanager_fieldset .controls.validation-notEmpty-failed .errormsg,
    .Tx-Formhandler .femanager_fieldset .powermail_input.validation-notEmpty-failed .errormsg,
    .Tx-Formhandler .powermail_fieldwrap .controls.validation-notEmpty-failed .errormsg,
    .Tx-Formhandler .powermail_fieldwrap .powermail_input.validation-notEmpty-failed .errormsg {
      display: block; }
    .form-horizontal .femanager_fieldset .controls input,
    .form-horizontal .femanager_fieldset .controls textarea,
    .form-horizontal .femanager_fieldset .controls select,
    .form-horizontal .femanager_fieldset .powermail_input input,
    .form-horizontal .femanager_fieldset .powermail_input textarea,
    .form-horizontal .femanager_fieldset .powermail_input select,
    .form-horizontal .powermail_fieldwrap .controls input,
    .form-horizontal .powermail_fieldwrap .controls textarea,
    .form-horizontal .powermail_fieldwrap .controls select,
    .form-horizontal .powermail_fieldwrap .powermail_input input,
    .form-horizontal .powermail_fieldwrap .powermail_input textarea,
    .form-horizontal .powermail_fieldwrap .powermail_input select,
    .layout1 .femanager_fieldset .controls input,
    .layout1 .femanager_fieldset .controls textarea,
    .layout1 .femanager_fieldset .controls select,
    .layout1 .femanager_fieldset .powermail_input input,
    .layout1 .femanager_fieldset .powermail_input textarea,
    .layout1 .femanager_fieldset .powermail_input select,
    .layout1 .powermail_fieldwrap .controls input,
    .layout1 .powermail_fieldwrap .controls textarea,
    .layout1 .powermail_fieldwrap .controls select,
    .layout1 .powermail_fieldwrap .powermail_input input,
    .layout1 .powermail_fieldwrap .powermail_input textarea,
    .layout1 .powermail_fieldwrap .powermail_input select,
    .tx-powermail .femanager_fieldset .controls input,
    .tx-powermail .femanager_fieldset .controls textarea,
    .tx-powermail .femanager_fieldset .controls select,
    .tx-powermail .femanager_fieldset .powermail_input input,
    .tx-powermail .femanager_fieldset .powermail_input textarea,
    .tx-powermail .femanager_fieldset .powermail_input select,
    .tx-powermail .powermail_fieldwrap .controls input,
    .tx-powermail .powermail_fieldwrap .controls textarea,
    .tx-powermail .powermail_fieldwrap .controls select,
    .tx-powermail .powermail_fieldwrap .powermail_input input,
    .tx-powermail .powermail_fieldwrap .powermail_input textarea,
    .tx-powermail .powermail_fieldwrap .powermail_input select,
    .Tx-Formhandler .femanager_fieldset .controls input,
    .Tx-Formhandler .femanager_fieldset .controls textarea,
    .Tx-Formhandler .femanager_fieldset .controls select,
    .Tx-Formhandler .femanager_fieldset .powermail_input input,
    .Tx-Formhandler .femanager_fieldset .powermail_input textarea,
    .Tx-Formhandler .femanager_fieldset .powermail_input select,
    .Tx-Formhandler .powermail_fieldwrap .controls input,
    .Tx-Formhandler .powermail_fieldwrap .controls textarea,
    .Tx-Formhandler .powermail_fieldwrap .controls select,
    .Tx-Formhandler .powermail_fieldwrap .powermail_input input,
    .Tx-Formhandler .powermail_fieldwrap .powermail_input textarea,
    .Tx-Formhandler .powermail_fieldwrap .powermail_input select {
      display: inline-block; }
    .form-horizontal .femanager_fieldset .controls input[type="text"],
    .form-horizontal .femanager_fieldset .controls input[type="password"],
    .form-horizontal .femanager_fieldset .controls textarea,
    .form-horizontal .femanager_fieldset .controls select,
    .form-horizontal .femanager_fieldset .powermail_input input[type="text"],
    .form-horizontal .femanager_fieldset .powermail_input input[type="password"],
    .form-horizontal .femanager_fieldset .powermail_input textarea,
    .form-horizontal .femanager_fieldset .powermail_input select,
    .form-horizontal .powermail_fieldwrap .controls input[type="text"],
    .form-horizontal .powermail_fieldwrap .controls input[type="password"],
    .form-horizontal .powermail_fieldwrap .controls textarea,
    .form-horizontal .powermail_fieldwrap .controls select,
    .form-horizontal .powermail_fieldwrap .powermail_input input[type="text"],
    .form-horizontal .powermail_fieldwrap .powermail_input input[type="password"],
    .form-horizontal .powermail_fieldwrap .powermail_input textarea,
    .form-horizontal .powermail_fieldwrap .powermail_input select,
    .layout1 .femanager_fieldset .controls input[type="text"],
    .layout1 .femanager_fieldset .controls input[type="password"],
    .layout1 .femanager_fieldset .controls textarea,
    .layout1 .femanager_fieldset .controls select,
    .layout1 .femanager_fieldset .powermail_input input[type="text"],
    .layout1 .femanager_fieldset .powermail_input input[type="password"],
    .layout1 .femanager_fieldset .powermail_input textarea,
    .layout1 .femanager_fieldset .powermail_input select,
    .layout1 .powermail_fieldwrap .controls input[type="text"],
    .layout1 .powermail_fieldwrap .controls input[type="password"],
    .layout1 .powermail_fieldwrap .controls textarea,
    .layout1 .powermail_fieldwrap .controls select,
    .layout1 .powermail_fieldwrap .powermail_input input[type="text"],
    .layout1 .powermail_fieldwrap .powermail_input input[type="password"],
    .layout1 .powermail_fieldwrap .powermail_input textarea,
    .layout1 .powermail_fieldwrap .powermail_input select,
    .tx-powermail .femanager_fieldset .controls input[type="text"],
    .tx-powermail .femanager_fieldset .controls input[type="password"],
    .tx-powermail .femanager_fieldset .controls textarea,
    .tx-powermail .femanager_fieldset .controls select,
    .tx-powermail .femanager_fieldset .powermail_input input[type="text"],
    .tx-powermail .femanager_fieldset .powermail_input input[type="password"],
    .tx-powermail .femanager_fieldset .powermail_input textarea,
    .tx-powermail .femanager_fieldset .powermail_input select,
    .tx-powermail .powermail_fieldwrap .controls input[type="text"],
    .tx-powermail .powermail_fieldwrap .controls input[type="password"],
    .tx-powermail .powermail_fieldwrap .controls textarea,
    .tx-powermail .powermail_fieldwrap .controls select,
    .tx-powermail .powermail_fieldwrap .powermail_input input[type="text"],
    .tx-powermail .powermail_fieldwrap .powermail_input input[type="password"],
    .tx-powermail .powermail_fieldwrap .powermail_input textarea,
    .tx-powermail .powermail_fieldwrap .powermail_input select,
    .Tx-Formhandler .femanager_fieldset .controls input[type="text"],
    .Tx-Formhandler .femanager_fieldset .controls input[type="password"],
    .Tx-Formhandler .femanager_fieldset .controls textarea,
    .Tx-Formhandler .femanager_fieldset .controls select,
    .Tx-Formhandler .femanager_fieldset .powermail_input input[type="text"],
    .Tx-Formhandler .femanager_fieldset .powermail_input input[type="password"],
    .Tx-Formhandler .femanager_fieldset .powermail_input textarea,
    .Tx-Formhandler .femanager_fieldset .powermail_input select,
    .Tx-Formhandler .powermail_fieldwrap .controls input[type="text"],
    .Tx-Formhandler .powermail_fieldwrap .controls input[type="password"],
    .Tx-Formhandler .powermail_fieldwrap .controls textarea,
    .Tx-Formhandler .powermail_fieldwrap .controls select,
    .Tx-Formhandler .powermail_fieldwrap .powermail_input input[type="text"],
    .Tx-Formhandler .powermail_fieldwrap .powermail_input input[type="password"],
    .Tx-Formhandler .powermail_fieldwrap .powermail_input textarea,
    .Tx-Formhandler .powermail_fieldwrap .powermail_input select {
      width: 100%;
      background: none;
      border: 1px solid #ECECEC; }
      .form-horizontal .femanager_fieldset .controls input[type="text"].zip,
      .form-horizontal .femanager_fieldset .controls input[type="password"].zip,
      .form-horizontal .femanager_fieldset .controls textarea.zip,
      .form-horizontal .femanager_fieldset .controls select.zip,
      .form-horizontal .femanager_fieldset .powermail_input input[type="text"].zip,
      .form-horizontal .femanager_fieldset .powermail_input input[type="password"].zip,
      .form-horizontal .femanager_fieldset .powermail_input textarea.zip,
      .form-horizontal .femanager_fieldset .powermail_input select.zip,
      .form-horizontal .powermail_fieldwrap .controls input[type="text"].zip,
      .form-horizontal .powermail_fieldwrap .controls input[type="password"].zip,
      .form-horizontal .powermail_fieldwrap .controls textarea.zip,
      .form-horizontal .powermail_fieldwrap .controls select.zip,
      .form-horizontal .powermail_fieldwrap .powermail_input input[type="text"].zip,
      .form-horizontal .powermail_fieldwrap .powermail_input input[type="password"].zip,
      .form-horizontal .powermail_fieldwrap .powermail_input textarea.zip,
      .form-horizontal .powermail_fieldwrap .powermail_input select.zip,
      .layout1 .femanager_fieldset .controls input[type="text"].zip,
      .layout1 .femanager_fieldset .controls input[type="password"].zip,
      .layout1 .femanager_fieldset .controls textarea.zip,
      .layout1 .femanager_fieldset .controls select.zip,
      .layout1 .femanager_fieldset .powermail_input input[type="text"].zip,
      .layout1 .femanager_fieldset .powermail_input input[type="password"].zip,
      .layout1 .femanager_fieldset .powermail_input textarea.zip,
      .layout1 .femanager_fieldset .powermail_input select.zip,
      .layout1 .powermail_fieldwrap .controls input[type="text"].zip,
      .layout1 .powermail_fieldwrap .controls input[type="password"].zip,
      .layout1 .powermail_fieldwrap .controls textarea.zip,
      .layout1 .powermail_fieldwrap .controls select.zip,
      .layout1 .powermail_fieldwrap .powermail_input input[type="text"].zip,
      .layout1 .powermail_fieldwrap .powermail_input input[type="password"].zip,
      .layout1 .powermail_fieldwrap .powermail_input textarea.zip,
      .layout1 .powermail_fieldwrap .powermail_input select.zip,
      .tx-powermail .femanager_fieldset .controls input[type="text"].zip,
      .tx-powermail .femanager_fieldset .controls input[type="password"].zip,
      .tx-powermail .femanager_fieldset .controls textarea.zip,
      .tx-powermail .femanager_fieldset .controls select.zip,
      .tx-powermail .femanager_fieldset .powermail_input input[type="text"].zip,
      .tx-powermail .femanager_fieldset .powermail_input input[type="password"].zip,
      .tx-powermail .femanager_fieldset .powermail_input textarea.zip,
      .tx-powermail .femanager_fieldset .powermail_input select.zip,
      .tx-powermail .powermail_fieldwrap .controls input[type="text"].zip,
      .tx-powermail .powermail_fieldwrap .controls input[type="password"].zip,
      .tx-powermail .powermail_fieldwrap .controls textarea.zip,
      .tx-powermail .powermail_fieldwrap .controls select.zip,
      .tx-powermail .powermail_fieldwrap .powermail_input input[type="text"].zip,
      .tx-powermail .powermail_fieldwrap .powermail_input input[type="password"].zip,
      .tx-powermail .powermail_fieldwrap .powermail_input textarea.zip,
      .tx-powermail .powermail_fieldwrap .powermail_input select.zip,
      .Tx-Formhandler .femanager_fieldset .controls input[type="text"].zip,
      .Tx-Formhandler .femanager_fieldset .controls input[type="password"].zip,
      .Tx-Formhandler .femanager_fieldset .controls textarea.zip,
      .Tx-Formhandler .femanager_fieldset .controls select.zip,
      .Tx-Formhandler .femanager_fieldset .powermail_input input[type="text"].zip,
      .Tx-Formhandler .femanager_fieldset .powermail_input input[type="password"].zip,
      .Tx-Formhandler .femanager_fieldset .powermail_input textarea.zip,
      .Tx-Formhandler .femanager_fieldset .powermail_input select.zip,
      .Tx-Formhandler .powermail_fieldwrap .controls input[type="text"].zip,
      .Tx-Formhandler .powermail_fieldwrap .controls input[type="password"].zip,
      .Tx-Formhandler .powermail_fieldwrap .controls textarea.zip,
      .Tx-Formhandler .powermail_fieldwrap .controls select.zip,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input input[type="text"].zip,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input input[type="password"].zip,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input textarea.zip,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input select.zip {
        width: 50px;
        width: 5rem;
        margin-right: 6px;
        margin-right: 0.625rem; }
      .form-horizontal .femanager_fieldset .controls input[type="text"].city,
      .form-horizontal .femanager_fieldset .controls input[type="password"].city,
      .form-horizontal .femanager_fieldset .controls textarea.city,
      .form-horizontal .femanager_fieldset .controls select.city,
      .form-horizontal .femanager_fieldset .powermail_input input[type="text"].city,
      .form-horizontal .femanager_fieldset .powermail_input input[type="password"].city,
      .form-horizontal .femanager_fieldset .powermail_input textarea.city,
      .form-horizontal .femanager_fieldset .powermail_input select.city,
      .form-horizontal .powermail_fieldwrap .controls input[type="text"].city,
      .form-horizontal .powermail_fieldwrap .controls input[type="password"].city,
      .form-horizontal .powermail_fieldwrap .controls textarea.city,
      .form-horizontal .powermail_fieldwrap .controls select.city,
      .form-horizontal .powermail_fieldwrap .powermail_input input[type="text"].city,
      .form-horizontal .powermail_fieldwrap .powermail_input input[type="password"].city,
      .form-horizontal .powermail_fieldwrap .powermail_input textarea.city,
      .form-horizontal .powermail_fieldwrap .powermail_input select.city,
      .layout1 .femanager_fieldset .controls input[type="text"].city,
      .layout1 .femanager_fieldset .controls input[type="password"].city,
      .layout1 .femanager_fieldset .controls textarea.city,
      .layout1 .femanager_fieldset .controls select.city,
      .layout1 .femanager_fieldset .powermail_input input[type="text"].city,
      .layout1 .femanager_fieldset .powermail_input input[type="password"].city,
      .layout1 .femanager_fieldset .powermail_input textarea.city,
      .layout1 .femanager_fieldset .powermail_input select.city,
      .layout1 .powermail_fieldwrap .controls input[type="text"].city,
      .layout1 .powermail_fieldwrap .controls input[type="password"].city,
      .layout1 .powermail_fieldwrap .controls textarea.city,
      .layout1 .powermail_fieldwrap .controls select.city,
      .layout1 .powermail_fieldwrap .powermail_input input[type="text"].city,
      .layout1 .powermail_fieldwrap .powermail_input input[type="password"].city,
      .layout1 .powermail_fieldwrap .powermail_input textarea.city,
      .layout1 .powermail_fieldwrap .powermail_input select.city,
      .tx-powermail .femanager_fieldset .controls input[type="text"].city,
      .tx-powermail .femanager_fieldset .controls input[type="password"].city,
      .tx-powermail .femanager_fieldset .controls textarea.city,
      .tx-powermail .femanager_fieldset .controls select.city,
      .tx-powermail .femanager_fieldset .powermail_input input[type="text"].city,
      .tx-powermail .femanager_fieldset .powermail_input input[type="password"].city,
      .tx-powermail .femanager_fieldset .powermail_input textarea.city,
      .tx-powermail .femanager_fieldset .powermail_input select.city,
      .tx-powermail .powermail_fieldwrap .controls input[type="text"].city,
      .tx-powermail .powermail_fieldwrap .controls input[type="password"].city,
      .tx-powermail .powermail_fieldwrap .controls textarea.city,
      .tx-powermail .powermail_fieldwrap .controls select.city,
      .tx-powermail .powermail_fieldwrap .powermail_input input[type="text"].city,
      .tx-powermail .powermail_fieldwrap .powermail_input input[type="password"].city,
      .tx-powermail .powermail_fieldwrap .powermail_input textarea.city,
      .tx-powermail .powermail_fieldwrap .powermail_input select.city,
      .Tx-Formhandler .femanager_fieldset .controls input[type="text"].city,
      .Tx-Formhandler .femanager_fieldset .controls input[type="password"].city,
      .Tx-Formhandler .femanager_fieldset .controls textarea.city,
      .Tx-Formhandler .femanager_fieldset .controls select.city,
      .Tx-Formhandler .femanager_fieldset .powermail_input input[type="text"].city,
      .Tx-Formhandler .femanager_fieldset .powermail_input input[type="password"].city,
      .Tx-Formhandler .femanager_fieldset .powermail_input textarea.city,
      .Tx-Formhandler .femanager_fieldset .powermail_input select.city,
      .Tx-Formhandler .powermail_fieldwrap .controls input[type="text"].city,
      .Tx-Formhandler .powermail_fieldwrap .controls input[type="password"].city,
      .Tx-Formhandler .powermail_fieldwrap .controls textarea.city,
      .Tx-Formhandler .powermail_fieldwrap .controls select.city,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input input[type="text"].city,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input input[type="password"].city,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input textarea.city,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input select.city {
        width: calc(100% - 5rem - 0.875rem); }
      .form-horizontal .femanager_fieldset .controls input[type="text"].error,
      .form-horizontal .femanager_fieldset .controls input[type="password"].error,
      .form-horizontal .femanager_fieldset .controls textarea.error,
      .form-horizontal .femanager_fieldset .controls select.error,
      .form-horizontal .femanager_fieldset .powermail_input input[type="text"].error,
      .form-horizontal .femanager_fieldset .powermail_input input[type="password"].error,
      .form-horizontal .femanager_fieldset .powermail_input textarea.error,
      .form-horizontal .femanager_fieldset .powermail_input select.error,
      .form-horizontal .powermail_fieldwrap .controls input[type="text"].error,
      .form-horizontal .powermail_fieldwrap .controls input[type="password"].error,
      .form-horizontal .powermail_fieldwrap .controls textarea.error,
      .form-horizontal .powermail_fieldwrap .controls select.error,
      .form-horizontal .powermail_fieldwrap .powermail_input input[type="text"].error,
      .form-horizontal .powermail_fieldwrap .powermail_input input[type="password"].error,
      .form-horizontal .powermail_fieldwrap .powermail_input textarea.error,
      .form-horizontal .powermail_fieldwrap .powermail_input select.error,
      .layout1 .femanager_fieldset .controls input[type="text"].error,
      .layout1 .femanager_fieldset .controls input[type="password"].error,
      .layout1 .femanager_fieldset .controls textarea.error,
      .layout1 .femanager_fieldset .controls select.error,
      .layout1 .femanager_fieldset .powermail_input input[type="text"].error,
      .layout1 .femanager_fieldset .powermail_input input[type="password"].error,
      .layout1 .femanager_fieldset .powermail_input textarea.error,
      .layout1 .femanager_fieldset .powermail_input select.error,
      .layout1 .powermail_fieldwrap .controls input[type="text"].error,
      .layout1 .powermail_fieldwrap .controls input[type="password"].error,
      .layout1 .powermail_fieldwrap .controls textarea.error,
      .layout1 .powermail_fieldwrap .controls select.error,
      .layout1 .powermail_fieldwrap .powermail_input input[type="text"].error,
      .layout1 .powermail_fieldwrap .powermail_input input[type="password"].error,
      .layout1 .powermail_fieldwrap .powermail_input textarea.error,
      .layout1 .powermail_fieldwrap .powermail_input select.error,
      .tx-powermail .femanager_fieldset .controls input[type="text"].error,
      .tx-powermail .femanager_fieldset .controls input[type="password"].error,
      .tx-powermail .femanager_fieldset .controls textarea.error,
      .tx-powermail .femanager_fieldset .controls select.error,
      .tx-powermail .femanager_fieldset .powermail_input input[type="text"].error,
      .tx-powermail .femanager_fieldset .powermail_input input[type="password"].error,
      .tx-powermail .femanager_fieldset .powermail_input textarea.error,
      .tx-powermail .femanager_fieldset .powermail_input select.error,
      .tx-powermail .powermail_fieldwrap .controls input[type="text"].error,
      .tx-powermail .powermail_fieldwrap .controls input[type="password"].error,
      .tx-powermail .powermail_fieldwrap .controls textarea.error,
      .tx-powermail .powermail_fieldwrap .controls select.error,
      .tx-powermail .powermail_fieldwrap .powermail_input input[type="text"].error,
      .tx-powermail .powermail_fieldwrap .powermail_input input[type="password"].error,
      .tx-powermail .powermail_fieldwrap .powermail_input textarea.error,
      .tx-powermail .powermail_fieldwrap .powermail_input select.error,
      .Tx-Formhandler .femanager_fieldset .controls input[type="text"].error,
      .Tx-Formhandler .femanager_fieldset .controls input[type="password"].error,
      .Tx-Formhandler .femanager_fieldset .controls textarea.error,
      .Tx-Formhandler .femanager_fieldset .controls select.error,
      .Tx-Formhandler .femanager_fieldset .powermail_input input[type="text"].error,
      .Tx-Formhandler .femanager_fieldset .powermail_input input[type="password"].error,
      .Tx-Formhandler .femanager_fieldset .powermail_input textarea.error,
      .Tx-Formhandler .femanager_fieldset .powermail_input select.error,
      .Tx-Formhandler .powermail_fieldwrap .controls input[type="text"].error,
      .Tx-Formhandler .powermail_fieldwrap .controls input[type="password"].error,
      .Tx-Formhandler .powermail_fieldwrap .controls textarea.error,
      .Tx-Formhandler .powermail_fieldwrap .controls select.error,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input input[type="text"].error,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input input[type="password"].error,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input textarea.error,
      .Tx-Formhandler .powermail_fieldwrap .powermail_input select.error {
        border: 1px solid rgba(242, 141, 53, 0.6);
        background-color: rgba(242, 141, 53, 0.1); }
    .form-horizontal .femanager_fieldset .controls label,
    .form-horizontal .femanager_fieldset .powermail_input label,
    .form-horizontal .powermail_fieldwrap .controls label,
    .form-horizontal .powermail_fieldwrap .powermail_input label,
    .layout1 .femanager_fieldset .controls label,
    .layout1 .femanager_fieldset .powermail_input label,
    .layout1 .powermail_fieldwrap .controls label,
    .layout1 .powermail_fieldwrap .powermail_input label,
    .tx-powermail .femanager_fieldset .controls label,
    .tx-powermail .femanager_fieldset .powermail_input label,
    .tx-powermail .powermail_fieldwrap .controls label,
    .tx-powermail .powermail_fieldwrap .powermail_input label,
    .Tx-Formhandler .femanager_fieldset .controls label,
    .Tx-Formhandler .femanager_fieldset .powermail_input label,
    .Tx-Formhandler .powermail_fieldwrap .controls label,
    .Tx-Formhandler .powermail_fieldwrap .powermail_input label {
      text-align: left;
      width: auto; }
    .form-horizontal .femanager_fieldset .controls.button input[type="submit"],
    .form-horizontal .femanager_fieldset .powermail_input.button input[type="submit"],
    .form-horizontal .powermail_fieldwrap .controls.button input[type="submit"],
    .form-horizontal .powermail_fieldwrap .powermail_input.button input[type="submit"],
    .layout1 .femanager_fieldset .controls.button input[type="submit"],
    .layout1 .femanager_fieldset .powermail_input.button input[type="submit"],
    .layout1 .powermail_fieldwrap .controls.button input[type="submit"],
    .layout1 .powermail_fieldwrap .powermail_input.button input[type="submit"],
    .tx-powermail .femanager_fieldset .controls.button input[type="submit"],
    .tx-powermail .femanager_fieldset .powermail_input.button input[type="submit"],
    .tx-powermail .powermail_fieldwrap .controls.button input[type="submit"],
    .tx-powermail .powermail_fieldwrap .powermail_input.button input[type="submit"],
    .Tx-Formhandler .femanager_fieldset .controls.button input[type="submit"],
    .Tx-Formhandler .femanager_fieldset .powermail_input.button input[type="submit"],
    .Tx-Formhandler .powermail_fieldwrap .controls.button input[type="submit"],
    .Tx-Formhandler .powermail_fieldwrap .powermail_input.button input[type="submit"] {
      display: block;
      width: 100%; }
  .form-horizontal .femanager_fieldset.femanager_interests .controls label,
  .form-horizontal .powermail_fieldwrap.femanager_interests .controls label,
  .layout1 .femanager_fieldset.femanager_interests .controls label,
  .layout1 .powermail_fieldwrap.femanager_interests .controls label,
  .tx-powermail .femanager_fieldset.femanager_interests .controls label,
  .tx-powermail .powermail_fieldwrap.femanager_interests .controls label,
  .Tx-Formhandler .femanager_fieldset.femanager_interests .controls label,
  .Tx-Formhandler .powermail_fieldwrap.femanager_interests .controls label {
    font-weight: 400;
    float: none; }
    @media print, screen and (max-width: 39.99875em) {
      .form-horizontal .femanager_fieldset.femanager_interests .controls label input,
      .form-horizontal .powermail_fieldwrap.femanager_interests .controls label input,
      .layout1 .femanager_fieldset.femanager_interests .controls label input,
      .layout1 .powermail_fieldwrap.femanager_interests .controls label input,
      .tx-powermail .femanager_fieldset.femanager_interests .controls label input,
      .tx-powermail .powermail_fieldwrap.femanager_interests .controls label input,
      .Tx-Formhandler .femanager_fieldset.femanager_interests .controls label input,
      .Tx-Formhandler .powermail_fieldwrap.femanager_interests .controls label input {
        float: right; } }
  .form-horizontal .femanager_fieldset.checkbox-long-text,
  .form-horizontal .powermail_fieldwrap.checkbox-long-text,
  .layout1 .femanager_fieldset.checkbox-long-text,
  .layout1 .powermail_fieldwrap.checkbox-long-text,
  .tx-powermail .femanager_fieldset.checkbox-long-text,
  .tx-powermail .powermail_fieldwrap.checkbox-long-text,
  .Tx-Formhandler .femanager_fieldset.checkbox-long-text,
  .Tx-Formhandler .powermail_fieldwrap.checkbox-long-text {
    position: relative; }
    .form-horizontal .femanager_fieldset.checkbox-long-text input,
    .form-horizontal .powermail_fieldwrap.checkbox-long-text input,
    .layout1 .femanager_fieldset.checkbox-long-text input,
    .layout1 .powermail_fieldwrap.checkbox-long-text input,
    .tx-powermail .femanager_fieldset.checkbox-long-text input,
    .tx-powermail .powermail_fieldwrap.checkbox-long-text input,
    .Tx-Formhandler .femanager_fieldset.checkbox-long-text input,
    .Tx-Formhandler .powermail_fieldwrap.checkbox-long-text input {
      position: absolute;
      left: 0;
      top: 1px; }
    .form-horizontal .femanager_fieldset.checkbox-long-text label,
    .form-horizontal .powermail_fieldwrap.checkbox-long-text label,
    .layout1 .femanager_fieldset.checkbox-long-text label,
    .layout1 .powermail_fieldwrap.checkbox-long-text label,
    .tx-powermail .femanager_fieldset.checkbox-long-text label,
    .tx-powermail .powermail_fieldwrap.checkbox-long-text label,
    .Tx-Formhandler .femanager_fieldset.checkbox-long-text label,
    .Tx-Formhandler .powermail_fieldwrap.checkbox-long-text label {
      width: auto;
      float: none;
      padding: 0 0 0 25px;
      text-align: left; }
  .form-horizontal .femanager_fieldset .powermail_submit,
  .form-horizontal .femanager_fieldset .csc-mailform-field input[type='submit'],
  .form-horizontal .powermail_fieldwrap .powermail_submit,
  .form-horizontal .powermail_fieldwrap .csc-mailform-field input[type='submit'],
  .layout1 .femanager_fieldset .powermail_submit,
  .layout1 .femanager_fieldset .csc-mailform-field input[type='submit'],
  .layout1 .powermail_fieldwrap .powermail_submit,
  .layout1 .powermail_fieldwrap .csc-mailform-field input[type='submit'],
  .tx-powermail .femanager_fieldset .powermail_submit,
  .tx-powermail .femanager_fieldset .csc-mailform-field input[type='submit'],
  .tx-powermail .powermail_fieldwrap .powermail_submit,
  .tx-powermail .powermail_fieldwrap .csc-mailform-field input[type='submit'],
  .Tx-Formhandler .femanager_fieldset .powermail_submit,
  .Tx-Formhandler .femanager_fieldset .csc-mailform-field input[type='submit'],
  .Tx-Formhandler .powermail_fieldwrap .powermail_submit,
  .Tx-Formhandler .powermail_fieldwrap .csc-mailform-field input[type='submit'] {
    color: #fff;
    background: var(--color-lo-orange, #f28d35);
    border: 2px solid var(--color-lo-orange, #f28d35);
    display: inline-block;
    line-height: 15px;
    line-height: 1.5625rem;
    padding: 3px 15px 4px 15px;
    white-space: nowrap; }

.form-horizontal .powermail_fieldwrap_radio fieldset,
.layout1 .powermail_fieldwrap_radio fieldset,
.tx-powermail .powermail_fieldwrap_radio fieldset,
.Tx-Formhandler .powermail_fieldwrap_radio fieldset {
  margin: 0;
  padding: 0; }

.form-horizontal .powermail_fieldwrap_radio legend,
.layout1 .powermail_fieldwrap_radio legend,
.tx-powermail .powermail_fieldwrap_radio legend,
.Tx-Formhandler .powermail_fieldwrap_radio legend {
  position: initial;
  width: auto; }

.form-horizontal .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label,
.layout1 .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label,
.tx-powermail .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label,
.Tx-Formhandler .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label {
  width: auto; }

.form-horizontal .csc-mailform,
.layout1 .csc-mailform,
.tx-powermail .csc-mailform,
.Tx-Formhandler .csc-mailform {
  margin: 0;
  padding: 0; }
  .form-horizontal .csc-mailform legend,
  .layout1 .csc-mailform legend,
  .tx-powermail .csc-mailform legend,
  .Tx-Formhandler .csc-mailform legend {
    position: initial; }
  .form-horizontal .csc-mailform .csc-mailform-field,
  .layout1 .csc-mailform .csc-mailform-field,
  .tx-powermail .csc-mailform .csc-mailform-field,
  .Tx-Formhandler .csc-mailform .csc-mailform-field {
    margin: 15px 0;
    padding: 15px 0; }
    .form-horizontal .csc-mailform .csc-mailform-field.type-check,
    .layout1 .csc-mailform .csc-mailform-field.type-check,
    .tx-powermail .csc-mailform .csc-mailform-field.type-check,
    .Tx-Formhandler .csc-mailform .csc-mailform-field.type-check {
      margin: 0;
      padding: 0; }
    .form-horizontal .csc-mailform .csc-mailform-field label,
    .layout1 .csc-mailform .csc-mailform-field label,
    .tx-powermail .csc-mailform .csc-mailform-field label,
    .Tx-Formhandler .csc-mailform .csc-mailform-field label {
      display: block;
      width: 93px;
      width: 9.375rem;
      text-align: right;
      margin-right: 12px;
      margin-right: 1.25rem;
      float: left; }
      @media print, screen and (max-width: 39.99875em) {
        .form-horizontal .csc-mailform .csc-mailform-field label,
        .layout1 .csc-mailform .csc-mailform-field label,
        .tx-powermail .csc-mailform .csc-mailform-field label,
        .Tx-Formhandler .csc-mailform .csc-mailform-field label {
          float: none;
          text-align: left; } }
    .form-horizontal .csc-mailform .csc-mailform-field input[type="text"],
    .layout1 .csc-mailform .csc-mailform-field input[type="text"],
    .tx-powermail .csc-mailform .csc-mailform-field input[type="text"],
    .Tx-Formhandler .csc-mailform .csc-mailform-field input[type="text"] {
      display: block;
      width: calc(100% - 80rem - 1.25rem);
      float: left; }
      @media print, screen and (max-width: 39.99875em) {
        .form-horizontal .csc-mailform .csc-mailform-field input[type="text"],
        .layout1 .csc-mailform .csc-mailform-field input[type="text"],
        .tx-powermail .csc-mailform .csc-mailform-field input[type="text"],
        .Tx-Formhandler .csc-mailform .csc-mailform-field input[type="text"] {
          float: none;
          width: 100%; } }
    .form-horizontal .csc-mailform .csc-mailform-field input[type='submit'],
    .layout1 .csc-mailform .csc-mailform-field input[type='submit'],
    .tx-powermail .csc-mailform .csc-mailform-field input[type='submit'],
    .Tx-Formhandler .csc-mailform .csc-mailform-field input[type='submit'] {
      color: #fff;
      background: var(--color-lo-orange, #f28d35);
      border: 2px solid var(--color-lo-orange, #f28d35);
      display: inline-block;
      line-height: 15px;
      line-height: 1.5625rem;
      padding: 3px 15px 4px 15px;
      white-space: nowrap; }

.pid__15 .tx-powermail form.powermail_form .row > .powermail_fieldwrap:last-child,
.pid__1003200 .tx-powermail form.powermail_form .row > .powermail_fieldwrap:last-child,
.pid__1003748 .tx-powermail form.powermail_form .row > .powermail_fieldwrap:last-child,
.pid__1004189 .tx-powermail form.powermail_form .row > .powermail_fieldwrap:last-child,
.pid__1004221 .tx-powermail form.powermail_form .row > .powermail_fieldwrap:last-child {
  margin-bottom: 12px;
  margin-bottom: 1.25rem; }

.pid__15 .tx-powermail form.powermail_form .row:last-child > .powermail_fieldwrap,
.pid__1003200 .tx-powermail form.powermail_form .row:last-child > .powermail_fieldwrap,
.pid__1003748 .tx-powermail form.powermail_form .row:last-child > .powermail_fieldwrap,
.pid__1004189 .tx-powermail form.powermail_form .row:last-child > .powermail_fieldwrap,
.pid__1004221 .tx-powermail form.powermail_form .row:last-child > .powermail_fieldwrap {
  margin-bottom: 0; }

.pid__15 .tx-powermail form.powermail_form label.powermail_label,
.pid__1003200 .tx-powermail form.powermail_form label.powermail_label,
.pid__1003748 .tx-powermail form.powermail_form label.powermail_label,
.pid__1004189 .tx-powermail form.powermail_form label.powermail_label,
.pid__1004221 .tx-powermail form.powermail_form label.powermail_label {
  text-align: left;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  width: 100%; }

.pid__15 .tx-powermail form.powermail_form .powermail_input,
.pid__15 .tx-powermail form.powermail_form .powermail_captcha,
.pid__15 .tx-powermail form.powermail_form select,
.pid__15 .tx-powermail form.powermail_form textarea,
.pid__1003200 .tx-powermail form.powermail_form .powermail_input,
.pid__1003200 .tx-powermail form.powermail_form .powermail_captcha,
.pid__1003200 .tx-powermail form.powermail_form select,
.pid__1003200 .tx-powermail form.powermail_form textarea,
.pid__1003748 .tx-powermail form.powermail_form .powermail_input,
.pid__1003748 .tx-powermail form.powermail_form .powermail_captcha,
.pid__1003748 .tx-powermail form.powermail_form select,
.pid__1003748 .tx-powermail form.powermail_form textarea,
.pid__1004189 .tx-powermail form.powermail_form .powermail_input,
.pid__1004189 .tx-powermail form.powermail_form .powermail_captcha,
.pid__1004189 .tx-powermail form.powermail_form select,
.pid__1004189 .tx-powermail form.powermail_form textarea,
.pid__1004221 .tx-powermail form.powermail_form .powermail_input,
.pid__1004221 .tx-powermail form.powermail_form .powermail_captcha,
.pid__1004221 .tx-powermail form.powermail_form select,
.pid__1004221 .tx-powermail form.powermail_form textarea {
  width: 100%;
  float: none;
  background-color: #fff; }
  @media print, screen and (max-width: 39.99875em) {
    .pid__15 .tx-powermail form.powermail_form .powermail_input,
    .pid__15 .tx-powermail form.powermail_form .powermail_captcha,
    .pid__15 .tx-powermail form.powermail_form select,
    .pid__15 .tx-powermail form.powermail_form textarea,
    .pid__1003200 .tx-powermail form.powermail_form .powermail_input,
    .pid__1003200 .tx-powermail form.powermail_form .powermail_captcha,
    .pid__1003200 .tx-powermail form.powermail_form select,
    .pid__1003200 .tx-powermail form.powermail_form textarea,
    .pid__1003748 .tx-powermail form.powermail_form .powermail_input,
    .pid__1003748 .tx-powermail form.powermail_form .powermail_captcha,
    .pid__1003748 .tx-powermail form.powermail_form select,
    .pid__1003748 .tx-powermail form.powermail_form textarea,
    .pid__1004189 .tx-powermail form.powermail_form .powermail_input,
    .pid__1004189 .tx-powermail form.powermail_form .powermail_captcha,
    .pid__1004189 .tx-powermail form.powermail_form select,
    .pid__1004189 .tx-powermail form.powermail_form textarea,
    .pid__1004221 .tx-powermail form.powermail_form .powermail_input,
    .pid__1004221 .tx-powermail form.powermail_form .powermail_captcha,
    .pid__1004221 .tx-powermail form.powermail_form select,
    .pid__1004221 .tx-powermail form.powermail_form textarea {
      width: 100%; } }

.pid__15 .tx-powermail form.powermail_form img#powermail_captchaimage,
.pid__1003200 .tx-powermail form.powermail_form img#powermail_captchaimage,
.pid__1003748 .tx-powermail form.powermail_form img#powermail_captchaimage,
.pid__1004189 .tx-powermail form.powermail_form img#powermail_captchaimage,
.pid__1004221 .tx-powermail form.powermail_form img#powermail_captchaimage {
  margin-bottom: 20px; }

.pid__15 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button,
.pid__1003200 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button,
.pid__1003748 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button,
.pid__1004189 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button,
.pid__1004221 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button {
  float: none; }
  .pid__15 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button input,
  .pid__1003200 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button input,
  .pid__1003748 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button input,
  .pid__1004189 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button input,
  .pid__1004221 .tx-powermail form.powermail_form .powermail_fieldwrap_type_submit .powermail_field.button input {
    color: inherit;
    background-color: inherit;
    white-space: normal;
    line-height: 25px;
    line-height: 2.5rem; }

.imagelist header {
  font-size: 1.6em;
  background-color: #E1F4F8;
  padding: 10px; }
  .imagelist header h2 {
    color: #fff;
    margin: 0px;
    background-color: #E1F4F8;
    text-align: center; }

.imagelist .images-box {
  float: left; }
  .imagelist .images-box ul {
    margin: 0;
    padding: 0; }
    .imagelist .images-box ul li {
      padding: 10px;
      list-style: none;
      margin: 0 0 2px 0;
      padding: 10px;
      position: relative;
      float: left;
      width: 100%;
      background-color: #E1F4F8;
      border-radius: 0 !important; }
      .imagelist .images-box ul li .image {
        float: left;
        width: 250px; }
        @media print, screen and (max-width: 49.99875em) {
          .imagelist .images-box ul li .image {
            float: none;
            width: 100%; } }
        .imagelist .images-box ul li .image img {
          width: 100%;
          max-width: 100%;
          height: auto;
          border-radius: 0 !important; }
      .imagelist .images-box ul li .text {
        margin: 0 0 0 250px;
        padding: 0 10px 0 20px;
        padding: 0 1rem 0 2rem;
        color: #fff; }
        @media print, screen and (max-width: 49.99875em) {
          .imagelist .images-box ul li .text {
            padding: 1rem 0 1rem 0;
            margin: 0; } }
        .imagelist .images-box ul li .text .icon {
          display: inline-block;
          padding: 6px;
          padding: 0.625rem;
          float: left; }
          .imagelist .images-box ul li .text .icon:before {
            display: inline-block;
            border-radius: 100%;
            width: 31px;
            width: 3.125rem;
            line-height: 31px;
            line-height: 3.125rem;
            vertical-align: middle;
            text-align: center;
            background-color: #fff;
            color: var(--color-lo-orange, #f28d35);
            font-size: 18px;
            font-size: 1.875rem;
            float: left; }
        .imagelist .images-box ul li .text figcaption {
          padding-left: 80px; }
        .imagelist .images-box ul li .text h2 {
          color: var(--color-lo-orange, #f28d35); }
        .imagelist .images-box ul li .text .image-title {
          margin-bottom: 10px;
          margin-bottom: 1rem;
          color: var(--color-lo-orange, #f28d35); }
        .imagelist .images-box ul li .text a {
          display: inline-block; }
        .imagelist .images-box ul li .text .image-description {
          color: #4f4f4f; }

.imagelist .pagebrowser {
  float: left; }

.imageteaser {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  padding-bottom: 83.33333%; }
  .imageteaser > div {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 0 !important; }
    .imageteaser > div img {
      display: block;
      visibility: hidden;
      width: 100%;
      height: 100%;
      border-radius: 0 !important; }
    .imageteaser > div figcaption {
      position: absolute;
      font-family: Verdana-Bold, sans-serif;
      left: 0;
      bottom: 0;
      padding: 6px;
      padding: 0.625rem;
      margin: 0;
      color: #fff;
      width: 100%;
      text-align: center;
      transition-property: background-color;
      transition-duration: 0.25s;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 0 0 0 !important 0 !important;
      background-color: var(--color-lo-blue, #34A6BF); }
  .imageteaser a:focus-visible figcaption {
    background: #fff;
    color: var(--focus-visible-button-color, #022aba) !important;
    border: 2px solid var(--focus-visible-button-color, #022aba); }
  .imageteaser a.imagelink:focus-visible {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    border: 2px solid var(--focus-visible-button-color, #022aba); }

.interactive-dropdown {
  display: inline-block;
  background-color: #4f4f4f;
  color: #fff;
  padding: .4em .75em;
  position: relative;
  white-space: nowrap;
  cursor: pointer; }
  .interactive-dropdown.disable {
    pointer-events: none; }
  .interactive-dropdown a:hover {
    text-decoration: none; }
  .interactive-dropdown a > span {
    pointer-events: none; }
  .interactive-dropdown > span, .interactive-dropdown a > span {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
    width: calc(100% - 15px);
    vertical-align: middle;
    overflow: hidden; }
  .interactive-dropdown:after {
    content: '\25BE';
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-left: 7px;
    margin-left: 0.75rem; }
  .interactive-dropdown.open ul {
    display: block; }
  .interactive-dropdown.open:after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .interactive-dropdown ul {
    display: none;
    position: absolute;
    margin: .3em 0 0 -.75em;
    min-width: 100%;
    max-width: 700px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #fff;
    z-index: 99;
    top: 44px;
    right: -26px;
    right: -2.6rem; }
    .interactive-dropdown ul li {
      background-color: #4f4f4f;
      list-style-type: none;
      margin: 0 0 1px 0;
      padding: 14px 8px 12px 8px;
      white-space: nowrap; }
      .interactive-dropdown ul li a {
        display: inline !important;
        background: none;
        padding: 10px;
        font-size: 16px !important; }
        .interactive-dropdown ul li a:hover {
          text-decoration: none; }

.share .interactive-dropdown ul {
  margin: 0;
  top: 0;
  right: 0; }
  .share .interactive-dropdown ul li {
    color: #ECECEC;
    background-color: #4f4f4f;
    margin: 0 0 1px 0;
    padding: 4px 8px 3px 8px; }
    .share .interactive-dropdown ul li:hover {
      color: #fff; }

.header-login > section > .interactive-dropdown {
  padding: .4em 2px; }

.lo-contentbox {
  width: 100%;
  padding: 0;
  background-color: #ECECEC;
  color: #4f4f4f;
  float: left;
  margin: 0 0 1em 0; }

.lo-collection-latest ul.icon-text-list-adv {
  list-style: none;
  margin: 0 0 0 0;
  padding: 12px 0 0 12px;
  padding: 1.25rem 0 0 1.25rem;
  color: var(--color-lo-orange, #f28d35);
  background-color: #E1F4F8; }
  .lo-collection-latest ul.icon-text-list-adv li {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-variant: normal;
    list-style: none;
    margin: 0;
    padding: 1.0em 1.5em 0 0.5em;
    vertical-align: top;
    line-height: 115%; }
    .lo-collection-latest ul.icon-text-list-adv li span {
      font-family: Verdana-Regular, sans-serif;
      text-decoration: none; }
    .lo-collection-latest ul.icon-text-list-adv li a {
      font-family: Verdana-Bold, sans-serif;
      text-decoration: underline;
      white-space: pre-wrap;
      word-break: break-all;
      word-wrap: break-word; }
    .lo-collection-latest ul.icon-text-list-adv li span {
      color: #000; }
    .lo-collection-latest ul.icon-text-list-adv li:first-child {
      padding-top: 0; }
    .lo-collection-latest ul.icon-text-list-adv li:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 0 0 0;
      margin: 0 0 0 -1.5em;
      position: relative;
      top: .1em; }
    .lo-collection-latest ul.icon-text-list-adv li.list-last {
      text-align: left;
      padding-bottom: 12px;
      padding-bottom: 1.25rem; }
    .lo-collection-latest ul.icon-text-list-adv li.list-last {
      text-align: left;
      margin: 0 auto; }
      .lo-collection-latest ul.icon-text-list-adv li.list-last a {
        text-align: center;
        text-decoration: none; }

.pid__70 .main-column .csc-half-floated {
  min-height: 212px; }

.lo-collection-list .lo-collection-list-collection {
  position: relative;
  margin-bottom: 20px;
  padding: 0; }
  .lo-collection-list .lo-collection-list-collection > header.collection-header {
    display: -ms-flexbox;
    display: flex; }
    .lo-collection-list .lo-collection-list-collection > header.collection-header .cta a i:before {
      color: #fff; }
    .lo-collection-list .lo-collection-list-collection > header.collection-header .cta a:hover i:before {
      color: var(--color-lo-orange, #f28d35); }
  .lo-collection-list .lo-collection-list-collection > div {
    position: relative; }
  .lo-collection-list .lo-collection-list-collection .icon {
    display: inline-block;
    width: 25px;
    width: 2.5rem;
    padding: 0;
    vertical-align: top; }
  .lo-collection-list .lo-collection-list-collection .text {
    width: 100%;
    background-color: #E1F4F8;
    padding: 10px;
    padding: 1rem; }
    .lo-collection-list .lo-collection-list-collection .text p {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .lo-collection-list .lo-collection-list-collection .text a.button {
      margin: 10px 0;
      margin: 1rem 0; }
    @media print, screen and (max-width: 39.99875em) {
      .lo-collection-list .lo-collection-list-collection .text {
        width: auto; } }
  .lo-collection-list .lo-collection-list-collection .cta {
    text-align: right;
    /*
            @include breakpoint(small2  down) {
                float: left;
                text-align: left;
                right: 0;
                left: 0.875rem;
                top: 40px;
            }
            */ }
    .lo-collection-list .lo-collection-list-collection .cta > a {
      color: var(--color-lo-orange, #f28d35);
      font-size: 15px;
      font-size: 1.5rem; }
      .lo-collection-list .lo-collection-list-collection .cta > a:hover {
        color: var(--color-lo-orange, #f28d35); }
  .lo-collection-list .lo-collection-list-collection ul {
    margin: 0;
    padding: 10px;
    padding: 1rem; }
    .lo-collection-list .lo-collection-list-collection ul li {
      position: relative;
      list-style: none;
      margin: 0 0 2px 0;
      padding: 1em;
      min-height: 120px; }
      .lo-collection-list .lo-collection-list-collection ul li:not(:last-child) {
        border-bottom: 1px solid #E1F4F8; }
      .lo-collection-list .lo-collection-list-collection ul li:last-child {
        margin: 0; }
      .lo-collection-list .lo-collection-list-collection ul li .sorting-actions {
        position: absolute;
        top: 2px;
        top: 0.25rem;
        left: 10px;
        left: 1rem;
        width: 20px;
        width: 2rem; }
        .lo-collection-list .lo-collection-list-collection ul li .sorting-actions a {
          display: block;
          width: 100%;
          margin-bottom: 10px; }
        .lo-collection-list .lo-collection-list-collection ul li .sorting-actions .sorting-action-up-icon {
          width: 0;
          height: 0;
          -webkit-transform: rotate(360deg);
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent var(--color-lo-orange, #f28d35) transparent;
          margin-bottom: 6px;
          margin-bottom: 0.625rem; }
        .lo-collection-list .lo-collection-list-collection ul li .sorting-actions .sorting-action-down-icon {
          width: 0;
          height: 0;
          -webkit-transform: rotate(360deg);
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: var(--color-lo-orange, #f28d35) transparent transparent transparent; }
      .lo-collection-list .lo-collection-list-collection ul li .text {
        display: inline-block;
        width: 80%;
        padding: 7px 20px 0 0px;
        padding: 7px 20px 0 0rem; }
        @media print, screen and (max-width: 39.99875em) {
          .lo-collection-list .lo-collection-list-collection ul li .text {
            padding: 7px 10px 0 2rem; } }
      .lo-collection-list .lo-collection-list-collection ul li .sorting-actions + .text {
        padding: 7px 20px 0 30px;
        padding: 7px 20px 0 3rem; }
      .lo-collection-list .lo-collection-list-collection ul li:before {
        /* do not show icon for now ...*/
        display: none; }
      .lo-collection-list .lo-collection-list-collection ul li .cta {
        font-size: 15px;
        font-size: 1.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center;
        gap: 8px;
        position: relative;
        padding-top: 4px;
        padding-top: .4rem;
        padding-right: 4px;
        padding-right: .4rem;
        right: 10px;
        right: 1rem; }

.lo-collection-list .lo-collection-list-wishlist .cta,
.lo-collection-list .lo-collection-list-collection .cta {
  right: 12px;
  right: 1.25rem; }

.lo-collection-show ul {
  margin: 0;
  padding: 0; }
  .lo-collection-show ul li {
    padding: 10px;
    margin: 0 0 1px 0;
    background-color: #ECECEC;
    list-style: none; }

.lo-collection-show .no-margin {
  margin: 0; }

.lo-collection-show .metainfo {
  font-size: 11px;
  padding-bottom: 10px;
  color: #707070; }
  .lo-collection-show .metainfo .icon-tag:before {
    display: none; }

.lo-collection-show .tx-locore-textbox.lo-collection-list-collection header {
  background-color: var(--color-lo-blue, #34A6BF) !important; }

.boxheader {
  color: var(--color-lo-blue, #34A6BF);
  text-align: left;
  font-size: 16px;
  font-weight: 500; }

.googlemaps {
  background: #ECECEC;
  padding: 0 !important;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .googlemaps--map {
    height: 600px; }
    @media print, screen and (max-width: 93.12375em) {
      .googlemaps--map {
        height: 560px; } }
    @media print, screen and (max-width: 63.99875em) {
      .googlemaps--map {
        height: 480px; } }
    @media print, screen and (max-width: 49.99875em) {
      .googlemaps--map {
        height: 400px; } }
    @media print, screen and (max-width: 39.99875em) {
      .googlemaps--map {
        height: 320px; } }
    @media print, screen and (max-width: 49.99875em) {
      .googlemaps--map {
        height: 240px; } }
  .googlemaps--filter {
    background: #ECECEC;
    padding: 1em;
    font-size: 90%; }
    .googlemaps--filter::before, .googlemaps--filter::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    .googlemaps--filter::after {
      clear: both; }
  .googlemaps--category {
    float: left;
    width: 33.3333%;
    padding: 0.5em; }
    @media print, screen and (max-width: 93.12375em) {
      .googlemaps--category {
        width: 50%; } }
    @media print, screen and (max-width: 63.99875em) {
      .googlemaps--category {
        width: 33.3333%; } }
    @media print, screen and (max-width: 49.99875em) {
      .googlemaps--category {
        width: 50%; } }
    @media print, screen and (max-width: 39.99875em) {
      .googlemaps--category {
        float: none;
        width: 100%; } }
    .googlemaps--category > img,
    .googlemaps--category > input,
    .googlemaps--category > label {
      display: inline-block;
      vertical-align: middle; }

.locore-lonews-latest:not(.locore-lonews-latest--slider), .locore-lonews-latest.locore-lonews-latest--list {
  position: relative; }
  .locore-lonews-latest:not(.locore-lonews-latest--slider) .icon-newslatest, .locore-lonews-latest.locore-lonews-latest--list .icon-newslatest {
    display: none; }
  .locore-lonews-latest:not(.locore-lonews-latest--slider) .image, .locore-lonews-latest.locore-lonews-latest--list .image {
    position: relative; }
    .locore-lonews-latest:not(.locore-lonews-latest--slider) .image img, .locore-lonews-latest.locore-lonews-latest--list .image img {
      width: 100%;
      height: auto;
      max-width: 100%; }
  .locore-lonews-latest:not(.locore-lonews-latest--slider) ul, .locore-lonews-latest.locore-lonews-latest--list ul {
    margin: 0;
    padding: 0;
    background-color: #E1F4F8;
    border-radius: 0 0 0 !important 0 !important; }
    .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li, .locore-lonews-latest:not(.locore-lonews-latest--slider) ul .linkToList, .locore-lonews-latest.locore-lonews-latest--list ul li, .locore-lonews-latest.locore-lonews-latest--list ul .linkToList {
      list-style-type: none;
      position: relative;
      line-height: 130%;
      padding: 1em 1em 1em 1em;
      margin: 0; }
      .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li .discipline-title, .locore-lonews-latest:not(.locore-lonews-latest--slider) ul .linkToList .discipline-title, .locore-lonews-latest.locore-lonews-latest--list ul li .discipline-title, .locore-lonews-latest.locore-lonews-latest--list ul .linkToList .discipline-title {
        margin-bottom: 5px; }
        .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li .discipline-title a, .locore-lonews-latest:not(.locore-lonews-latest--slider) ul .linkToList .discipline-title a, .locore-lonews-latest.locore-lonews-latest--list ul li .discipline-title a, .locore-lonews-latest.locore-lonews-latest--list ul .linkToList .discipline-title a {
          color: var(--color-lo-blue, #34A6BF);
          display: inline-block; }
      .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li a, .locore-lonews-latest:not(.locore-lonews-latest--slider) ul .linkToList a, .locore-lonews-latest.locore-lonews-latest--list ul li a, .locore-lonews-latest.locore-lonews-latest--list ul .linkToList a {
        color: var(--color-lo-orange, #f28d35);
        margin-bottom: 5px;
        display: block;
        white-space: normal; }
      .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li span, .locore-lonews-latest:not(.locore-lonews-latest--slider) ul .linkToList span, .locore-lonews-latest.locore-lonews-latest--list ul li span, .locore-lonews-latest.locore-lonews-latest--list ul .linkToList span {
        margin-bottom: 4px;
        margin-bottom: 0.4rem;
        display: inline-block; }
    .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li, .locore-lonews-latest.locore-lonews-latest--list ul li {
      border-bottom: 1px solid #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li p, .locore-lonews-latest.locore-lonews-latest--list ul li p {
        opacity: 0; }
  .locore-lonews-latest:not(.locore-lonews-latest--slider) .linkToList, .locore-lonews-latest.locore-lonews-latest--list .linkToList {
    position: relative;
    line-height: 130%;
    padding: 1em 1em 1em 1em;
    margin: 0; }
    .locore-lonews-latest:not(.locore-lonews-latest--slider) .linkToList a, .locore-lonews-latest.locore-lonews-latest--list .linkToList a {
      color: var(--color-lo-orange, #f28d35);
      margin-bottom: 5px;
      display: block;
      white-space: normal; }
  .locore-lonews-latest:not(.locore-lonews-latest--slider) > a:hover, .locore-lonews-latest.locore-lonews-latest--list > a:hover {
    text-decoration: none; }
  .locore-lonews-latest:not(.locore-lonews-latest--slider) .latestnewsblock > a:hover, .locore-lonews-latest.locore-lonews-latest--list .latestnewsblock > a:hover {
    text-decoration: none; }
  .locore-lonews-latest:not(.locore-lonews-latest--slider) .latestnewsblock > a > p, .locore-lonews-latest.locore-lonews-latest--list .latestnewsblock > a > p {
    opacity: 1; }
    .locore-lonews-latest:not(.locore-lonews-latest--slider) .latestnewsblock > a > p.title, .locore-lonews-latest.locore-lonews-latest--list .latestnewsblock > a > p.title {
      margin-bottom: 5px;
      margin-bottom: 0.5rem;
      font-family: Verdana-Bold, sans-serif;
      font-size: 18px;
      font-size: 1.8rem; }
      .locore-lonews-latest:not(.locore-lonews-latest--slider) .latestnewsblock > a > p.title:hover, .locore-lonews-latest.locore-lonews-latest--list .latestnewsblock > a > p.title:hover {
        text-decoration: underline; }
    .locore-lonews-latest:not(.locore-lonews-latest--slider) .latestnewsblock > a > p.linkedtext, .locore-lonews-latest.locore-lonews-latest--list .latestnewsblock > a > p.linkedtext {
      text-decoration: none;
      color: #4f4f4f;
      font-family: Verdana-Regular, sans-serif; }
      .locore-lonews-latest:not(.locore-lonews-latest--slider) .latestnewsblock > a > p.linkedtext:hover, .locore-lonews-latest.locore-lonews-latest--list .latestnewsblock > a > p.linkedtext:hover {
        text-decoration: none; }

.locore-lonews-latest.locore-lonews-latest--slider {
  background-color: transparent; }
  .locore-lonews-latest.locore-lonews-latest--slider header {
    color: var(--color-lo-blue, #34A6BF);
    background-color: transparent; }
  .locore-lonews-latest.locore-lonews-latest--slider ul li {
    color: #4f4f4f !important; }
    .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      overflow: auto;
      /*  kein rahmen, rechts eckig (tmp.?) */
      /* Losep articles */
      /* Shop articles */ }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .teaserbild-wrap {
        border-radius: 0 !important;
        overflow: hidden;
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border: 1px solid var(--color-lo-blue, #34A6BF); }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .teaserbild-wrap [class^='teaserbild-icon'] {
          width: 100%;
          height: 100%; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .teaserbild-wrap .teaserbild-icon--quelle {
          position: relative;
          background-color: var(--color-lo-blue, #34A6BF);
          background-image: url("../Icons/lehreronline_logo_welle_weiss.svg");
          background-repeat: no-repeat;
          background-size: auto 70px;
          background-position: 20px 90%; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .teaserbild-wrap .teaserbild-icon--discgr {
          position: absolute;
          top: 0;
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: 0% 0%;
          background-size: 200px auto; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .teaserbild-wrap .logged-in {
          padding: 5px;
          font-size: 60%;
          position: absolute;
          top: 5px;
          background-color: #fff;
          color: var(--color-lo-blue, #34A6BF);
          left: 5px;
          border: 1px solid var(--color-lo-blue, #34A6BF);
          width: 91%;
          z-index: 5; }
        @media print, screen and (max-width: 27.49875em) {
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .teaserbild-wrap {
            display: none; } }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.elixier .teaserbild-wrap {
        border-color: #339900; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.elixier .teaserbild-wrap .teaserbild-icon--quelle {
          background-color: #339900;
          background-image: url("../Icons/lehreronline_elixier_weiss.svg");
          background-size: 40px auto; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.elixier .text .text-innerwrap .title h2, .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.elixier .text .text-innerwrap .title .materialtype {
        color: #339900; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.elixier .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
        color: #339900; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.hms .teaserbild-wrap {
        border-color: #b91b54; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.hms .teaserbild-wrap .teaserbild-icon--quelle {
          background-color: #b91b54;
          background-image: url("/_assets/98988d3104f243efdf102f732fe67400/Images/Handwerk_Daumen.svg");
          background-size: 40px auto;
          border: none; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.hms .text .text-innerwrap .title h2, .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.hms .text .text-innerwrap .title .materialtype {
        color: #b91b54; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.hms .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
        color: #b91b54; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.allways .teaserbild-wrap {
        border-color: #022aba; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.allways .teaserbild-wrap .teaserbild-icon--quelle {
          background-color: #022aba;
          background-image: url("../Icons/lehreronline_partner_weiss.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.allways .text .text-innerwrap .title h2, .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.allways .text .text-innerwrap .title .materialtype {
        color: #022aba; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.allways .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
        color: #022aba; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.dguv .teaserbild-icon--quelle {
        background-image: url("../Icons/lehreronline_gesundheit_weiss.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.lorecht .teaserbild-icon--quelle {
        background-image: url("../Icons/lehreronline_logo_welle_weiss.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.lorecht .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_8.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.collection .teaserbild-icon--quelle {
        background-image: url("../Icons/lehreronline_tauschboerse_weiss.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.course .teaserbild-icon--quelle {
        background-image: url("../Icons/lo-akademie_icon_weiss.svg");
        background-size: auto 93px;
        background-position: 15px 95%; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.course .teaserbild-icon--discgr {
        background-image: url("../Icons/lehreronline_course.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-1 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_1.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-2 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_2.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-3 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_3.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-4 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_4.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-5 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_5.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-6 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_6.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-7 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_7.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-8 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_8.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-9 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_9.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-10 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_10.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-11 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_Bildungsnews.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.discgr-100 .teaserbild-icon--discgr {
        background-image: url("../Icons/LO_Thumbnails_100.svg"); }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .logged-in {
        padding: 3px 0 0 3px;
        font-size: 90%;
        color: #fff; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .teaserbild-wrap {
        border: none !important;
        border-radius: 0 !important 0 0 0 !important; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text {
        font-size: 16px;
        font-size: 1.6rem;
        font-size: 16px;
        position: relative;
        height: 300px; }
        @media print, screen and (max-width: 27.49875em) {
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap {
            padding: 0;
            height: 200px; } }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .title {
          position: relative; }
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .title h2 {
            display: block;
            position: relative;
            top: -2px;
            color: var(--color-lo-blue, #34A6BF);
            -o-hyphens: auto;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;
            font-size: 17px;
            margin: 0 0 5px 0; }
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .title .materialtype {
            color: var(--color-lo-blue, #34A6BF);
            font-size: 15px;
            margin: 3px 0 7px; }
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices {
            display: inline-block;
            color: #4f4f4f;
            line-height: 25px;
            height: 20px;
            margin-bottom: 10px; }
            .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
              color: var(--color-lo-blue, #34A6BF); }
            .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices .price-container {
              font-size: 13px;
              display: inline-block;
              border: 1px solid #4f4f4f;
              border-radius: 0 !important;
              padding: 0 5px; }
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .title.premium .premium-and-losep-prices {
            background-image: var(--svg-crown, url("../Icons/crown.svg"));
            background-repeat: no-repeat;
            background-size: 24px auto;
            background-position: left 2px;
            padding-left: 30px; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap > p {
          font-size: 15px;
          line-height: 21px;
          color: #4f4f4f;
          margin-bottom: 0;
          opacity: 0; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .description {
          opacity: 0; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta {
          position: absolute;
          bottom: 0;
          font-size: 13px;
          font-size: 1.3rem;
          width: 265px; }
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container {
            position: relative;
            width: 100%; }
            .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul {
              margin: 0; }
              .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li {
                margin: 0;
                padding-left: 30px;
                padding-bottom: 0;
                list-style-type: none;
                line-height: 25px;
                line-height: 2.5rem;
                speak: never;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                background-size: 24px 24px;
                background-repeat: no-repeat; }
                .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li.disc-list {
                  background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Erdkugel.svg"); }
                .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li.educationlevel {
                  background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Schulhaus.svg"); }
                .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li span {
                  color: #4f4f4f;
                  line-height: 15px;
                  line-height: 1.5rem;
                  display: inline-block; }
            .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary.course ul li {
              padding-left: 0px; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.losep .teaserbild-wrap {
        background-color: #fff; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild {
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          background-repeat: no-repeat;
          background-size: auto 40px;
          background-position: center 96%; }
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild.has-no-product-img {
            background-image: none; }
            .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild.has-no-product-img .articleimage {
              background-color: var(--color-lo-blue, #34A6BF);
              position: relative;
              background-image: url("../Icons/LO_Thumbnails_Shop.svg"), url("../Icons/cart-shopping-sharp-solid.svg");
              background-repeat: no-repeat;
              background-size: 200px auto, auto 70px;
              background-position: center top, 20px 210px;
              height: 100%; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.losep .text .text-innerwrap .title.premium .materialtype {
        background-image: none; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.shop .teaserbild-wrap .teaserbild {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: end; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.shop .text .text-innerwrap .shop {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0 0 10px 20px; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .price {
          display: inline-block;
          float: left;
          font-weight: 600;
          color: #4f4f4f !important;
          margin-bottom: 20px;
          padding-top: 5px; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .basket {
          background-color: transparent !important;
          margin-top: 0px !important; }
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .basket:hover {
            box-shadow: none !important; }
    .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title .materialtype {
      display: inline-block;
      padding-right: 40px;
      background-image: var(--svg-unlock-solid, url("../Icons/unlock-solid.svg"));
      background-repeat: no-repeat;
      background-size: 18px auto;
      background-position: right 2px;
      line-height: 25px; }
    .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title .premium-and-losep-prices {
      display: none; }
    .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title.premium .materialtype {
      background-image: var(--svg-crown, url("../Icons/crown.svg"));
      background-size: 24px auto; }
    .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer {
      background-color: #fff;
      border-radius: 0 !important; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .teaserbild-wrap {
        width: 200px;
        height: 300px; }
      .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text {
        padding: 10px;
        padding: 1rem;
        position: relative; }
        .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap {
          position: relative;
          height: 100%; }
          .locore-lonews-latest.locore-lonews-latest--slider ul li .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta {
            width: unset; }

/* News items same fixed height, for start page */
@media print, screen and (min-width: 40em) {
  .pid__1 .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li {
    min-height: 200px;
    height: 200px; } }

/* News item no fixed height in marginal */
.twocol .col.span4 .locore-lonews-latest:not(.locore-lonews-latest--slider) ul li {
  height: inherit; }

.locore-lonews-list {
  list-style-type: none;
  margin: 0 0 6px 0;
  margin: 0 0 0.625rem 0;
  padding: 0; }
  .locore-lonews-list li {
    padding: 10px;
    position: relative;
    list-style-type: none;
    margin: 0 0 3px 0;
    margin: 0 0 .3rem 0;
    display: block;
    background-color: #ECECEC; }
    .locore-lonews-list li::before, .locore-lonews-list li::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    .locore-lonews-list li::after {
      clear: both; }
    .locore-lonews-list li .date {
      font-size: 6px;
      font-size: 0.6875rem; }
    .locore-lonews-list li img {
      display: inline-block; }
    .locore-lonews-list li p {
      margin: 6px 0 15px 0;
      margin: 0.625rem 0 1.5625rem 0; }
    .locore-lonews-list li a.readmore {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      text-rendering: optimizeLegibility;
      font-style: normal;
      font-variant: normal;
      position: absolute;
      right: 6px;
      right: 0.625rem;
      bottom: 6px;
      bottom: 0.625rem;
      color: var(--color-lo-orange, #f28d35); }
      .locore-lonews-list li a.readmore:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 6px;
        margin-right: 0.625rem; }

.tx-pwcomment-pi1 .loggedInAs {
  font-weight: 500;
  font-size: 7px;
  font-size: 0.75rem; }

.tx-pwcomment-pi1 .comment_error {
  color: var(--color-lo-orange, #f28d35); }

.tx-pwcomment-pi1 form {
  margin-bottom: 1em; }
  .tx-pwcomment-pi1 form .comment-field label {
    display: none; }
  .tx-pwcomment-pi1 form textarea {
    width: 80%;
    background-color: #fff;
    border: 1px solid #cccccc;
    margin: 5px 0 1em 0;
    margin: 0.5rem 0 1em 0;
    padding: 10px;
    padding: 1rem;
    box-shadow: 2px 2px 5px 0px #cdcdcd; }
  .tx-pwcomment-pi1 form .hide_initally {
    /*display: none;*/ }
  .tx-pwcomment-pi1 form .button {
    margin: 15px 0 10px 0;
    margin: 1.5rem 0 1rem 0; }

.tx-pwcomment-pi1 .comment_list {
  margin: 0;
  padding: 0; }
  .tx-pwcomment-pi1 .comment_list li {
    margin: 0 0 2em 0;
    padding: 0;
    list-style-type: none; }
    .tx-pwcomment-pi1 .comment_list li .comment_header {
      font-weight: 500;
      font-size: 7px;
      font-size: 0.75rem;
      font-weight: bold; }

.maincontent .tx-locore-textbox--collapsable {
  /* Fächer-Menü auf Startseite  */ }
  .maincontent .tx-locore-textbox--collapsable > header,
  .maincontent .tx-locore-textbox--collapsable > h2 {
    cursor: pointer;
    padding-right: 60px;
    padding-right: 6rem; }
    .maincontent .tx-locore-textbox--collapsable > header:after,
    .maincontent .tx-locore-textbox--collapsable > h2:after {
      color: #fff;
      font-size: calc(1.6 * 1.8rem);
      display: inline;
      content: '‒';
      position: absolute;
      right: 10px;
      right: 1rem;
      top: 0px; }
  .maincontent .tx-locore-textbox--collapsable > .header-container {
    cursor: pointer;
    padding-right: 60px;
    padding-right: 6rem; }
    .maincontent .tx-locore-textbox--collapsable > .header-container .more:after {
      color: #fff;
      font-size: calc(1.6 * 1.8rem);
      display: inline;
      content: '‒';
      position: absolute;
      right: 10px;
      right: 1rem;
      top: -3px;
      pointer-events: none; }
  .maincontent .tx-locore-textbox--collapsable > div {
    box-sizing: border-box;
    overflow: hidden;
    max-height: 20000px;
    transition: all 0.25s ease-in; }
    .maincontent .tx-locore-textbox--collapsable > div p {
      line-height: 22px;
      line-height: 2.25rem; }
    .maincontent .tx-locore-textbox--collapsable > div p:last-child {
      margin-bottom: 0; }
  .maincontent .tx-locore-textbox--collapsable.unitplanelement {
    margin-bottom: .5em !important; }
  .maincontent .tx-locore-textbox--collapsable.collapsed {
    /* Fächer-Menü auf Startseite  */
    /* round corners */ }
    .maincontent .tx-locore-textbox--collapsable.collapsed header:after,
    .maincontent .tx-locore-textbox--collapsable.collapsed > h2:after {
      content: '+'; }
    .maincontent .tx-locore-textbox--collapsable.collapsed > .header-container .more:after {
      content: '+'; }
    .maincontent .tx-locore-textbox--collapsable.collapsed header {
      border-radius: 0 !important; }
    .maincontent .tx-locore-textbox--collapsable.collapsed h2, .maincontent .tx-locore-textbox--collapsable.collapsed h3 {
      border-radius: 0 !important; }
    .maincontent .tx-locore-textbox--collapsable.collapsed > div {
      max-height: 0;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      transition: all 0.25s ease-out; }

/* Bei Mappen ohne Text wegen vielen Symbol */
.pid__72 .tx-locore-textbox--collapsable.collapsed h2:after,
.pid__72 .tx-locore-textbox--collapsable.collapsed header:after {
  content: '+'; }

.pid__72 .tx-locore-textbox--collapsable h2:after,
.pid__72 .tx-locore-textbox--collapsable header:after {
  content: '-'; }

.tx-locore-textbox header {
  position: relative;
  min-height: 44px;
  display: block; }

.tx-locore-textbox > div p {
  line-height: 22px;
  line-height: 2.25rem; }

.tx-locore-textbox > div p:last-child {
  margin-bottom: 0; }

.tx-locore-imagetext p:last-child {
  margin-bottom: 0; }

.tx-locore-imagetext {
  width: 100%;
  margin-right: 20px;
  float: left; }
  .tx-locore-imagetext__figure {
    float: left;
    width: 40%; }
    @media print, screen and (max-width: 49.99875em) {
      .tx-locore-imagetext__figure {
        width: 100%;
        float: none; } }
    .tx-locore-imagetext__figure img {
      width: 100%;
      height: auto; }
  .tx-locore-imagetext p {
    float: left;
    width: 57%; }
    @media print, screen and (max-width: 49.99875em) {
      .tx-locore-imagetext p {
        width: 100%;
        float: none; } }
  .tx-locore-imagetext__lr figure {
    margin-right: 3%;
    margin-bottom: 3%; }
    @media print, screen and (max-width: 49.99875em) {
      .tx-locore-imagetext__lr figure {
        margin-right: 0; } }
  .tx-locore-imagetext__rl figure {
    margin-left: 3%;
    margin-bottom: 3%; }
    @media print, screen and (max-width: 49.99875em) {
      .tx-locore-imagetext__rl figure {
        margin-left: 0; } }

.maincontent .tx-locore-themenweltteaser p:last-child {
  margin-bottom: 0; }

.maincontent .tx-locore-themenweltteaser {
  position: relative;
  padding: 10px;
  box-shadow: 0 2px 12px #a8a4a4;
  border-radius: 0 !important; }
  .maincontent .tx-locore-themenweltteaser .head {
    margin-bottom: 12px; }
  .maincontent .tx-locore-themenweltteaser__figure {
    display: block;
    margin: 0em auto;
    width: 100%;
    overflow: hidden;
    height: 230px; }
    .maincontent .tx-locore-themenweltteaser__figure img {
      width: 100%;
      height: auto;
      border-radius: 0 !important; }
  .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable header {
    min-height: 70px;
    min-height: 7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable header h1, .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable header h2, .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable header h3, .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable header h4, .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable header h5 {
      background-color: transparent;
      color: #fff;
      margin-bottom: 0px;
      padding: 10px 0 10px 20px !important; }
    .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable header:after {
      background-image: url("../Icons/white-arrow-up.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 40px 40px;
      color: transparent;
      text-indent: -9999px;
      content: ' ';
      width: 40px;
      height: 40px;
      top: 25%; }
  .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .title {
    font-size: 1.6em;
    margin-top: 20px;
    background-color: var(--color-lo-blue, #34A6BF);
    color: #fff; }
  .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .moreWrap {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 100%;
    padding: 0 10px 10px 10px; }
  .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .more {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 2px;
    border: 2px solid transparent;
    position: relative; }
  .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .more:hover {
    border: 2px solid #fff;
    cursor: pointer; }
  .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .link-box {
    position: absolute;
    z-index: 10; }
    .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .link-box p {
      font-family: Verdana-Bold, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      color: var(--color-lo-blue, #34A6BF);
      border-radius: 0 !important;
      border-bottom: 2px solid #CAE9F0 !important; }
      .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .link-box p:last-child {
        border-radius: 0 0 0 !important 0 !important;
        border-bottom: none; }
      .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .link-box p span {
        color: var(--color-lo-blue, #34A6BF); }
      .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .link-box p a {
        color: var(--color-lo-blue, #34A6BF); }
      .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .link-box p a:before {
        display: none; }
      .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .link-box p a:hover {
        text-decoration: none; }
      @media print, screen and (max-width: 49.99875em) {
        .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable .link-box p {
          width: 100%; } }
  .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable.collapsed header .more, .maincontent .tx-locore-themenweltteaser .tx-locore-textbox--collapsable.collapsed header:after {
    background-image: url("../Icons/white-arrow-down.png"); }

.maincontent .tx-locore-themenweltteaser.show .outerWrapper::after {
  content: ' ';
  background-image: url("../Images/white_gradient.png");
  background-repeat: repeat-x;
  background-size: 100% 40px;
  display: block;
  height: 40px;
  width: 100%; }

.maincontent .tx-locore-themenweltteaser.show .more {
  background-image: url("../Icons/white-arrow-up.png");
  bottom: 0;
  left: 0;
  z-index: 15; }

.tx-locore-cartoonistenteaser {
  background-color: #ECECEC;
  /*&.twocolumn > * {
      @include breakpoint(small2  down) {
          float: left;
          width: 50%;
      }
  }*/ }
  .tx-locore-cartoonistenteaser::before, .tx-locore-cartoonistenteaser::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tx-locore-cartoonistenteaser::after {
    clear: both; }
  .tx-locore-cartoonistenteaser p {
    margin-bottom: 8px;
    margin-bottom: 0.8125rem; }
    .tx-locore-cartoonistenteaser p a {
      white-space: normal; }
  .tx-locore-cartoonistenteaser h1, .tx-locore-cartoonistenteaser h2, .tx-locore-cartoonistenteaser h3, .tx-locore-cartoonistenteaser h4, .tx-locore-cartoonistenteaser h5 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    margin: 0px;
    background-color: var(--color-lo-blue, #34A6BF);
    text-align: center; }
  .tx-locore-cartoonistenteaser .title {
    font-size: 1.6em;
    background-color: var(--color-lo-blue, #34A6BF);
    padding: 10px; }
  .tx-locore-cartoonistenteaser .image {
    line-height: 0; }
    .tx-locore-cartoonistenteaser .image.with-padding {
      padding: 20px 20px 0 20px; }
  .tx-locore-cartoonistenteaser .textblock strong {
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
    margin-bottom: .3rem; }
  .tx-locore-cartoonistenteaser.twocolumn .image {
    float: left;
    width: 50%;
    height: auto;
    /*@include breakpoint(large down) {
          float: none;
          width: 100%;
      }*/ }
    .tx-locore-cartoonistenteaser.twocolumn .image .ttt {
      background-size: cover;
      min-height: 15em;
      background-position: center center;
      /*@include breakpoint(large down) {
            min-height: 50vh;
        }*/ }
  .tx-locore-cartoonistenteaser.twocolumn img {
    max-width: 100%;
    height: auto; }
  .tx-locore-cartoonistenteaser.twocolumn .textblock {
    float: left;
    width: 50%;
    padding: 20px;
    /*@include breakpoint(large down) {
          float: none;
          width: 100%;
      }*/ }
  .tx-locore-cartoonistenteaser.onecolumn {
    position: relative; }
    .tx-locore-cartoonistenteaser.onecolumn .image {
      padding-bottom: 56.25%; }
    .tx-locore-cartoonistenteaser.onecolumn img {
      max-width: 100%;
      height: auto; }
    .tx-locore-cartoonistenteaser.onecolumn .textblock {
      bottom: 0;
      background-color: #ECECEC;
      padding: 9px;
      padding: 0.9375rem; }

.maincontent .tx-locore-verlosungteaser p:last-child {
  margin-bottom: 0; }

.maincontent .tx-locore-verlosungteaser {
  width: 100%;
  position: relative;
  margin-bottom: 15px; }
  .maincontent .tx-locore-verlosungteaser a {
    white-space: normal; }
  .maincontent .tx-locore-verlosungteaser .bodytext {
    background-color: #ECECEC;
    padding: 20px 20px 20px 20px;
    color: #4f4f4f; }
  .maincontent .tx-locore-verlosungteaser .head h1, .maincontent .tx-locore-verlosungteaser h2, .maincontent .tx-locore-verlosungteaser h3, .maincontent .tx-locore-verlosungteaser h4, .maincontent .tx-locore-verlosungteaser h5 {
    margin: 0px;
    text-align: center; }
  .maincontent .tx-locore-verlosungteaser__figure {
    display: block;
    margin: 0em auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 0em; }
    .maincontent .tx-locore-verlosungteaser__figure img {
      width: 100%;
      max-width: 100%;
      height: auto;
      padding: 0px; }
  .maincontent .tx-locore-verlosungteaser .title {
    font-size: 1.6em;
    padding: 10px; }

.tx-locore-zitat {
  text-align: center;
  padding: 1em;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0 !important;
  /* Dummy item */ }
  .tx-locore-zitat.no-image.no-text {
    background-color: transparent;
    padding: 0;
    height: 0; }
  .tx-locore-zitat .portrait {
    display: block;
    margin: 1em auto;
    width: 7em;
    height: 7em;
    border-radius: 100%;
    box-shadow: #333333 0.1em 0.1em 0.2em;
    overflow: hidden; }
    .tx-locore-zitat .portrait img {
      width: 100%;
      height: auto; }
  .tx-locore-zitat .name {
    display: inline-block;
    width: 80%;
    padding: 0 0 1em 0; }
  .tx-locore-zitat h3 {
    line-height: 1.4;
    padding-top: 5px;
    padding-top: 0.5rem;
    color: #4f4f4f; }
  .tx-locore-zitat h4 {
    color: #4f4f4f; }

/* Annas Blog: pink */
body.pid__1002559 .tx-locore-zitat,
body.pid__1002556 .tx-locore-zitat {
  background-color: #edb1bb; }

/* Grundschul-Blog: blau */
body.pid__1002558 .tx-locore-zitat,
body.pid__1002560 .tx-locore-zitat {
  background-color: #E1F4F8; }

/* Blog Digitale Schule: blau */
body.pid__1003170 .tx-locore-zitat,
body.pid__1003171 .tx-locore-zitat {
  background-color: #E1F4F8; }

.content-wrapper *[class*="trennelement"] .container-slider .tx-locore-zitat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-top: 0;
  padding-bottom: 0; }
  @media print, screen and (max-width: 49.99875em) {
    .content-wrapper *[class*="trennelement"] .container-slider .tx-locore-zitat {
      -ms-flex-direction: column;
          flex-direction: column; }
      .content-wrapper *[class*="trennelement"] .container-slider .tx-locore-zitat .portrait-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 0 auto !important; }
      .content-wrapper *[class*="trennelement"] .container-slider .tx-locore-zitat .text-wrap {
        padding-left: 0 !important;
        text-align: center !important; } }
  .content-wrapper *[class*="trennelement"] .container-slider .tx-locore-zitat .portrait-wrap {
    margin: 0 65px; }
    .content-wrapper *[class*="trennelement"] .container-slider .tx-locore-zitat .portrait-wrap .portrait {
      width: 205px;
      height: 205px;
      position: relative;
      margin: 0; }
  .content-wrapper *[class*="trennelement"] .container-slider .tx-locore-zitat .text-wrap {
    text-align: left;
    padding-left: 40px;
    -ms-flex-item-align: center;
        align-self: center; }
    .content-wrapper *[class*="trennelement"] .container-slider .tx-locore-zitat .text-wrap h3 {
      color: #4f4f4f;
      font-weight: 700; }

/* Blaue Box (frame-custom-502) mit blauem Hintergrund (Seite Gruppenlizenz)*/
.frame-custom-502 .tx-locore-zitat {
  background-color: #E1F4F8; }

.frame-custom-507 .tx-locore-zitat {
  background-color: #FCE8D7; }

.locore-lounit-latest {
  width: 100%; }
  .locore-lounit-latest::before, .locore-lounit-latest::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .locore-lounit-latest::after {
    clear: both; }
  .locore-lounit-latest > div header {
    padding: 10px;
    padding: 1rem;
    font-weight: 500; }
    .locore-lounit-latest > div header h3 {
      margin-bottom: 0; }
      .locore-lounit-latest > div header h3 a {
        color: #4f4f4f; }
        .locore-lounit-latest > div header h3 a:hover {
          color: var(--color-lo-orange, #f28d35); }
  .locore-lounit-latest > div > ul {
    margin: 0; }
    .locore-lounit-latest > div > ul li {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      text-rendering: optimizeLegibility;
      font-style: normal;
      font-variant: normal;
      padding: 10px;
      padding-left: 5px;
      padding-left: 0.5rem;
      padding-bottom: 10px;
      padding-bottom: 1rem;
      background-color: #ECECEC;
      list-style: none;
      margin: 0 0 2px 0;
      position: relative;
      font-weight: 500; }
      .locore-lounit-latest > div > ul li:before {
        display: none !important;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: .5em;
        margin-top: .25em;
        font-size: 15px;
        font-size: 1.5625rem; }
      .locore-lounit-latest > div > ul li.stage-1 {
        color: #4f4f4f; }
        .locore-lounit-latest > div > ul li.stage-1 a {
          color: var(--color-lo-blue, #34A6BF); }
      .locore-lounit-latest > div > ul li.stage-2 {
        color: #4f4f4f; }
        .locore-lounit-latest > div > ul li.stage-2 a {
          color: #4f4f4f;
          color: var(--color-lo-blue, #34A6BF); }
      .locore-lounit-latest > div > ul li.stage-3 {
        color: #4f4f4f; }
        .locore-lounit-latest > div > ul li.stage-3 a {
          color: #4f4f4f;
          color: var(--color-lo-blue, #34A6BF); }
      .locore-lounit-latest > div > ul li.stage-1 > ul, .locore-lounit-latest > div > ul li.stage-2 > ul, .locore-lounit-latest > div > ul li.stage-3 > ul {
        margin-top: 10px;
        margin-bottom: 0; }
        .locore-lounit-latest > div > ul li.stage-1 > ul li, .locore-lounit-latest > div > ul li.stage-2 > ul li, .locore-lounit-latest > div > ul li.stage-3 > ul li {
          line-height: 15px;
          line-height: 1.5rem;
          font-weight: 400;
          color: #4f4f4f;
          padding: 0;
          margin: 0; }
          .locore-lounit-latest > div > ul li.stage-1 > ul li a, .locore-lounit-latest > div > ul li.stage-2 > ul li a, .locore-lounit-latest > div > ul li.stage-3 > ul li a {
            color: #4f4f4f; }
            .locore-lounit-latest > div > ul li.stage-1 > ul li a:hover, .locore-lounit-latest > div > ul li.stage-2 > ul li a:hover, .locore-lounit-latest > div > ul li.stage-3 > ul li a:hover {
              color: var(--color-lo-orange, #f28d35); }

/*
.locore-lounit-overview {
  &.threecol {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: $color-white;

    .flex-col {
      padding-right: 2rem;
      width: 100%;
      flex: 1;
      @include breakpoint(medium  down) {
        padding-right: 0;
        flex: auto;
      }

      &:last-child {
        padding-right: 0;
      }

      &.stage-2 {
        @include breakpoint(lobp-706 down) {
          padding-right: 0;
        }
      }
    }
  }

  > div {
    > ul {
      display: flex;
      height: calc(100% - 60px);
      flex-direction: column;

      li {
        &:last-of-type {
          flex-grow: 1;
        }
      }
    }
  }
}
*/
.locore-lounit-latest > div ul li {
  line-height: 130%;
  font-weight: 400;
  padding-bottom: 1em; }
  .locore-lounit-latest > div ul li:before {
    margin-top: -.25em; }

.tx-locore-unit-slot .tx-locore-slot__li a {
  margin: 0; }

/*$ignoredItems:
  '.tx-locore-textbox--collapsable',
  '.premiumLogin'
;*/
/*
article {
   > div {
			 background: $color-white;
			 padding:1rem;
			 &.tx-locore-textbox--collapsable,
			 &.boxed,
			 &.premiumLogin {
				background: inherit;
	 			padding:inherit;
	 			border-top:1rem solid $color-lightgrey;
	 			border-bottom:1rem solid $color-lightgrey;
			 }
	 }
}
*/
.unitlist .border-top,
.universallist .border-top {
  border-top: #fff 2px solid; }

.locore-lounit-list header {
  padding: 10px;
  margin: 0 0 12px 0;
  margin: 0 0 1.25rem 0;
  background-color: #4f4f4f;
  color: #fff; }
  .locore-lounit-list header::before, .locore-lounit-list header::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .locore-lounit-list header::after {
    clear: both; }
  .locore-lounit-list header span {
    width: 49%;
    display: inline-block; }
    .locore-lounit-list header span:last-child {
      text-align: right; }
  .locore-lounit-list header .interactive-dropdown {
    border: 1px solid #fff;
    margin-left: 10px; }
    .locore-lounit-list header .interactive-dropdown a {
      color: #fff !important; }
      .locore-lounit-list header .interactive-dropdown a:hover {
        color: var(--color-lo-blue, #34A6BF) !important; }
    .locore-lounit-list header .interactive-dropdown ul {
      position: absolute;
      margin: 0 0 0 -.75em;
      max-width: 500px;
      max-height: 350px;
      padding: 0;
      border-top: none; }
      .locore-lounit-list header .interactive-dropdown ul li {
        margin: 0 0 1px 0;
        padding: .3em .75em;
        background-color: #4f4f4f;
        color: #fff;
        text-align: left; }
        .locore-lounit-list header .interactive-dropdown ul li span {
          width: auto; }

.locore-lounit-list ul {
  margin: 0;
  padding: 0; }
  .locore-lounit-list ul li {
    padding: 10px;
    list-style: none;
    margin: 0 0 2px 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    position: relative; }
    .locore-lounit-list ul li ul li {
      padding-left: 0;
      font-size: 8px;
      font-size: 0.8125rem; }
    .locore-lounit-list ul li .highlight {
      color: var(--color-lo-orange, #f28d35); }
    .locore-lounit-list ul li .icon {
      display: inline-block;
      padding: 6px;
      padding: 0.625rem; }
      .locore-lounit-list ul li .icon:before {
        display: inline-block;
        border-radius: 100%;
        width: 31px;
        width: 3.125rem;
        line-height: 31px;
        line-height: 3.125rem;
        vertical-align: middle;
        text-align: center;
        background-color: #fff;
        color: var(--color-lo-orange, #f28d35);
        font-size: 18px;
        font-size: 1.875rem; }
    .locore-lounit-list ul li .text,
    .locore-lounit-list ul li .cta {
      vertical-align: top;
      display: inline-block; }
      .locore-lounit-list ul li .text a,
      .locore-lounit-list ul li .cta a {
        white-space: wrap; }
    .locore-lounit-list ul li .text {
      width: calc(100% - 3.125rem - 2.5rem); }
    .locore-lounit-list ul li .cta {
      font-size: 15px;
      font-size: 1.5rem;
      text-align: right;
      right: 6px;
      right: 0.625rem;
      top: 6px;
      top: 0.625rem;
      position: absolute; }

.locore-lounit-list .pagebrowser ul li {
  background-color: transparent;
  margin: 0 1%; }
  .locore-lounit-list .pagebrowser ul li.current {
    font-weight: 600; }

.partner-box {
  border: none;
  box-shadow: none; }
  .partner-box .box-content {
    background-color: #E1F4F8 !important;
    border-radius: 0 !important; }
    .partner-box .box-content:last-child {
      border-radius: 0 0 0 !important 0 !important !important; }
    .partner-box .box-content .cta-link {
      overflow: auto; }
    .partner-box .box-content a {
      overflow: visible; }
    .partner-box .box-content hr {
      border-color: var(--color-lo-blue, #34A6BF); }
  .partner-box img {
    max-width: 100%;
    height: auto;
    width: auto;
    box-sizing: border-box; }
  .partner-box figure.partner-fig {
    width: 500px;
    height: 110px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 0 !important; }

.provider-box h2, .provider-box h3, .provider-box p, .provider-box a {
  text-align: center; }

.fwu-box {
  background-color: #4f4f4f;
  width: 300px;
  padding: 20px;
  margin: 0 auto 20px auto; }
  .fwu-box h3 {
    color: var(--color-lo-orange, #f28d35);
    margin-bottom: 0.5em; }
  .fwu-box .search-submit input {
    background-color: var(--color-lo-orange, #f28d35);
    border: none;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px; }
  .fwu-box .search-bar {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 8px 12px;
    border: 0;
    height: 40px; }
  .fwu-box .fwu-form .stichwort {
    text-align: center;
    position: relative;
    display: none; }

body:not(.window_loaded) .cooperation-in-header {
  visibility: hidden; }

.cooperation-in-header {
  position: absolute;
  width: 230px;
  bottom: 20px;
  bottom: 2rem;
  right: -208px;
  max-height: 300px; }
  .cooperation-in-header p, .cooperation-in-header br, .cooperation-in-header .cta-link {
    display: none; }
  .cooperation-in-header img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }

.premiumLogin {
  background-color: #E1F4F8;
  padding: 35px 30px !important;
  margin: 10px 0 25px 0 !important;
  margin: 1rem 0 2.5rem 0 !important;
  border-radius: 0 !important; }
  .premiumLogin .login-header {
    padding-left: 115px;
    background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/badge.svg");
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: left center;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 25px; }
    .premiumLogin .login-header h2.h2-premiumLogin {
      font-size: 18px;
      font-size: 1.8rem;
      color: #34A6BF !important;
      margin: 0; }
  .premiumLogin .flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media print, screen and (max-width: 39.99875em) {
      .premiumLogin .flexbox {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
    .premiumLogin .flexbox .button-wrap {
      padding: 2px;
      padding: 0.25rem;
      text-align: center;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
      margin: 0;
      max-width: 300px;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media print, screen and (max-width: 39.99875em) {
        .premiumLogin .flexbox .button-wrap {
          margin-bottom: 0.7rem; } }
      .premiumLogin .flexbox .button-wrap > SPAN {
        color: #4f4f4f;
        padding: 0 0 15px 0;
        display: inline-block; }
      .premiumLogin .flexbox .button-wrap > .button {
        margin: 0 20px; }

h1.search-headline {
  margin-top: 20px;
  margin-top: 2rem; }
  h1.search-headline .arrow {
    font-size: 30px;
    font-size: 3rem;
    line-height: 10px;
    line-height: 1rem; }

.searchform-wrap {
  padding: 0 0 20px 0;
  padding: 0 0 2rem 0;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border: 1px solid var(--color-lo-blue, #34A6BF);
  border-radius: 0 !important;
  padding: 0 0 0 0px;
  width: 100%;
  border: 1px solid #999;
  /* autocomplete widget window */ }
  .searchform-wrap form.searchform {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    text-align: right;
    width: 100%;
    height: 100%;
    position: relative; }
    .searchform-wrap form.searchform .search-input {
      width: 100%;
      position: relative; }
      .searchform-wrap form.searchform .search-input input {
        width: 100%;
        max-width: none;
        border: none;
        margin: 0;
        box-shadow: none; }
    .searchform-wrap form.searchform .search-submit {
      position: absolute;
      margin: 0;
      height: calc(100% + 2px);
      width: 44px;
      right: -1px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .searchform-wrap form.searchform .search-submit input {
        margin: 0 -1px 0 0;
        background-image: url(../Icons/search-icon-white.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: transparent;
        width: 100%;
        height: 100%;
        position: relative;
        right: 0px; }
        .searchform-wrap form.searchform .search-submit input:focus-visible {
          background-image: var(--svg-search-icon-orange, url(../Icons/search-icon-orange.svg)); }
      .searchform-wrap form.searchform .search-submit:focus-visible input, .searchform-wrap form.searchform .search-submit:hover input {
        background-image: var(--svg-search-icon-orange, url(../Icons/search-icon-orange.svg)); }
  .searchform-wrap form.searchform .search-input input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .searchform-wrap ul.ui-autocomplete.ui-widget.ui-widget-content {
    border: 1px solid #999;
    max-height: 400px;
    overflow: auto;
    padding: 0 0 10px 10px;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100% !important;
    background-color: white;
    text-align: left;
    z-index: 80; }
    .searchform-wrap ul.ui-autocomplete.ui-widget.ui-widget-content li {
      list-style: none;
      margin: 0; }
      .searchform-wrap ul.ui-autocomplete.ui-widget.ui-widget-content li a {
        color: #4f4f4f;
        cursor: pointer; }
      .searchform-wrap ul.ui-autocomplete.ui-widget.ui-widget-content li:hover a {
        text-decoration: none;
        color: var(--color-lo-orange, #f28d35); }
  .searchform-wrap.lo-akademie {
    margin-bottom: 0; }

.search-filter {
  font-size: 15px;
  font-size: 1.5rem;
  color: #4f4f4f;
  font-weight: 300;
  /* ------------------------------------- */
  /* filterboxen, Filteroptionen allgemein */
  /* --------------------------------------------------- */
  /* Filter Boxen spezial: Fach, Materialtyp, LO Premium */
  /* ----------------- */
  /* Filter Tags/Label */ }
  .search-filter > ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media print, screen and (max-width: 27.49875em) {
      .search-filter > ul {
        display: none; } }
    .search-filter > ul > li.facet {
      list-style: none;
      position: relative;
      padding: 0;
      margin: 0;
      /* ---------------------- */
      /* pretty checkbox layout */ }
      @media screen and (min-width: 27.5em) {
        .search-filter > ul > li.facet:nth-child(1) .innerWrap,
        .search-filter > ul > li.facet:nth-child(3) .innerWrap,
        .search-filter > ul > li.facet:nth-child(5) .innerWrap {
          right: initial; }
        .search-filter > ul > li.facet:nth-child(2) .innerWrap,
        .search-filter > ul > li.facet:nth-child(4) .innerWrap,
        .search-filter > ul > li.facet:nth-child(6) .innerWrap {
          right: 0px; } }
      @media screen and (min-width: 35.8125em) {
        .search-filter > ul > li.facet:nth-child(1) .innerWrap,
        .search-filter > ul > li.facet:nth-child(2) .innerWrap,
        .search-filter > ul > li.facet:nth-child(4) .innerWrap,
        .search-filter > ul > li.facet:nth-child(5) .innerWrap {
          right: initial; }
        .search-filter > ul > li.facet:nth-child(3) .innerWrap,
        .search-filter > ul > li.facet:nth-child(6) .innerWrap {
          right: 0px; } }
      @media screen and (min-width: 48.125em) {
        .search-filter > ul > li.facet:nth-child(1) .innerWrap,
        .search-filter > ul > li.facet:nth-child(2) .innerWrap,
        .search-filter > ul > li.facet:nth-child(3) .innerWrap,
        .search-filter > ul > li.facet:nth-child(5) .innerWrap,
        .search-filter > ul > li.facet:nth-child(6) .innerWrap {
          right: initial; }
        .search-filter > ul > li.facet:nth-child(4) .innerWrap,
        .search-filter > ul > li.facet:nth-child(7) .innerWrap {
          right: 0px; } }
      @media screen and (min-width: 59.6875em) {
        .search-filter > ul > li.facet:nth-child(1) .innerWrap,
        .search-filter > ul > li.facet:nth-child(2) .innerWrap,
        .search-filter > ul > li.facet:nth-child(3) .innerWrap,
        .search-filter > ul > li.facet:nth-child(6) .innerWrap {
          right: initial; }
        .search-filter > ul > li.facet:nth-child(4) .innerWrap,
        .search-filter > ul > li.facet:nth-child(5) .innerWrap,
        .search-filter > ul > li.facet:nth-child(7) .innerWrap {
          right: 0px; } }
      @media screen and (min-width: 66.375em) {
        .search-filter > ul > li.facet:nth-child(1) .innerWrap,
        .search-filter > ul > li.facet:nth-child(2) .innerWrap,
        .search-filter > ul > li.facet:nth-child(3) .innerWrap,
        .search-filter > ul > li.facet:nth-child(5) .innerWrap {
          right: initial; }
        .search-filter > ul > li.facet:nth-child(4) .innerWrap,
        .search-filter > ul > li.facet:nth-child(6) .innerWrap,
        .search-filter > ul > li.facet:nth-child(7) .innerWrap {
          right: 0px; } }
      @media screen and (min-width: 85.9375em) {
        .search-filter > ul > li.facet:nth-child(1) .innerWrap,
        .search-filter > ul > li.facet:nth-child(2) .innerWrap,
        .search-filter > ul > li.facet:nth-child(3) .innerWrap,
        .search-filter > ul > li.facet:nth-child(4) .innerWrap,
        .search-filter > ul > li.facet:nth-child(5) .innerWrap,
        .search-filter > ul > li.facet:nth-child(7) .innerWrap {
          right: initial; }
        .search-filter > ul > li.facet:nth-child(6) .innerWrap {
          right: 0px; } }
      .search-filter > ul > li.facet > .title {
        margin: 5px 0;
        margin: 0.5rem 0;
        border: 1px solid #999;
        background-color: #fff;
        border-radius: 0 !important;
        padding: 4px 20px 4px 10px;
        color: #4f4f4f;
        cursor: pointer;
        display: inline-block;
        min-width: 172px;
        width: 80%;
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: center;
        background-size: 15px 15px;
        background-image: url(../Icons/black-arrow-down.png); }
        @media print, screen and (max-width: 63.99875em) {
          .search-filter > ul > li.facet > .title {
            width: 185px; } }
        .search-filter > ul > li.facet > .title .text {
          line-height: 25px; }
        .search-filter > ul > li.facet > .title .num-selected {
          font-family: Verdana-Bold, sans-serif;
          line-height: 25px;
          background-color: var(--color-lo-orange, #f28d35);
          border-radius: 0 !important;
          color: #fff;
          display: block;
          width: 25px;
          height: 25px;
          text-align: center;
          float: right;
          margin-right: 10px; }
      .search-filter > ul > li.facet.loFacetThema.active > .title {
        min-width: 190px; }
      .search-filter > ul > li.facet.isTopContent .title {
        min-width: 200px; }
      .search-filter > ul > li.facet.loFacetFortbildungsthema .title {
        min-width: 215px; }
      .search-filter > ul > li.facet.inactive .title {
        color: #999;
        background-image: none;
        font-style: italic;
        cursor: default; }
      .search-filter > ul > li.facet > .innerWrap {
        background-color: #fff;
        z-index: 10;
        box-sizing: border-box;
        height: auto;
        opacity: 0.0;
        max-width: 95vw; }
        .search-filter > ul > li.facet > .innerWrap .reset-block {
          background-color: #FCE8D7;
          display: none;
          padding: 5px 35px 5px 5px;
          text-align: center;
          float: right;
          margin: 5px 5px 0 0;
          position: relative;
          border-radius: 0px;
          line-height: inherit; }
        .search-filter > ul > li.facet > .innerWrap .reset-block + ul.form-body {
          top: 32px; }
        .search-filter > ul > li.facet > .innerWrap ul {
          margin: 0;
          padding-top: 3px;
          padding-top: .3rem;
          padding-bottom: 5px;
          padding-bottom: .5rem; }
          .search-filter > ul > li.facet > .innerWrap ul li {
            list-style: none;
            margin: 0 0 0 10px;
            display: block; }
            .search-filter > ul > li.facet > .innerWrap ul li .pretty {
              margin-bottom: 12px;
              margin-bottom: 1.2rem; }
        .search-filter > ul > li.facet > .innerWrap > ul {
          display: none;
          position: absolute;
          opacity: 0.0;
          padding: 10px 5px 0 5px;
          padding: 1rem 0.5rem 0 0.5rem; }
          .search-filter > ul > li.facet > .innerWrap > ul > li.facet-option-group {
            margin-top: 10px;
            border-top: 1px solid #4f4f4f;
            padding-top: 20px; }
            .search-filter > ul > li.facet > .innerWrap > ul > li.facet-option-group .title-optiongroup {
              font-weight: bold; }
            .search-filter > ul > li.facet > .innerWrap > ul > li.facet-option-group > ul {
              position: relative;
              padding-left: 20px; }
              .search-filter > ul > li.facet > .innerWrap > ul > li.facet-option-group > ul > li.facet-option {
                margin-left: 0; }
            .search-filter > ul > li.facet > .innerWrap > ul > li.facet-option-group:first-of-type {
              border-top: none;
              padding-top: 0px; }
      .search-filter > ul > li.facet.inactive .title {
        color: #999;
        background-image: none;
        font-style: italic; }
      .search-filter > ul > li.facet.show .innerWrap {
        position: absolute;
        min-height: 50px;
        height: auto;
        margin-top: 0;
        word-wrap: break-word;
        min-width: 180px;
        border: 1px solid #999;
        border-radius: 0 !important;
        box-shadow: 1px 1px 12px 0px #aaa;
        opacity: 1.0 !important;
        max-height: 80vh;
        overflow-y: scroll;
        z-index: 90; }
      .search-filter > ul > li.facet.show .title {
        background-image: url(../Icons/black-arrow-up.png);
        border: 1px solid var(--color-lo-orange, #f28d35); }
      .search-filter > ul > li.facet.show .reset-block {
        display: block;
        opacity: 1.0; }
      .search-filter > ul > li.facet.show ul.form-body {
        display: block;
        opacity: 1.0 !important; }
        .search-filter > ul > li.facet.show ul.form-body .pretty .state label:after,
        .search-filter > ul > li.facet.show ul.form-body .pretty .state label:before {
          top: 0; }
      .search-filter > ul > li.facet.inactive .innerWrap .title {
        border: 1px solid #efefef;
        color: #999;
        background-image: none; }
      .search-filter > ul > li.facet .pretty input:checked ~ .state .svg,
      .search-filter > ul > li.facet .pretty.p-toggle .state .svg {
        background-color: #fff;
        border: 1px solid #bdc3c7; }
  .search-filter.search-filter ul.loFacetFach {
    /* Fächerübergreifend: keine fachbreich-id angegeben */ }
    .search-filter.search-filter ul.loFacetFach > li:before {
      display: block;
      margin: 20px 0 0 0;
      border-top: 1px solid #4f4f4f;
      padding: 10px 0 10px 0;
      font-family: Verdana-Bold, sans-serif; }
    .search-filter.search-filter ul.loFacetFach > li:first-of-type:before {
      border-top: none;
      margin-top: 0; }
    .search-filter.search-filter ul.loFacetFach > li.LoFacetSectionStart--1:before {
      content: 'MINT: Mathematik, Informatik, Naturwissenschaften, Technik'; }
    .search-filter.search-filter ul.loFacetFach > li.LoFacetSectionStart--2:before {
      content: 'Geistes- und Gesellschaftswissenschaften'; }
    .search-filter.search-filter ul.loFacetFach > li.LoFacetSectionStart--3:before {
      content: 'Fremdsprachen';
      content: 'Fremdsprachen'; }
    .search-filter.search-filter ul.loFacetFach > li.LoFacetSectionStart--4:before {
      content: 'Arbeit / Wirtschaft'; }
    .search-filter.search-filter ul.loFacetFach > li.LoFacetSectionStart--:before {
      content: '';
      padding-top: 5px; }
    .search-filter.search-filter ul.loFacetFach > li.loFacetFach-10 LABEL {
      font-weight: bold; }
      .search-filter.search-filter ul.loFacetFach > li.loFacetFach-10 LABEL:before, .search-filter.search-filter ul.loFacetFach > li.loFacetFach-10 LABEL:after {
        font-weight: normal !important;
        font-size: 8px !important;
        font-size: 0.875rem !important; }
  .search-filter.search-filter ul.loFacetMaterialtyp > li:before {
    display: block;
    margin: 20px 0 0 0;
    border-top: 1px solid #4f4f4f;
    padding: 10px 0 10px 0;
    font-family: Verdana-Bold, sans-serif; }
  .search-filter.search-filter ul.loFacetMaterialtyp > li:first-of-type:before {
    border-top: none;
    margin-top: 0; }
  .search-filter.search-filter ul.loFacetMaterialtyp > li.LoFacetSectionStart--1:before {
    content: 'Unterrichtsmaterial'; }
  .search-filter.search-filter ul.loFacetMaterialtyp > li.LoFacetSectionStart--2:before {
    content: 'Fortbildung'; }
  .search-filter.search-filter ul.loFacetMaterialtyp > li.LoFacetSectionStart--3:before {
    content: 'News & Tool-Tipps'; }
  .search-filter.search-filter ul.loFacetMaterialtyp > li.LoFacetSectionStart--4:before {
    content: 'Lehrerleben'; }
  .search-filter.search-filter ul.loFacetQuelle > li:before {
    display: block;
    margin: 20px 0 0 0;
    border-top: 1px solid #4f4f4f;
    padding: 10px 0 10px 0;
    font-family: Verdana-Bold, sans-serif; }
  .search-filter.search-filter ul.loFacetQuelle > li:first-of-type:before {
    border-top: none;
    margin-top: 0; }
  .search-filter.search-filter ul.loFacetQuelle > li.LoFacetSectionStart--1:before {
    content: ''; }
  .search-filter.search-filter ul.loFacetQuelle > li.LoFacetSectionStart--2:before {
    content: ''; }
  .search-filter.search-filter ul.loFacetQuelle > li.LoFacetSectionStart--3:before {
    content: ''; }
  .search-filter.search-filter li.facet.isTopContent .title {
    border-color: var(--color-lo-blue, #34A6BF);
    color: var(--color-lo-blue, #34A6BF);
    background-image: var(--png-blue-arrow-down, url(../Icons/blue-arrow-down.png)); }
  .search-filter.search-filter li.facet.isTopContent .facet-option label {
    color: var(--color-lo-blue, #34A6BF); }
  .search-filter.search-filter li.facet.isTopContent.show .title {
    background-image: var(--png-blue-arrow-up, url(../Icons/blue-arrow-up.png)); }
  .search-filter .locore-search-filter-label ul {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .search-filter .locore-search-filter-label ul li {
      list-style-type: none; }
  .search-filter .locore-search-filter-label ul.label-group {
    margin: 0; }
    .search-filter .locore-search-filter-label ul.label-group li .labelWrap {
      margin: 0 5px 0 0;
      margin: 0 0.5rem 0 0;
      position: relative;
      padding: 4px 2px 0px 5px;
      line-height: 1.4;
      min-width: 180px;
      background-color: #E1F4F8;
      border: 1px solid #E1F4F8;
      border-radius: 0 !important; }
  .search-filter .locore-search-filter-label .state label {
    text-indent: 0;
    margin-top: 2px;
    padding-right: 35px;
    overflow: hidden; }
  .search-filter .locore-search-filter-label .state label:after,
  .search-filter .locore-search-filter-label .state label:before {
    display: none; }
  .search-filter .locore-search-filter-label .state img {
    right: 0px;
    left: initial;
    top: 4px;
    bottom: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    opacity: 1 !important; }
  .search-filter .locore-search-filter-label .pretty input {
    z-index: -1; }
  .search-filter .locore-search-filter-label .pretty input:checked ~ .state.p-info label:after,
  .search-filter .locore-search-filter-label .pretty.p-toggle .state.p-info label:after {
    background-color: transparent !important; }

.search-filter header {
  border: 0px solid #999;
  padding: 10px;
  margin: 0 0 20px 0;
  margin: 0 0 12px 0;
  margin: 0 0 1.25rem 0;
  background-color: #fff;
  color: #4f4f4f; }

h1.search-headline, #c3204 {
  margin-bottom: 0; }

form .search-filter > ul > li.facet.title {
  background-color: #999 !important; }

/* --------------- */
/* Headline Search */
#lo-menu .searchform-wrap {
  border: 1px solid var(--color-lo-blue, #34A6BF);
  border-radius: 0 !important;
  padding: 0 0 0 0px;
  width: 100%;
  margin-bottom: 0; }
  #lo-menu .searchform-wrap form.searchform {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    text-align: right;
    width: 100%;
    height: 100%;
    position: relative; }
    #lo-menu .searchform-wrap form.searchform .search-input {
      width: 100%;
      position: relative; }
      #lo-menu .searchform-wrap form.searchform .search-input input {
        width: 100%;
        max-width: none;
        border: none;
        margin: 0;
        box-shadow: none; }
    #lo-menu .searchform-wrap form.searchform .search-submit {
      position: absolute;
      margin: 0;
      height: calc(100% + 2px);
      width: 44px;
      right: -1px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      #lo-menu .searchform-wrap form.searchform .search-submit input {
        margin: 0 -1px 0 0;
        background-image: url(../Icons/search-icon-white.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: transparent;
        width: 100%;
        height: 100%;
        position: relative;
        right: 0px; }
        #lo-menu .searchform-wrap form.searchform .search-submit input:focus-visible {
          background-image: var(--svg-search-icon-orange, url(../Icons/search-icon-orange.svg)); }
      #lo-menu .searchform-wrap form.searchform .search-submit:focus-visible input, #lo-menu .searchform-wrap form.searchform .search-submit:hover input {
        background-image: var(--svg-search-icon-orange, url(../Icons/search-icon-orange.svg)); }
  #lo-menu .searchform-wrap form.searchform .search-filter {
    margin-left: 6px; }
    #lo-menu .searchform-wrap form.searchform .search-filter ul.facets {
      margin-bottom: 0; }
      #lo-menu .searchform-wrap form.searchform .search-filter ul.facets li.facet > .title .num-selected {
        margin-right: 40px; }
      #lo-menu .searchform-wrap form.searchform .search-filter ul.facets li.facet.disciplines .title {
        text-align: left;
        background-color: #F1F1F1;
        border: transparent;
        margin: 0;
        line-height: 28px;
        padding: 0 0 0 20px;
        height: 28px;
        background-position-x: 90%;
        font-family: Verdana-Regular, sans-serif; }
      #lo-menu .searchform-wrap form.searchform .search-filter ul.facets li.facet.disciplines .innerWrap {
        left: 0;
        z-index: 60; }
        #lo-menu .searchform-wrap form.searchform .search-filter ul.facets li.facet.disciplines .innerWrap .form-body {
          text-align: left; }
  #lo-menu .searchform-wrap form.searchform ul.ui-autocomplete.ui-widget.ui-widget-content {
    width: calc( 100% - 175px) !important; }

/* ------------------------------- */
/* Bildungsnachrichten / Fortbildungen Search form */
.bildungsnews-searchform-wrap .search-filter > ul,
.fortbildungen-searchform-wrap .search-filter > ul {
  -ms-flex-pack: start;
      justify-content: start; }
  .bildungsnews-searchform-wrap .search-filter > ul > li.facet,
  .fortbildungen-searchform-wrap .search-filter > ul > li.facet {
    margin-right: 10px;
    margin-right: 1rem; }
    .bildungsnews-searchform-wrap .search-filter > ul > li.facet .title,
    .fortbildungen-searchform-wrap .search-filter > ul > li.facet .title {
      min-width: 230px; }
    .bildungsnews-searchform-wrap .search-filter > ul > li.facet ul.loFacetMaterialtyp > li:before,
    .fortbildungen-searchform-wrap .search-filter > ul > li.facet ul.loFacetMaterialtyp > li:before {
      display: none; }

.content-wrapper .searchcontainer.trennelement--color3 {
  padding: 20px 0 10px 0;
  padding: 2rem 0 1rem 0;
  margin-bottom: -10px;
  margin-bottom: -1rem; }

.locore-search-result-list {
  position: relative;
  /* ----------------- */
  /* Result Header     */
  /* ----------------- */
  /* Liste Suchtreffer */
  /* ----------------- */
  /* Page Browser      */ }
  .locore-search-result-list .resultheader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin-right: 0px;
    margin-right: 0rem; }
    .locore-search-result-list .resultheader > div {
      margin-bottom: 0px;
      margin-bottom: 0rem; }
    @media print, screen and (max-width: 74.99875em) {
      .locore-search-result-list .resultheader {
        -ms-flex-direction: column;
            flex-direction: column; }
        .locore-search-result-list .resultheader > div {
          margin-bottom: 2rem; } }
    .locore-search-result-list .resultheader .hadNonemptyQueryBefore,
    .locore-search-result-list .resultheader .hadEmptyQueryBefore {
      margin-bottom: 0px;
      margin-bottom: 0rem; }
    .locore-search-result-list .resultheader .sortdrop {
      margin: 0; }
      .locore-search-result-list .resultheader .sortdrop .inactive {
        color: #999;
        font-style: italic; }
    .locore-search-result-list .resultheader .view > SPAN {
      border: none;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      text-rendering: optimizeLegibility;
      font-style: normal;
      font-variant: normal;
      font-size: 16px;
      font-size: 1.6rem;
      outline: none; }
      .locore-search-result-list .resultheader .view > SPAN:not(.active),
      .locore-search-result-list .resultheader .view > SPAN a {
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: 2px;
        background-size: 20px 20px;
        padding: 5px 27px 0 0; }
      .locore-search-result-list .resultheader .view > SPAN.tiles {
        margin-right: 25px; }
        .locore-search-result-list .resultheader .view > SPAN.tiles:not(.active),
        .locore-search-result-list .resultheader .view > SPAN.tiles a {
          background-image: url(../Icons/Umschalt_Kachel_grey.svg); }
      .locore-search-result-list .resultheader .view > SPAN.list:not(.active),
      .locore-search-result-list .resultheader .view > SPAN.list a {
        background-image: url(../Icons/Umschalt_Liste_grey.svg); }
      .locore-search-result-list .resultheader .view > SPAN.active {
        text-decoration: none;
        color: var(--color-lo-orange, #f28d35); }
        .locore-search-result-list .resultheader .view > SPAN.active.tiles a {
          background-image: var(--svg-umschalt-kachel-orange, url(../Icons/Umschalt_Kachel_orange.svg)); }
        .locore-search-result-list .resultheader .view > SPAN.active.list a {
          background-image: var(--svg-umschalt-liste-orange, url(../Icons/Umschalt_Liste_orange.svg)); }
  .locore-search-result-list.no-header {
    top: -50px; }
  .locore-search-result-list .message-empty-result {
    margin-top: 40px;
    margin-top: 4rem; }
  .locore-search-result-list .search-result {
    /* ------------------------------------- */
    /* Trefferliste als Liste (nicht Kachel) */ }
    .locore-search-result-list .search-result .highlight {
      font-weight: bold; }
    .locore-search-result-list .search-result.flex-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media print, screen and (max-width: 74.99875em) {
        .locore-search-result-list .search-result.flex-container {
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      .locore-search-result-list .search-result.flex-container .search-teaser {
        position: relative;
        margin: 0;
        padding: 50px 50px 25px 0;
        min-width: 480px;
        max-width: 700px;
        width: 50%; }
        .locore-search-result-list .search-result.flex-container .search-teaser > a {
          color: #4f4f4f !important; }
          .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            overflow: auto;
            /*  kein rahmen, rechts eckig (tmp.?) */
            /* Losep articles */
            /* Shop articles */ }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .teaserbild-wrap {
              border-radius: 0 !important;
              overflow: hidden;
              position: relative;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              border: 1px solid var(--color-lo-blue, #34A6BF); }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .teaserbild-wrap [class^='teaserbild-icon'] {
                width: 100%;
                height: 100%; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .teaserbild-wrap .teaserbild-icon--quelle {
                position: relative;
                background-color: var(--color-lo-blue, #34A6BF);
                background-image: url("../Icons/lehreronline_logo_welle_weiss.svg");
                background-repeat: no-repeat;
                background-size: auto 70px;
                background-position: 20px 90%; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .teaserbild-wrap .teaserbild-icon--discgr {
                position: absolute;
                top: 0;
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: 0% 0%;
                background-size: 200px auto; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .teaserbild-wrap .logged-in {
                padding: 5px;
                font-size: 60%;
                position: absolute;
                top: 5px;
                background-color: #fff;
                color: var(--color-lo-blue, #34A6BF);
                left: 5px;
                border: 1px solid var(--color-lo-blue, #34A6BF);
                width: 91%;
                z-index: 5; }
              @media print, screen and (max-width: 27.49875em) {
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .teaserbild-wrap {
                  display: none; } }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.elixier .teaserbild-wrap {
              border-color: #339900; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.elixier .teaserbild-wrap .teaserbild-icon--quelle {
                background-color: #339900;
                background-image: url("../Icons/lehreronline_elixier_weiss.svg");
                background-size: 40px auto; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.elixier .text .text-innerwrap .title h2, .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.elixier .text .text-innerwrap .title .materialtype {
              color: #339900; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.elixier .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
              color: #339900; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.hms .teaserbild-wrap {
              border-color: #b91b54; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.hms .teaserbild-wrap .teaserbild-icon--quelle {
                background-color: #b91b54;
                background-image: url("/_assets/98988d3104f243efdf102f732fe67400/Images/Handwerk_Daumen.svg");
                background-size: 40px auto;
                border: none; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.hms .text .text-innerwrap .title h2, .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.hms .text .text-innerwrap .title .materialtype {
              color: #b91b54; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.hms .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
              color: #b91b54; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.allways .teaserbild-wrap {
              border-color: #022aba; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.allways .teaserbild-wrap .teaserbild-icon--quelle {
                background-color: #022aba;
                background-image: url("../Icons/lehreronline_partner_weiss.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.allways .text .text-innerwrap .title h2, .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.allways .text .text-innerwrap .title .materialtype {
              color: #022aba; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.allways .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
              color: #022aba; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.dguv .teaserbild-icon--quelle {
              background-image: url("../Icons/lehreronline_gesundheit_weiss.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.lorecht .teaserbild-icon--quelle {
              background-image: url("../Icons/lehreronline_logo_welle_weiss.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.lorecht .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_8.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.collection .teaserbild-icon--quelle {
              background-image: url("../Icons/lehreronline_tauschboerse_weiss.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.course .teaserbild-icon--quelle {
              background-image: url("../Icons/lo-akademie_icon_weiss.svg");
              background-size: auto 93px;
              background-position: 15px 95%; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.course .teaserbild-icon--discgr {
              background-image: url("../Icons/lehreronline_course.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-1 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_1.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-2 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_2.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-3 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_3.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-4 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_4.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-5 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_5.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-6 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_6.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-7 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_7.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-8 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_8.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-9 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_9.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-10 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_10.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-11 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_Bildungsnews.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.discgr-100 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_100.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .logged-in {
              padding: 3px 0 0 3px;
              font-size: 90%;
              color: #fff; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .teaserbild-wrap {
              border: none !important;
              border-radius: 0 !important 0 0 0 !important; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text {
              font-size: 16px;
              font-size: 1.6rem;
              font-size: 16px;
              position: relative;
              height: 300px; }
              @media print, screen and (max-width: 27.49875em) {
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap {
                  padding: 0;
                  height: 200px; } }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .title {
                position: relative; }
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .title h2 {
                  display: block;
                  position: relative;
                  top: -2px;
                  color: var(--color-lo-blue, #34A6BF);
                  -o-hyphens: auto;
                  -webkit-hyphens: auto;
                  -ms-hyphens: auto;
                  hyphens: auto;
                  font-size: 17px;
                  margin: 0 0 5px 0; }
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .title .materialtype {
                  color: var(--color-lo-blue, #34A6BF);
                  font-size: 15px;
                  margin: 3px 0 7px; }
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices {
                  display: inline-block;
                  color: #4f4f4f;
                  line-height: 25px;
                  height: 20px;
                  margin-bottom: 10px; }
                  .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
                    color: var(--color-lo-blue, #34A6BF); }
                  .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices .price-container {
                    font-size: 13px;
                    display: inline-block;
                    border: 1px solid #4f4f4f;
                    border-radius: 0 !important;
                    padding: 0 5px; }
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .title.premium .premium-and-losep-prices {
                  background-image: var(--svg-crown, url("../Icons/crown.svg"));
                  background-repeat: no-repeat;
                  background-size: 24px auto;
                  background-position: left 2px;
                  padding-left: 30px; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap > p {
                font-size: 15px;
                line-height: 21px;
                color: #4f4f4f;
                margin-bottom: 0;
                opacity: 0; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .description {
                opacity: 0; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta {
                position: absolute;
                bottom: 0;
                font-size: 13px;
                font-size: 1.3rem;
                width: 265px; }
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container {
                  position: relative;
                  width: 100%; }
                  .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul {
                    margin: 0; }
                    .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li {
                      margin: 0;
                      padding-left: 30px;
                      padding-bottom: 0;
                      list-style-type: none;
                      line-height: 25px;
                      line-height: 2.5rem;
                      speak: never;
                      font-style: normal;
                      font-weight: normal;
                      font-variant: normal;
                      text-transform: none;
                      background-size: 24px 24px;
                      background-repeat: no-repeat; }
                      .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li.disc-list {
                        background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Erdkugel.svg"); }
                      .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li.educationlevel {
                        background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Schulhaus.svg"); }
                      .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li span {
                        color: #4f4f4f;
                        line-height: 15px;
                        line-height: 1.5rem;
                        display: inline-block; }
                  .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary.course ul li {
                    padding-left: 0px; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.losep .teaserbild-wrap {
              background-color: #fff; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild {
                height: 100%;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                    flex-direction: column;
                -ms-flex-pack: center;
                    justify-content: center;
                background-repeat: no-repeat;
                background-size: auto 40px;
                background-position: center 96%; }
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild.has-no-product-img {
                  background-image: none; }
                  .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild.has-no-product-img .articleimage {
                    background-color: var(--color-lo-blue, #34A6BF);
                    position: relative;
                    background-image: url("../Icons/LO_Thumbnails_Shop.svg"), url("../Icons/cart-shopping-sharp-solid.svg");
                    background-repeat: no-repeat;
                    background-size: 200px auto, auto 70px;
                    background-position: center top, 20px 210px;
                    height: 100%; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.losep .text .text-innerwrap .title.premium .materialtype {
              background-image: none; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.shop .teaserbild-wrap .teaserbild {
              height: 100%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-pack: end;
                  justify-content: end; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.shop .text .text-innerwrap .shop {
              position: absolute;
              bottom: 0px;
              left: 0px;
              padding: 0 0 10px 20px; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .price {
                display: inline-block;
                float: left;
                font-weight: 600;
                color: #4f4f4f !important;
                margin-bottom: 20px;
                padding-top: 5px; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .basket {
                background-color: transparent !important;
                margin-top: 0px !important; }
                .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .basket:hover {
                  box-shadow: none !important; }
          .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title .materialtype {
            display: inline-block;
            padding-right: 40px;
            background-image: var(--svg-unlock-solid, url("../Icons/unlock-solid.svg"));
            background-repeat: no-repeat;
            background-size: 18px auto;
            background-position: right 2px;
            line-height: 25px; }
          .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title .premium-and-losep-prices {
            display: none; }
          .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title.premium .materialtype {
            background-image: var(--svg-crown, url("../Icons/crown.svg"));
            background-size: 24px auto; }
          .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer {
            box-shadow: 0 2px 12px #a8a4a4;
            border-radius: 0 !important;
            background-color: #fff; }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .teaserbild-wrap {
              width: 200px;
              height: 300px;
              border: 1px solid var(--color-lo-blue, #34A6BF); }
            .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text {
              padding: 10px;
              padding: 1rem;
              position: relative; }
              .locore-search-result-list .search-result.flex-container .search-teaser > a .teaserbildAndTextContainer .text .text-innerwrap {
                position: relative;
                height: 100%; }
        .locore-search-result-list .search-result.flex-container .search-teaser.shop > a {
          color: #4f4f4f !important; }
          .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            overflow: auto;
            /*  kein rahmen, rechts eckig (tmp.?) */
            /* Losep articles */
            /* Shop articles */ }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .teaserbild-wrap {
              border-radius: 0 !important;
              overflow: hidden;
              position: relative;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              border: 1px solid var(--color-lo-blue, #34A6BF); }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .teaserbild-wrap [class^='teaserbild-icon'] {
                width: 100%;
                height: 100%; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .teaserbild-wrap .teaserbild-icon--quelle {
                position: relative;
                background-color: var(--color-lo-blue, #34A6BF);
                background-image: url("../Icons/lehreronline_logo_welle_weiss.svg");
                background-repeat: no-repeat;
                background-size: auto 70px;
                background-position: 20px 90%; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .teaserbild-wrap .teaserbild-icon--discgr {
                position: absolute;
                top: 0;
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: 0% 0%;
                background-size: 200px auto; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .teaserbild-wrap .logged-in {
                padding: 5px;
                font-size: 60%;
                position: absolute;
                top: 5px;
                background-color: #fff;
                color: var(--color-lo-blue, #34A6BF);
                left: 5px;
                border: 1px solid var(--color-lo-blue, #34A6BF);
                width: 91%;
                z-index: 5; }
              @media print, screen and (max-width: 27.49875em) {
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .teaserbild-wrap {
                  display: none; } }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.elixier .teaserbild-wrap {
              border-color: #339900; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.elixier .teaserbild-wrap .teaserbild-icon--quelle {
                background-color: #339900;
                background-image: url("../Icons/lehreronline_elixier_weiss.svg");
                background-size: 40px auto; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.elixier .text .text-innerwrap .title h2, .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.elixier .text .text-innerwrap .title .materialtype {
              color: #339900; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.elixier .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
              color: #339900; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.hms .teaserbild-wrap {
              border-color: #b91b54; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.hms .teaserbild-wrap .teaserbild-icon--quelle {
                background-color: #b91b54;
                background-image: url("/_assets/98988d3104f243efdf102f732fe67400/Images/Handwerk_Daumen.svg");
                background-size: 40px auto;
                border: none; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.hms .text .text-innerwrap .title h2, .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.hms .text .text-innerwrap .title .materialtype {
              color: #b91b54; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.hms .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
              color: #b91b54; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.allways .teaserbild-wrap {
              border-color: #022aba; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.allways .teaserbild-wrap .teaserbild-icon--quelle {
                background-color: #022aba;
                background-image: url("../Icons/lehreronline_partner_weiss.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.allways .text .text-innerwrap .title h2, .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.allways .text .text-innerwrap .title .materialtype {
              color: #022aba; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.allways .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
              color: #022aba; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.dguv .teaserbild-icon--quelle {
              background-image: url("../Icons/lehreronline_gesundheit_weiss.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.lorecht .teaserbild-icon--quelle {
              background-image: url("../Icons/lehreronline_logo_welle_weiss.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.lorecht .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_8.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.collection .teaserbild-icon--quelle {
              background-image: url("../Icons/lehreronline_tauschboerse_weiss.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.course .teaserbild-icon--quelle {
              background-image: url("../Icons/lo-akademie_icon_weiss.svg");
              background-size: auto 93px;
              background-position: 15px 95%; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.course .teaserbild-icon--discgr {
              background-image: url("../Icons/lehreronline_course.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-1 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_1.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-2 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_2.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-3 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_3.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-4 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_4.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-5 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_5.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-6 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_6.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-7 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_7.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-8 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_8.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-9 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_9.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-10 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_10.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-11 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_Bildungsnews.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.discgr-100 .teaserbild-icon--discgr {
              background-image: url("../Icons/LO_Thumbnails_100.svg"); }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .logged-in {
              padding: 3px 0 0 3px;
              font-size: 90%;
              color: #fff; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .teaserbild-wrap {
              border: none !important;
              border-radius: 0 !important 0 0 0 !important; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text {
              font-size: 16px;
              font-size: 1.6rem;
              font-size: 16px;
              position: relative;
              height: 300px; }
              @media print, screen and (max-width: 27.49875em) {
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap {
                  padding: 0;
                  height: 200px; } }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .title {
                position: relative; }
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .title h2 {
                  display: block;
                  position: relative;
                  top: -2px;
                  color: var(--color-lo-blue, #34A6BF);
                  -o-hyphens: auto;
                  -webkit-hyphens: auto;
                  -ms-hyphens: auto;
                  hyphens: auto;
                  font-size: 17px;
                  margin: 0 0 5px 0; }
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .title .materialtype {
                  color: var(--color-lo-blue, #34A6BF);
                  font-size: 15px;
                  margin: 3px 0 7px; }
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices {
                  display: inline-block;
                  color: #4f4f4f;
                  line-height: 25px;
                  height: 20px;
                  margin-bottom: 10px; }
                  .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
                    color: var(--color-lo-blue, #34A6BF); }
                  .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices .price-container {
                    font-size: 13px;
                    display: inline-block;
                    border: 1px solid #4f4f4f;
                    border-radius: 0 !important;
                    padding: 0 5px; }
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .title.premium .premium-and-losep-prices {
                  background-image: var(--svg-crown, url("../Icons/crown.svg"));
                  background-repeat: no-repeat;
                  background-size: 24px auto;
                  background-position: left 2px;
                  padding-left: 30px; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap > p {
                font-size: 15px;
                line-height: 21px;
                color: #4f4f4f;
                margin-bottom: 0;
                opacity: 0; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .description {
                opacity: 0; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta {
                position: absolute;
                bottom: 0;
                font-size: 13px;
                font-size: 1.3rem;
                width: 265px; }
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container {
                  position: relative;
                  width: 100%; }
                  .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul {
                    margin: 0; }
                    .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li {
                      margin: 0;
                      padding-left: 30px;
                      padding-bottom: 0;
                      list-style-type: none;
                      line-height: 25px;
                      line-height: 2.5rem;
                      speak: never;
                      font-style: normal;
                      font-weight: normal;
                      font-variant: normal;
                      text-transform: none;
                      background-size: 24px 24px;
                      background-repeat: no-repeat; }
                      .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li.disc-list {
                        background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Erdkugel.svg"); }
                      .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li.educationlevel {
                        background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Schulhaus.svg"); }
                      .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li span {
                        color: #4f4f4f;
                        line-height: 15px;
                        line-height: 1.5rem;
                        display: inline-block; }
                  .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary.course ul li {
                    padding-left: 0px; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.losep .teaserbild-wrap {
              background-color: #fff; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild {
                height: 100%;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                    flex-direction: column;
                -ms-flex-pack: center;
                    justify-content: center;
                background-repeat: no-repeat;
                background-size: auto 40px;
                background-position: center 96%; }
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild.has-no-product-img {
                  background-image: none; }
                  .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild.has-no-product-img .articleimage {
                    background-color: var(--color-lo-blue, #34A6BF);
                    position: relative;
                    background-image: url("../Icons/LO_Thumbnails_Shop.svg"), url("../Icons/cart-shopping-sharp-solid.svg");
                    background-repeat: no-repeat;
                    background-size: 200px auto, auto 70px;
                    background-position: center top, 20px 210px;
                    height: 100%; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.losep .text .text-innerwrap .title.premium .materialtype {
              background-image: none; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.shop .teaserbild-wrap .teaserbild {
              height: 100%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-pack: end;
                  justify-content: end; }
            .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.shop .text .text-innerwrap .shop {
              position: absolute;
              bottom: 0px;
              left: 0px;
              padding: 0 0 10px 20px; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .price {
                display: inline-block;
                float: left;
                font-weight: 600;
                color: #4f4f4f !important;
                margin-bottom: 20px;
                padding-top: 5px; }
              .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .basket {
                background-color: transparent !important;
                margin-top: 0px !important; }
                .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .basket:hover {
                  box-shadow: none !important; }
          .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title .materialtype {
            display: inline-block;
            padding-right: 40px;
            background-image: var(--svg-unlock-solid, url("../Icons/unlock-solid.svg"));
            background-repeat: no-repeat;
            background-size: 18px auto;
            background-position: right 2px;
            line-height: 25px; }
          .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title .premium-and-losep-prices {
            display: none; }
          .locore-search-result-list .search-result.flex-container .search-teaser.shop > a .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title.premium .materialtype {
            background-image: var(--svg-crown, url("../Icons/crown.svg"));
            background-size: 24px auto; }
        @media print, screen and (max-width: 74.99875em) {
          .locore-search-result-list .search-result.flex-container .search-teaser {
            -ms-flex-direction: column;
                flex-direction: column;
            width: 100%;
            padding: 30px 15px 10px; } }
        @media print, screen and (max-width: 27.49875em) {
          .locore-search-result-list .search-result.flex-container .search-teaser {
            min-width: initial;
            padding: 15px 10px; }
            .locore-search-result-list .search-result.flex-container .search-teaser .teaserbild-wrap {
              display: none; } }
    .locore-search-result-list .search-result.list .search-teaser {
      max-width: none;
      width: 100%;
      -ms-flex-preferred-size: inherit;
          flex-basis: inherit;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      .locore-search-result-list .search-result.list .search-teaser > a {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 0;
        width: 100%; }
        .locore-search-result-list .search-result.list .search-teaser > a .teaserbild {
          background-size: 50px auto; }
        .locore-search-result-list .search-result.list .search-teaser > a .text {
          width: 100%;
          height: 300px; }
          .locore-search-result-list .search-result.list .search-teaser > a .text .title.premium h2 {
            display: inline; }
            .locore-search-result-list .search-result.list .search-teaser > a .text .title.premium h2 p {
              display: inline; }
          .locore-search-result-list .search-result.list .search-teaser > a .text .title.premium .materialtype {
            display: block;
            padding-right: 0;
            background-image: none; }
      .locore-search-result-list .search-result.list .search-teaser .search-summary-container {
        width: 260px; }
        .locore-search-result-list .search-result.list .search-teaser .search-summary-container .summary ul {
          margin-top: -5px;
          margin-top: -0.5rem; }
          .locore-search-result-list .search-result.list .search-teaser .search-summary-container .summary ul li {
            display: block;
            margin-right: 0; }
      .locore-search-result-list .search-result.list .search-teaser .summaryAndCta .cta {
        display: block; }
  .locore-search-result-list .pagebrowser ul li {
    background-color: transparent;
    margin: 0 1%; }
    .locore-search-result-list .pagebrowser ul li.current {
      font-weight: 600; }
  .locore-search-result-list.lo-akademie .resultheader {
    position: relative;
    top: -10px;
    top: -1rem; }
    .locore-search-result-list.lo-akademie .resultheader .sortdrop a,
    .locore-search-result-list.lo-akademie .resultheader .sortdrop strong, .locore-search-result-list.lo-akademie .resultheader .sortdrop span.inactive {
      border-radius: 7px;
      border: 1px solid var(--color-lo-orange, #f28d35);
      padding: 5px; }
    .locore-search-result-list.lo-akademie .resultheader .sortdrop a {
      color: var(--color-lo-orange, #f28d35); }
    .locore-search-result-list.lo-akademie .resultheader .sortdrop strong {
      background: var(--color-lo-orange, #f28d35);
      color: #fff;
      font-family: Verdana-Regular, sans-serif;
      font-weight: normal !important; }
    .locore-search-result-list.lo-akademie .resultheader .sortdrop span.inactive {
      color: var(--color-lo-orange, #f28d35);
      font-style: normal; }
    .locore-search-result-list.lo-akademie .resultheader .sortdrop span[data-id='date'] {
      margin: 0 10px;
      margin: 0 1rem; }

.list-filter-labels {
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }
  .list-filter-labels ul li {
    margin-left: 0; }

.reset {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 6px; }
  .reset:hover {
    font-size: 20px;
    padding: 4px; }

.contextSensitiveSearch header {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.contextSensitiveSearch .shopItemList .search-item {
  color: #4f4f4f !important;
  display: none;
  height: 410px;
  margin: 0 2px 0 0;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  padding-right: 20px; }
  .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    overflow: auto;
    /*  kein rahmen, rechts eckig (tmp.?) */
    /* Losep articles */
    /* Shop articles */ }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap {
      border-radius: 0 !important;
      overflow: hidden;
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border: 1px solid var(--color-lo-blue, #34A6BF); }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap [class^='teaserbild-icon'] {
        width: 100%;
        height: 100%; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap .teaserbild-icon--quelle {
        position: relative;
        background-color: var(--color-lo-blue, #34A6BF);
        background-image: url("../Icons/lehreronline_logo_welle_weiss.svg");
        background-repeat: no-repeat;
        background-size: auto 70px;
        background-position: 20px 90%; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap .teaserbild-icon--discgr {
        position: absolute;
        top: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 200px auto; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap .logged-in {
        padding: 5px;
        font-size: 60%;
        position: absolute;
        top: 5px;
        background-color: #fff;
        color: var(--color-lo-blue, #34A6BF);
        left: 5px;
        border: 1px solid var(--color-lo-blue, #34A6BF);
        width: 91%;
        z-index: 5; }
      @media print, screen and (max-width: 27.49875em) {
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap {
          display: none; } }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.elixier .teaserbild-wrap {
      border-color: #339900; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.elixier .teaserbild-wrap .teaserbild-icon--quelle {
        background-color: #339900;
        background-image: url("../Icons/lehreronline_elixier_weiss.svg");
        background-size: 40px auto; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.elixier .text .text-innerwrap .title h2, .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.elixier .text .text-innerwrap .title .materialtype {
      color: #339900; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.elixier .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
      color: #339900; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.hms .teaserbild-wrap {
      border-color: #b91b54; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.hms .teaserbild-wrap .teaserbild-icon--quelle {
        background-color: #b91b54;
        background-image: url("/_assets/98988d3104f243efdf102f732fe67400/Images/Handwerk_Daumen.svg");
        background-size: 40px auto;
        border: none; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.hms .text .text-innerwrap .title h2, .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.hms .text .text-innerwrap .title .materialtype {
      color: #b91b54; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.hms .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
      color: #b91b54; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.allways .teaserbild-wrap {
      border-color: #022aba; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.allways .teaserbild-wrap .teaserbild-icon--quelle {
        background-color: #022aba;
        background-image: url("../Icons/lehreronline_partner_weiss.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.allways .text .text-innerwrap .title h2, .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.allways .text .text-innerwrap .title .materialtype {
      color: #022aba; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.allways .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
      color: #022aba; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.dguv .teaserbild-icon--quelle {
      background-image: url("../Icons/lehreronline_gesundheit_weiss.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.lorecht .teaserbild-icon--quelle {
      background-image: url("../Icons/lehreronline_logo_welle_weiss.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.lorecht .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_8.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.collection .teaserbild-icon--quelle {
      background-image: url("../Icons/lehreronline_tauschboerse_weiss.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.course .teaserbild-icon--quelle {
      background-image: url("../Icons/lo-akademie_icon_weiss.svg");
      background-size: auto 93px;
      background-position: 15px 95%; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.course .teaserbild-icon--discgr {
      background-image: url("../Icons/lehreronline_course.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-1 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_1.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-2 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_2.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-3 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_3.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-4 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_4.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-5 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_5.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-6 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_6.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-7 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_7.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-8 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_8.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-9 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_9.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-10 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_10.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-11 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_Bildungsnews.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.discgr-100 .teaserbild-icon--discgr {
      background-image: url("../Icons/LO_Thumbnails_100.svg"); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .logged-in {
      padding: 3px 0 0 3px;
      font-size: 90%;
      color: #fff; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap {
      border: none !important;
      border-radius: 0 !important 0 0 0 !important; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text {
      font-size: 16px;
      font-size: 1.6rem;
      font-size: 16px;
      position: relative;
      height: 300px; }
      @media print, screen and (max-width: 27.49875em) {
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap {
          padding: 0;
          height: 200px; } }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .title {
        position: relative; }
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .title h2 {
          display: block;
          position: relative;
          top: -2px;
          color: var(--color-lo-blue, #34A6BF);
          -o-hyphens: auto;
          -webkit-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto;
          font-size: 17px;
          margin: 0 0 5px 0; }
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .title .materialtype {
          color: var(--color-lo-blue, #34A6BF);
          font-size: 15px;
          margin: 3px 0 7px; }
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices {
          display: inline-block;
          color: #4f4f4f;
          line-height: 25px;
          height: 20px;
          margin-bottom: 10px; }
          .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices .basis-content i {
            color: var(--color-lo-blue, #34A6BF); }
          .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .title .premium-and-losep-prices .price-container {
            font-size: 13px;
            display: inline-block;
            border: 1px solid #4f4f4f;
            border-radius: 0 !important;
            padding: 0 5px; }
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .title.premium .premium-and-losep-prices {
          background-image: var(--svg-crown, url("../Icons/crown.svg"));
          background-repeat: no-repeat;
          background-size: 24px auto;
          background-position: left 2px;
          padding-left: 30px; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap > p {
        font-size: 15px;
        line-height: 21px;
        color: #4f4f4f;
        margin-bottom: 0;
        opacity: 0; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .description {
        opacity: 0; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta {
        position: absolute;
        bottom: 0;
        font-size: 13px;
        font-size: 1.3rem;
        width: 265px; }
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container {
          position: relative;
          width: 100%; }
          .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul {
            margin: 0; }
            .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li {
              margin: 0;
              padding-left: 30px;
              padding-bottom: 0;
              list-style-type: none;
              line-height: 25px;
              line-height: 2.5rem;
              speak: never;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              background-size: 24px 24px;
              background-repeat: no-repeat; }
              .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li.disc-list {
                background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Erdkugel.svg"); }
              .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li.educationlevel {
                background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Schulhaus.svg"); }
              .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary ul li span {
                color: #4f4f4f;
                line-height: 15px;
                line-height: 1.5rem;
                display: inline-block; }
          .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .text-innerwrap .summaryAndCta .summary-container .summary.course ul li {
            padding-left: 0px; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.losep .teaserbild-wrap {
      background-color: #fff; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        background-repeat: no-repeat;
        background-size: auto 40px;
        background-position: center 96%; }
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild.has-no-product-img {
          background-image: none; }
          .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.losep .teaserbild-wrap .teaserbild.has-no-product-img .articleimage {
            background-color: var(--color-lo-blue, #34A6BF);
            position: relative;
            background-image: url("../Icons/LO_Thumbnails_Shop.svg"), url("../Icons/cart-shopping-sharp-solid.svg");
            background-repeat: no-repeat;
            background-size: 200px auto, auto 70px;
            background-position: center top, 20px 210px;
            height: 100%; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.losep .text .text-innerwrap .title.premium .materialtype {
      background-image: none; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.shop .teaserbild-wrap .teaserbild {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: end; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.shop .text .text-innerwrap .shop {
      position: absolute;
      bottom: 0px;
      left: 0px;
      padding: 0 0 10px 20px; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .price {
        display: inline-block;
        float: left;
        font-weight: 600;
        color: #4f4f4f !important;
        margin-bottom: 20px;
        padding-top: 5px; }
      .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .basket {
        background-color: transparent !important;
        margin-top: 0px !important; }
        .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.shop .text .text-innerwrap .shop .basket:hover {
          box-shadow: none !important; }
  .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title .materialtype {
    display: inline-block;
    padding-right: 40px;
    background-image: var(--svg-unlock-solid, url("../Icons/unlock-solid.svg"));
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: right 2px;
    line-height: 25px; }
  .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title .premium-and-losep-prices {
    display: none; }
  .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer.excludeNewLoShopInKachel .text .text-innerwrap .title.premium .materialtype {
    background-image: var(--svg-crown, url("../Icons/crown.svg"));
    background-size: 24px auto; }
  .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap {
    border: 1px solid var(--color-lo-orange, #f28d35); }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .teaserbild-wrap .articleimage {
      background-color: #fff; }
  .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text {
    padding-left: 20px;
    padding-left: 2rem;
    -ms-flex-item-align: center;
        align-self: center; }
    .contextSensitiveSearch .shopItemList .search-item .teaserbildAndTextContainer .text .title h2 {
      color: var(--color-lo-orange, #f28d35); }

.shop-teaser .articleimage {
  text-align: center; }
  .shop-teaser .articleimage img {
    width: 50%;
    height: auto;
    margin: 0 auto; }

.shop-teaser .price {
  text-align: center;
  font-weight: 500;
  font-size: 16px; }

.trennelement-innerwrap--slim .locore-search-result-list {
  margin-top: -30px; }
  .trennelement-innerwrap--slim .locore-search-result-list .cell > .trennelement-innerwrap {
    margin-top: 0px !important;
    margin-bottom: 30px !important; }

ul.simple-list {
  margin: 0 0 1em 0;
  padding: 0; }
  ul.simple-list li {
    padding: 10px;
    background-color: #ECECEC;
    list-style-type: none;
    position: relative;
    line-height: 130%;
    margin-bottom: 2px; }
    ul.simple-list li a {
      color: var(--color-lo-orange, #f28d35); }

.tx-locore-slot__wrapper {
  width: 100%; }

.tx-locore-slot__head {
  padding: 10px;
  color: #fff;
  border-bottom: 2px solid #fff; }

.tx-locore-slot__noitems {
  padding: 20px; }

.tx-locore-slot__center {
  text-align: center;
  margin: 0 auto; }

.tx-locore-slot__ul {
  margin: 0;
  padding: 0; }

.tx-locore-slot__li {
  list-style: none;
  margin: 0;
  position: relative;
  word-break: break-word; }
  .tx-locore-slot__li .title {
    color: var(--color-lo-blue, #34A6BF); }
  .tx-locore-slot__li a {
    position: relative;
    display: block;
    margin-bottom: 4px;
    margin-bottom: .4rem;
    word-break: break-word; }
  .tx-locore-slot__li .discipline-title a {
    color: var(--color-lo-blue, #34A6BF);
    font-size: 9px;
    font-size: 0.9rem;
    display: inline-block; }
  .tx-locore-slot__li span {
    display: inline-block;
    margin-bottom: 4px;
    margin-bottom: .4rem; }

.tx-locore-slot-aside .tx-locore-slot__li a {
  margin: 0; }

.unitplan {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  /* overall list layout */
  /* header */
  /* Item content */ }
  .unitplan li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .unitplan ul {
    margin: 0;
    padding: 0; }
  .unitplan > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .unitplan > header .plancontent,
    .unitplan > header .socialform {
      padding: 10px 15px; }
    @media print, screen and (max-width: 39.99875em) {
      .unitplan > header .socialform {
        display: none; } }
  .unitplan > ul > li > DIV > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .unitplan > ul > li > DIV > DIV {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .unitplan > ul > li > DIV > DIV .plancontent ul {
      margin-left: 15px;
      margin-left: 1.5rem;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
      .unitplan > ul > li > DIV > DIV .plancontent ul li {
        list-style: disc; }
    .unitplan > ul > li > DIV > DIV .socialform {
      margin-left: 40px;
      margin-left: 4rem;
      max-width: 150px; }
      @media print, screen and (max-width: 39.99875em) {
        .unitplan > ul > li > DIV > DIV .socialform {
          margin-left: 1.5rem; } }
    .unitplan > ul > li > DIV > DIV .duration {
      padding-left: 30px;
      background-size: 25px;
      background-repeat: no-repeat;
      background-position: left top;
      background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/clock-black.svg"); }

.tx-locore-tipp {
  display: -ms-flexbox;
  display: flex;
  max-width: 425px;
  /* Ueberlagertes logo bild */
  /* Phantom-Box zum Auffuellen der Zeile: */ }
  .tx-locore-tipp::before, .tx-locore-tipp::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tx-locore-tipp::after {
    clear: both; }
  .tx-locore-tipp p {
    margin-bottom: 8px;
    margin-bottom: 0.8125rem; }
  .tx-locore-tipp a {
    white-space: normal; }
  .tx-locore-tipp h2, .tx-locore-tipp h3 {
    margin: 0 0 4px;
    margin: 0 0 0.45rem;
    font-size: 20px;
    font-size: 2rem; }
  .tx-locore-tipp .image {
    line-height: 0; }
    .tx-locore-tipp .image a.internal-link:before {
      display: none;
      content: ''; }
  .tx-locore-tipp picture img {
    border-radius: 0 !important;
    width: 100%; }
  .tx-locore-tipp .textblock .topline {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
    margin-bottom: .3rem; }
  .tx-locore-tipp.twocolumn {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 567px; }
    @media print, screen and (max-width: 63.99875em) {
      .tx-locore-tipp.twocolumn {
        max-width: 520px; } }
    @media print, screen and (max-width: 39.99875em) {
      .tx-locore-tipp.twocolumn {
        max-width: 450px;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .tx-locore-tipp.twocolumn .image {
      height: auto;
      width: 100%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      @media print, screen and (max-width: 49.99875em) {
        .tx-locore-tipp.twocolumn .image {
          padding: 0; } }
      .tx-locore-tipp.twocolumn .image .ttt {
        background-size: cover;
        height: 100%;
        background-position: center center; }
    .tx-locore-tipp.twocolumn img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .tx-locore-tipp.twocolumn .textblock {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 100%;
      padding: 10px;
      padding: 1rem; }
  .tx-locore-tipp.onecolumn {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px;
    box-shadow: 0 2px 12px #a8a4a4;
    border-radius: 0 !important;
    background-color: #fff; }
    .tx-locore-tipp.onecolumn .image {
      padding: 0; }
    .tx-locore-tipp.onecolumn img {
      max-width: 100%;
      height: auto;
      width: 100%; }
    .tx-locore-tipp.onecolumn .textblock {
      width: 100%;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 7px 10px 0 10px;
      padding: 0.75rem 1rem 0 1rem;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-direction: column;
          flex-direction: column;
      display: -ms-flexbox;
      display: flex; }
      .tx-locore-tipp.onecolumn .textblock h2 {
        font-size: 18px !important;
        font-size: 1.8rem !important;
        line-height: 25px !important;
        line-height: 2.5rem !important;
        color: #4f4f4f !important;
        margin: 30px 0 20px;
        margin: 3rem 0 2rem; }
      .tx-locore-tipp.onecolumn .textblock p {
        -ms-flex-positive: 1;
            flex-grow: 1; }
      .tx-locore-tipp.onecolumn .textblock .linkblock {
        margin-top: 20px;
        margin-top: 2rem; }
  .tx-locore-tipp.colorbox {
    display: block;
    position: relative;
    height: initial !important;
    background-color: #fff; }
    .tx-locore-tipp.colorbox .image > a .ttt {
      position: relative; }
      .tx-locore-tipp.colorbox .image > a .ttt:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--color-lo-blue, rgba(52, 166, 191, 0.75));
        opacity: 0.7;
        transition: all .3s linear;
        border-radius: 0 !important;
        z-index: 1; }
      .tx-locore-tipp.colorbox .image > a .ttt img {
        filter: brightness(50%); }
    .tx-locore-tipp.colorbox .textblock {
      position: absolute;
      padding: 0;
      width: 80%;
      bottom: 15%;
      left: 10%;
      z-index: 1; }
      .tx-locore-tipp.colorbox .textblock .topline, .tx-locore-tipp.colorbox .textblock h2, .tx-locore-tipp.colorbox .textblock p {
        color: #fff;
        text-shadow: 0 0 5px black; }
      .tx-locore-tipp.colorbox .textblock h2 {
        font-family: Verdana-Bold, sans-serif;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 25px;
        line-height: 2.5rem;
        color: #fff !important; }
        @media print, screen and (max-width: 27.49875em) {
          .tx-locore-tipp.colorbox .textblock h2 {
            font-size: 2rem; } }
      .tx-locore-tipp.colorbox .textblock p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 30px;
        margin-bottom: 3.0rem; }
    .tx-locore-tipp.colorbox:hover .image a .ttt:before {
      background: none; }
  .tx-locore-tipp.slideritem {
    position: relative;
    height: initial !important;
    background-color: transparent;
    max-width: 1000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media print, screen and (max-width: 49.99875em) {
      .tx-locore-tipp.slideritem {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .tx-locore-tipp.slideritem .image > a {
      display: inline-block; }
      .tx-locore-tipp.slideritem .image > a picture img {
        height: auto;
        width: 100%; }
        @media print, screen and (min-width: 40em) {
          .tx-locore-tipp.slideritem .image > a picture img {
            width: 525px; } }
    .tx-locore-tipp.slideritem .textblock {
      padding: 0 0 0 40px;
      bottom: 70px;
      left: 0; }
      @media print, screen and (max-width: 49.99875em) {
        .tx-locore-tipp.slideritem .textblock {
          margin: 2rem 0 2rem 0;
          padding: 0; } }
      .tx-locore-tipp.slideritem .textblock h2 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 25px;
        line-height: 2.5rem; }
      .tx-locore-tipp.slideritem .textblock p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 30px;
        margin-bottom: 3.0rem; }
    .tx-locore-tipp.slideritem:hover .image a .ttt:before {
      background: none; }
  .tx-locore-tipp.ppbox {
    display: block;
    position: relative;
    height: initial !important;
    background-color: #fff;
    overflow: hidden; }
    .tx-locore-tipp.ppbox .image > a {
      display: inline-block; }
      .tx-locore-tipp.ppbox .image > a .ttt:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.25) 50%, rgba(62, 61, 61, 0.8) 80%); }
      .tx-locore-tipp.ppbox .image > a .ttt img {
        border-radius: 0 !important; }
    .tx-locore-tipp.ppbox .textblock {
      position: absolute;
      padding: 0 0 0 10px;
      bottom: 10px;
      left: 0; }
      .tx-locore-tipp.ppbox .textblock .topline, .tx-locore-tipp.ppbox .textblock h2, .tx-locore-tipp.ppbox .textblock p {
        color: #fff !important; }
      .tx-locore-tipp.ppbox .textblock h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-family: Verdana-Bold, sans-serif; }
      .tx-locore-tipp.ppbox .textblock p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 25px;
        line-height: 2.5rem;
        margin-bottom: 30px;
        margin-bottom: 3.0rem; }
  .tx-locore-tipp.fortbildungskachel {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px;
    box-shadow: 0 2px 12px #a8a4a4;
    border-radius: 0 !important;
    background-color: #fff;
    padding: 0; }
    .tx-locore-tipp.fortbildungskachel a {
      padding: 25px 40px;
      display: block;
      height: 100%; }
      .tx-locore-tipp.fortbildungskachel a .image {
        padding: 0; }
      .tx-locore-tipp.fortbildungskachel a img {
        max-width: 100%;
        height: auto;
        width: 100%; }
      .tx-locore-tipp.fortbildungskachel a .textblock {
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 7px 10px 0 10px;
        padding: 0.75rem 1rem 0 1rem;
        -ms-flex-positive: 1;
            flex-grow: 1;
        -ms-flex-direction: column;
            flex-direction: column;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        min-height: 70px;
        min-height: 7rem; }
        .tx-locore-tipp.fortbildungskachel a .textblock .linkblock {
          border: none;
          color: #34A6BF;
          background-color: #fff;
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 35px;
          line-height: 3.5rem;
          text-align: center;
          white-space: wrap;
          font-family: Verdana-Bold, sans-serif; }
  .tx-locore-tipp[class*="image-logo--"] {
    /* HmS */
    /* always */ }
    .tx-locore-tipp[class*="image-logo--"] .image > a .ttt:after {
      content: '';
      position: absolute;
      width: 100px;
      height: 50px;
      background-size: 90%;
      background-repeat: no-repeat;
      background-position: center;
      left: 10px;
      top: 10px;
      border-radius: 0; }
    .tx-locore-tipp[class*="image-logo--"].image-logo--1 .image > a .ttt:after {
      background-image: url("../Images/Handwerk_Logo_v5c_RZ.svg");
      background-color: #dc004f; }
    .tx-locore-tipp[class*="image-logo--"].image-logo--2 .image > a .ttt:after {
      background-image: url("../Images/about-you-logo.png");
      background-color: #022aba; }
  .tx-locore-tipp.no-content {
    height: 0px !important;
    background: transparent;
    border: none;
    padding: 0; }
    .tx-locore-tipp.no-content * {
      display: none !important; }

.tx-locore-tippautoimage {
  /*background-color: $color-lightgrey;*/
  display: -ms-flexbox;
  display: flex;
  /*&.twocolumn > * {
		@include breakpoint(small2  down) {
			float: left;
			width: 50%;
		}
	}*/ }
  .tx-locore-tippautoimage::before, .tx-locore-tippautoimage::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tx-locore-tippautoimage::after {
    clear: both; }
  .tx-locore-tippautoimage h1, .tx-locore-tippautoimage h2, .tx-locore-tippautoimage h3, .tx-locore-tippautoimage h4, .tx-locore-tippautoimage h5 {
    text-align: center; }
  .tx-locore-tippautoimage .image {
    line-height: 0;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .tx-locore-tippautoimage .image.with-padding figure {
      text-align: center;
      vertical-align: middle;
      background-color: #fff; }
  .tx-locore-tippautoimage .textblock strong {
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
    margin-bottom: .3rem; }
  .tx-locore-tippautoimage.twocolumn .image {
    height: auto;
    max-width: 100%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 10px 0 10px 10px;
    padding: 1rem 0 1rem 1rem;
    /*@include breakpoint(large down) {
				float: none;
				width: 100%;
			}*/ }
    .tx-locore-tippautoimage.twocolumn .image .ttt {
      background-size: cover;
      height: 100%;
      background-position: center center;
      /*@include breakpoint(large down) {
					min-height: 50vh;
				}*/ }
  .tx-locore-tippautoimage.twocolumn img {
    width: 100%;
    height: auto; }
  .tx-locore-tippautoimage.twocolumn .textblock {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 100%;
    font-size: 9px;
    font-size: 0.9rem; }
  .tx-locore-tippautoimage.onecolumn {
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column; }
    .tx-locore-tippautoimage.onecolumn img {
      max-width: 100%;
      height: auto; }

.twocol .span4 .tx-locore-tippautoimage h1, .twocol .span4 .tx-locore-tippautoimage h2, .twocol .span4 .tx-locore-tippautoimage h3, .twocol .span4 .tx-locore-tippautoimage h4, .twocol .span4 .tx-locore-tippautoimage h5 {
  font-size: 22px;
  text-align: left;
  font-weight: 400;
  padding: 10px;
  line-height: 1.3em; }

.twocol .span4 .tx-locore-tippautoimage .title {
  padding: 0px; }

body:not(.window_loaded) .skyscraper-container {
  visibility: hidden; }

.werbeelement {
  text-align: center;
  width: 100%; }
  .werbeelement--header {
    color: #4f4f4f;
    font-size: 11px !important;
    font-size: 1.125rem !important;
    max-width: 100%;
    width: 100%;
    display: block;
    letter-spacing: 1px;
    padding-bottom: 2px;
    padding-bottom: 0.25rem; }
  .werbeelement--content {
    width: 100%;
    max-width: 100%; }
    .werbeelement--content.rectangel {
      margin-left: auto;
      margin-right: auto; }
      .werbeelement--content.rectangel img {
        max-width: 300px; }
  .werbeelement img {
    max-width: 100% !important;
    height: auto !important; }

.werbeelement.ue-detail {
  padding-bottom: 1em; }

article .werbeelement--content {
  padding-top: 0.5em; }

article .cell > .werbeelement--content {
  padding-top: 0; }

.skyscraper-container {
  position: absolute !important;
  width: initial !important;
  height: 100%;
  z-index: 10;
  right: 194px;
  top: -20px; }
  @media print, screen and (max-width: 93.12375em) {
    .skyscraper-container {
      display: none; } }
  .skyscraper-container .skyscraper-banner {
    position: -webkit-sticky;
    position: sticky;
    padding-right: 10px;
    padding-right: 1rem;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-bottom: 5rem;
    top: 0; }
    .skyscraper-container .skyscraper-banner ins {
      border: 1px solid var(--color-lo-blue, #34A6BF);
      box-sizing: content-box; }
    .skyscraper-container .skyscraper-banner iframe {
      border: 1px solid #ccc; }

/* Vertical position mit breitem Headerbild/Slider */
.responsive a.asmlink {
  line-height: 0.5; }

.responsive img.asmbannerimg {
  width: 100% !important;
  height: auto !important; }

@media print, screen and (max-width: 49.99875em) {
  .responsive.square {
    margin-left: 0;
    margin-right: 0; } }

.onecol .responsive img.asmbannerimg {
  height: auto; }

.pid__1 .responsive.superbanner img.asmbannerimg {
  height: 100% !important; }

.responsive.banner-728 img.asmbannerimg {
  max-width: 728px !important; }

/* Fachportal: Medium Rectangle neben News-Slider */
.layout__pagets__13 .maincontent .trennelement--color2:last-of-type .twocol > .cell-2 .responsive {
  margin-top: 42px; }
  .layout__pagets__13 .maincontent .trennelement--color2:last-of-type .twocol > .cell-2 .responsive .werbeelement .werbeelement--header {
    font-size: 8px;
    font-size: 0.8125rem; }

.werbeelement--content {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

/* Werbelemente auf diversen Seiten ausblenden */
.pid__11 .werbeelement--content,
.pid__15 .werbeelement--content,
.pid__39 .werbeelement--content,
.pid__2071 .werbeelement--content,
.pid__1000997 .werbeelement--content,
.pid__1000904 .werbeelement--content,
.pid__1002855 .werbeelement--content,
.pid__11 .skyscraper-container,
.pid__15 .skyscraper-container,
.pid__45 .skyscraper-container,
.pid__18 .skyscraper-container,
.pid__39 .skyscraper-container,
.pid__70 .skyscraper-container,
.pid__71 .skyscraper-container,
.pid__72 .skyscraper-container,
.pid__73 .skyscraper-container,
.pid__2070 .skyscraper-container,
.pid__2071 .skyscraper-container,
.pid__1001154 .skyscraper-container,
.pid__629 .skyscraper-container,
.pid__2030 .skyscraper-container,
.pid__2025 .skyscraper-container,
.pid__1002855 .skyscraper-container,
.pid__1000904 .skyscraper-container,
.pid__1000997 .skyscraper-container,
.pid__1002269 .skyscraper-container,
.pid__1000611 .skyscraper-container {
  display: none; }

.werbeelement--content.empty {
  line-height: 0 !important;
  margin-bottom: 0 !important;
  transition: 0.5s ease-in-out; }

.asm_async_creative img {
  border-radius: 0; }

.square .asm_async_creative img {
  border-radius: 0 !important; }

/* Responsive Ads */
.responsive .asm_async_creative {
  overflow: hidden; }

.news-detail .short {
  background-color: #E1F4F8;
  border-radius: 0 !important;
  padding: 20px;
  border-color: transparent; }

.short .twocol .col.span3 {
  padding-right: 0; }

.short h2 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: .8rem;
  font-size: 12px;
  font-size: 1.25rem; }

.short p {
  margin-bottom: 0; }

article.article-detail header {
  position: relative; }
  article.article-detail header h1 {
    word-wrap: break-word;
    overflow-wrap: break-word; }
  article.article-detail header .label.premium {
    font-size: 15px;
    font-size: 1.5rem;
    color: #FFBF00; }

article.article-detail .keywords {
  padding: 9px;
  padding: 0.9375rem;
  background-color: #ECECEC; }
  article.article-detail .keywords ul.tags {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    article.article-detail .keywords ul.tags li {
      margin: 0 0px 0px 10px;
      margin: 0 0rem 0rem 1rem;
      color: #4f4f4f; }
      article.article-detail .keywords ul.tags li::marker {
        list-style: none; }
      article.article-detail .keywords ul.tags li span {
        margin-right: 10px;
        margin-right: 1.0rem; }
        article.article-detail .keywords ul.tags li span a {
          font-size: 7px;
          font-size: 0.75rem;
          color: #4f4f4f; }
          article.article-detail .keywords ul.tags li span a:before {
            margin-right: 4px;
            margin-right: 0.4rem; }
            article.article-detail .keywords ul.tags li span a:before:hover {
              text-decoration: none; }

article.article-detail ol li {
  list-style: decimal; }

article.article-detail .description {
  line-height: 1.4; }

article a.internal-link {
  white-space: normal; }

article .dossier-detail.dossier-95 .description {
  display: none; }

.news-detail .short {
  background-color: #E1F4F8;
  border-radius: 0 !important;
  padding: 20px;
  border-color: transparent; }

.short .twocol .col.span3 {
  padding-right: 0; }

.short h2 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: .8rem;
  font-size: 12px;
  font-size: 1.25rem; }

.short p {
  margin-bottom: 0; }

.news-detail {
  /*
	.devider {
		margin: 0 0 3.125rem;
	}
	*/ }
  .news-detail .author-and-date {
    font-size: 18px;
    font-size: 1.8rem; }
  .news-detail .keywords {
    padding: 9px;
    padding: 0.9375rem;
    background-color: #ECECEC; }
    .news-detail .keywords ul.tags {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .news-detail .keywords ul.tags li {
        margin: 0 0px 0px 10px;
        margin: 0 0rem 0rem 1rem;
        color: #4f4f4f; }
        .news-detail .keywords ul.tags li::marker {
          list-style: none; }
        .news-detail .keywords ul.tags li span {
          margin-right: 10px;
          margin-right: 1.0rem; }
          .news-detail .keywords ul.tags li span a {
            font-size: 7px;
            font-size: 0.75rem;
            color: #4f4f4f; }
            .news-detail .keywords ul.tags li span a:before {
              margin-right: 4px;
              margin-right: 0.4rem; }
              .news-detail .keywords ul.tags li span a:before:hover {
                text-decoration: none; }
  .news-detail .news-navigation {
    margin-top: 31px;
    margin-top: 3.125rem; }
    .news-detail .news-navigation .older-newer {
      float: right; }
      .news-detail .news-navigation .older-newer span {
        display: inline-block; }
        .news-detail .news-navigation .older-newer span + span {
          padding-left: 6px;
          padding-left: 0.6875rem;
          border-left: 1px solid var(--color-lo-orange, #f28d35);
          margin-left: 8px;
          margin-left: .8rem; }

/*
.article-detail {
	header {
		margin-bottom: 0;
	}
}
*/
article.tx-locore-lounit--detail,
div.tx-locore-lounit--detail {
  background: #fff;
  padding: 0;
  /*
    .header-discipline-group {
      color: $color-font-grey;

      .text {
        margin-left: .2em;
        font-weight: 400;
        text-transform: uppercase;
      }
    }
    .discipline-group-head {
    }
    */
  /*
    > .distance-top {
      margin-top: 30px;
    }
    */ }
  article.tx-locore-lounit--detail header,
  div.tx-locore-lounit--detail header {
    position: relative; }
    article.tx-locore-lounit--detail header h1,
    div.tx-locore-lounit--detail header h1 {
      word-wrap: break-word;
      overflow-wrap: break-word; }
    article.tx-locore-lounit--detail header .label.premium,
    div.tx-locore-lounit--detail header .label.premium {
      font-size: 15px;
      font-size: 1.5rem;
      color: #FFBF00; }
  article.tx-locore-lounit--detail .news-detail .short,
  div.tx-locore-lounit--detail .news-detail .short {
    background-color: #E1F4F8;
    border-radius: 0 !important;
    padding: 20px;
    border-color: transparent; }
  article.tx-locore-lounit--detail .short .twocol .col.span3,
  div.tx-locore-lounit--detail .short .twocol .col.span3 {
    padding-right: 0; }
  article.tx-locore-lounit--detail .short h2,
  div.tx-locore-lounit--detail .short h2 {
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: .8rem;
    font-size: 12px;
    font-size: 1.25rem; }
  article.tx-locore-lounit--detail .short p,
  div.tx-locore-lounit--detail .short p {
    margin-bottom: 0; }
  article.tx-locore-lounit--detail .keywords,
  div.tx-locore-lounit--detail .keywords {
    padding: 9px;
    padding: 0.9375rem;
    background-color: #ECECEC; }
    article.tx-locore-lounit--detail .keywords ul.tags,
    div.tx-locore-lounit--detail .keywords ul.tags {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      article.tx-locore-lounit--detail .keywords ul.tags li,
      div.tx-locore-lounit--detail .keywords ul.tags li {
        margin: 0 0px 0px 10px;
        margin: 0 0rem 0rem 1rem;
        color: #4f4f4f; }
        article.tx-locore-lounit--detail .keywords ul.tags li::marker,
        div.tx-locore-lounit--detail .keywords ul.tags li::marker {
          list-style: none; }
        article.tx-locore-lounit--detail .keywords ul.tags li span,
        div.tx-locore-lounit--detail .keywords ul.tags li span {
          margin-right: 10px;
          margin-right: 1.0rem; }
          article.tx-locore-lounit--detail .keywords ul.tags li span a,
          div.tx-locore-lounit--detail .keywords ul.tags li span a {
            font-size: 7px;
            font-size: 0.75rem;
            color: #4f4f4f; }
            article.tx-locore-lounit--detail .keywords ul.tags li span a:before,
            div.tx-locore-lounit--detail .keywords ul.tags li span a:before {
              margin-right: 4px;
              margin-right: 0.4rem; }
              article.tx-locore-lounit--detail .keywords ul.tags li span a:before:hover,
              div.tx-locore-lounit--detail .keywords ul.tags li span a:before:hover {
                text-decoration: none; }
  article.tx-locore-lounit--detail .discipline-group-head,
  div.tx-locore-lounit--detail .discipline-group-head {
    margin: 0 0 6px 0;
    margin: 0 0 0.625rem 0;
    background: none !important;
    vertical-align: middle;
    line-height: 2.6em;
    text-transform: uppercase;
    overflow: visible;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999 !important; }
    article.tx-locore-lounit--detail .discipline-group-head .text,
    div.tx-locore-lounit--detail .discipline-group-head .text {
      margin-left: .1em;
      font-weight: 400;
      text-transform: uppercase; }
    article.tx-locore-lounit--detail .discipline-group-head .icon,
    div.tx-locore-lounit--detail .discipline-group-head .icon {
      margin-top: 0px;
      margin-right: .2em;
      font-size: 1.2em;
      color: #999 !important; }
      article.tx-locore-lounit--detail .discipline-group-head .icon:nth-child(1):before,
      div.tx-locore-lounit--detail .discipline-group-head .icon:nth-child(1):before {
        color: #4f4f4f !important; }
  article.tx-locore-lounit--detail .interactive-bread-crump,
  div.tx-locore-lounit--detail .interactive-bread-crump {
    margin: 0 0 20px 0;
    overflow: visible; }
    article.tx-locore-lounit--detail .interactive-bread-crump ul,
    div.tx-locore-lounit--detail .interactive-bread-crump ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      article.tx-locore-lounit--detail .interactive-bread-crump ul li,
      div.tx-locore-lounit--detail .interactive-bread-crump ul li {
        margin: 0;
        padding: 0;
        white-space: nowrap;
        display: inline-block; }
        article.tx-locore-lounit--detail .interactive-bread-crump ul li .interactive-dropdown,
        div.tx-locore-lounit--detail .interactive-bread-crump ul li .interactive-dropdown {
          display: inline-block;
          background: none;
          color: var(--color-lo-blue, #34A6BF);
          padding: .3em .75em;
          position: relative;
          border: 1px solid var(--color-lo-blue, #34A6BF); }
          article.tx-locore-lounit--detail .interactive-bread-crump ul li .interactive-dropdown ul,
          div.tx-locore-lounit--detail .interactive-bread-crump ul li .interactive-dropdown ul {
            position: absolute;
            margin: .3em 0 0 -.75em;
            padding: 0;
            background: none;
            min-width: 100%;
            background-color: #fff;
            border: 1px solid var(--color-lo-blue, #34A6BF); }
            article.tx-locore-lounit--detail .interactive-bread-crump ul li .interactive-dropdown ul li,
            div.tx-locore-lounit--detail .interactive-bread-crump ul li .interactive-dropdown ul li {
              color: var(--color-lo-blue, #34A6BF);
              background-color: #fff;
              list-style-type: none;
              display: block;
              margin: 0 0 1px 0;
              padding: .3em .75em;
              border-bottom: 1px solid var(--color-lo-blue, #34A6BF); }
  article.tx-locore-lounit--detail .author-and-date,
  div.tx-locore-lounit--detail .author-and-date {
    font-size: 18px;
    font-size: 1.8rem; }
  article.tx-locore-lounit--detail .summary-container,
  div.tx-locore-lounit--detail .summary-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    @media print, screen and (max-width: 63.99875em) {
      article.tx-locore-lounit--detail .summary-container,
      div.tx-locore-lounit--detail .summary-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    article.tx-locore-lounit--detail .summary-container .summary,
    div.tx-locore-lounit--detail .summary-container .summary {
      position: relative;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      width: 100%;
      border-radius: 0 !important;
      padding: 9px;
      padding: 0.9375rem;
      background-color: #E1F4F8;
      margin-right: 0; }
      article.tx-locore-lounit--detail .summary-container .summary.elixier,
      div.tx-locore-lounit--detail .summary-container .summary.elixier {
        background-color: #339900; }
      article.tx-locore-lounit--detail .summary-container .summary ul,
      div.tx-locore-lounit--detail .summary-container .summary ul {
        width: 100%;
        list-style-type: none;
        margin: 0; }
        article.tx-locore-lounit--detail .summary-container .summary ul li,
        div.tx-locore-lounit--detail .summary-container .summary ul li {
          margin: 0 0 10px 0;
          margin: 0 0 1rem 0;
          padding-bottom: 0;
          padding-left: 30px;
          list-style-type: none;
          line-height: 1.4;
          background-size: 25px;
          background-repeat: no-repeat;
          background-position: left top; }
          article.tx-locore-lounit--detail .summary-container .summary ul li.icon-fach,
          div.tx-locore-lounit--detail .summary-container .summary ul li.icon-fach {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Erdkugel.svg"); }
          article.tx-locore-lounit--detail .summary-container .summary ul li.icon-schoolstage,
          div.tx-locore-lounit--detail .summary-container .summary ul li.icon-schoolstage {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Schulhaus.svg"); }
          article.tx-locore-lounit--detail .summary-container .summary ul li.icon-count-hours,
          div.tx-locore-lounit--detail .summary-container .summary ul li.icon-count-hours {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/clock-black.svg"); }
          article.tx-locore-lounit--detail .summary-container .summary ul li.icon-learningtype,
          div.tx-locore-lounit--detail .summary-container .summary ul li.icon-learningtype {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/monitor-black.svg"); }
          article.tx-locore-lounit--detail .summary-container .summary ul li.icon-count-files,
          div.tx-locore-lounit--detail .summary-container .summary ul li.icon-count-files {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/materialien-black.svg"); }
          article.tx-locore-lounit--detail .summary-container .summary ul li.icon-in-shop-lib,
          div.tx-locore-lounit--detail .summary-container .summary ul li.icon-in-shop-lib {
            padding-left: 0; }
            article.tx-locore-lounit--detail .summary-container .summary ul li.icon-in-shop-lib a span,
            div.tx-locore-lounit--detail .summary-container .summary ul li.icon-in-shop-lib a span {
              padding-left: 3px; }
          article.tx-locore-lounit--detail .summary-container .summary ul li span,
          div.tx-locore-lounit--detail .summary-container .summary ul li span {
            font-size: 10px;
            font-size: 1rem;
            font-weight: 400;
            text-rendering: optimizeLegibility;
            font-style: normal;
            font-variant: normal;
            font-size: inherit; }
    article.tx-locore-lounit--detail .summary-container .cta,
    div.tx-locore-lounit--detail .summary-container .cta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-positive: 1;
          flex-grow: 1;
      text-align: center; }
      @media print, screen and (max-width: 63.99875em) {
        article.tx-locore-lounit--detail .summary-container .cta,
        div.tx-locore-lounit--detail .summary-container .cta {
          -ms-flex-positive: unset;
              flex-grow: unset; } }
      article.tx-locore-lounit--detail .summary-container .cta > div.button,
      div.tx-locore-lounit--detail .summary-container .cta > div.button {
        margin: 0 0 0 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
        @media print, screen and (max-width: 63.99875em) {
          article.tx-locore-lounit--detail .summary-container .cta > div.button,
          div.tx-locore-lounit--detail .summary-container .cta > div.button {
            margin: 1.5rem 0 1rem 0; } }
        article.tx-locore-lounit--detail .summary-container .cta > div.button a,
        div.tx-locore-lounit--detail .summary-container .cta > div.button a {
          white-space: normal;
          -ms-flex-pack: center;
              justify-content: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          line-height: 1.2; }
          article.tx-locore-lounit--detail .summary-container .cta > div.button a i,
          div.tx-locore-lounit--detail .summary-container .cta > div.button a i {
            margin-top: 10px;
            font-size: 20px;
            font-size: 2rem; }
          article.tx-locore-lounit--detail .summary-container .cta > div.button a div,
          div.tx-locore-lounit--detail .summary-container .cta > div.button a div {
            margin-top: 10px;
            padding: 0 10px 10px 10px;
            font-size: 15px;
            font-size: 1.5rem; }
          article.tx-locore-lounit--detail .summary-container .cta > div.button a .icon--basket,
          div.tx-locore-lounit--detail .summary-container .cta > div.button a .icon--basket {
            background-color: var(--color-lo-orange, #f28d35);
            background-size: 25px !important;
            display: inline-block;
            width: 30px !important;
            height: 30px !important;
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/cart_icon_white.png");
            background-repeat: no-repeat;
            background-position: center; }
          article.tx-locore-lounit--detail .summary-container .cta > div.button a .price,
          div.tx-locore-lounit--detail .summary-container .cta > div.button a .price {
            font-size: 8px;
            font-size: 0.85rem; }
    article.tx-locore-lounit--detail .summary-container .tx-locore-lounit--opendocument,
    div.tx-locore-lounit--detail .summary-container .tx-locore-lounit--opendocument {
      margin-top: 20px !important; }
    article.tx-locore-lounit--detail .summary-container .tx-locore-lounit--pdf-preview,
    div.tx-locore-lounit--detail .summary-container .tx-locore-lounit--pdf-preview {
      background: #fff;
      border: 1px solid var(--color-lo-blue, #34A6BF); }
      article.tx-locore-lounit--detail .summary-container .tx-locore-lounit--pdf-preview .image-container,
      div.tx-locore-lounit--detail .summary-container .tx-locore-lounit--pdf-preview .image-container {
        float: none;
        max-width: 100%; }
        article.tx-locore-lounit--detail .summary-container .tx-locore-lounit--pdf-preview .image-container img.pdf-preview,
        div.tx-locore-lounit--detail .summary-container .tx-locore-lounit--pdf-preview .image-container img.pdf-preview {
          width: 100%;
          max-width: 100%; }
    article.tx-locore-lounit--detail .summary-container .cta ul,
    div.tx-locore-lounit--detail .summary-container .cta ul {
      bottom: 0;
      margin-left: 1em; }
      @media print, screen and (max-width: 74.99875em) {
        article.tx-locore-lounit--detail .summary-container .cta ul,
        div.tx-locore-lounit--detail .summary-container .cta ul {
          bottom: auto;
          margin-top: 1em;
          margin-left: 0; } }
      @media print, screen and (max-width: 63.99875em) {
        article.tx-locore-lounit--detail .summary-container .cta ul,
        div.tx-locore-lounit--detail .summary-container .cta ul {
          bottom: 0;
          display: block;
          margin-left: 1em; } }
      @media print, screen and (max-width: 39.99875em) {
        article.tx-locore-lounit--detail .summary-container .cta ul,
        div.tx-locore-lounit--detail .summary-container .cta ul {
          bottom: auto;
          margin-top: 1em;
          margin-left: 0; } }
      article.tx-locore-lounit--detail .summary-container .cta ul span,
      div.tx-locore-lounit--detail .summary-container .cta ul span {
        margin-right: .3em; }
      article.tx-locore-lounit--detail .summary-container .cta ul li,
      div.tx-locore-lounit--detail .summary-container .cta ul li {
        margin: 0 0 .5em 0; }
        @media print, screen and (max-width: 74.99875em) {
          article.tx-locore-lounit--detail .summary-container .cta ul li,
          div.tx-locore-lounit--detail .summary-container .cta ul li {
            display: inline-block; } }
        @media print, screen and (max-width: 63.99875em) {
          article.tx-locore-lounit--detail .summary-container .cta ul li,
          div.tx-locore-lounit--detail .summary-container .cta ul li {
            display: block; } }
        @media print, screen and (max-width: 39.99875em) {
          article.tx-locore-lounit--detail .summary-container .cta ul li,
          div.tx-locore-lounit--detail .summary-container .cta ul li {
            display: inline-block; } }
      article.tx-locore-lounit--detail .summary-container .cta ul li:last-child,
      div.tx-locore-lounit--detail .summary-container .cta ul li:last-child {
        margin: 0; }
    article.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .summary,
    div.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .summary {
      padding: 0; }
    article.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .cta,
    div.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .cta {
      vertical-align: top; }
    article.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages,
    div.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
      margin-top: 20px;
      margin-left: 1em;
      color: #000; }
      @media print, screen and (max-width: 74.99875em) {
        article.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages,
        div.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 0; } }
      @media print, screen and (max-width: 63.99875em) {
        article.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages,
        div.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 1em; } }
      @media print, screen and (max-width: 39.99875em) {
        article.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages,
        div.tx-locore-lounit--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 0; } }
  article.tx-locore-lounit--detail .teaserpic,
  div.tx-locore-lounit--detail .teaserpic {
    max-width: 100%;
    text-align: right; }
    article.tx-locore-lounit--detail .teaserpic img,
    div.tx-locore-lounit--detail .teaserpic img {
      max-width: 100%; }
  article.tx-locore-lounit--detail .summary-container,
  div.tx-locore-lounit--detail .summary-container {
    display: block; }
    article.tx-locore-lounit--detail .summary-container .summary,
    div.tx-locore-lounit--detail .summary-container .summary {
      margin-bottom: 20px;
      margin-bottom: 2rem; }

/*
.summary-container-pdf-preview {

  .summary {
    padding: 0;
  }

  .cta {
    vertical-align: top;
  }

  .tx-locore-lounit--pdf-preview-pages {
    margin-top: 20px;
    margin-left: 1em;
    color: $color-black;

    @include breakpoint(large down) {
      margin-left: 0;
    }

    @include breakpoint(medium2 down) {
      margin-left: 1em;
    }

    @include breakpoint(small2  down) {
      margin-left: 0;
    }
  }

}
*/
> .didactic {
  margin: 0 0 31px;
  margin: 0 0 3.125rem; }

.tx-locore-lounit--subpage-detail .news-detail .short {
  background-color: #E1F4F8;
  border-radius: 0 !important;
  padding: 20px;
  border-color: transparent; }

.tx-locore-lounit--subpage-detail .short .twocol .col.span3 {
  padding-right: 0; }

.tx-locore-lounit--subpage-detail .short h2 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: .8rem;
  font-size: 12px;
  font-size: 1.25rem; }

.tx-locore-lounit--subpage-detail .short p {
  margin-bottom: 0; }

.tx-locore-lounit--subpage-detail .short {
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  padding: 9px;
  padding: 0.9375rem; }
  .tx-locore-lounit--subpage-detail .short h2 {
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: .8rem; }
  .tx-locore-lounit--subpage-detail .short p {
    margin-bottom: 0; }

.container-image.dossier-headerimage {
  position: relative; }
  .container-image.dossier-headerimage:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    background: rgba(62, 61, 61, 0.3); }
  .container-image.dossier-headerimage picture img {
    width: 100%;
    max-width: none; }
  .container-image.dossier-headerimage .headline-wrap {
    position: relative; }
    .container-image.dossier-headerimage .headline-wrap .headline-innerwrap {
      position: absolute;
      bottom: 20px;
      bottom: 2rem; }
      .container-image.dossier-headerimage .headline-wrap .headline-innerwrap h1,
      .container-image.dossier-headerimage .headline-wrap .headline-innerwrap .topic {
        color: #000; }
        .container-image.dossier-headerimage .headline-wrap .headline-innerwrap h1 > span,
        .container-image.dossier-headerimage .headline-wrap .headline-innerwrap .topic > span {
          padding: 2px 12px;
          -webkit-box-decoration-break: clone;
                  box-decoration-break: clone;
          background-color: #fff; }
      .container-image.dossier-headerimage .headline-wrap .headline-innerwrap h1 {
        color: #34A6BF;
        font-size: 40px;
        font-size: 4rem;
        max-width: 100%;
        margin-bottom: 10px;
        margin-bottom: 1rem; }
        @media print, screen and (max-width: 49.99875em) {
          .container-image.dossier-headerimage .headline-wrap .headline-innerwrap h1 {
            font-size: 3rem; } }
        .container-image.dossier-headerimage .headline-wrap .headline-innerwrap h1.titleShort {
          display: none; }
        @media print, screen and (max-width: 39.99875em) {
          .container-image.dossier-headerimage .headline-wrap .headline-innerwrap h1.titleLong {
            display: none; }
          .container-image.dossier-headerimage .headline-wrap .headline-innerwrap h1.titleShort {
            display: inline-block; } }
      .container-image.dossier-headerimage .headline-wrap .headline-innerwrap .topic {
        font-family: Verdana-Bold, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        max-width: 100%; }

.dossier-detail article .marker {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.trennelement-container .trennelement-innerwrap .dossier-detail {
  position: relative; }
  .trennelement-container .trennelement-innerwrap .dossier-detail header {
    /* Fake horizontal trennelement, keeps html in one piece  */ }
    .trennelement-container .trennelement-innerwrap .dossier-detail header h1 {
      display: inline-block;
      color: var(--color-lo-blue, #34A6BF);
      font-size: 40px;
      font-size: 4rem; }
      .trennelement-container .trennelement-innerwrap .dossier-detail header h1.titleShort {
        display: none; }
      @media print, screen and (max-width: 39.99875em) {
        .trennelement-container .trennelement-innerwrap .dossier-detail header h1.titleLong {
          display: none; }
        .trennelement-container .trennelement-innerwrap .dossier-detail header h1.titleShort {
          display: inline-block; } }
    .trennelement-container .trennelement-innerwrap .dossier-detail header .topic {
      font-size: 16px;
      font-size: 1.6rem;
      color: var(--color-lo-blue, #34A6BF);
      margin-bottom: 20px;
      margin-bottom: 2rem; }
    .trennelement-container .trennelement-innerwrap .dossier-detail header .dossier-detail__ce-content {
      height: 100%;
      /* Fake horizontal trennelement, keeps html in one piece  */
      background-color: #E1F4F8;
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%; }
  .trennelement-container .trennelement-innerwrap .dossier-detail .content-above-description .frame-type-locore_loimageslider {
    margin-top: 60px; }
  .trennelement-container .trennelement-innerwrap .dossier-detail-table td.cta {
    width: 120px !important;
    padding: 2px 6px !important;
    padding: 0.2rem 0.625rem !important;
    text-align: left; }
    .trennelement-container .trennelement-innerwrap .dossier-detail-table td.cta a {
      font-size: 8px !important;
      font-size: 0.875rem !important;
      font-weight: normal;
      margin-bottom: 5px;
      margin-bottom: 0.5rem; }
  .trennelement-container .trennelement-innerwrap .dossier-detail .keywords {
    padding: 9px;
    padding: 0.9375rem;
    background-color: #ECECEC; }
    .trennelement-container .trennelement-innerwrap .dossier-detail .keywords ul.tags {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .trennelement-container .trennelement-innerwrap .dossier-detail .keywords ul.tags li {
        margin: 0 0px 0px 10px;
        margin: 0 0rem 0rem 1rem;
        color: #4f4f4f; }
        .trennelement-container .trennelement-innerwrap .dossier-detail .keywords ul.tags li::marker {
          list-style: none; }
        .trennelement-container .trennelement-innerwrap .dossier-detail .keywords ul.tags li span {
          margin-right: 10px;
          margin-right: 1.0rem; }
          .trennelement-container .trennelement-innerwrap .dossier-detail .keywords ul.tags li span a {
            font-size: 7px;
            font-size: 0.75rem;
            color: #4f4f4f; }
            .trennelement-container .trennelement-innerwrap .dossier-detail .keywords ul.tags li span a:before {
              margin-right: 4px;
              margin-right: 0.4rem; }
              .trennelement-container .trennelement-innerwrap .dossier-detail .keywords ul.tags li span a:before:hover {
                text-decoration: none; }
  .trennelement-container .trennelement-innerwrap .dossier-detail .tx-locore-textbox--collapsable > header {
    display: table !important;
    width: 100%; }
  .trennelement-container .trennelement-innerwrap .dossier-detail hr {
    color: #ECECEC;
    margin-bottom: 30px; }
  .trennelement-container .trennelement-innerwrap .dossier-detail__ce-content {
    margin-bottom: 25px;
    margin-bottom: 2.5rem; }
  .trennelement-container .trennelement-innerwrap .dossier-detail__units__header {
    display: table;
    background-color: #4f4f4f;
    width: 100%;
    margin-bottom: 7px;
    padding: 10px 15px; }
    .trennelement-container .trennelement-innerwrap .dossier-detail__units__header_head {
      float: left;
      display: table-cell;
      color: #fff; }
      .trennelement-container .trennelement-innerwrap .dossier-detail__units__header_head.disciplinegroup {
        width: 50%; }
      .trennelement-container .trennelement-innerwrap .dossier-detail__units__header_head.schooltype {
        width: 50%; }
  .trennelement-container .trennelement-innerwrap .dossier-detail__units__content_head {
    float: left;
    display: table-cell;
    color: #fff; }
    .trennelement-container .trennelement-innerwrap .dossier-detail__units__content_head.disciplinegroup {
      width: 50%; }
    .trennelement-container .trennelement-innerwrap .dossier-detail__units__content_head.schooltype {
      width: 50%; }
  .trennelement-container .trennelement-innerwrap .dossier-detail__units__content_element.disciplinegroup {
    width: 50%; }
  .trennelement-container .trennelement-innerwrap .dossier-detail__units__content_element.schooltype {
    width: 50%; }
  .trennelement-container .trennelement-innerwrap .dossier-detail__units__duration > .icon-clock {
    color: var(--color-lo-orange, #f28d35); }

.trennelement-container .trennelement-innerwrap .top-partner-in-bottom-line .partner-box {
  height: 100%; }

.trennelement-container .trennelement-innerwrap.withheaderimage {
  margin-top: 0 !important; }

article.elixier-detail {
  /*
    // TODO: maybe find a way to have h2's in non-overview pages styled equally and centrally
    h2 {
      margin-top: 3.125rem;
    }

    .tx-locore-textbox--collapsable {
      h2 {
        margin-top: 0;
      }
    }
    */
  /*
    .header-discipline-group {
      color: $color-font-grey;

      .text {
        margin-left: .2em;
        font-weight: 400;
        text-transform: uppercase;
      }
    }
    */
  /*
    > .distance-top {
      margin-top: 30px;
    }
    */ }
  article.elixier-detail header {
    position: relative; }
    article.elixier-detail header h1 {
      word-wrap: break-word;
      overflow-wrap: break-word; }
    article.elixier-detail header .label.premium {
      font-size: 15px;
      font-size: 1.5rem;
      color: #FFBF00; }
  article.elixier-detail h1, article.elixier-detail h2, article.elixier-detail h3, article.elixier-detail h4 {
    color: #339900 !important; }
  article.elixier-detail .marker .basis-content,
  article.elixier-detail .marker .materialtype {
    color: #339900; }
  article.elixier-detail .elixier-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    article.elixier-detail .elixier-link ul li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  article.elixier-detail .keywords {
    padding: 9px;
    padding: 0.9375rem;
    background-color: #ECECEC; }
    article.elixier-detail .keywords ul.tags {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      article.elixier-detail .keywords ul.tags li {
        margin: 0 0px 0px 10px;
        margin: 0 0rem 0rem 1rem;
        color: #4f4f4f; }
        article.elixier-detail .keywords ul.tags li::marker {
          list-style: none; }
        article.elixier-detail .keywords ul.tags li span {
          margin-right: 10px;
          margin-right: 1.0rem; }
          article.elixier-detail .keywords ul.tags li span a {
            font-size: 7px;
            font-size: 0.75rem;
            color: #4f4f4f; }
            article.elixier-detail .keywords ul.tags li span a:before {
              margin-right: 4px;
              margin-right: 0.4rem; }
              article.elixier-detail .keywords ul.tags li span a:before:hover {
                text-decoration: none; }
  article.elixier-detail .discipline-group-head {
    margin: 0 0 6px 0;
    margin: 0 0 0.625rem 0;
    background: none !important;
    vertical-align: middle;
    line-height: 2.6em;
    text-transform: uppercase;
    overflow: visible;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999 !important; }
    article.elixier-detail .discipline-group-head .text {
      margin-left: .1em;
      font-weight: 400;
      text-transform: uppercase; }
    article.elixier-detail .discipline-group-head .icon {
      margin-top: 0px;
      margin-right: .2em;
      font-size: 1.2em;
      color: #999 !important; }
      article.elixier-detail .discipline-group-head .icon:nth-child(1):before {
        color: #4f4f4f !important; }
  article.elixier-detail .interactive-bread-crump {
    margin: 0 0 20px 0;
    overflow: visible; }
    article.elixier-detail .interactive-bread-crump ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      article.elixier-detail .interactive-bread-crump ul li {
        margin: 0;
        padding: 0;
        white-space: nowrap;
        display: inline-block; }
        article.elixier-detail .interactive-bread-crump ul li .interactive-dropdown {
          display: inline-block;
          background: none;
          color: var(--color-lo-blue, #34A6BF);
          padding: .3em .75em;
          position: relative;
          border: 1px solid var(--color-lo-blue, #34A6BF); }
          article.elixier-detail .interactive-bread-crump ul li .interactive-dropdown ul {
            position: absolute;
            margin: .3em 0 0 -.75em;
            padding: 0;
            background: none;
            min-width: 100%;
            background-color: #fff;
            border: 1px solid var(--color-lo-blue, #34A6BF); }
            article.elixier-detail .interactive-bread-crump ul li .interactive-dropdown ul li {
              color: var(--color-lo-blue, #34A6BF);
              background-color: #fff;
              list-style-type: none;
              display: block;
              margin: 0 0 1px 0;
              padding: .3em .75em;
              border-bottom: 1px solid var(--color-lo-blue, #34A6BF); }
  article.elixier-detail .author-and-date {
    font-size: 18px;
    font-size: 1.8rem; }
  article.elixier-detail .summary-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    @media print, screen and (max-width: 63.99875em) {
      article.elixier-detail .summary-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    article.elixier-detail .summary-container .summary {
      position: relative;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      width: 100%;
      border-radius: 0 !important;
      padding: 9px;
      padding: 0.9375rem;
      background-color: #E1F4F8;
      margin-right: 0; }
      article.elixier-detail .summary-container .summary.elixier {
        background-color: #339900; }
      article.elixier-detail .summary-container .summary ul {
        width: 100%;
        list-style-type: none;
        margin: 0; }
        article.elixier-detail .summary-container .summary ul li {
          margin: 0 0 10px 0;
          margin: 0 0 1rem 0;
          padding-bottom: 0;
          padding-left: 30px;
          list-style-type: none;
          line-height: 1.4;
          background-size: 25px;
          background-repeat: no-repeat;
          background-position: left top; }
          article.elixier-detail .summary-container .summary ul li.icon-fach {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Erdkugel.svg"); }
          article.elixier-detail .summary-container .summary ul li.icon-schoolstage {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Schulhaus.svg"); }
          article.elixier-detail .summary-container .summary ul li.icon-count-hours {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/clock-black.svg"); }
          article.elixier-detail .summary-container .summary ul li.icon-learningtype {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/monitor-black.svg"); }
          article.elixier-detail .summary-container .summary ul li.icon-count-files {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/materialien-black.svg"); }
          article.elixier-detail .summary-container .summary ul li.icon-in-shop-lib {
            padding-left: 0; }
            article.elixier-detail .summary-container .summary ul li.icon-in-shop-lib a span {
              padding-left: 3px; }
          article.elixier-detail .summary-container .summary ul li span {
            font-size: 10px;
            font-size: 1rem;
            font-weight: 400;
            text-rendering: optimizeLegibility;
            font-style: normal;
            font-variant: normal;
            font-size: inherit; }
    article.elixier-detail .summary-container .cta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-positive: 1;
          flex-grow: 1;
      text-align: center; }
      @media print, screen and (max-width: 63.99875em) {
        article.elixier-detail .summary-container .cta {
          -ms-flex-positive: unset;
              flex-grow: unset; } }
      article.elixier-detail .summary-container .cta > div.button {
        margin: 0 0 0 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
        @media print, screen and (max-width: 63.99875em) {
          article.elixier-detail .summary-container .cta > div.button {
            margin: 1.5rem 0 1rem 0; } }
        article.elixier-detail .summary-container .cta > div.button a {
          white-space: normal;
          -ms-flex-pack: center;
              justify-content: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          line-height: 1.2; }
          article.elixier-detail .summary-container .cta > div.button a i {
            margin-top: 10px;
            font-size: 20px;
            font-size: 2rem; }
          article.elixier-detail .summary-container .cta > div.button a div {
            margin-top: 10px;
            padding: 0 10px 10px 10px;
            font-size: 15px;
            font-size: 1.5rem; }
          article.elixier-detail .summary-container .cta > div.button a .icon--basket {
            background-color: var(--color-lo-orange, #f28d35);
            background-size: 25px !important;
            display: inline-block;
            width: 30px !important;
            height: 30px !important;
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/cart_icon_white.png");
            background-repeat: no-repeat;
            background-position: center; }
          article.elixier-detail .summary-container .cta > div.button a .price {
            font-size: 8px;
            font-size: 0.85rem; }
    article.elixier-detail .summary-container .tx-locore-lounit--opendocument {
      margin-top: 20px !important; }
    article.elixier-detail .summary-container .tx-locore-lounit--pdf-preview {
      background: #fff;
      border: 1px solid var(--color-lo-blue, #34A6BF); }
      article.elixier-detail .summary-container .tx-locore-lounit--pdf-preview .image-container {
        float: none;
        max-width: 100%; }
        article.elixier-detail .summary-container .tx-locore-lounit--pdf-preview .image-container img.pdf-preview {
          width: 100%;
          max-width: 100%; }
    article.elixier-detail .summary-container .cta ul {
      bottom: 0;
      margin-left: 1em; }
      @media print, screen and (max-width: 74.99875em) {
        article.elixier-detail .summary-container .cta ul {
          bottom: auto;
          margin-top: 1em;
          margin-left: 0; } }
      @media print, screen and (max-width: 63.99875em) {
        article.elixier-detail .summary-container .cta ul {
          bottom: 0;
          display: block;
          margin-left: 1em; } }
      @media print, screen and (max-width: 39.99875em) {
        article.elixier-detail .summary-container .cta ul {
          bottom: auto;
          margin-top: 1em;
          margin-left: 0; } }
      article.elixier-detail .summary-container .cta ul span {
        margin-right: .3em; }
      article.elixier-detail .summary-container .cta ul li {
        margin: 0 0 .5em 0; }
        @media print, screen and (max-width: 74.99875em) {
          article.elixier-detail .summary-container .cta ul li {
            display: inline-block; } }
        @media print, screen and (max-width: 63.99875em) {
          article.elixier-detail .summary-container .cta ul li {
            display: block; } }
        @media print, screen and (max-width: 39.99875em) {
          article.elixier-detail .summary-container .cta ul li {
            display: inline-block; } }
      article.elixier-detail .summary-container .cta ul li:last-child {
        margin: 0; }
    article.elixier-detail .summary-container.summary-container-pdf-preview .summary {
      padding: 0; }
    article.elixier-detail .summary-container.summary-container-pdf-preview .cta {
      vertical-align: top; }
    article.elixier-detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
      margin-top: 20px;
      margin-left: 1em;
      color: #000; }
      @media print, screen and (max-width: 74.99875em) {
        article.elixier-detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 0; } }
      @media print, screen and (max-width: 63.99875em) {
        article.elixier-detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 1em; } }
      @media print, screen and (max-width: 39.99875em) {
        article.elixier-detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 0; } }
  article.elixier-detail .news-detail .short {
    background-color: #E1F4F8;
    border-radius: 0 !important;
    padding: 20px;
    border-color: transparent; }
  article.elixier-detail .short .twocol .col.span3 {
    padding-right: 0; }
  article.elixier-detail .short h2 {
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: .8rem;
    font-size: 12px;
    font-size: 1.25rem; }
  article.elixier-detail .short p {
    margin-bottom: 0; }
  article.elixier-detail .teaserpic {
    max-width: 100%;
    text-align: right; }
    article.elixier-detail .teaserpic img {
      max-width: 100%; }
  article.elixier-detail .summary-container .summary.elixier ul li:before, article.elixier-detail .summary-container .summary.elixier ul li span {
    color: #fff; }
  article.elixier-detail .summary-container .elixier.elixier-link {
    width: auto;
    max-width: 355px;
    padding: 6px 0;
    padding: 0.625rem 0; }
  article.elixier-detail > .didactic {
    margin: 0 0 31px;
    margin: 0 0 3.125rem; }

article.tx-locore-loelixier--detail.externalElixier h1, article.tx-locore-loelixier--detail.externalElixier h2, article.tx-locore-loelixier--detail.externalElixier h3, article.tx-locore-loelixier--detail.externalElixier h4 {
  color: #339900; }

article.tx-locore-loelixier--detail.externalElixier .elixier-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  article.tx-locore-loelixier--detail.externalElixier .elixier-link ul li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

/* Detailseite Elixier, Partnerbox in rechter Spalte */
.pid__1001388 .maincontent .twocol .span4 .partner-box.boxed > header {
  background-color: #339900; }

.pid__1001388 .maincontent .twocol .span4 .partner-box.boxed > .box-content {
  background-color: #ecf7e7 !important; }

article.tx-locore-loworkingmaterial--detail,
div.tx-locore-loworkingmaterial--detail {
  /*
  .header-discipline-group {
    color: $color-font-grey;

    .text {
      margin-left: .2em;
      font-weight: 400;
      text-transform: uppercase;
    }
  }
  .discipline-group-head {
  }
  */
  /*
  > .distance-top {
    margin-top: 30px;
  }
  */ }
  article.tx-locore-loworkingmaterial--detail .background,
  div.tx-locore-loworkingmaterial--detail .background {
    background: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  article.tx-locore-loworkingmaterial--detail header,
  div.tx-locore-loworkingmaterial--detail header {
    position: relative; }
    article.tx-locore-loworkingmaterial--detail header h1,
    div.tx-locore-loworkingmaterial--detail header h1 {
      word-wrap: break-word;
      overflow-wrap: break-word; }
    article.tx-locore-loworkingmaterial--detail header .label.premium,
    div.tx-locore-loworkingmaterial--detail header .label.premium {
      font-size: 15px;
      font-size: 1.5rem;
      color: #FFBF00; }
  article.tx-locore-loworkingmaterial--detail .keywords,
  div.tx-locore-loworkingmaterial--detail .keywords {
    padding: 9px;
    padding: 0.9375rem;
    background-color: #ECECEC; }
    article.tx-locore-loworkingmaterial--detail .keywords ul.tags,
    div.tx-locore-loworkingmaterial--detail .keywords ul.tags {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      article.tx-locore-loworkingmaterial--detail .keywords ul.tags li,
      div.tx-locore-loworkingmaterial--detail .keywords ul.tags li {
        margin: 0 0px 0px 10px;
        margin: 0 0rem 0rem 1rem;
        color: #4f4f4f; }
        article.tx-locore-loworkingmaterial--detail .keywords ul.tags li::marker,
        div.tx-locore-loworkingmaterial--detail .keywords ul.tags li::marker {
          list-style: none; }
        article.tx-locore-loworkingmaterial--detail .keywords ul.tags li span,
        div.tx-locore-loworkingmaterial--detail .keywords ul.tags li span {
          margin-right: 10px;
          margin-right: 1.0rem; }
          article.tx-locore-loworkingmaterial--detail .keywords ul.tags li span a,
          div.tx-locore-loworkingmaterial--detail .keywords ul.tags li span a {
            font-size: 7px;
            font-size: 0.75rem;
            color: #4f4f4f; }
            article.tx-locore-loworkingmaterial--detail .keywords ul.tags li span a:before,
            div.tx-locore-loworkingmaterial--detail .keywords ul.tags li span a:before {
              margin-right: 4px;
              margin-right: 0.4rem; }
              article.tx-locore-loworkingmaterial--detail .keywords ul.tags li span a:before:hover,
              div.tx-locore-loworkingmaterial--detail .keywords ul.tags li span a:before:hover {
                text-decoration: none; }
  article.tx-locore-loworkingmaterial--detail .discipline-group-head,
  div.tx-locore-loworkingmaterial--detail .discipline-group-head {
    margin: 0 0 6px 0;
    margin: 0 0 0.625rem 0;
    background: none !important;
    vertical-align: middle;
    line-height: 2.6em;
    text-transform: uppercase;
    overflow: visible;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999 !important; }
    article.tx-locore-loworkingmaterial--detail .discipline-group-head .text,
    div.tx-locore-loworkingmaterial--detail .discipline-group-head .text {
      margin-left: .1em;
      font-weight: 400;
      text-transform: uppercase; }
    article.tx-locore-loworkingmaterial--detail .discipline-group-head .icon,
    div.tx-locore-loworkingmaterial--detail .discipline-group-head .icon {
      margin-top: 0px;
      margin-right: .2em;
      font-size: 1.2em;
      color: #999 !important; }
      article.tx-locore-loworkingmaterial--detail .discipline-group-head .icon:nth-child(1):before,
      div.tx-locore-loworkingmaterial--detail .discipline-group-head .icon:nth-child(1):before {
        color: #4f4f4f !important; }
  article.tx-locore-loworkingmaterial--detail .interactive-bread-crump,
  div.tx-locore-loworkingmaterial--detail .interactive-bread-crump {
    margin: 0 0 20px 0;
    overflow: visible; }
    article.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul,
    div.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      article.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul li,
      div.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul li {
        margin: 0;
        padding: 0;
        white-space: nowrap;
        display: inline-block; }
        article.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul li .interactive-dropdown,
        div.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul li .interactive-dropdown {
          display: inline-block;
          background: none;
          color: var(--color-lo-blue, #34A6BF);
          padding: .3em .75em;
          position: relative;
          border: 1px solid var(--color-lo-blue, #34A6BF); }
          article.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul li .interactive-dropdown ul,
          div.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul li .interactive-dropdown ul {
            position: absolute;
            margin: .3em 0 0 -.75em;
            padding: 0;
            background: none;
            min-width: 100%;
            background-color: #fff;
            border: 1px solid var(--color-lo-blue, #34A6BF); }
            article.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul li .interactive-dropdown ul li,
            div.tx-locore-loworkingmaterial--detail .interactive-bread-crump ul li .interactive-dropdown ul li {
              color: var(--color-lo-blue, #34A6BF);
              background-color: #fff;
              list-style-type: none;
              display: block;
              margin: 0 0 1px 0;
              padding: .3em .75em;
              border-bottom: 1px solid var(--color-lo-blue, #34A6BF); }
  article.tx-locore-loworkingmaterial--detail .author-and-date,
  div.tx-locore-loworkingmaterial--detail .author-and-date {
    font-size: 18px;
    font-size: 1.8rem; }
  article.tx-locore-loworkingmaterial--detail .summary-container,
  div.tx-locore-loworkingmaterial--detail .summary-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    @media print, screen and (max-width: 63.99875em) {
      article.tx-locore-loworkingmaterial--detail .summary-container,
      div.tx-locore-loworkingmaterial--detail .summary-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    article.tx-locore-loworkingmaterial--detail .summary-container .summary,
    div.tx-locore-loworkingmaterial--detail .summary-container .summary {
      position: relative;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      width: 100%;
      border-radius: 0 !important;
      padding: 9px;
      padding: 0.9375rem;
      background-color: #E1F4F8;
      margin-right: 0; }
      article.tx-locore-loworkingmaterial--detail .summary-container .summary.elixier,
      div.tx-locore-loworkingmaterial--detail .summary-container .summary.elixier {
        background-color: #339900; }
      article.tx-locore-loworkingmaterial--detail .summary-container .summary ul,
      div.tx-locore-loworkingmaterial--detail .summary-container .summary ul {
        width: 100%;
        list-style-type: none;
        margin: 0; }
        article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li,
        div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li {
          margin: 0 0 10px 0;
          margin: 0 0 1rem 0;
          padding-bottom: 0;
          padding-left: 30px;
          list-style-type: none;
          line-height: 1.4;
          background-size: 25px;
          background-repeat: no-repeat;
          background-position: left top; }
          article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-fach,
          div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-fach {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Erdkugel.svg"); }
          article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-schoolstage,
          div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-schoolstage {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/Schulhaus.svg"); }
          article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-count-hours,
          div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-count-hours {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/clock-black.svg"); }
          article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-learningtype,
          div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-learningtype {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/monitor-black.svg"); }
          article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-count-files,
          div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-count-files {
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/materialien-black.svg"); }
          article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-in-shop-lib,
          div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-in-shop-lib {
            padding-left: 0; }
            article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-in-shop-lib a span,
            div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li.icon-in-shop-lib a span {
              padding-left: 3px; }
          article.tx-locore-loworkingmaterial--detail .summary-container .summary ul li span,
          div.tx-locore-loworkingmaterial--detail .summary-container .summary ul li span {
            font-size: 10px;
            font-size: 1rem;
            font-weight: 400;
            text-rendering: optimizeLegibility;
            font-style: normal;
            font-variant: normal;
            font-size: inherit; }
    article.tx-locore-loworkingmaterial--detail .summary-container .cta,
    div.tx-locore-loworkingmaterial--detail .summary-container .cta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-positive: 1;
          flex-grow: 1;
      text-align: center; }
      @media print, screen and (max-width: 63.99875em) {
        article.tx-locore-loworkingmaterial--detail .summary-container .cta,
        div.tx-locore-loworkingmaterial--detail .summary-container .cta {
          -ms-flex-positive: unset;
              flex-grow: unset; } }
      article.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button,
      div.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button {
        margin: 0 0 0 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
        @media print, screen and (max-width: 63.99875em) {
          article.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button,
          div.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button {
            margin: 1.5rem 0 1rem 0; } }
        article.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a,
        div.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a {
          white-space: normal;
          -ms-flex-pack: center;
              justify-content: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          line-height: 1.2; }
          article.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a i,
          div.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a i {
            margin-top: 10px;
            font-size: 20px;
            font-size: 2rem; }
          article.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a div,
          div.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a div {
            margin-top: 10px;
            padding: 0 10px 10px 10px;
            font-size: 15px;
            font-size: 1.5rem; }
          article.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a .icon--basket,
          div.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a .icon--basket {
            background-color: var(--color-lo-orange, #f28d35);
            background-size: 25px !important;
            display: inline-block;
            width: 30px !important;
            height: 30px !important;
            background-image: url("/_assets/df0316ebe866bbf57966530190eb9b2f/Icons/cart_icon_white.png");
            background-repeat: no-repeat;
            background-position: center; }
          article.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a .price,
          div.tx-locore-loworkingmaterial--detail .summary-container .cta > div.button a .price {
            font-size: 8px;
            font-size: 0.85rem; }
    article.tx-locore-loworkingmaterial--detail .summary-container .tx-locore-lounit--opendocument,
    div.tx-locore-loworkingmaterial--detail .summary-container .tx-locore-lounit--opendocument {
      margin-top: 20px !important; }
    article.tx-locore-loworkingmaterial--detail .summary-container .tx-locore-lounit--pdf-preview,
    div.tx-locore-loworkingmaterial--detail .summary-container .tx-locore-lounit--pdf-preview {
      background: #fff;
      border: 1px solid var(--color-lo-blue, #34A6BF); }
      article.tx-locore-loworkingmaterial--detail .summary-container .tx-locore-lounit--pdf-preview .image-container,
      div.tx-locore-loworkingmaterial--detail .summary-container .tx-locore-lounit--pdf-preview .image-container {
        float: none;
        max-width: 100%; }
        article.tx-locore-loworkingmaterial--detail .summary-container .tx-locore-lounit--pdf-preview .image-container img.pdf-preview,
        div.tx-locore-loworkingmaterial--detail .summary-container .tx-locore-lounit--pdf-preview .image-container img.pdf-preview {
          width: 100%;
          max-width: 100%; }
    article.tx-locore-loworkingmaterial--detail .summary-container .cta ul,
    div.tx-locore-loworkingmaterial--detail .summary-container .cta ul {
      bottom: 0;
      margin-left: 1em; }
      @media print, screen and (max-width: 74.99875em) {
        article.tx-locore-loworkingmaterial--detail .summary-container .cta ul,
        div.tx-locore-loworkingmaterial--detail .summary-container .cta ul {
          bottom: auto;
          margin-top: 1em;
          margin-left: 0; } }
      @media print, screen and (max-width: 63.99875em) {
        article.tx-locore-loworkingmaterial--detail .summary-container .cta ul,
        div.tx-locore-loworkingmaterial--detail .summary-container .cta ul {
          bottom: 0;
          display: block;
          margin-left: 1em; } }
      @media print, screen and (max-width: 39.99875em) {
        article.tx-locore-loworkingmaterial--detail .summary-container .cta ul,
        div.tx-locore-loworkingmaterial--detail .summary-container .cta ul {
          bottom: auto;
          margin-top: 1em;
          margin-left: 0; } }
      article.tx-locore-loworkingmaterial--detail .summary-container .cta ul span,
      div.tx-locore-loworkingmaterial--detail .summary-container .cta ul span {
        margin-right: .3em; }
      article.tx-locore-loworkingmaterial--detail .summary-container .cta ul li,
      div.tx-locore-loworkingmaterial--detail .summary-container .cta ul li {
        margin: 0 0 .5em 0; }
        @media print, screen and (max-width: 74.99875em) {
          article.tx-locore-loworkingmaterial--detail .summary-container .cta ul li,
          div.tx-locore-loworkingmaterial--detail .summary-container .cta ul li {
            display: inline-block; } }
        @media print, screen and (max-width: 63.99875em) {
          article.tx-locore-loworkingmaterial--detail .summary-container .cta ul li,
          div.tx-locore-loworkingmaterial--detail .summary-container .cta ul li {
            display: block; } }
        @media print, screen and (max-width: 39.99875em) {
          article.tx-locore-loworkingmaterial--detail .summary-container .cta ul li,
          div.tx-locore-loworkingmaterial--detail .summary-container .cta ul li {
            display: inline-block; } }
      article.tx-locore-loworkingmaterial--detail .summary-container .cta ul li:last-child,
      div.tx-locore-loworkingmaterial--detail .summary-container .cta ul li:last-child {
        margin: 0; }
    article.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .summary,
    div.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .summary {
      padding: 0; }
    article.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .cta,
    div.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .cta {
      vertical-align: top; }
    article.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages,
    div.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
      margin-top: 20px;
      margin-left: 1em;
      color: #000; }
      @media print, screen and (max-width: 74.99875em) {
        article.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages,
        div.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 0; } }
      @media print, screen and (max-width: 63.99875em) {
        article.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages,
        div.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 1em; } }
      @media print, screen and (max-width: 39.99875em) {
        article.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages,
        div.tx-locore-loworkingmaterial--detail .summary-container.summary-container-pdf-preview .tx-locore-lounit--pdf-preview-pages {
          margin-left: 0; } }
  article.tx-locore-loworkingmaterial--detail .news-detail .short,
  div.tx-locore-loworkingmaterial--detail .news-detail .short {
    background-color: #E1F4F8;
    border-radius: 0 !important;
    padding: 20px;
    border-color: transparent; }
  article.tx-locore-loworkingmaterial--detail .short .twocol .col.span3,
  div.tx-locore-loworkingmaterial--detail .short .twocol .col.span3 {
    padding-right: 0; }
  article.tx-locore-loworkingmaterial--detail .short h2,
  div.tx-locore-loworkingmaterial--detail .short h2 {
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: .8rem;
    font-size: 12px;
    font-size: 1.25rem; }
  article.tx-locore-loworkingmaterial--detail .short p,
  div.tx-locore-loworkingmaterial--detail .short p {
    margin-bottom: 0; }
  article.tx-locore-loworkingmaterial--detail .teaserpic,
  div.tx-locore-loworkingmaterial--detail .teaserpic {
    max-width: 100%;
    text-align: right; }
    article.tx-locore-loworkingmaterial--detail .teaserpic img,
    div.tx-locore-loworkingmaterial--detail .teaserpic img {
      max-width: 100%; }
  article.tx-locore-loworkingmaterial--detail > .didactic,
  div.tx-locore-loworkingmaterial--detail > .didactic {
    margin: 0 0 31px;
    margin: 0 0 3.125rem; }
  article.tx-locore-loworkingmaterial--detail .fwu-video,
  div.tx-locore-loworkingmaterial--detail .fwu-video {
    position: relative;
    padding-bottom: 20px;
    cursor: pointer; }
    article.tx-locore-loworkingmaterial--detail .fwu-video video,
    div.tx-locore-loworkingmaterial--detail .fwu-video video {
      width: 100% !important;
      height: auto !important;
      border: 2px solid #4f4f4f; }

/* -------------------------------------------------------------------------- */
/* aus Template "Lehrer-Online Root Template" auf Seite "Lehrer-Online"  [1]  */
/* -> verschoben nach screen.scss */
.grid-x.twocol .cell.large-4.cell-2 #c1085467 {
  margin-bottom: 0; }

/* ------------------------------- */
/* Startseite [1]  */
.pid__1 {
  /* Media Query für mobile Ansicht: nur zwei Tipps anzeigen (IE 15.08.24) */ }
  @media print, screen and (max-width: 74.99875em) {
    .pid__1 .content-wrapper .maincontent .onecol.row-fluid > .col > div:nth-child(4) {
      display: none; }
    .pid__1 .content-wrapper .maincontent .onecol.row-fluid > .col > div:nth-child(5) {
      display: none; } }
  @media screen and (max-width: 63.9375em) {
    .pid__1 .slider-container .trennelement-innerwrap .twocol .cell:last-child {
      display: none; } }
  @media screen and (min-width: 64em) {
    .pid__1 .ads-mobile {
      display: none; } }
  .pid__1 h1 {
    font-size: 26px;
    font-size: 2.6rem; }
  .pid__1 #c1142107 h2 {
    color: #34A6BF; }

/* ------------------------------- */
/* Seite "Vorteile & Preise" [18]  */
.pid__18 h1 {
  margin-bottom: 7px;
  margin-bottom: 0.75rem; }

.pid__18 .content-wrapper .csc-textpic-caption {
  color: inherit;
  font-size: 12px;
  padding: 0;
  margin: 16px 0 0 0;
  margin: 10px 0 0 0;
  margin: 1rem 0 0 0;
  background: transparent;
  text-align: center; }

.pid__18 #c1129333 {
  width: 100%; }

.pid__18 .head-slider {
  display: none; }

.pid__18 .pid__18 h1 {
  margin-bottom: 7px;
  margin-bottom: 0.75rem; }

.pid__18 .content-wrapper .maincontent .csc-default .frame-type-locore_loimageslider .locore-imageslider {
  margin: 0 !important; }

.pid__18 .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li {
  margin: 0;
  height: 90px; }

.pid__18 .content-wrapper .csc-textpic-caption {
  color: inherit;
  font-size: 12px;
  padding: 0;
  margin: 16px 0 0 0;
  margin: 10px 0 0 0;
  margin: 1rem 0 0 0;
  background: transparent;
  text-align: center; }

.pid__18 .subscription-page .hint {
  /*display: none;*/ }

.pid__18 .aktion {
  position: relative;
  width: 300px;
  height: auto !important; }

.pid__18 .rabattbutton {
  position: absolute;
  margin: 0 auto;
  /*top: -5rem;
        left: 40%; */
  top: -80px;
  top: -8rem;
  left: 55%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 300px; }

.pid__18 .sparen-slogan {
  display: none; }

.pid__18 .aktion-mobil {
  display: none; }

@media (min-width: 1200px) {
  .pid__18 .frame-type-locore_loimageslider {
    width: 600px; }
  .pid__18 .sparen-slogan {
    display: inline-block; } }

@media (max-width: 1200px) {
  .pid__18 .rabattbutton {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; } }

@media (max-width: 800px) {
  .pid__18 {
    /* INA .subscription-page .row.flexbox .col.flexbox {
            display: block !important;
        }
        */ }
    .pid__18 .aktion {
      display: none; }
    .pid__18 .aktion-mobil {
      display: block; }
    .pid__18 .rabattbutton-mobil {
      margin: 0 auto;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .pid__18 .offer-teaser.premium #tarif-select {
      padding: 0.5rem;
      height: 40px;
      font-size: 100%; }
    .pid__18 .frame-type-locore_loimageslider {
      display: none; } }

/* ------------------------------------- */
/* "Extremismuspräventation"  [1001633]  */
/* -------------------------------- */
/*  "Digitale Lehrwerke"  [1001632] */
/* ---------------------------------------------------------------------- */
/* "Flucht und Integration" auf Seite "Flucht und Integration" [1001667]  */
/* ------------------------------------------------------------------------------------------------------ */
/* "Extremismuspräventation" auf Seite "Flucht und Integration – eine gesamtdeutsche Gesch..." [1001672]  */
/* ------------------------ */
/*  "Testseite"  [1001666]  */
/*  todo: noch noetig?  */
.pid__1001666 .head-slider .backgr-image {
  background-image: url("/fileadmin/user_upload_jubi/04_Header/Themenportal-JuBi.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 240px; }

.pid__1001666 .logo-container {
  padding: 0.5em;
  position: relative;
  z-index: 100;
  top: 60px;
  left: 20px;
  background-color: #fff;
  opacity: 0.85;
  width: 320px; }

.pid__1001666 .jubititel {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 400px) {
  .pid__1001666 .logo-img img {
    width: 220px; }
  .pid__1001666 .jubititel {
    font-size: 16px; }
  .pid__1001666 .logo-container {
    width: 240px; } }

/* ------------------------------------------------------------------- */
/* "Schieberiegel Gruppenlizenz" auf Seite "Gruppenlizenz"  [1003200]  */
.pid__1003200 .powermail_form .powermail_field textarea,
.pid__1003689 .powermail_form .powermail_field textarea {
  display: block;
  width: calc(100% - 9.375rem - 1.25rem);
  float: right; }

.pid__1003200 .powermail_fieldwrap_type_captcha input,
.pid__1003689 .powermail_fieldwrap_type_captcha input {
  vertical-align: top;
  width: auto; }

/* ----------------------------------------------------------------- */
/* "Landingpage BSW" auf Seite "premium.lehrer-online.de" [1001218]  */
/* todo: noch noetig? Seite ist nur Verweis  */
.pid__1001218 {
  /*.header-nav {display:none;}*/ }
  .pid__1001218 .ad-right-skyscraper-wide {
    display: none; }
  .pid__1001218 .loquicknav {
    display: none; }
  .pid__1001218 .content-wrapper .header-login {
    margin-top: 26px;
    margin-top: 2.6rem; }
  .pid__1001218 .blue {
    color: #33a3c9; }
  .pid__1001218 .nobr {
    white-space: nowrap; }
  .pid__1001218 h1 {
    font-weight: 600; }
  .pid__1001218 h2 {
    margin-bottom: 0; }
  .pid__1001218 .twocol h2 {
    font-size: 115%; }
  .pid__1001218 #c1086842, .pid__1001218 #c1086845 {
    margin-top: -40px;
    position: absolute; }
  .pid__1001218 #c1086857 img {
    width: 120px; }
  .pid__1001218 #c1086858 img {
    width: 270px; }
  .pid__1001218 .twocol .csc-textpic-imagewrap {
    margin-bottom: 0; }
  .pid__1001218 .icon-arrow-right2:before {
    content: "\279c"; }
  .pid__1001218 ul.vorteile {
    font-size: 105%;
    font-weight: bold;
    color: #33a3c9;
    margin-top: -10px; }
  .pid__1001218 ul.feature-list .text {
    float: left;
    width: 330px; }
  .pid__1001218 .head-slider {
    position: relative; }
  .pid__1001218 .buchen {
    position: absolute;
    width: 300px;
    bottom: 0px; }
  .pid__1001218 .buchen a {
    font-size: 250%;
    padding: 30px 50px;
    font-weight: bold; }
  .pid__1001218 .content-wrapper .header-login {
    margin-top: 40px; }
  .pid__1001218 .maincontent .bigger {
    font-size: 120%; }
  .pid__1001218 .maincontent .big {
    font-size: 105%; }
  @media (max-width: 1400px) {
    .pid__1001218 .maincontent .twocol .bigger {
      font-size: 140%; }
    .pid__1001218 #c1086858 img {
      width: 230px; } }
  @media (max-width: 1300px) {
    .pid__1001218 .maincontent .twocol .bigger {
      font-size: 130%; } }
  @media (max-width: 1200px) {
    .pid__1001218 .content-wrapper .header-login {
      margin-top: -25px;
      font-size: 80%;
      margin-right: 0;
      margint-bottom: 1em; }
    .pid__1001218 #c1086851 img {
      width: 120px; }
    .pid__1001218 #c1086849 img {
      width: 80px; }
    .pid__1001218 #c1086842 {
      margin-top: -30px; } }
  @media (max-width: 800px) {
    .pid__1001218 .content-wrapper .maincontent .row .span4,
    .pid__1001218 .content-wrapper .maincontent .row .span6,
    .pid__1001218 .content-wrapper .maincontent .row .span8 {
      width: 100%; }
    .pid__1001218 .content-wrapper .maincontent .row .col {
      float: none; }
    .pid__1001218 h2, .pid__1001218 .maincontent .big, .pid__1001218 .maincontent .bigger {
      text-align: center; }
    .pid__1001218 .buchen {
      bottom: -25px; }
    .pid__1001218 .buchen a {
      font-size: 140%;
      padding: 10px 20px; }
    .pid__1001218 #c1086842, .pid__1001218 #c1086845 {
      position: static; }
    .pid__1001218 .maincontent .bigger, .pid__1001218 .maincontent .twocol h2 {
      font-size: 110%; }
    .pid__1001218 .maincontent .big {
      font-size: 115%; }
    .pid__1001218 .maincontent h1, .pid__1001218 .maincontent h2 {
      font-size: 115%; }
    .pid__1001218 #c1086851, .pid__1001218 #c1086858 {
      display: none; }
    .pid__1001218 #c1086842, .pid__1001218 #c1086845 {
      margin-top: 0; } }
  @media (max-width: 412px) {
    .pid__1001218 h1, .pid__1001218 h2 {
      font-size: 115%; }
    .pid__1001218 ul.feature-list .text {
      float: none;
      width: auto; }
    .pid__1001218 .span8 {
      background: #f0f0f0;
      padding: 10px !important;
      border-right: 20px #fff solid; }
    .pid__1001218 .tx-locore-tipp.twocolumn .image {
      float: none;
      width: 100%;
      height: auto; }
    .pid__1001218 .tx-locore-tipp.twocolumn .textblock {
      float: none;
      width: 100%;
      padding: 10px; } }
  @media (min-width: 776px) {
    .pid__1001218 {
      /*#c1086842 {margin-top: -60px;}*/ }
      .pid__1001218 body .maincontent {
        font-size: 1.4rem; }
      .pid__1001218 #c1086831 {
        margin-bottom: 2em; } }
  @media (min-width: 1200px) {
    .pid__1001218 #c1086842 {
      margin-top: -80px; }
    .pid__1001218 #c1086845 {
      margin-top: -40px; } }
  @media (min-width: 700px) and (max-width: 900px) {
    .pid__1001218 #c1086858 img {
      width: 210px; }
    .pid__1001218 #c1086857 img {
      width: 100px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .pid__1001218 .content-wrapper .header-nav .navbar {
      margin: 0; }
    .pid__1001218 .button, .pid__1001218 .button-filled, .pid__1001218 .button-inverted {
      padding: 2px 3px 3px 3px; }
    .pid__1001218 .content-wrapper .header-nav {
      position: relative;
      left: 115px; }
    .pid__1001218 .content-wrapper .header-login {
      margin: 0; } }

/* ---------------------- */
/* "Print-Shop" [1001022] */
/* todo: remove this, printshop is dead  */
.pid__1001022 .loquicknav {
  display: none; }

.pid__1001022 .head-slider {
  max-height: 100%; }

/* ---------------------------------------------------------------------------------------- */
/*  "Popup LO Card" auf Seite "TS Templates"  [5] page.headerData.202  -> wo eingebunden??? */
/* todo: in ts plugin noch aktiv, hier noch inaktiv: rausfinden, ob noch benutzt, dann dort ggf. einbinden */
/* ---------------------------------- */
/* "Instagram-Landingpage" [1003225] */
.pid__1003225 .pageheader,
.pid__1003225 .loquicknav,
.pid__1003225 .breadcrumb,
.pid__1003225 .ad-right-skyscraper-wide,
.pid__1003225 .skyscraper-container,
.pid__1003225 .footer {
  display: none; }

.pid__1003225 .content-wrapper {
  background-color: inherit;
  float: none;
  margin: 0 auto;
  overflow: visible;
  position: static;
  width: 100%; }
  .pid__1003225 .content-wrapper .headcontent {
    margin: 0; }
  .pid__1003225 .content-wrapper header {
    border-radius: 0 !important; }

.pid__1003225 .onecol {
  max-width: 600px;
  margin: 0 auto; }

.pid__1003225 h2 {
  padding: 10px !important;
  padding: 1rem !important;
  margin: 0 !important; }

.pid__1003225 h2 a {
  color: #fff !important; }

.pid__1003225 #c1117325 {
  margin-bottom: 0; }

.pid__1003225 #c1117325 .csc-textpic-imagewrap {
  margin-bottom: 0; }

/* ------------------------------------------------- */
/* "Sondernewsletter 2022" [1003587] und Unterseiten */
/* todo: check ob noch gebraucht */
.pid__1003587body,
.pid__1003656body,
.pid__1003657body,
.pid__1003654body,
.pid__1003651body,
.pid__1003653body,
.pid__1003588body,
.pid__1003659body {
  /*filter: hue-rotate(325deg);*/
  color: #00532c !important;
  background-color: #e8f8df !important; }

.pid__1003587 .pageheader .header-logo,
.pid__1003587 .skyscraper-container img,
.pid__1003587 .skyscraper-container iframe,
.pid__1003656 .pageheader .header-logo,
.pid__1003656 .skyscraper-container img,
.pid__1003656 .skyscraper-container iframe,
.pid__1003657 .pageheader .header-logo,
.pid__1003657 .skyscraper-container img,
.pid__1003657 .skyscraper-container iframe,
.pid__1003654 .pageheader .header-logo,
.pid__1003654 .skyscraper-container img,
.pid__1003654 .skyscraper-container iframe,
.pid__1003651 .pageheader .header-logo,
.pid__1003651 .skyscraper-container img,
.pid__1003651 .skyscraper-container iframe,
.pid__1003653 .pageheader .header-logo,
.pid__1003653 .skyscraper-container img,
.pid__1003653 .skyscraper-container iframe,
.pid__1003588 .pageheader .header-logo,
.pid__1003588 .skyscraper-container img,
.pid__1003588 .skyscraper-container iframe,
.pid__1003659 .pageheader .header-logo,
.pid__1003659 .skyscraper-container img,
.pid__1003659 .skyscraper-container iframe {
  filter: hue-rotate(300deg) !important; }

.pid__1003587 .content-wrapper figure img,
.pid__1003656 .content-wrapper figure img,
.pid__1003657 .content-wrapper figure img,
.pid__1003654 .content-wrapper figure img,
.pid__1003651 .content-wrapper figure img,
.pid__1003653 .content-wrapper figure img,
.pid__1003588 .content-wrapper figure img,
.pid__1003659 .content-wrapper figure img {
  filter: none !important; }

.pid__1003587 .pageheader, .pid__1003587 .footer,
.pid__1003656 .pageheader,
.pid__1003656 .footer,
.pid__1003657 .pageheader,
.pid__1003657 .footer,
.pid__1003654 .pageheader,
.pid__1003654 .footer,
.pid__1003651 .pageheader,
.pid__1003651 .footer,
.pid__1003653 .pageheader,
.pid__1003653 .footer,
.pid__1003588 .pageheader,
.pid__1003588 .footer,
.pid__1003659 .pageheader,
.pid__1003659 .footer {
  background-color: #00532c !important; }

.pid__1003587 .content-wrapper .loquicknav,
.pid__1003587 .universalbox header,
.pid__1003656 .content-wrapper .loquicknav,
.pid__1003656 .universalbox header,
.pid__1003657 .content-wrapper .loquicknav,
.pid__1003657 .universalbox header,
.pid__1003654 .content-wrapper .loquicknav,
.pid__1003654 .universalbox header,
.pid__1003651 .content-wrapper .loquicknav,
.pid__1003651 .universalbox header,
.pid__1003653 .content-wrapper .loquicknav,
.pid__1003653 .universalbox header,
.pid__1003588 .content-wrapper .loquicknav,
.pid__1003588 .universalbox header,
.pid__1003659 .content-wrapper .loquicknav,
.pid__1003659 .universalbox header {
  background-color: #43ad4a !important; }

.pid__1003587 h1, .pid__1003587 h2, .pid__1003587 h3, .pid__1003587 h4, .pid__1003587 h5 h6, .pid__1003587 a,
.pid__1003656 h1,
.pid__1003656 h2,
.pid__1003656 h3,
.pid__1003656 h4,
.pid__1003656 h5 h6,
.pid__1003656 a,
.pid__1003657 h1,
.pid__1003657 h2,
.pid__1003657 h3,
.pid__1003657 h4,
.pid__1003657 h5 h6,
.pid__1003657 a,
.pid__1003654 h1,
.pid__1003654 h2,
.pid__1003654 h3,
.pid__1003654 h4,
.pid__1003654 h5 h6,
.pid__1003654 a,
.pid__1003651 h1,
.pid__1003651 h2,
.pid__1003651 h3,
.pid__1003651 h4,
.pid__1003651 h5 h6,
.pid__1003651 a,
.pid__1003653 h1,
.pid__1003653 h2,
.pid__1003653 h3,
.pid__1003653 h4,
.pid__1003653 h5 h6,
.pid__1003653 a,
.pid__1003588 h1,
.pid__1003588 h2,
.pid__1003588 h3,
.pid__1003588 h4,
.pid__1003588 h5 h6,
.pid__1003588 a,
.pid__1003659 h1,
.pid__1003659 h2,
.pid__1003659 h3,
.pid__1003659 h4,
.pid__1003659 h5 h6,
.pid__1003659 a {
  color: #058d17 !important; }

.pid__1003587 .tx-locore-zitat,
.pid__1003587 .universalbox ul,
.pid__1003656 .tx-locore-zitat,
.pid__1003656 .universalbox ul,
.pid__1003657 .tx-locore-zitat,
.pid__1003657 .universalbox ul,
.pid__1003654 .tx-locore-zitat,
.pid__1003654 .universalbox ul,
.pid__1003651 .tx-locore-zitat,
.pid__1003651 .universalbox ul,
.pid__1003653 .tx-locore-zitat,
.pid__1003653 .universalbox ul,
.pid__1003588 .tx-locore-zitat,
.pid__1003588 .universalbox ul,
.pid__1003659 .tx-locore-zitat,
.pid__1003659 .universalbox ul {
  background-color: #e8f8df !important; }

.pid__1003587 .tx-locore-zitat img,
.pid__1003656 .tx-locore-zitat img,
.pid__1003657 .tx-locore-zitat img,
.pid__1003654 .tx-locore-zitat img,
.pid__1003651 .tx-locore-zitat img,
.pid__1003653 .tx-locore-zitat img,
.pid__1003588 .tx-locore-zitat img,
.pid__1003659 .tx-locore-zitat img {
  /*filter: hue-rotate(300deg);*/ }

.pid__1003587 .pageheader a, .pid__1003587 .footer a,
.pid__1003587 .header-nav .navbar li .menu-text,
.pid__1003656 .pageheader a,
.pid__1003656 .footer a,
.pid__1003656 .header-nav .navbar li .menu-text,
.pid__1003657 .pageheader a,
.pid__1003657 .footer a,
.pid__1003657 .header-nav .navbar li .menu-text,
.pid__1003654 .pageheader a,
.pid__1003654 .footer a,
.pid__1003654 .header-nav .navbar li .menu-text,
.pid__1003651 .pageheader a,
.pid__1003651 .footer a,
.pid__1003651 .header-nav .navbar li .menu-text,
.pid__1003653 .pageheader a,
.pid__1003653 .footer a,
.pid__1003653 .header-nav .navbar li .menu-text,
.pid__1003588 .pageheader a,
.pid__1003588 .footer a,
.pid__1003588 .header-nav .navbar li .menu-text,
.pid__1003659 .pageheader a,
.pid__1003659 .footer a,
.pid__1003659 .header-nav .navbar li .menu-text {
  color: #1bd81f !important; }

.pid__1003587 .pageheader .popup a,
.pid__1003656 .pageheader .popup a,
.pid__1003657 .pageheader .popup a,
.pid__1003654 .pageheader .popup a,
.pid__1003651 .pageheader .popup a,
.pid__1003653 .pageheader .popup a,
.pid__1003588 .pageheader .popup a,
.pid__1003659 .pageheader .popup a {
  color: #00532c !important; }

.pid__1003587 .universalbox header h2, .pid__1003587 .universalbox header h3,
.pid__1003656 .universalbox header h2,
.pid__1003656 .universalbox header h3,
.pid__1003657 .universalbox header h2,
.pid__1003657 .universalbox header h3,
.pid__1003654 .universalbox header h2,
.pid__1003654 .universalbox header h3,
.pid__1003651 .universalbox header h2,
.pid__1003651 .universalbox header h3,
.pid__1003653 .universalbox header h2,
.pid__1003653 .universalbox header h3,
.pid__1003588 .universalbox header h2,
.pid__1003588 .universalbox header h3,
.pid__1003659 .universalbox header h2,
.pid__1003659 .universalbox header h3 {
  color: #fff !important; }

.pid__1003587 .universalbox ul li,
.pid__1003656 .universalbox ul li,
.pid__1003657 .universalbox ul li,
.pid__1003654 .universalbox ul li,
.pid__1003651 .universalbox ul li,
.pid__1003653 .universalbox ul li,
.pid__1003588 .universalbox ul li,
.pid__1003659 .universalbox ul li {
  border-bottom: 2px solid #43ad4a;
  margin-left: 0; }

/* ---------------------------------- */
/* "Premium-Landingpage" [1003421] */
.pid__1003421 .skyscraper-container,
.pid__1003421 .werbeelement--content {
  display: none; }

/* ---------------------------------- */
/* "Ueber uns" [11] */
.pid__11 #c1087286 h2, .pid__11 #c1087286 h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
  margin-top: 2rem; }

.pid__11 #c1087286 .tx-locore-zitat h3 {
  font-size: inherit;
  margin-top: 0; }

.pid__11 #c1087286 .tx-locore-zitat .portrait {
  width: 10em;
  height: 10em; }

/* ---------------------------------- */
/* "Unterrichtsmaterialien" [9] */
.pid__9 .maincontent .tx-locore-themenweltteaser {
  max-width: 340px; }

/* ---------------------------------- */
/* Mein LO Usernavigationsseiten ohne Breadcrumb */
.pid__70 .breadcrumbbackground,
.pid__71 .breadcrumbbackground,
.pid__72 .breadcrumbbackground,
.pid__73 .breadcrumbbackground {
  display: none; }

.pid__70 .headcontent > .trennelementwrap--color2,
.pid__71 .headcontent > .trennelementwrap--color2,
.pid__72 .headcontent > .trennelementwrap--color2,
.pid__73 .headcontent > .trennelementwrap--color2 {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

/* ---------------------------------- */
/* Meine LO-Akademie (blauen Hintergrund an Grafik anpassen) */
.pid__2050 .content-wrapper [class*='trennelementwrap--'].trennelementwrap--color2,
.pid__2056 .content-wrapper [class*='trennelementwrap--'].trennelementwrap--color2,
.pid__2057 .content-wrapper [class*='trennelementwrap--'].trennelementwrap--color2,
.pid__2058 .content-wrapper [class*='trennelementwrap--'].trennelementwrap--color2 {
  background-color: #daf1f6; }

.pid__2053 .content-wrapper *[class*='trennelement'][class*='--color2'] {
  background-color: #daf1f6; }

/* VIDIS-Seite ohne breadcumb */
.pid__2071 .breadcrumbbackground {
  display: none; }

/* Shopseiten ohne Breadcrumb */
.pid__2205 .breadcrumbbackground,
.pid__2206 .breadcrumbbackground,
.pid__2207 .breadcrumbbackground,
.pid__2208 .breadcrumbbackground,
.pid__2209 .breadcrumbbackground,
.pid__2210 .breadcrumbbackground,
.pid__2211 .breadcrumbbackground,
.pid__2212 .breadcrumbbackground {
  display: none; }

/* -------------------- */
/* Shop Checkout Seite  */
.pid__2206 #c1138635,
.pid__2206 #c1138629,
.pid__2206 #c1138618 {
  display: none; }

.pid__2206 #c1138635 {
  -ms-flex-item-align: start;
      align-self: flex-start; }

/* -------------- */
/* KI-Tool-Seite  */
.pid__1003871 {
  /* Logo auf Handy sichtbar lassen */
  /* KI-Tool textpic elemente responsiv machen */ }
  .pid__1003871 #c1136765 .banner.bildtextbanner .cell {
    display: block !important; }
  .pid__1003871 #c1136688 .ce-textpic,
  .pid__1003871 #c1136689 .ce-textpic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .pid__1003871 #c1136688 .ce-textpic .ce-gallery,
    .pid__1003871 #c1136689 .ce-textpic .ce-gallery {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media print, screen and (max-width: 49.99875em) {
      .pid__1003871 #c1136688 .ce-textpic,
      .pid__1003871 #c1136689 .ce-textpic {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }

/* -------------- */
/* Shop-Aktivierungsseite  */
.pid__2211 .femanager_error {
  padding: 10px 0 0 0; }
  .pid__2211 .femanager_error li {
    margin-left: 10px;
    margin-left: 1rem; }

/* -------------- */
/* LO-Recht Landingpage  */
.pid__1004049 .banner.bildbanner .container-image:before {
  background: none; }

.pid__1004049 .banner.bildbanner .container-text {
  bottom: 20% !important; }

/* -------------- */
/* Eduplaces Landingpage  */
.pid__2090 .passwort-verwalten {
  display: none; }

input::-ms-clear,
textarea::-ms-clear {
  display: none; }

.overlay-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 102;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility 3s; }
  .overlay-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s, visibility .3s; }
    .overlay-user-modal.is-visible .overlay-user-modal-container {
      -ms-transform: translateY(0);
          transform: translateY(0); }

.overlay-user-modal-header {
  background: var(--color-lo-blue, #34A6BF);
  text-align: center;
  padding: 20px; }

.overlay-user-modal-header > h1 {
  color: #fff; }

.overlay-mini {
  display: inline-block;
  font-size: 10px; }

.overlay-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #fff;
  margin: 3em auto 4em;
  cursor: auto;
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
  transition-property: transform;
  transition-duration: .3s; }
  .overlay-user-modal-container a {
    color: var(--color-lo-orange, #f28d35); }
  .overlay-user-modal-container .overlay-switcher {
    width: 100%;
    margin: 0;
    padding: 0; }
    .overlay-user-modal-container .overlay-switcher::before, .overlay-user-modal-container .overlay-switcher::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    .overlay-user-modal-container .overlay-switcher::after {
      clear: both; }
    .overlay-user-modal-container .overlay-switcher li {
      width: 50%;
      float: left;
      list-style-type: none;
      text-align: center;
      width: 50%; }
    .overlay-user-modal-container .overlay-switcher a {
      display: block;
      width: 100%;
      background: #ECECEC;
      color: #a0a0a0; }
      .overlay-user-modal-container .overlay-switcher a.selected {
        background: #fff;
        color: #4f4f4f; }
  @media only screen and (min-width: 600px) {
    .overlay-user-modal-container {
      margin: 4em auto; } }

.fieldset {
  width: 100%; }

.fieldset1 {
  width: 100%; }

.overlay-form {
  padding: 1.4em; }
  .overlay-form .fieldset {
    position: relative;
    margin: 1.4em 0; }
    .overlay-form .fieldset:first-child {
      margin-top: 0; }
    .overlay-form .fieldset:last-child {
      margin-bottom: 0; }
  .overlay-form label {
    font-size: 8px;
    font-size: 0.875rem; }
    .overlay-form label.image-replace {
      display: inline-block;
      position: absolute;
      left: 15px;
      top: 50%;
      bottom: auto;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      height: 20px;
      width: 20px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      color: transparent;
      text-shadow: none;
      background-repeat: no-repeat;
      background-position: 50% 0; }
    .overlay-form label.overlay-username {
      background-image: url("../Images/vendor/loginsignupmodal/overlay-icon-username.svg");
      margin-top: -5px; }
    .overlay-form label.overlay-email {
      background-image: url("../Images/vendor/loginsignupmodal/overlay-icon-email.svg");
      margin-top: -5px; }
    .overlay-form label.overlay-password {
      background-image: url("../Images/vendor/loginsignupmodal/overlay-icon-password.svg");
      margin-top: -5px; }
  .overlay-form input {
    margin: 0;
    padding: 0; }
    .overlay-form input.full-width {
      width: 100%; }
    .overlay-form input.has-padding {
      padding: 12px 20px 12px 50px; }
    .overlay-form input.has-border {
      border: 1px solid #ECECEC;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .overlay-form input.has-border:focus {
        border-color: #343642;
        box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
        outline: none; }
    .overlay-form input.has-error {
      border: 1px solid #d60000; }
    .overlay-form input[type=password] {
      padding-right: 65px; }
  .overlay-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #ECECEC;
    margin-top: -5px;
    top: 50%;
    bottom: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 8px;
    font-size: 0.875rem;
    color: #343642; }
  .overlay-form input[type="checkbox"] + .overlay-error-message {
    top: 30px; }
  .overlay-form .overlay-error-message {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 55px;
    background: rgba(214, 0, 0, 0.9);
    padding: .8em;
    z-index: 103;
    color: #fff;
    font-size: 8px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s 0, visibility 0 .2s; }
    .overlay-form .overlay-error-message::after {
      content: '';
      position: absolute;
      left: 17px;
      bottom: 100%;
      height: 0;
      width: 0;
      border-bottom: 8px solid rgba(214, 0, 0, 0.9);
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }
    .overlay-form .overlay-error-message.is-visible {
      opacity: 1;
      visibility: visible;
      transition: opacity .2s 0, visibility 0 0; }
  @media only screen and (min-width: 600px) {
    .overlay-form {
      padding: 2em; }
      .overlay-form .fieldset {
        margin: 3em 0; }
        .overlay-form .fieldset:first-child {
          margin-top: 0; }
        .overlay-form .fieldset:last-child {
          margin-bottom: 0; }
      .overlay-form .has-padding {
        padding: 16px 20px 16px 50px; }
      .overlay-form input[type=submit] {
        padding: 16px 0; } }

.overlay-form-message {
  font-size: 8px;
  font-size: 0.875rem;
  padding: 1.4em 1.4em 0;
  line-height: 1.4;
  text-align: center; }
  @media only screen and (min-width: 600px) {
    .overlay-form-message {
      padding: 2em 2em 0; } }

.overlay-form-bottom-message {
  font-size: 8px;
  font-size: 0.875rem;
  bottom: -30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .overlay-form-bottom-message a {
    color: #fff;
    text-decoration: underline; }

.overlay-close-form {
  background: url("../Images/vendor/loginsignupmodal/overlay-icon-close.svg") no-repeat center center;
  display: block;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: -40px;
  white-space: nowrap;
  width: 40px; }
  @media only screen and (min-width: 1170px) {
    .overlay-close-form {
      display: none; } }

#overlay-login,
#overlay-signup,
#overlay-reset-password {
  /*display: none;*/ }

#overlay-login.is-selected,
#overlay-signup.is-selected,
#overlay-reset-password.is-selected {
  /*display: block;*/ }

.overlay-form-bottom-message.pwd-link {
  bottom: 10px; }
  .overlay-form-bottom-message.pwd-link a {
    color: var(--color-lo-orange, #f28d35); }

.voucher-register-form #register-section-intro {
  margin-bottom: 60px; }

.voucher-register-form #section-label-data,
.voucher-register-form #section-email-intro,
.voucher-register-form #section-email,
.voucher-register-form #section-email-exists,
.voucher-register-form #section-firstname,
.voucher-register-form #section-lastname,
.voucher-register-form #section-password,
.voucher-register-form #section-password-repeat,
.voucher-register-form #section-forgot-password,
.voucher-register-form #section-terms,
.voucher-register-form #section-to-login,
.voucher-register-form #section-loggedin-upgrade-text,
.voucher-register-form #section-submit-cancel,
.voucher-register-form #section-resend {
  display: none; }

.voucher-register-form #section-intro {
  margin: 20px 0 40px; }

.voucher-register-form #section-label-data {
  margin: 40px 0 20px; }

.voucher-register-form .register-section {
  margin-top: 15px; }
  .voucher-register-form .register-section #section-label-data,
  .voucher-register-form .register-section #section-submit {
    margin-top: 30px; }
  .voucher-register-form .register-section #section-email {
    margin-top: 30px; }

.voucher-register-form .register-section.reenter-code {
  margin-bottom: 20px; }

.voucher-register-form h2 {
  padding-bottom: 0.7em; }

.voucher-register-form .gdsignup-form-response {
  display: none;
  color: var(--color-lo-orange, #f28d35); }
  .voucher-register-form .gdsignup-form-response.has-error {
    display: block; }

.voucher-register-form .form-row {
  margin: 0 0 20px 0; }
  .voucher-register-form .form-row.form-row-checkbox {
    margin-top: 10px; }
  .voucher-register-form .form-row label {
    display: inline-block;
    width: 25%; }
  .voucher-register-form .form-row input, .voucher-register-form .form-row select {
    display: inline-block;
    color: #4f4f4f; }
  .voucher-register-form .form-row p {
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
  .voucher-register-form .form-row .has-border {
    border: 1px solid #ECECEC; }
  .voucher-register-form .form-row .has-padding {
    padding: 12px 20px; }
  .voucher-register-form .form-row .full-width {
    width: 70%; }
  .voucher-register-form .form-row .fieldwrap {
    display: inline-block;
    position: relative;
    width: 70%; }
    .voucher-register-form .form-row .fieldwrap .full-width {
      width: 100%; }
    .voucher-register-form .form-row .fieldwrap .form-errormsg {
      position: absolute; }
  .voucher-register-form .form-row .has-icon {
    padding-left: 50px;
    background-position: 15px 50%;
    background-repeat: no-repeat; }
  .voucher-register-form .form-row .has-icon-user {
    background-image: url("../Images/vendor/loginsignupmodal/overlay-icon-username.svg"); }
  .voucher-register-form .form-row .has-icon-email {
    background-image: url("../Images/vendor/loginsignupmodal/overlay-icon-email.svg"); }
  .voucher-register-form .form-row .has-icon-password {
    background-image: url("../Images/vendor/loginsignupmodal/overlay-icon-password.svg"); }
  .voucher-register-form .form-row.form-row-radio input {
    width: auto;
    margin: 0 0 5px 0; }
  .voucher-register-form .form-row.form-row-radio label.gdsignup-form-label-radio {
    width: auto;
    margin: 0 25px 0 0; }
  .voucher-register-form .form-row.form-row-checkbox input {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0px 5px 0 0; }
  .voucher-register-form .form-row.form-row-checkbox label {
    display: inline-block;
    vertical-align: bottom;
    width: 90%;
    margin: 0; }
  .voucher-register-form .form-row#section-email .message-user-exists {
    margin-top: 20px; }
  .voucher-register-form .form-row.form-row-password {
    position: relative; }
    .voucher-register-form .form-row.form-row-password #form-pass-toggle,
    .voucher-register-form .form-row.form-row-password #form-pass-repeat-toggle {
      display: block;
      position: absolute;
      top: 2px;
      right: 0;
      padding: 5px 12px;
      color: #4f4f4f;
      font-size: 14px;
      font-size: 1.4rem;
      text-decoration: none;
      border-left: 1px solid #ECECEC; }
  .voucher-register-form .form-row.form-row-error {
    margin-bottom: 36px; }
    .voucher-register-form .form-row.form-row-error:not(.form-row-checkbox) label {
      color: #eb0000; }
    .voucher-register-form .form-row.form-row-error.form-row-checkbox .fieldwrap,
    .voucher-register-form .form-row.form-row-error input, .voucher-register-form .form-row.form-row-error select, .voucher-register-form .form-row.form-row-error checkbox {
      border: 1px solid #eb0000; }
    .voucher-register-form .form-row.form-row-error.form-row-checkbox .fieldwrap {
      padding: 10px 10px; }
      .voucher-register-form .form-row.form-row-error.form-row-checkbox .fieldwrap .form-errormsg {
        left: 0px;
        margin-top: 10px; }
    .voucher-register-form .form-row.form-row-error .form-errormsg {
      display: block;
      color: #eb0000; }

.voucher-register-form .button:hover {
  cursor: pointer; }

.voucher-register-form .button.link-to-login a, .voucher-register-form .button#submit-form-cancel a {
  color: #fff; }

.voucher-register-form .subscription-next {
  float: right;
  margin: 20px 4.4% 20px 0px; }
  .voucher-register-form .subscription-next::before, .voucher-register-form .subscription-next::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .voucher-register-form .subscription-next::after {
    clear: both; }

.mein-lo {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  /* Infobox: Tarif, username */
  /* persoenliche daten aendern */ }
  .mein-lo header h3, .mein-lo header h4 {
    font-family: Verdana-Bold, sans-serif; }
  .mein-lo.user--details-box h4 {
    font-size: 18px;
    font-size: 1.8rem; }
  .mein-lo .femanager_interests {
    background-color: #E1F4F8; }
  .mein-lo .mein-lo-interests label.check-all {
    float: none;
    display: block;
    position: relative;
    left: 20px;
    left: 2rem;
    top: 0;
    width: 200px;
    width: 20rem;
    text-align: left; }
  .mein-lo .mein-lo-interests .controls {
    float: none; }
  .mein-lo.mein-lo-portals .controls {
    float: left; }
  .mein-lo.category-person {
    background-color: #E1F4F8; }
  .mein-lo input[type='text'],
  .mein-lo textarea,
  .mein-lo select {
    background-color: #fff !important;
    border: 1px solid #999 !important;
    border-radius: 0 !important !important; }
  .mein-lo .femanager_fieldset label {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .mein-lo .femanager_fieldset label > [type='checkbox'], .mein-lo .femanager_fieldset label > [type='radio'] {
      margin: 0 10px 0 0;
      margin: 0 1rem 0 0; }
  .mein-lo .infotext {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .mein-lo .controls {
    width: calc(100% - 15rem); }
  .mein-lo .femanager_submit .controls {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    float: none; }
  .mein-lo ul, .mein-lo li {
    list-style: none; }
  .mein-lo li {
    margin-left: 0; }
    .mein-lo li.lobills-bill > div {
      padding-left: 0; }

.mainlo-wrapper .mlo-table a {
  font-weight: normal; }

.mainlo-wrapper .mlo-table .text {
  padding: 6px 6px 0 6px;
  padding: 0.625rem 0.625rem 0 0.625rem; }
  .mainlo-wrapper .mlo-table .text.no-border {
    border: none; }
  .mainlo-wrapper .mlo-table .text-tags {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 6px 6px 6px;
    padding: 0 0.625rem 0.625rem 0.625rem; }

.mainlo-wrapper .mlo-table .cta {
  width: 50px;
  width: 5rem;
  border: none;
  padding: 6px 6px 0 6px;
  padding: 0.625rem 0.625rem 0 0.625rem; }

.mainlo-wrapper .mlo-table .cta-date {
  margin-bottom: 6px;
  margin-bottom: 0.625rem;
  padding: 0 6px 6px 6px;
  padding: 0 0.625rem 0.625rem 0.625rem;
  text-align: right;
  vertical-align: bottom; }
  .mainlo-wrapper .mlo-table .cta-date .date {
    font-size: 16px;
    font-size: 1.6rem; }

.profile-percentage .meter {
  margin: 9px 0 10px;
  margin: 0.9375rem 0 1rem; }

.profile-percentage .femanager_username input {
  background-color: #fff !important;
  border: 1px solid #999 !important; }

.avatar-box {
  /*text-align: center;*/
  background: #fff;
  padding-bottom: 12px;
  padding-bottom: 1.25rem; }
  .avatar-box header {
    position: relative; }
    .avatar-box header h3 {
      text-align: center; }
  .avatar-box .avatar-info {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
  .avatar-box div.innercontent {
    margin: 12px 0 0 0;
    margin: 1.25rem 0 0 0;
    text-align: center; }
    .avatar-box div.innercontent .portrait {
      display: block;
      margin: 1em auto;
      width: 7em;
      height: 7em;
      border-radius: 100%;
      box-shadow: #333333 0.1em 0.1em 0.2em;
      overflow: hidden; }
      .avatar-box div.innercontent .portrait img {
        width: 100%;
        height: auto;
        box-sizing: border-box; }
    .avatar-box div.innercontent i.icon-avatar:before {
      font-size: 45px;
      font-size: 4.5rem;
      display: inline-block;
      border-radius: 100%;
      width: 1.5em;
      line-height: 1.5em;
      vertical-align: middle;
      text-align: center;
      background-color: #fff;
      color: #000; }

.author .authorbody,
.user--status-box .authorbody {
  padding: 0.8em 1em 1.5em;
  text-align: center; }

.author .authorimage,
.author .userimage,
.user--status-box .authorimage,
.user--status-box .userimage {
  display: block;
  max-width: 100%;
  margin: 20px auto 0.5em auto;
  width: 5em;
  height: 5em;
  text-align: center; }
  .author .authorimage .imagewrap,
  .author .userimage .imagewrap,
  .user--status-box .authorimage .imagewrap,
  .user--status-box .userimage .imagewrap {
    position: relative;
    text-align: initial;
    display: block;
    border-radius: 100%;
    box-shadow: #333333 0.1em 0.1em 0.2em;
    overflow: hidden; }
    .author .authorimage .imagewrap:after,
    .author .userimage .imagewrap:after,
    .user--status-box .authorimage .imagewrap:after,
    .user--status-box .userimage .imagewrap:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .author .authorimage .imagewrap.premium,
    .author .userimage .imagewrap.premium,
    .user--status-box .authorimage .imagewrap.premium,
    .user--status-box .userimage .imagewrap.premium {
      border-color: #FFBF00; }
    .author .authorimage .imagewrap.basis,
    .author .userimage .imagewrap.basis,
    .user--status-box .authorimage .imagewrap.basis,
    .user--status-box .userimage .imagewrap.basis {
      border-color: var(--color-lo-blue, #34A6BF); }
    .author .authorimage .imagewrap img,
    .author .userimage .imagewrap img,
    .user--status-box .authorimage .imagewrap img,
    .user--status-box .userimage .imagewrap img {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      vertical-align: middle;
      object-fit: cover;
      position: absolute; }

.author .authorheader,
.user--status-box .authorheader {
  padding: 10px;
  background-color: var(--color-lo-blue, #34A6BF);
  color: #fff;
  text-align: left; }

.author .authorname,
.user--status-box .authorname {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-lo-blue, #34A6BF); }

.author .job-status,
.user--status-box .job-status {
  display: inline-block;
  margin-bottom: 9px;
  margin-bottom: 0.9375rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300; }

.author p,
.user--status-box p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300; }
  .author p a,
  .user--status-box p a {
    font-weight: 400; }
  .author p:first-of-type,
  .user--status-box p:first-of-type {
    margin-top: 6px;
    margin-top: 0.625rem; }
  .author p:last-of-type,
  .user--status-box p:last-of-type {
    margin-bottom: 0; }

.author .username,
.user--status-box .username {
  display: inline-block;
  color: var(--color-lo-blue, #34A6BF);
  padding-bottom: .3em;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem; }

.author .info,
.user--status-box .info {
  font-size: 16px;
  font-size: 1.6rem;
  display: block; }

.author .user-job-status,
.user--status-box .user-job-status {
  font-size: 16px;
  font-size: 1.6rem;
  display: block; }

.author--overview,
.user--status-box--overview {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em; }

.author--avatar, .author--description,
.user--status-box--avatar,
.user--status-box--description {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle; }

.author--avatar,
.user--status-box--avatar {
  width: 30%;
  padding-right: 10px;
  max-width: 7em; }

.author--description,
.user--status-box--description {
  max-width: 70%;
  padding-left: 10px;
  text-align: left; }

.author.compact,
.user--status-box.compact {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 0;
  padding: 10px; }
  .author.compact .authorheader,
  .user--status-box.compact .authorheader {
    padding: 0;
    background-color: inherit;
    color: #444;
    text-align: center;
    font-size: 11px;
    font-size: 1.125rem; }
  .author.compact .authorbody,
  .user--status-box.compact .authorbody {
    padding: 0; }
    .author.compact .authorbody .authorimage,
    .user--status-box.compact .authorbody .authorimage {
      width: 50px;
      height: 50px; }
    .author.compact .authorbody .authorname,
    .user--status-box.compact .authorbody .authorname {
      font-size: 11px;
      font-size: 1.125rem; }

.user--status-box {
  padding: 0.8em 1em 1.5em;
  background-color: #ECECEC; }

.author.lo-feuser-detail {
  display: block;
  overflow: hidden;
  width: auto; }
  .author.lo-feuser-detail .authorimage {
    display: table-cell;
    width: 5em;
    vertical-align: middle; }
  .author.lo-feuser-detail .authorvita {
    display: table-cell;
    margin: 0 0 0 5em;
    padding-left: 1em;
    text-align: left; }

@media screen and (max-width: 450px) {
  .author.lo-feuser-detail,
  .author.lo-feuser-detail > .authorvita {
    display: block;
    float: none;
    margin: 0;
    width: 100% !important; }
  .author.lo-feuser-detail > .authorvita {
    padding: 0;
    text-align: center; }
  .author.lo-feuser-detail > .authorimage {
    display: block;
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 5em !important; } }

.license {
  padding: 10px;
  padding: 17px;
  background-color: #fff;
  text-align: center; }
  .license .license-icon,
  .license .license-title {
    margin-bottom: 6px;
    margin-bottom: 0.625rem; }
  .license .license-title strong {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem; }
  .license .license-icon img.lo-logo {
    height: 25px;
    height: 2.5rem; }
  .license .license-text {
    font-weight: 300; }
  .license.compact {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 0 !important;
    padding: 0; }
    .license.compact .license-icon {
      margin-bottom: 0.5em; }
      .license.compact .license-icon img {
        height: 50px;
        vertical-align: top; }
    .license.compact .license-title {
      margin-bottom: 0;
      font-size: 11px;
      font-size: 1.125rem;
      font-weight: normal; }

a.link-with-pretext {
  margin: 0 0 -3px 0;
  margin: 0 0 -0.375rem 0; }

span.pretext {
  font-size: 16px;
  font-size: 1.6rem; }

.user--details-box--account, .user--details-box--person, .user--details-box--address {
  padding: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem; }
  .user--details-box--account > li, .user--details-box--person > li, .user--details-box--address > li {
    margin: 0;
    list-style: none; }

.user--details-box--address {
  font-style: normal; }

.locore-lonews-latest ul li.lobills-empty::before {
  display: none; }

.profile_edit .femanager_zip .controls .zip {
  width: 80px !important;
  width: 8rem !important; }

.maincontent .boxed .author.lo-feuser-detail {
  padding-bottom: 20px;
  padding-bottom: 2rem; }

.listInterests,
.benutzernamen-aendern {
  display: block;
  width: 100%;
  float: none; }
  .listInterests .disciplineGroup,
  .benutzernamen-aendern .disciplineGroup {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .listInterests label,
  .benutzernamen-aendern label {
    width: 100% !important;
    text-align: left !important;
    float: none !important; }
    .listInterests label.all,
    .benutzernamen-aendern label.all {
      margin-bottom: 20px;
      margin-bottom: 2rem; }

.pid__71 .mein-lo-author {
  margin-top: 30px;
  margin-top: 3rem; }

* {
  box-sizing: border-box; }

html {
  /* font-size: 62.5%, set in foundation css */ }
  html body {
    background-color: #ECECEC;
    color: #4f4f4f;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    transition: all .5s ease-in; }
    html body.loadingprogress {
      cursor: progress !important; }

.wrapper {
  display: block;
  width: 100%; }
  @media print, screen and (max-width: 74.99875em) {
    .wrapper {
      width: 100%; } }
  @media print, screen and (max-width: 63.99875em) {
    .wrapper {
      width: 100%; } }
  @media print, screen and (max-width: 39.99875em) {
    .wrapper {
      width: 100%; } }

.content-wrapper {
  background-color: #fff;
  position: relative;
  /* Keep header image on small screen for page "Fächer" */
  /* ----------------------------- */
  /* Fake horizontal trennelement  */
  /* ----------------------------- */
  /* ***********************************/
  /*  line-stop-at-content, Trenn-Icon */
  /* ***********************************/
  /* geschachtelte Trennelemente: Anpassen vert. Abstaende bei CE "fake" Trennelement in anderem Trennelement  */
  /* for skyscraper: breadcrumb edge fur pages without breadcrumb:  */
  /* lamapoll umfragen: runde ecken */
  /*    */
  /* Ueber uns  */
  /* Ueber uns - team: Kacheln , hide last dummy element */
  /* Bild-Reihe mit dollen Siegeln schoener machen */ }
  @media print, screen and (max-width: 63.99875em) {
    .content-wrapper {
      width: 100%; } }
  @media print, screen and (max-width: 49.99875em) {
    .content-wrapper {
      width: 100%; } }
  .content-wrapper .maincontent {
    position: static; }
  .content-wrapper .tx-locore-tipp.twocolumn {
    max-width: 100%; }
  .content-wrapper > div {
    margin: 0 auto;
    position: relative;
    width: 100%; }
  .content-wrapper .pageheader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 950;
    transition: all 125ms ease-out;
    background-color: #FFFFFF;
    padding: 10px 0 0 0;
    padding: 1rem 0 0 0;
    overflow: visible;
    min-height: 140px; }
    @media print, screen and (max-width: 93.12375em) {
      .content-wrapper .pageheader {
        min-height: 125px; } }
    @media print, screen and (max-width: 63.99875em) {
      .content-wrapper .pageheader {
        min-height: 135px; } }
    @media print, screen and (max-width: 49.99875em) {
      .content-wrapper .pageheader {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .content-wrapper .pageheader .header-width {
      max-width: calc(1100px + 2 * 160px + 2 * 40px + 20px / 2.0);
      padding: 0 calc(20px / 2.0);
      margin: 0 auto; }
      @media print, screen and (min-width: 40em) {
        .content-wrapper .pageheader .header-width {
          max-width: calc(1100px + 2.0 * 160px + 2 * 40px + 30px / 2.0);
          padding: 0 calc(30px / 2.0); } }
    .content-wrapper .pageheader .headerbar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      /* left */
      /* right */ }
      .content-wrapper .pageheader .headerbar .slot-1 {
        padding-left: 30px; }
        @media print, screen and (max-width: 27.49875em) {
          .content-wrapper .pageheader .headerbar .slot-1 {
            padding-left: 0; } }
        @media print, screen and (max-width: 27.49875em) {
          .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 {
            width: 100%;
            margin-left: 10px; } }
        .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: end;
              align-items: end;
          padding: 5px 0 10px 0;
          padding: 0.5rem 0 1rem 0;
          margin: 0;
          /* Logo */
          /* Membership */ }
          @media print, screen and (max-width: 27.49875em) {
            .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo {
              -ms-flex-pack: center;
                  justify-content: center; } }
          .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img {
            width: 250px; }
            @media print, screen and (max-width: 74.99875em) {
              .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img {
                width: 230px; } }
            @media print, screen and (max-width: 49.99875em) {
              .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img {
                width: 200px; } }
            @media print, screen and (max-width: 39.99875em) {
              .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img {
                width: 150px; } }
            .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img.logo {
              display: block; }
            .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img.logo-compressed {
              display: none; }
          .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-membership {
            max-width: 170px;
            padding-left: 0; }
            @media print, screen and (min-width: 27.5em) {
              .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-membership {
                padding-left: 40px; } }
            @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
              .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-membership {
                padding-left: 5px; } }
        .content-wrapper .pageheader .headerbar .slot-1.maxWidth1024 {
          -ms-flex-pack: justify;
              justify-content: space-between;
          /* Suche handy  */ }
          .content-wrapper .pageheader .headerbar .slot-1.maxWidth1024 .slot-1-1 {
            -ms-flex-positive: 1;
                flex-grow: 1;
            margin: 0 auto; }
          .content-wrapper .pageheader .headerbar .slot-1.maxWidth1024 .slot-1-2 {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-pack: end;
                justify-content: end;
            margin-left: auto; }
      .content-wrapper .pageheader .headerbar .slot-2 {
        width: calc(100% - 420px);
        padding-left: 70px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: end;
        -ms-flex-pack: end;
            justify-content: end;
        margin-bottom: 14px; }
        @media print, screen and (max-width: 74.99875em) {
          .content-wrapper .pageheader .headerbar .slot-2 {
            padding-left: 25px; } }
        @media print, screen and (max-width: 63.99875em) {
          .content-wrapper .pageheader .headerbar .slot-2 {
            padding-left: 0px; } }
        .content-wrapper .pageheader .headerbar .slot-2 .slot-2-1 .tx-shop-widget {
          -ms-flex-order: 9999 !important;
              order: 9999 !important; }
        .content-wrapper .pageheader .headerbar .slot-2 .slot-2-2 {
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          /* Suche uncompressed */ }
          .content-wrapper .pageheader .headerbar .slot-2 .slot-2-2 .searchform-wrap {
            height: 44px; }
            .content-wrapper .pageheader .headerbar .slot-2 .slot-2-2 .searchform-wrap .search-submit {
              width: 51px;
              height: 44px !important; }
      @media print, screen and (max-width: 63.99875em) {
        .content-wrapper .pageheader .headerbar {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .content-wrapper .pageheader .headerbar .slot-1 {
            -ms-flex-positive: 1;
                flex-grow: 1;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center; }
            .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img {
              max-height: 60px; }
          .content-wrapper .pageheader .headerbar .slot-2 {
            width: 100%; } }
    .content-wrapper .pageheader.compressed {
      min-height: 70px; }
      @media print, screen and (max-width: 39.99875em) {
        .content-wrapper .pageheader.compressed .headerbar .slot-0 {
          position: absolute; } }
      .content-wrapper .pageheader.compressed .headerbar .slot-1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: end;
            align-items: end;
        -ms-flex-positive: 1;
            flex-grow: 1;
        width: inherit;
        padding-left: 0px;
        /* Logo */ }
        @media print, screen and (max-width: 39.99875em) {
          .content-wrapper .pageheader.compressed .headerbar .slot-1 {
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: center;
                align-items: center;
            padding-left: 0px; } }
        .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo {
          /* Membership */ }
          .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img {
            width: 130px; }
            .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img.logo {
              display: none; }
            .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-image a img.logo-compressed {
              display: block; }
          .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-membership {
            padding-left: 15px; }
            @media print, screen and (max-width: 39.99875em) {
              .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-membership {
                margin-left: 20px; } }
            .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-membership .membersign .text {
              display: none; }
        .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-2 {
          padding-left: 5px;
          -ms-flex-positive: 1;
              flex-grow: 1;
          margin-bottom: 8px;
          display: -ms-flexbox;
          display: flex; }
          @media print, screen and (max-width: 39.99875em) {
            .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-2 {
              width: 100%;
              padding-left: 0px; } }
      .content-wrapper .pageheader.compressed .headerbar .slot-2 {
        width: initial;
        padding: 0; }
        @media print, screen and (max-width: 39.99875em) {
          .content-wrapper .pageheader.compressed .headerbar .slot-2 {
            width: 100%; } }
        .content-wrapper .pageheader.compressed .headerbar .slot-2 .slot-2-1 #top-menu {
          display: none; }
        .content-wrapper .pageheader.compressed .headerbar .slot-2 .slot-2-2 {
          height: 37px; }
          @media print, screen and (max-width: 39.99875em) {
            .content-wrapper .pageheader.compressed .headerbar .slot-2 .slot-2-2 {
              height: 44px; } }
          .content-wrapper .pageheader.compressed .headerbar .slot-2 .slot-2-2 .searchform-wrap .search-submit {
            width: 40px; }
      .content-wrapper .pageheader.compressed .headerbar ul#top-menu-2,
      .content-wrapper .pageheader.compressed .headerbar .tx-shop-widget {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; }
      .content-wrapper .pageheader.compressed .headerbar .tx-shop-widget {
        -ms-flex-order: 9999 !important;
            order: 9999 !important; }
      @media print, screen and (max-width: 93.12375em) {
        .content-wrapper .pageheader.compressed .headerbar ul#top-menu-2 {
          display: none; } }
    .content-wrapper .pageheader .navbar-toggle a {
      display: inline-block;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .content-wrapper .pageheader .navbar-toggle a img {
        width: 100%;
        height: 100%;
        top: 5px;
        position: relative; }
    .content-wrapper .pageheader .navbar-toggle button.hamburg {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      cursor: pointer;
      top: 13px;
      margin: 0; }
      @media print, screen and (min-width: 64em) {
        .content-wrapper .pageheader .navbar-toggle button.hamburg {
          top: 38px; } }
    .content-wrapper .pageheader .navbar-toggle input#hamburg {
      display: none; }
    .content-wrapper .pageheader .navbar-toggle .line {
      position: absolute;
      margin-left: 5px;
      margin-right: 5px;
      height: 4px;
      width: 25px;
      background: var(--color-lo-blue, #34A6BF);
      border-radius: 5px;
      display: block;
      transition: 0.5s;
      -ms-transform-origin: center;
          transform-origin: center; }
    .content-wrapper .pageheader .navbar-toggle .line:nth-child(1) {
      top: 10px; }
    .content-wrapper .pageheader .navbar-toggle .line:nth-child(2) {
      top: 18px; }
    .content-wrapper .pageheader .navbar-toggle .line:nth-child(3) {
      top: 26px; }
    .content-wrapper .pageheader.compressed .navbar-toggle button.hamburg {
      top: 13px; }
    .content-wrapper .pageheader .header-login {
      font-size: 62.5%;
      margin: 0 5px;
      margin: 0 .5rem;
      /*
    .interactive-dropdown {
        ul {
            right: -1.35rem;
        }

        a {
            > span.username {
                width: auto;
                max-width: 92px;
                overflow: hidden;
                @include breakpoint(small2  down) {
                    display: none;
                }
            }
        }

        &.open ul {
            margin-top: 3px;
            border-top: none;
        }

        &.logged-in {
            @include breakpoint(small2  down) {
                padding: 0em 0.75em;
            }
        }

    }
    */ }
      .content-wrapper .pageheader .header-login.logged-in {
        margin: 0; }
      .content-wrapper .pageheader .header-login.logged-in .userwrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .content-wrapper .pageheader .header-login.logged-in .userwrap .userimage {
          width: 50px;
          height: 50px;
          display: block;
          /*float: left;*/
          /*margin-top: -4px;*/
          margin-right: 8px;
          background-color: transparent;
          border-radius: 100%;
          border: 3px solid transparent;
          overflow: hidden;
          padding-bottom: 10px; }
          .content-wrapper .pageheader .header-login.logged-in .userwrap .userimage img {
            width: 100%;
            height: auto;
            box-sizing: border-box; }
        .content-wrapper .pageheader .header-login.logged-in .userwrap.premium .userimage {
          border-color: #FFBF00; }
        .content-wrapper .pageheader .header-login.logged-in .userwrap.basis .userimage {
          border-color: var(--color-lo-blue, #34A6BF); }
        .content-wrapper .pageheader .header-login.logged-in .userwrap .username {
          padding-top: 0; }
      .content-wrapper .pageheader .header-login.logged-in a.premium {
        color: #FFBF00; }
      .content-wrapper .pageheader .header-login.logged-in a.basis {
        color: var(--color-lo-blue, #34A6BF); }
      @media print, screen and (max-width: 74.99875em) {
        .content-wrapper .pageheader .header-login {
          /*  margin-top: -0.9375rem;

          &.logged-in {
            margin-top: -0.875rem;
          }
        */ } }
      .content-wrapper .pageheader .header-login .login span:after {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        font-style: normal;
        font-variant: normal;
        content: ''; }
      .content-wrapper .pageheader .header-login__loggedin {
        position: absolute;
        bottom: 9px;
        color: #fff;
        right: 7px; }
      .content-wrapper .pageheader .header-login .logout span:after {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        font-style: normal;
        font-variant: normal;
        content: ' Logout'; }
  .content-wrapper .headcontent {
    margin-top: 140px; }
    @media print, screen and (max-width: 93.12375em) {
      .content-wrapper .headcontent {
        margin-top: 125px; } }
    @media print, screen and (max-width: 63.99875em) {
      .content-wrapper .headcontent {
        margin-top: 135px; } }
    .content-wrapper .headcontent.headcontent-bgcolorgradient {
      background: #fff;
      background: linear-gradient(90deg, #fff 50%, #E1F4F8 50%); }
    .content-wrapper .headcontent #header-slider-video {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 1.0;
      background-color: #fff;
      transition: 2s opacity cubic-bezier(0.19, 1, 0.22, 1); }
      .content-wrapper .headcontent #header-slider-video.fade-out {
        opacity: 0; }
      .content-wrapper .headcontent #header-slider-video.faded-out {
        opacity: 0;
        display: none; }
    .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider {
      margin: 0;
      padding: 0;
      border: 0;
      box-shadow: none;
      border-radius: 0;
      max-height: 400px;
      /* Slick dots (was .flex-control-nav / .flex-control-paging) */ }
      @media print, screen and (max-width: 39.99875em) {
        .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider {
          display: none; } }
      .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li {
        max-height: 400px; }
      .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .slick-dots {
        bottom: -5px;
        z-index: 99; }
        .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .slick-dots li {
          margin-right: 6px; }
        .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .slick-dots li:last-child {
          margin-right: 0; }
        .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .slick-dots li button:before {
          background-color: #fff; }
        .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .slick-dots li.slick-active button:before {
          background-color: var(--color-lo-blue, #34A6BF); }
      .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .caption-text {
        background-color: var(--color-lo-blue, #34A6BF);
        color: #fff;
        width: 400px; }
        @media print, screen and (max-width: 63.99875em) {
          .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .caption-text {
            display: none; } }
        .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .caption-text .caption-title {
          font-size: 12px;
          font-size: 1.25rem;
          line-height: 130%;
          letter-spacing: 0px;
          letter-spacing: 0.05rem; }
        .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .caption-text .caption-body {
          font-size: 62.5%;
          line-height: 130%; }
      .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider .caption-align-left .caption-text {
        bottom: 20px;
        top: auto; }
      .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider ul li {
        list-style: outside none none !important; }
      .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider ul li,
      .content-wrapper .headcontent .frame-type-locore_loimageslider .locore-imageslider ol li {
        margin: 0; }
  .content-wrapper .loquicknav {
    background-color: var(--color-lo-blue, #34A6BF);
    padding: 12px;
    padding: 1.25rem;
    z-index: 3;
    overflow: visible;
    width: 100%;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    .content-wrapper .loquicknav input {
      line-height: 12px;
      line-height: 1.25rem;
      padding: .3em .75em;
      font-size: 15px;
      font-size: 1.5rem; }
    .content-wrapper .loquicknav input[type="text"] {
      width: 100%;
      border: 1px solid #fff; }
    .content-wrapper .loquicknav label[for="searchterm"] {
      display: none;
      z-index: 50; }
      .content-wrapper .loquicknav label[for="searchterm"] span {
        color: #ECECEC; }
    .content-wrapper .loquicknav input#searchterm {
      position: relative;
      display: inline-block; }
    .content-wrapper .loquicknav input[type="submit"] {
      line-height: normal;
      border: 1px solid #fff;
      background: none;
      color: #fff; }
      .content-wrapper .loquicknav input[type="submit"]:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    .content-wrapper .loquicknav .searchform div {
      list-style-type: none;
      display: inline-block;
      margin: 0;
      padding: 0;
      /*&:nth-child(1) {
				width: 12.5rem;
				margin-right: 1em;
				position: relative;
				> a {
					width: 100%;
					display: inline-block;
					&:after {
						right: 0.625rem;
						top: 0.8rem;
						position: absolute;
					}
				}
			}

			&:nth-child(2) {
				width: 12.5rem;
				margin-right: 1em;
				position: relative;
				> a {
					width: 100%;
					display: inline-block;
					&:after {
						right: 0.625rem;
						top: 0.8rem;
						position: absolute;
					}
				}
			}*/ }
      .content-wrapper .loquicknav .searchform div:nth-child(1) {
        /*width: calc(100% - (12.5rem + 12.5rem + 5rem) - (3 * 0.625rem) - (2 * 1.25rem));*/
        width: calc(100% - 11.25rem);
        margin-right: 1em; }
      .content-wrapper .loquicknav .searchform div:nth-child(2) {
        width: 100px;
        width: 10rem;
        text-align: right;
        float: right;
        margin-top: 1px; }
        .content-wrapper .loquicknav .searchform div:nth-child(2) input {
          width: 100%;
          padding: 0.15625em 0.75em;
          max-height: 2.05em; }
      @media print, screen and (max-width: 63.99875em) {
        .content-wrapper .loquicknav .searchform div {
          /*&:nth-child(1) {
					display: none;
				}

				&:nth-child(2) {
					display: none;
				}*/ }
          .content-wrapper .loquicknav .searchform div:nth-child(3) {
            /*width: calc(100% - (8rem) - (1 * 0.625rem) - (1 * 1.25rem));*/
            margin-right: 1em; } }
      @media print, screen and (max-width: 39.99875em) {
        .content-wrapper .loquicknav .searchform div:nth-child(1) {
          width: calc(100% - 6.875rem); }
        .content-wrapper .loquicknav .searchform div:nth-child(2) {
          width: auto; } }
    .content-wrapper .loquicknav ::-webkit-input-placeholder {
      color: #bbb;
      opacity: 1;
      transition: opacity 0.5s; }
    .content-wrapper .loquicknav :-moz-placeholder {
      color: #bbb;
      opacity: 1;
      transition: opacity 0.5s; }
    .content-wrapper .loquicknav ::-moz-placeholder {
      color: #bbb;
      opacity: 1;
      transition: opacity 0.5s; }
    .content-wrapper .loquicknav :-ms-input-placeholder {
      color: #bbb;
      opacity: 1;
      transition: opacity 0.5s; }
    .content-wrapper .loquicknav *:focus::-webkit-input-placeholder {
      opacity: 0; }
    .content-wrapper .loquicknav *:focus:-moz-placeholder {
      opacity: 0; }
    .content-wrapper .loquicknav *:focus::-moz-placeholder {
      opacity: 0; }
    .content-wrapper .loquicknav *:focus:-ms-input-placeholder {
      opacity: 0; }
  .content-wrapper .headcontent {
    box-shadow: none;
    background-color: transparent; }
    .content-wrapper .headcontent .csc-default, .content-wrapper .headcontent .frame, .content-wrapper .headcontent .csc-textpic-imagewrap, .content-wrapper .headcontent .ce-image .ce-gallery {
      margin-bottom: 0; }
    .content-wrapper .headcontent .csc-textpic-imagecolumn {
      padding: 0; }
  @media screen and (min-width: 75em) {
    .content-wrapper .b1.layout__4 .headcontent {
      height: 300px; } }
  .content-wrapper .pid__8 .content-wrapper .headcontent {
    display: block; }
  .content-wrapper .maincontent {
    margin: 0 auto;
    z-index: 2;
    /* COMMON ROW AND COL DEFINITION */
    /* ROW LEVEL 1 */
    /* Responsive Ads */
    /* If you still need the old “twocol” layout override, rewrite it for Slick */
    /* Keep this (it applies to Slick markup too) */ }
    .content-wrapper .maincontent::before, .content-wrapper .maincontent::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    .content-wrapper .maincontent::after {
      clear: both; }
    @media print, screen and (min-width: 64em) {
      .content-wrapper .maincontent {
        margin-left: 0;
        min-height: 650px; } }
    @media screen and (min-width: 75em) {
      .content-wrapper .maincontent {
        margin: 0 auto 2rem auto; } }
    .content-wrapper .maincontent .breadcrumbbackground {
      background-color: transparent !important; }
      @media print, screen and (max-width: 27.49875em) {
        .content-wrapper .maincontent .breadcrumbbackground {
          display: none; } }
    .content-wrapper .maincontent .breadcrumb {
      padding: 10px 0;
      padding: 1rem 0; }
      .content-wrapper .maincontent .breadcrumb ul {
        margin: 0;
        padding: 0; }
      .content-wrapper .maincontent .breadcrumb li {
        margin: 0 0 0 3px;
        margin: 0 0 0 0.3rem;
        padding: 0;
        display: inline-block;
        list-style: none; }
        .content-wrapper .maincontent .breadcrumb li:first-of-type {
          margin: 0; }
        .content-wrapper .maincontent .breadcrumb li:after {
          content: " >";
          font-size: 14px;
          color: var(--color-lo-orange, #f28d35); }
        .content-wrapper .maincontent .breadcrumb li:last-child:after {
          display: none; }
        .content-wrapper .maincontent .breadcrumb li a {
          line-height: 30px;
          line-height: 3rem;
          font-size: 90%; }
    .content-wrapper .maincontent .subscription-page .row, .content-wrapper .maincontent .subscriptions-container .row {
      display: block;
      clear: both; }
      .content-wrapper .maincontent .subscription-page .row::before, .content-wrapper .maincontent .subscription-page .row::after, .content-wrapper .maincontent .subscriptions-container .row::before, .content-wrapper .maincontent .subscriptions-container .row::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-order: 1;
            order: 1; }
      .content-wrapper .maincontent .subscription-page .row::after, .content-wrapper .maincontent .subscriptions-container .row::after {
        clear: both; }
      .content-wrapper .maincontent .subscription-page .row .col, .content-wrapper .maincontent .subscriptions-container .row .col {
        width: 100%;
        display: block;
        float: left;
        padding-right: 20px; }
        .content-wrapper .maincontent .subscription-page .row .col::before, .content-wrapper .maincontent .subscription-page .row .col::after, .content-wrapper .maincontent .subscriptions-container .row .col::before, .content-wrapper .maincontent .subscriptions-container .row .col::after {
          display: table;
          content: ' ';
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
          -ms-flex-order: 1;
              order: 1; }
        .content-wrapper .maincontent .subscription-page .row .col::after, .content-wrapper .maincontent .subscriptions-container .row .col::after {
          clear: both; }
        .content-wrapper .maincontent .subscription-page .row .col.span12, .content-wrapper .maincontent .subscriptions-container .row .col.span12 {
          padding-right: 0; }
        .content-wrapper .maincontent .subscription-page .row .col-right-assoc, .content-wrapper .maincontent .subscriptions-container .row .col-right-assoc {
          float: right; }
      .content-wrapper .maincontent .subscription-page .row .span9, .content-wrapper .maincontent .subscriptions-container .row .span9 {
        width: calc((100% / 4 * 3) - 1px); }
      .content-wrapper .maincontent .subscription-page .row .span8, .content-wrapper .maincontent .subscriptions-container .row .span8 {
        width: calc((100% / 3 * 2) - 1px); }
      @media print, screen and (min-width: 50em) {
        .content-wrapper .maincontent .subscription-page .row .span6, .content-wrapper .maincontent .subscriptions-container .row .span6 {
          width: calc((100% / 2) - 1px); } }
      .content-wrapper .maincontent .subscription-page .row .span4, .content-wrapper .maincontent .subscriptions-container .row .span4 {
        width: calc((100% / 3 * 1) - 1px); }
      .content-wrapper .maincontent .subscription-page .row .span3, .content-wrapper .maincontent .subscriptions-container .row .span3 {
        width: calc((100% / 4 * 1) - 1px); }
    .content-wrapper .maincontent > .row {
      /* COLS IN ROW LEVEL 1 */ }
      .content-wrapper .maincontent > .row > .col {
        /* wenn zwei container verschachtelt sind, muss der innerer vergrößert werden (padding doppelung) */
        /* CONTENT ELEMENTS IN ROW LEVEL 1 */ }
        .content-wrapper .maincontent > .row > .col.span8 {
          background: #fff;
          margin-right: 10px;
          margin-right: 1rem;
          padding: 0 20px 10px 0px;
          padding: 0 20px 1rem 0rem; }
        .content-wrapper .maincontent > .row > .col.span4 {
          width: calc((100% / 3 * 1) - 1rem);
          max-width: 425px; }
        .content-wrapper .maincontent > .row > .col > .csc-default > .row, .content-wrapper .maincontent > .row > .col > .frame > .row {
          width: calc(100% + 20px); }
    .content-wrapper .maincontent p.text-centered {
      text-align: center; }
    .content-wrapper .maincontent .responsive {
      overflow: hidden; }
    .content-wrapper .maincontent .frame-type-locore_loimageslider {
      background: transparent; }
      .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider {
        background: transparent;
        margin: 0;
        padding: 0;
        border: 0 !important;
        border-radius: 0;
        box-shadow: none; }
        @media print, screen and (max-width: 49.99875em) {
          .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider {
            max-height: none; } }
        .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider {
          margin: 0 60px 30px; }
          .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider .slick-list {
            overflow: visible; }
          .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li {
            margin: 0;
            list-style: none !important; }
            .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: row;
                  flex-direction: row; }
              @media print, screen and (max-width: 74.99875em) {
                .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent {
                  -ms-flex-direction: column;
                      flex-direction: column; } }
              .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent > a {
                border-radius: 0 !important; }
              .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent picture img {
                max-width: 100%;
                height: auto;
                max-height: 545px;
                margin: 0 auto;
                border-radius: 0 !important; }
              .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper {
                width: 50%;
                padding-left: 10px;
                padding-left: 1rem; }
                @media print, screen and (max-width: 74.99875em) {
                  .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper {
                    width: 100%; } }
                .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper .caption-link {
                  position: static;
                  padding: 0; }
                .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper .caption-text {
                  background: transparent;
                  position: static;
                  width: auto;
                  word-wrap: normal;
                  padding: 10px;
                  padding: 1rem; }
                  @media print, screen and (max-width: 49.99875em) {
                    .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper .caption-text {
                      min-height: inherit; } }
                  .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper .caption-text .caption-title {
                    font-size: 25px;
                    font-size: 2.5rem;
                    font-weight: normal;
                    font-family: Verdana-Bold, sans-serif;
                    color: var(--color-lo-blue, #34A6BF); }
                  .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper .caption-text .caption-body {
                    font-size: inherit; }
                    .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper .caption-text .caption-body .button-wrap {
                      margin-top: 20px;
                      margin-top: 2rem; }
              .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent.with-text picture {
                width: 50%; }
    .content-wrapper .maincontent .twocol .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent {
      -ms-flex-direction: column;
          flex-direction: column; }
      .content-wrapper .maincontent .twocol .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper {
        width: 100%; }
    .content-wrapper .maincontent .locore-imageslider .slidercontent .internal-link:before {
      content: '';
      display: none; }
  .content-wrapper .trennelement {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .content-wrapper .trennelement--small {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .content-wrapper *[class*='trennelement'] {
    margin: 0 0 10px 0; }
    .content-wrapper *[class*='trennelement'] .cell > [class*='trennelement-innerwrap'] {
      margin-top: 50px;
      margin-bottom: 40px; }
      .content-wrapper *[class*='trennelement'] .cell > [class*='trennelement-innerwrap'][class*='trennelement-innerwrap--slim'] {
        margin-top: 10px;
        margin-bottom: 10px; }
    .content-wrapper *[class*='trennelement'][class*='--leftonly'] {
      background: #fff; }
    .content-wrapper *[class*='trennelement'][class*='--color1'] {
      background-color: #E1F4F8; }
      .content-wrapper *[class*='trennelement'][class*='--color1'][class*='--leftonly'] {
        background: linear-gradient(90deg, #E1F4F8 50%, #fff 50%); }
        .content-wrapper *[class*='trennelement'][class*='--color1'][class*='--leftonly'] > .trennelement-container > .grid-container {
          background: linear-gradient(90deg, #E1F4F8 66%, #fff 50%); }
      .content-wrapper *[class*='trennelement'][class*='--color1'] h1, .content-wrapper *[class*='trennelement'][class*='--color1'] h2, .content-wrapper *[class*='trennelement'][class*='--color1'] h3, .content-wrapper *[class*='trennelement'][class*='--color1'] h4 {
        color: var(--color-lo-blue, #34A6BF); }
    .content-wrapper *[class*='trennelement'][class*='--color2'] {
      background-color: #E1F4F8; }
      .content-wrapper *[class*='trennelement'][class*='--color2'][class*='--leftonly'] {
        background: linear-gradient(90deg, #E1F4F8 50%, #fff 50%); }
        .content-wrapper *[class*='trennelement'][class*='--color2'][class*='--leftonly'] > .trennelement-container > .grid-container {
          background: linear-gradient(90deg, #E1F4F8 66%, #fff 50%); }
      .content-wrapper *[class*='trennelement'][class*='--color2'] h1, .content-wrapper *[class*='trennelement'][class*='--color2'] h2, .content-wrapper *[class*='trennelement'][class*='--color2'] h3, .content-wrapper *[class*='trennelement'][class*='--color2'] h4 {
        color: var(--color-lo-blue, #34A6BF); }
    .content-wrapper *[class*='trennelement'][class*='--color3'] {
      background-color: #FCE8D7; }
      .content-wrapper *[class*='trennelement'][class*='--color3'][class*='--leftonly'] {
        background: linear-gradient(90deg, #FCE8D7 50%, #fff 50%); }
        .content-wrapper *[class*='trennelement'][class*='--color3'][class*='--leftonly'] > .trennelement-container > .grid-container {
          background: linear-gradient(90deg, #FCE8D7 66%, #fff 50%); }
      .content-wrapper *[class*='trennelement'][class*='--color3'] .trennelement-innerwrap {
        position: relative; }
        .content-wrapper *[class*='trennelement'][class*='--color3'] .trennelement-innerwrap h1, .content-wrapper *[class*='trennelement'][class*='--color3'] .trennelement-innerwrap h2, .content-wrapper *[class*='trennelement'][class*='--color3'] .trennelement-innerwrap h3, .content-wrapper *[class*='trennelement'][class*='--color3'] .trennelement-innerwrap h4 {
          color: var(--color-lo-orange, #f28d35);
          font-size: 25px;
          font-size: 2.5rem;
          font-weight: 700; }
        .content-wrapper *[class*='trennelement'][class*='--color3'] .trennelement-innerwrap .banner .container-text ul {
          list-style-type: none; }
          .content-wrapper *[class*='trennelement'][class*='--color3'] .trennelement-innerwrap .banner .container-text ul li {
            margin: 0 0 10px 0;
            margin: 0 0 1rem 0; }
            .content-wrapper *[class*='trennelement'][class*='--color3'] .trennelement-innerwrap .banner .container-text ul li:before {
              content: '';
              background-image: var(--svg-check-orange, url("../Icons/check-orange.svg"));
              background-repeat: no-repeat;
              background-position: center;
              background-size: 2.2rem 1.6rem;
              display: inline-block;
              width: 22px;
              width: 2.2rem;
              height: 16px;
              height: 1.6rem;
              margin-right: 30px;
              margin-right: 3rem; }
    .content-wrapper *[class*='trennelement'][class*='--color4'] {
      background-color: #c8e7ee; }
  .content-wrapper [class*='trennelementwrap--'] {
    margin: 10px 0; }
    .content-wrapper [class*='trennelementwrap--'].trennelementwrap--color1 {
      /* Fake horizontal trennelement, keeps html in one piece  */
      background-color: #fff;
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%; }
    .content-wrapper [class*='trennelementwrap--'].trennelementwrap--color2 {
      /* Fake horizontal trennelement, keeps html in one piece  */
      background-color: #E1F4F8;
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%; }
    .content-wrapper [class*='trennelementwrap--'].trennelementwrap--color3 {
      /* Fake horizontal trennelement, keeps html in one piece  */
      background-color: #FCE8D7;
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%; }
  .content-wrapper .line-stop-at-content--right {
    --line-thickness: 3px;
    position: relative;
    color: #ababab; }
    .content-wrapper .line-stop-at-content--right::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 3px;
      background: #ababab;
      z-index: 0;
      top: 0; }
    .content-wrapper .line-stop-at-content--right::after {
      content: "";
      position: absolute;
      left: calc(50% + min(50vw, 55rem) - 0.83333rem);
      right: 0;
      height: 3px;
      background: white;
      z-index: 1;
      top: 0; }
    .content-wrapper .line-stop-at-content--right .trenn-icon {
      /* width is controlled by a CSS var so we can use it for positioning */
      --icon-width: clamp(120px, 12vw, 260px);
      position: absolute;
      z-index: 2;
      width: var(--icon-width);
      line-height: 0;
      /* place the icon so its RIGHT edge sits on the content's RIGHT edge */
      left: calc(50% + min(50vw, 55rem) - 0.83333rem - var(--icon-width));
      /* vertical alignment on the rule */
      top: 0;
      -ms-transform: translateY(calc(-100% + (var(--line-thickness) / 1)));
          transform: translateY(calc(-100% + (var(--line-thickness) / 1)));
      /* local eraser: covers the line under the icon area */ }
      .content-wrapper .line-stop-at-content--right .trenn-icon::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: var(--line-thickness);
        background: white;
        z-index: 1;
        bottom: calc(-1 * (var(--line-thickness) / 2)); }
      .content-wrapper .line-stop-at-content--right .trenn-icon svg {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: auto;
        /* make strokes match the CSS line */
        stroke: currentColor;
        stroke-width: calc( (var(--line-thickness) / 2));
        fill: none;
        vector-effect: non-scaling-stroke; }
  .content-wrapper .maincontent > .grid-container > .grid-x > .cell > [class*='trennelementwrap--']:first-child,
  .content-wrapper .maincontent > .grid-container > .grid-x > .cell > *:first-child > [class*='trennelementwrap--'] {
    margin-top: 0px; }
  .content-wrapper .trennelement-innerwrap > [class*='trennelementwrap--'] {
    /* bei Schachtelung auch Abstaende weiter innen herausnehmen, da sonst doppelt: */ }
    .content-wrapper .trennelement-innerwrap > [class*='trennelementwrap--']:first-child {
      margin-top: -50px;
      margin-bottom: 50px; }
    .content-wrapper .trennelement-innerwrap > [class*='trennelementwrap--']:last-child {
      margin-top: 50px;
      margin-bottom: -50px; }
    .content-wrapper .trennelement-innerwrap > [class*='trennelementwrap--']:only-child {
      margin-top: -50px;
      margin-bottom: -50px; }
  .content-wrapper .lo-container.onecol.row.container-boxed.boxedColor0 {
    background-color: transparent; }
  .content-wrapper .lo-container.onecol.row.container-boxed.boxedColor1 {
    background-color: #fff; }
  .content-wrapper .lo-container.onecol.row.container-boxed.boxedColor2 {
    background-color: #34A6BF; }
  .content-wrapper .lo-container.onecol.row.container-boxed.boxedColor3 {
    background-color: #f28d35; }
  .content-wrapper .lo-container.onecol.row.container-boxed.boxed-padding-0 {
    padding: 0; }
  .content-wrapper .lo-container.onecol.row.container-boxed.boxed-padding-1 {
    padding: 10px;
    padding: 1rem; }
  .content-wrapper .lo-container.onecol.row.container-boxed.boxed-padding-2 {
    padding: 20px;
    padding: 2rem; }
  .content-wrapper .lo-container.onecol.row.container-boxed.boxed-padding-3 {
    padding: 30px;
    padding: 3rem; }
  .content-wrapper .skyscraper-upper-edge {
    position: relative;
    top: 10px; }
  .content-wrapper [id^=lp_survey] > iframe {
    border-radius: 0 !important;
    overflow: hidden; }
  .content-wrapper .flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content-wrapper .flex-container.twocol .col {
      width: 50%; }
      @media print, screen and (max-width: 39.99875em) {
        .content-wrapper .flex-container.twocol .col {
          width: 100%; } }
  .content-wrapper .pid__1 .span8 {
    width: 66.7%;
    padding-right: 0; }
  .content-wrapper .pid__1 .span4 {
    width: 32.0%; }
  .content-wrapper #c1123198 {
    visibility: hidden; }
  .content-wrapper #c1131492 .ce-textpic .ce-gallery .ce-outer,
  .content-wrapper #c1131492 .ce-textpic .ce-gallery .ce-inner {
    float: none;
    right: inherit; }
    .content-wrapper #c1131492 .ce-textpic .ce-gallery .ce-outer .ce-row,
    .content-wrapper #c1131492 .ce-textpic .ce-gallery .ce-inner .ce-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 30px 100px; }
  .content-wrapper .newsline {
    margin: 0;
    padding: 0; }
    .content-wrapper .newsline .grid-container > .grid-x > .cell > div {
      padding: 10px 0;
      padding: 1rem 0; }
    .content-wrapper .newsline .grid-container .frame {
      margin: 0; }
      .content-wrapper .newsline .grid-container .frame p {
        font-size: 95%;
        margin: 0; }
        .content-wrapper .newsline .grid-container .frame p a {
          color: #4f4f4f; }
          .content-wrapper .newsline .grid-container .frame p a:hover, .content-wrapper .newsline .grid-container .frame p a:active {
            color: #f28d35; }
  .content-wrapper .footer {
    margin: 0px 0 0 0;
    margin: 0rem 0 0 0;
    background-color: var(--lo-footer-bg, #4f4f4f);
    padding: 20px 12px 20px 12px;
    padding: 2rem 1.25rem 2rem 1.25rem;
    color: var(--lo-footer-color, #fff); }
    .content-wrapper .footer::before, .content-wrapper .footer::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    .content-wrapper .footer::after {
      clear: both; }
    .content-wrapper .footer .footercontent {
      max-width: 1200px;
      margin: 0 auto; }
      .content-wrapper .footer .footercontent strong {
        display: inline-block;
        line-height: 1.4;
        margin: 1em 0 0 0;
        color: var(--color-lo-blue, #34A6BF); }
      .content-wrapper .footer .footercontent ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .content-wrapper .footer .footercontent ul li {
          margin: 0;
          padding: 0;
          list-style: none;
          line-height: 1.4; }
      .content-wrapper .footer .footercontent .footer-image {
        padding: 20px 0;
        padding: 2rem 0; }
        .content-wrapper .footer .footercontent .footer-image img {
          max-width: 130px; }
  .content-wrapper .footer .footercontent .footer-link-list a {
    color: var(--lo-footer-color, #fff);
    font-weight: 500; }
    .content-wrapper .footer .footercontent .footer-link-list a:hover {
      color: var(--lo-footer-color-hover, var(--color-lo-orange, #f28d35));
      text-decoration: none; }
  .content-wrapper .footer .footercontent .footerbottomlinks {
    margin-top: 40px; }
    @media print, screen and (min-width: 50em) {
      .content-wrapper .footer .footercontent .footerbottomlinks {
        margin-top: 80px; }
        .content-wrapper .footer .footercontent .footerbottomlinks .cell {
          width: auto !important; } }
    .content-wrapper .footer .footercontent .footerbottomlinks a {
      padding: 0;
      color: var(--lo-footer-color-hover, var(--color-lo-orange, #f28d35));
      font-family: Verdana-Bold, sans-serif;
      line-height: 35px;
      line-height: 3.5rem; }
      .content-wrapper .footer .footercontent .footerbottomlinks a:hover {
        color: var(--lo-footer-color, #fff);
        text-decoration: none; }
  .content-wrapper .footer-contact {
    color: var(--lo-footer-color, #fff);
    /* E-Mail Adresse */
    /* Newsletter */ }
    .content-wrapper .footer-contact a {
      color: var(--lo-footer-color, #fff); }
      .content-wrapper .footer-contact a:hover {
        color: var(--color-lo-orange, #f28d35); }
    .content-wrapper .footer-contact .social-links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      max-width: 235px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 36px;
      margin-bottom: 3.6rem;
      margin-top: -7px; }
      .content-wrapper .footer-contact .social-links a {
        padding: 7px; }
      .content-wrapper .footer-contact .social-links .socmed {
        font-size: 24px;
        font-size: 2.4rem; }
        .content-wrapper .footer-contact .social-links .socmed:hover {
          text-decoration: none; }
    .content-wrapper .footer-contact .contact-email {
      display: inline-block; }
    .content-wrapper .footer-contact form input {
      margin: 10px 0;
      margin: 1rem 0; }
    .content-wrapper .footer-contact form .teaser,
    .content-wrapper .footer-contact form label {
      font-size: 14px;
      font-size: 1.4rem; }
    .content-wrapper .footer-contact form ._checkbox-radio {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: baseline;
          align-items: baseline;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .content-wrapper .footer-contact form .button[type="submit"] {
      font-weight: 700; }
  .content-wrapper .footer-partner a {
    color: var(--lo-footer-color, #fff); }
    .content-wrapper .footer-partner a:hover {
      color: var(--lo-footer-color-hover, var(--color-lo-orange, #f28d35)); }

body.sticky .headcontent {
  margin-top: 140px !important; }

body.sticky .loquicknav {
  position: fixed;
  top: 140px;
  width: 1200px; }
  @media print, screen and (max-width: 74.99875em) {
    body.sticky .loquicknav {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    body.sticky .loquicknav {
      width: 1200px; } }

/* ----------------------------------------------------------------------------------- */
/* Aenderungen gegenueber screen.scss  */
.content-wrapper .pageheader {
  background-color: #707070; }
  .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: start; }
  .content-wrapper .pageheader .headerbar .searchform-wrap form {
    background-color: #fff; }
  .content-wrapper .pageheader .top-bar {
    background-color: transparent; }
    .content-wrapper .pageheader .top-bar #main-menu ul.menu-mainnav {
      background-color: transparent; }
      .content-wrapper .pageheader .top-bar #main-menu ul.menu-mainnav > li a {
        color: #fff; }
        .content-wrapper .pageheader .top-bar #main-menu ul.menu-mainnav > li a:after {
          content: none; }
  .content-wrapper .pageheader .search-filter {
    display: none !important; }
  .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo {
    margin: 0; }
    .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo img {
      height: 42px;
      margin: 0; }
    .content-wrapper .pageheader.compressed .headerbar .slot-1 .slot-1-1 .header-logo .header-logo-subtitle {
      display: none; }

.content-wrapper #main-menu ul a,
.content-wrapper #main-menu ul li.services {
  color: #fff; }

.content-wrapper #main-menu-row {
  background-color: transparent;
  box-shadow: none; }

.content-wrapper #main-menu ul.dropdown-xxx {
  background-color: transparent; }

.content-wrapper [class*="trennelement"][class*="--color3"] {
  background-color: transparent; }

/* ----------------------------------------------------------------------------------- */
.b403 .content-wrapper .header-logo {
  bottom: 0.1em; }
  .b403 .content-wrapper .header-logo img {
    height: 70px; }

.cc_banner-wrapper {
  display: none; }

.nobr {
  white-space: nowrap; }

body.sticky .headcontent {
  margin-top: 140px !important; }

body .mm-navbar #mobileMenuTitle {
  background-image: url("../Images/lo-recht.svg");
  margin: 0 0px 0 15px;
  background-size: 100px 70px;
  height: auto; }

body .content-wrapper .header {
  -ms-flex-align: center;
      align-items: center;
  background-color: #707070;
  max-height: 100px; }

body .content-wrapper .header-logo {
  width: 175px;
  height: auto; }

body .content-wrapper .header-logo img.logo {
  height: 50px;
  margin-top: -20px;
  margin-top: -2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

body .content-wrapper .header-logo .header-logo-subtitle {
  position: relative;
  top: 13px;
  top: 1.3rem;
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  font-size: 12px;
  color: #fff;
  z-index: 1; }

body .content-wrapper .header-logo .header-logo-subtitle a img {
  display: block;
  height: 20px; }

body .content-wrapper .header-logo .header-logo-subtitle a {
  display: inline-block;
  /*height: 18px;*/ }

body .head-slider .backgr-image {
  background-image: url("/fileadmin/user_upload_lorecht/Slider/lo-Recht-Header.png");
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  min-height: 240px; }

@media (max-width: 540px) {
  body .header-dlw .rubric .lehrwerktitel {
    font-size: 150% !important; }
  body .header-dlw .rubric {
    top: 25px !important;
    width: 270px !important; }
  body .header-dlw .icon-recht {
    font-size: 40px !important;
    margin-top: 10px;
    margin-left: 5px; }
  body .tx-locore-tipp.twocolumn .textblock {
    float: none;
    width: 100%; }
  body .tx-locore-tipp.twocolumn .image {
    float: none;
    width: 100%; } }

body .icon-recht:before {
  content: '';
  background-image: url("/fileadmin/user_upload_lorecht/Slider/recht.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  width: 50px;
  height: 50px;
  display: inline-block; }

body .content-wrapper .header-nav .navbar li.last::after {
  content: ''; }

body .authorimage, body .userimage {
  margin: 0 auto 1em auto;
  width: 7em;
  height: 7em; }

body .partner-box img {
  width: auto; }

body .tx-locore-tipp .image a.internal-link:before {
  display: none;
  content: ''; }

body .content-wrapper .header-nav .navbar li.last::after {
  content: ''; }

body .boxed--grey figure {
  background-color: transparent !important;
  padding: 10px;
  padding: 1rem; }

body .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent {
  -ms-flex-direction: column;
      flex-direction: column; }

body .ce-gallery.ce-border {
  border: 20px solid #fff;
  border: 2rem solid #fff; }

body .content-wrapper .pageheader .headerbar .slot-1 .slot-1-1 .header-logo {
  margin-top: -20px;
  margin-top: -2rem; }

body .content-wrapper .maincontent .frame-type-locore_loimageslider .locore-imageslider .image-slider li .slidercontent .caption-wrapper {
  width: 100%; }

body #lo-menu .searchform-wrap {
  border: none; }

body #lo-menu .searchform-wrap form.searchform .search-submit {
  height: 36px; }

body #lo-menu .searchform-wrap form.searchform .search-input input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/*# sourceMappingURL=screen-lorecht.css.map */
