@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:wght@400;600&display=swap");
a:link {
  color: #0091ff;
}
a:active, a:visited {
  color: #222;
}
a:hover, a:focus {
  color: #eb008a;
}
a.abtn {
  background-color: #eb008a;
}
a.abtn:hover, a.abtn:focus {
  background-color: #0091ff;
}
.notice {
  grid-column: auto / span 6;
  background-color: black;
  padding: 10px;
  color: white;
}
.mobile-only {
  display: none !important;
}
@media (max-width: 769px) {
  .mobile-only {
    display: inherit !important;
  }
}
.desktop-only {
  display: none !important;
}
@media (min-width: 769px) {
  .desktop-only {
    display: inherit !important;
  }
}
.not-tablet {
  display: none !important;
}
@media (min-width: 1023px) {
  .not-tablet {
    display: inherit !important;
  }
}
a:link {
  color: #0091ff;
}
a:active, a:visited {
  color: #222;
}
a:hover, a:focus {
  color: #eb008a;
}
a.abtn {
  background-color: #eb008a;
}
a.abtn:hover, a.abtn:focus {
  background-color: #0091ff;
}
.notice {
  grid-column: auto / span 6;
  background-color: black;
  padding: 10px;
  color: white;
}
.mobile-only {
  display: none !important;
}
@media (max-width: 769px) {
  .mobile-only {
    display: inherit !important;
  }
}
.desktop-only {
  display: none !important;
}
@media (min-width: 769px) {
  .desktop-only {
    display: inherit !important;
  }
}
.not-tablet {
  display: none !important;
}
@media (min-width: 1023px) {
  .not-tablet {
    display: inherit !important;
  }
}
a.btn.pause-disable {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #41ab47), color-stop(1, #6c6));
  background: -moz-linear-gradient(top, #41ab47 5%, #6c6 100%);
  background: -webkit-linear-gradient(top, #41ab47 5%, #6c6 100%);
  background: -o-linear-gradient(top, #41ab47 5%, #6c6 100%);
  background: -ms-linear-gradient(top, #41ab47 5%, #6c6 100%);
  background: linear-gradient(to bottom, #41ab47 5%, #6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$green2", endColorstr="$green1",GradientType=0);
  background-color: #41ab47;
  color: #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px #41ab47;
  -webkit-box-shadow: inset 0px 1px 0px 0px #41ab47;
  box-shadow: inset 0px 1px 0px 0px #41ab47;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  display: inline-block;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  padding: 0.2em 1em;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  background: #eb008a;
  outline: none;
  display: inline-block;
  text-transform: none;
  font-size: 16pt;
  border-radius: 10px;
  line-height: 2em;
  padding: 0 0.8em;
}
a.btn.pause-disable:hover, a.btn.pause-disable:focus {
  background-color: #222;
}
form.webformStyle {
  margin: 1em 0;
  max-width: 75em;
}
form.webformStyle label.req span:after {
  color: #eb008a;
}
form.webformStyle input[type=submit] {
  background: #eb008a;
  border: none;
}
form.webformStyle input[type=submit].cyan-btn {
  background: #0091ff;
}
form.webformStyle input[type=submit]:hover {
  background: #0091ff;
  border: none;
}
form.webformStyle input[type=submit]:hover.pause-disable, form.webformStyle input[type=submit]:hover.cyan-btn {
  background: #222;
}
@media (max-width: 769px) {
  form.webformStyle {
    margin: 1em 10px;
  }
  form.webformStyle h2, form.webformStyle h3, form.webformStyle p, form.webformStyle ol {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
div#section3 {
  margin: 0 30px;
  width: 75em;
  font-size: 9pt;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  div#section3 {
    width: auto;
  }
}
div#section3 h2.response {
  background-color: #eee;
  padding: 1em;
  border-radius: 1em;
}
@media (max-width: 769px) {
  div#section3 {
    margin: 0;
    width: 100vw;
    font-size: 8pt;
    padding: 0;
  }
  div#section3 h2.response {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    text-wrap: balance;
  }
}
div#section3 p {
  margin-bottom: 0;
}
div#section3 p:first-of-type {
  margin-top: 0;
}
@media (min-width: 769px) {
  div#section3 > div.tbn-open {
    transition: 0.25s width;
    margin: 0;
    width: calc(100% - 365px);
  }
}
@media (max-width: 1023px) {
  div#section3 > div.tbn-open {
    width: auto;
  }
}
div#section4 {
  padding: 10px 30px;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  div#section4 {
    padding: 0;
  }
}
div#section4 div.more-features div.headline {
  text-wrap: balance;
  padding: 1.5em 2.5em 0;
}
div#section4 div.more-features > div.grid {
  grid-gap: 2.5em;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 769px) {
  div#section4 div.more-features > div.grid {
    grid-template-columns: 1fr;
  }
}
div#section4 div.more-features > div.grid div.col h3 {
  font-size: 130%;
}
div#section4 div.more-features > div.grid div.col p {
  font-size: 92%;
  line-height: 1.4em;
}
div#section4 div.more-features > div.grid div.col *:last-child {
  margin-bottom: 0;
}
div#section4 div.disclaimer {
  max-width: 75em;
  margin: 30px auto 0;
  font-size: 82%;
  line-height: 1.4em;
}
@media (max-width: 1023px) {
  div#section4 div.disclaimer {
    padding: 0 30px !important;
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  div#section4 div.disclaimer {
    margin-top: 25px;
  }
}
@media (max-width: 769px) {
  div#section4 {
    margin-top: 0;
  }
}
@media (min-width: 1023px) {
  div#section4 > div.disclaimer.tbn-open {
    width: calc(100% - 365px);
  }
}
@media (min-width: 769px) {
  div#section4 > div.disclaimer.tbn-open {
    transition: 0.25s width;
    margin: 0;
  }
}
div#content {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  margin: 58px 0 0 30px;
  width: 50vw;
}
div#content span.leader {
  position: relative;
  top: -20px;
  font-size: 9pt;
  letter-spacing: 0.13em;
}
@media (max-width: 769px) {
  div#content span.leader {
    text-align: center;
    text-wrap: balance;
    display: block;
    top: 0px;
    margin-bottom: 30px;
    padding: 0 18px;
  }
}
@media (max-width: 769px) {
  div#content {
    margin: 66px 0 0;
    width: auto;
  }
}
div#content h1 {
  margin: 0 0 0.3em;
  line-height: 1.1em;
  font-size: 60pt;
  text-indent: -4px;
  letter-spacing: -0.04em;
}
div#content h1 > span.desc {
  display: block;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: normal;
  padding-left: 5px;
  padding-top: 1em;
}
@media (max-width: 769px) {
  div#content h1 {
    text-align: center;
    text-indent: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 100px;
    font-size: 40pt;
  }
  div#content h1.symbol {
    font-size: 7vw;
    margin-top: calc(12vw + 50px);
  }
}
div#content span.reload {
  font-size: 7pt;
  display: block;
  margin-left: 10px;
  margin-bottom: 3px;
  letter-spacing: 0.13em;
  color: #999;
}
@media (max-width: 769px) {
  div#content span.reload {
    text-align: center;
  }
}
div#section2 {
  margin: 0 30px;
  width: auto;
}
div#section2 div.videoContainer {
  margin-left: 0;
}
@media (min-width: 769px) {
  div#section2 div.videoContainer.fullWidth {
    width: calc(100vw - 60px);
    max-width: none !important;
  }
}
@media (max-width: 769px) {
  div#section2 {
    margin: 0;
  }
  div#section2 h2, div#section2 h3, div#section2 p, div#section2 ol, div#section2 ul {
    margin-left: 30px;
    margin-right: 30px;
  }
  div#section2 .grid h3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  div#section2 span.tbn-open {
    transition: 0.25s width;
    display: inline-block;
    width: calc(100% - 365px);
  }
  div#section2 ul.tbn-open {
    transition: 0.25s width;
    width: calc(100% - 365px);
  }
}
#section2, #section3, #section4 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  padding: 0;
}
#section2 .intro, #section3 .intro, #section4 .intro {
  display: none;
}
#section2 a.intro, #section3 a.intro, #section4 a.intro {
  display: inherit;
  pointer-events: none;
  text-decoration: inherit;
  color: inherit;
}
#section2 div.blogs_list .intro, #section3 div.blogs_list .intro, #section4 div.blogs_list .intro {
  display: inherit;
}
#section2 div.blogs_list a.intro, #section3 div.blogs_list a.intro, #section4 div.blogs_list a.intro {
  pointer-events: inherit;
}
#section2 > div, #section3 > div, #section4 > div {
  margin: calc(30px - 5px) auto 0;
  max-width: 1150px;
}
@media (max-width: 1023px) {
  #section2 > div, #section3 > div, #section4 > div {
    margin: 0;
  }
}
#section2 > div.cta, #section3 > div.cta, #section4 > div.cta {
  height: calc(100vh - 248px);
  width: 100%;
  display: table;
}
#section2 > div.cta div, #section3 > div.cta div, #section4 > div.cta div {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #ffffff;
}
#section2 > div.cta div h2, #section3 > div.cta div h2, #section4 > div.cta div h2 {
  font-weight: 700;
  font-size: 26pt;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
#section2 > div.cta div h3, #section3 > div.cta div h3, #section4 > div.cta div h3 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#section2 > div.image-left, #section3 > div.image-left, #section4 > div.image-left {
  border-radius: 10px;
  width: calc(100% - 100px);
  background-color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 50px;
  max-width: 60em;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 769px) {
  #section2 > div.image-left, #section3 > div.image-left, #section4 > div.image-left {
    padding: 0;
    margin: 0;
    width: 100vw;
    border-radius: 0;
  }
}
#section2 > div.image-left .videoContainer, #section3 > div.image-left .videoContainer, #section4 > div.image-left .videoContainer {
  overflow: hidden;
  margin-top: 5px;
}
#section2 > div.image-left .videoContainer:first-child, #section3 > div.image-left .videoContainer:first-child, #section4 > div.image-left .videoContainer:first-child {
  margin: 0;
}
#section2 > div.image-left > div, #section3 > div.image-left > div, #section4 > div.image-left > div {
  display: table-cell;
  height: 100%;
}
#section2 > div.image-left > div.headline, #section3 > div.image-left > div.headline, #section4 > div.image-left > div.headline {
  width: 100%;
  display: block;
  background-color: #222;
}
#section2 > div.image-left > div.headline *, #section3 > div.image-left > div.headline *, #section4 > div.image-left > div.headline * {
  max-width: 75em;
}
#section2 > div.image-left > div.headline *:first-child, #section3 > div.image-left > div.headline *:first-child, #section4 > div.image-left > div.headline *:first-child {
  margin-top: 0;
}
#section2 > div.image-left > div.headline *:last-child, #section3 > div.image-left > div.headline *:last-child, #section4 > div.image-left > div.headline *:last-child {
  margin-bottom: 0;
}
#section2 > div.image-left > div.headline li, #section3 > div.image-left > div.headline li, #section4 > div.image-left > div.headline li {
  margin-bottom: 5px;
}
#section2 > div.image-left > div.headline a, #section3 > div.image-left > div.headline a, #section4 > div.image-left > div.headline a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#section2 > div.image-left > div.headline a > *, #section3 > div.image-left > div.headline a > *, #section4 > div.image-left > div.headline a > * {
  word-break: normal;
}
#section2 > div.image-left > div.headline h1, #section3 > div.image-left > div.headline h1, #section4 > div.image-left > div.headline h1 {
  font-size: 24pt;
  margin-bottom: 0;
}
#section2 > div.image-left > div.headline h2, #section3 > div.image-left > div.headline h2, #section4 > div.image-left > div.headline h2 {
  font-size: 20pt;
  margin-bottom: 0;
}
#section2 > div.image-left > div.headline h3, #section3 > div.image-left > div.headline h3, #section4 > div.image-left > div.headline h3 {
  font-size: 15pt;
  margin-bottom: 0;
}
#section2 > div.image-left > div.headline h1, #section2 > div.image-left > div.headline h2, #section2 > div.image-left > div.headline h3, #section2 > div.image-left > div.headline h4, #section3 > div.image-left > div.headline h1, #section3 > div.image-left > div.headline h2, #section3 > div.image-left > div.headline h3, #section3 > div.image-left > div.headline h4, #section4 > div.image-left > div.headline h1, #section4 > div.image-left > div.headline h2, #section4 > div.image-left > div.headline h3, #section4 > div.image-left > div.headline h4 {
  font-weight: 400;
}
#section2 > div.image-left > div.headline h1 a, #section2 > div.image-left > div.headline h2 a, #section2 > div.image-left > div.headline h3 a, #section2 > div.image-left > div.headline h4 a, #section3 > div.image-left > div.headline h1 a, #section3 > div.image-left > div.headline h2 a, #section3 > div.image-left > div.headline h3 a, #section3 > div.image-left > div.headline h4 a, #section4 > div.image-left > div.headline h1 a, #section4 > div.image-left > div.headline h2 a, #section4 > div.image-left > div.headline h3 a, #section4 > div.image-left > div.headline h4 a {
  word-break: normal;
}
#section2 > div.image-left > div.page, #section3 > div.image-left > div.page, #section4 > div.image-left > div.page {
  width: 100%;
  vertical-align: top;
}
#section2 > div.image-left > div.page *, #section3 > div.image-left > div.page *, #section4 > div.image-left > div.page * {
  max-width: 75em;
}
#section2 > div.image-left > div.page *:first-child, #section3 > div.image-left > div.page *:first-child, #section4 > div.image-left > div.page *:first-child {
  margin-top: 0;
}
#section2 > div.image-left > div.page *:last-child, #section3 > div.image-left > div.page *:last-child, #section4 > div.image-left > div.page *:last-child {
  margin-bottom: 0;
}
#section2 > div.image-left > div.page li, #section3 > div.image-left > div.page li, #section4 > div.image-left > div.page li {
  margin-bottom: 5px;
}
#section2 > div.image-left > div.page a, #section3 > div.image-left > div.page a, #section4 > div.image-left > div.page a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#section2 > div.image-left > div.page a > *, #section3 > div.image-left > div.page a > *, #section4 > div.image-left > div.page a > * {
  word-break: normal;
}
#section2 > div.image-left > div.page h1, #section3 > div.image-left > div.page h1, #section4 > div.image-left > div.page h1 {
  font-size: 24pt;
  margin-bottom: 0;
}
#section2 > div.image-left > div.page h2, #section3 > div.image-left > div.page h2, #section4 > div.image-left > div.page h2 {
  font-size: 20pt;
  margin-bottom: 0;
}
#section2 > div.image-left > div.page h3, #section3 > div.image-left > div.page h3, #section4 > div.image-left > div.page h3 {
  font-size: 15pt;
  margin-bottom: 0;
}
#section2 > div.image-left > div.page h1, #section2 > div.image-left > div.page h2, #section2 > div.image-left > div.page h3, #section2 > div.image-left > div.page h4, #section3 > div.image-left > div.page h1, #section3 > div.image-left > div.page h2, #section3 > div.image-left > div.page h3, #section3 > div.image-left > div.page h4, #section4 > div.image-left > div.page h1, #section4 > div.image-left > div.page h2, #section4 > div.image-left > div.page h3, #section4 > div.image-left > div.page h4 {
  font-weight: 400;
}
#section2 > div.image-left > div.page h1 a, #section2 > div.image-left > div.page h2 a, #section2 > div.image-left > div.page h3 a, #section2 > div.image-left > div.page h4 a, #section3 > div.image-left > div.page h1 a, #section3 > div.image-left > div.page h2 a, #section3 > div.image-left > div.page h3 a, #section3 > div.image-left > div.page h4 a, #section4 > div.image-left > div.page h1 a, #section4 > div.image-left > div.page h2 a, #section4 > div.image-left > div.page h3 a, #section4 > div.image-left > div.page h4 a {
  word-break: normal;
}
#section2 > div.image-left > div.photo, #section3 > div.image-left > div.photo, #section4 > div.image-left > div.photo {
  font-size: 10pt;
  color: #666;
  font-style: italic;
}
#section2 > div.image-left > div.photo img, #section3 > div.image-left > div.photo img, #section4 > div.image-left > div.photo img {
  border-radius: 4.5px;
  max-width: 500px;
  height: auto !important;
}
#section2 > div.image-left > div.photo .videoContainer, #section3 > div.image-left > div.photo .videoContainer, #section4 > div.image-left > div.photo .videoContainer {
  min-width: 420px;
}
#section2 > div.image-left .headline, #section3 > div.image-left .headline, #section4 > div.image-left .headline {
  width: calc(100% + 1px);
  grid-column: 1 / span 3;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 15px 50px;
  box-sizing: border-box;
  background-color: #222;
}
#section2 > div.image-left .headline h2, #section3 > div.image-left .headline h2, #section4 > div.image-left .headline h2 {
  font-weight: 600;
  color: white;
  font-size: 20pt;
  line-height: 1.1em;
  width: 100%;
  margin: 0;
}
#section2 > div.image-left .photo, #section3 > div.image-left .photo, #section4 > div.image-left .photo {
  padding: 0 0 50px 50px;
}
#section2 > div.image-left .page, #section3 > div.image-left .page, #section4 > div.image-left .page {
  padding: 30px 50px;
}
@media (max-width: 769px) {
  #section2 > div.image-left .page, #section3 > div.image-left .page, #section4 > div.image-left .page {
    padding: 30px;
  }
}
#section2 > div.image-left .page + div.grid, #section3 > div.image-left .page + div.grid, #section4 > div.image-left .page + div.grid {
  padding-top: 0;
}
#section2 > div.image-left .page h1, #section2 > div.image-left .page h2, #section2 > div.image-left .page h3, #section3 > div.image-left .page h1, #section3 > div.image-left .page h2, #section3 > div.image-left .page h3, #section4 > div.image-left .page h1, #section4 > div.image-left .page h2, #section4 > div.image-left .page h3 {
  font-weight: bold;
  margin: 0;
}
#section2 > div.image-right, #section3 > div.image-right, #section4 > div.image-right {
  border-radius: 10px;
  width: calc(100% - 100px);
  background-color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 50px;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 769px) {
  #section2 > div.image-right, #section3 > div.image-right, #section4 > div.image-right {
    padding: 0;
    margin: 0;
    width: 100vw;
    border-radius: 0;
  }
}
#section2 > div.image-right .videoContainer, #section3 > div.image-right .videoContainer, #section4 > div.image-right .videoContainer {
  overflow: hidden;
  margin-top: 5px;
}
#section2 > div.image-right .videoContainer:first-child, #section3 > div.image-right .videoContainer:first-child, #section4 > div.image-right .videoContainer:first-child {
  margin: 0;
}
#section2 > div.image-right > div, #section3 > div.image-right > div, #section4 > div.image-right > div {
  display: table-cell;
  height: 100%;
}
#section2 > div.image-right > div.headline, #section3 > div.image-right > div.headline, #section4 > div.image-right > div.headline {
  width: 100%;
  display: block;
  background-color: #222;
}
#section2 > div.image-right > div.headline *, #section3 > div.image-right > div.headline *, #section4 > div.image-right > div.headline * {
  max-width: 75em;
}
#section2 > div.image-right > div.headline *:first-child, #section3 > div.image-right > div.headline *:first-child, #section4 > div.image-right > div.headline *:first-child {
  margin-top: 0;
}
#section2 > div.image-right > div.headline *:last-child, #section3 > div.image-right > div.headline *:last-child, #section4 > div.image-right > div.headline *:last-child {
  margin-bottom: 0;
}
#section2 > div.image-right > div.headline li, #section3 > div.image-right > div.headline li, #section4 > div.image-right > div.headline li {
  margin-bottom: 5px;
}
#section2 > div.image-right > div.headline a, #section3 > div.image-right > div.headline a, #section4 > div.image-right > div.headline a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#section2 > div.image-right > div.headline a > *, #section3 > div.image-right > div.headline a > *, #section4 > div.image-right > div.headline a > * {
  word-break: normal;
}
#section2 > div.image-right > div.headline h1, #section3 > div.image-right > div.headline h1, #section4 > div.image-right > div.headline h1 {
  font-size: 24pt;
  margin-bottom: 0;
}
#section2 > div.image-right > div.headline h2, #section3 > div.image-right > div.headline h2, #section4 > div.image-right > div.headline h2 {
  font-size: 20pt;
  margin-bottom: 0;
}
#section2 > div.image-right > div.headline h3, #section3 > div.image-right > div.headline h3, #section4 > div.image-right > div.headline h3 {
  font-size: 15pt;
  margin-bottom: 0;
}
#section2 > div.image-right > div.headline h1, #section2 > div.image-right > div.headline h2, #section2 > div.image-right > div.headline h3, #section2 > div.image-right > div.headline h4, #section3 > div.image-right > div.headline h1, #section3 > div.image-right > div.headline h2, #section3 > div.image-right > div.headline h3, #section3 > div.image-right > div.headline h4, #section4 > div.image-right > div.headline h1, #section4 > div.image-right > div.headline h2, #section4 > div.image-right > div.headline h3, #section4 > div.image-right > div.headline h4 {
  font-weight: 400;
}
#section2 > div.image-right > div.headline h1 a, #section2 > div.image-right > div.headline h2 a, #section2 > div.image-right > div.headline h3 a, #section2 > div.image-right > div.headline h4 a, #section3 > div.image-right > div.headline h1 a, #section3 > div.image-right > div.headline h2 a, #section3 > div.image-right > div.headline h3 a, #section3 > div.image-right > div.headline h4 a, #section4 > div.image-right > div.headline h1 a, #section4 > div.image-right > div.headline h2 a, #section4 > div.image-right > div.headline h3 a, #section4 > div.image-right > div.headline h4 a {
  word-break: normal;
}
#section2 > div.image-right > div.page, #section3 > div.image-right > div.page, #section4 > div.image-right > div.page {
  width: 100%;
  vertical-align: top;
  padding-right: 50px;
}
#section2 > div.image-right > div.page *, #section3 > div.image-right > div.page *, #section4 > div.image-right > div.page * {
  max-width: 75em;
}
#section2 > div.image-right > div.page *:first-child, #section3 > div.image-right > div.page *:first-child, #section4 > div.image-right > div.page *:first-child {
  margin-top: 0;
}
#section2 > div.image-right > div.page *:last-child, #section3 > div.image-right > div.page *:last-child, #section4 > div.image-right > div.page *:last-child {
  margin-bottom: 0;
}
#section2 > div.image-right > div.page li, #section3 > div.image-right > div.page li, #section4 > div.image-right > div.page li {
  margin-bottom: 5px;
}
#section2 > div.image-right > div.page a, #section3 > div.image-right > div.page a, #section4 > div.image-right > div.page a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#section2 > div.image-right > div.page a > *, #section3 > div.image-right > div.page a > *, #section4 > div.image-right > div.page a > * {
  word-break: normal;
}
#section2 > div.image-right > div.page h1, #section3 > div.image-right > div.page h1, #section4 > div.image-right > div.page h1 {
  font-size: 24pt;
  margin-bottom: 0;
}
#section2 > div.image-right > div.page h2, #section3 > div.image-right > div.page h2, #section4 > div.image-right > div.page h2 {
  font-size: 20pt;
  margin-bottom: 0;
}
#section2 > div.image-right > div.page h3, #section3 > div.image-right > div.page h3, #section4 > div.image-right > div.page h3 {
  font-size: 15pt;
  margin-bottom: 0;
}
#section2 > div.image-right > div.page h1, #section2 > div.image-right > div.page h2, #section2 > div.image-right > div.page h3, #section2 > div.image-right > div.page h4, #section3 > div.image-right > div.page h1, #section3 > div.image-right > div.page h2, #section3 > div.image-right > div.page h3, #section3 > div.image-right > div.page h4, #section4 > div.image-right > div.page h1, #section4 > div.image-right > div.page h2, #section4 > div.image-right > div.page h3, #section4 > div.image-right > div.page h4 {
  font-weight: 400;
}
#section2 > div.image-right > div.page h1 a, #section2 > div.image-right > div.page h2 a, #section2 > div.image-right > div.page h3 a, #section2 > div.image-right > div.page h4 a, #section3 > div.image-right > div.page h1 a, #section3 > div.image-right > div.page h2 a, #section3 > div.image-right > div.page h3 a, #section3 > div.image-right > div.page h4 a, #section4 > div.image-right > div.page h1 a, #section4 > div.image-right > div.page h2 a, #section4 > div.image-right > div.page h3 a, #section4 > div.image-right > div.page h4 a {
  word-break: normal;
}
#section2 > div.image-right > div.photo, #section3 > div.image-right > div.photo, #section4 > div.image-right > div.photo {
  font-size: 10pt;
  color: #666;
  font-style: italic;
}
#section2 > div.image-right > div.photo img, #section3 > div.image-right > div.photo img, #section4 > div.image-right > div.photo img {
  border-radius: 4.5px;
  max-width: 500px;
  height: auto !important;
}
#section2 > div.image-right > div.photo .videoContainer, #section3 > div.image-right > div.photo .videoContainer, #section4 > div.image-right > div.photo .videoContainer {
  min-width: 420px;
}
#section2 > div.image-right .headline, #section3 > div.image-right .headline, #section4 > div.image-right .headline {
  width: calc(100% + 1px);
  grid-column: 1 / span 3;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 15px 50px;
  box-sizing: border-box;
  background-color: #222;
}
#section2 > div.image-right .headline h2, #section3 > div.image-right .headline h2, #section4 > div.image-right .headline h2 {
  font-weight: 600;
  color: white;
  font-size: 20pt;
  line-height: 1.1em;
  width: 100%;
  margin: 0;
}
#section2 > div.image-right .photo, #section3 > div.image-right .photo, #section4 > div.image-right .photo {
  padding: 0 0 50px 50px;
}
#section2 > div.image-right .page, #section3 > div.image-right .page, #section4 > div.image-right .page {
  padding: 30px 50px;
}
@media (max-width: 769px) {
  #section2 > div.image-right .page, #section3 > div.image-right .page, #section4 > div.image-right .page {
    padding: 30px;
  }
}
#section2 > div.image-right .page + div.grid, #section3 > div.image-right .page + div.grid, #section4 > div.image-right .page + div.grid {
  padding-top: 0;
}
#section2 > div.image-right .page h1, #section2 > div.image-right .page h2, #section2 > div.image-right .page h3, #section3 > div.image-right .page h1, #section3 > div.image-right .page h2, #section3 > div.image-right .page h3, #section4 > div.image-right .page h1, #section4 > div.image-right .page h2, #section4 > div.image-right .page h3 {
  font-weight: bold;
  margin: 0;
}
#section2 > div.pagetitle, #section3 > div.pagetitle, #section4 > div.pagetitle {
  height: calc(100vh - 270px);
  width: 100%;
  display: table;
}
#section2 > div.pagetitle div, #section3 > div.pagetitle div, #section4 > div.pagetitle div {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #ffffff;
}
#section2 > div.pagetitle div h1, #section3 > div.pagetitle div h1, #section4 > div.pagetitle div h1 {
  font-weight: 700;
  font-size: 40pt;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 50px;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
#section2 > div.pagetitle div h3, #section3 > div.pagetitle div h3, #section4 > div.pagetitle div h3 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#section2 > div.standard-page, #section3 > div.standard-page, #section4 > div.standard-page {
  border-radius: 10px;
  width: calc(100% - 100px);
  display: table;
  background-color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  #section2 > div.standard-page, #section3 > div.standard-page, #section4 > div.standard-page {
    padding: 0;
    margin: 0;
    width: 100vw;
    border-radius: 0;
  }
}
#section2 > div.standard-page *, #section3 > div.standard-page *, #section4 > div.standard-page * {
  max-width: 75em;
}
#section2 > div.standard-page *:first-child, #section3 > div.standard-page *:first-child, #section4 > div.standard-page *:first-child {
  margin-top: 0;
}
#section2 > div.standard-page *:last-child, #section3 > div.standard-page *:last-child, #section4 > div.standard-page *:last-child {
  margin-bottom: 0;
}
#section2 > div.standard-page li, #section3 > div.standard-page li, #section4 > div.standard-page li {
  margin-bottom: 5px;
}
#section2 > div.standard-page a, #section3 > div.standard-page a, #section4 > div.standard-page a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#section2 > div.standard-page a > *, #section3 > div.standard-page a > *, #section4 > div.standard-page a > * {
  word-break: normal;
}
#section2 > div.standard-page h1, #section3 > div.standard-page h1, #section4 > div.standard-page h1 {
  font-size: 24pt;
  margin-bottom: 0;
}
#section2 > div.standard-page h2, #section3 > div.standard-page h2, #section4 > div.standard-page h2 {
  font-size: 20pt;
  margin-bottom: 0;
}
#section2 > div.standard-page h3, #section3 > div.standard-page h3, #section4 > div.standard-page h3 {
  font-size: 15pt;
  margin-bottom: 0;
}
#section2 > div.standard-page h1, #section2 > div.standard-page h2, #section2 > div.standard-page h3, #section2 > div.standard-page h4, #section3 > div.standard-page h1, #section3 > div.standard-page h2, #section3 > div.standard-page h3, #section3 > div.standard-page h4, #section4 > div.standard-page h1, #section4 > div.standard-page h2, #section4 > div.standard-page h3, #section4 > div.standard-page h4 {
  font-weight: 400;
}
#section2 > div.standard-page h1 a, #section2 > div.standard-page h2 a, #section2 > div.standard-page h3 a, #section2 > div.standard-page h4 a, #section3 > div.standard-page h1 a, #section3 > div.standard-page h2 a, #section3 > div.standard-page h3 a, #section3 > div.standard-page h4 a, #section4 > div.standard-page h1 a, #section4 > div.standard-page h2 a, #section4 > div.standard-page h3 a, #section4 > div.standard-page h4 a {
  word-break: normal;
}
#section2 > div.standard-page .videoContainer, #section3 > div.standard-page .videoContainer, #section4 > div.standard-page .videoContainer {
  overflow: hidden;
  margin-top: 5px;
}
#section2 > div.standard-page .videoContainer:first-child, #section3 > div.standard-page .videoContainer:first-child, #section4 > div.standard-page .videoContainer:first-child {
  margin: 0;
}
#section2 > div.standard-page h1, #section3 > div.standard-page h1, #section4 > div.standard-page h1 {
  font-weight: 400;
}
#section2 > div.standard-page h2 a, #section3 > div.standard-page h2 a, #section4 > div.standard-page h2 a {
  text-decoration: none;
}
#section2 > div.standard-page.imagegallery, #section3 > div.standard-page.imagegallery, #section4 > div.standard-page.imagegallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  padding: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  #section2 > div.standard-page.imagegallery, #section3 > div.standard-page.imagegallery, #section4 > div.standard-page.imagegallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 769px) {
  #section2 > div.standard-page.imagegallery, #section3 > div.standard-page.imagegallery, #section4 > div.standard-page.imagegallery {
    grid-template-columns: 1fr;
  }
}
#section2 > div.standard-page.imagegallery div#images, #section3 > div.standard-page.imagegallery div#images, #section4 > div.standard-page.imagegallery div#images {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
}
@media (max-width: 1023px) {
  #section2 > div.standard-page.imagegallery div#images, #section3 > div.standard-page.imagegallery div#images, #section4 > div.standard-page.imagegallery div#images {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 769px) {
  #section2 > div.standard-page.imagegallery div#images, #section3 > div.standard-page.imagegallery div#images, #section4 > div.standard-page.imagegallery div#images {
    grid-template-columns: 1fr;
  }
}
#section2 > div.standard-page.imagegallery div#images video, #section3 > div.standard-page.imagegallery div#images video, #section4 > div.standard-page.imagegallery div#images video {
  grid-column: 1/-1;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
#section2 > div.standard-page.imagegallery div#images video::-internal-media-controls-download-button, #section3 > div.standard-page.imagegallery div#images video::-internal-media-controls-download-button, #section4 > div.standard-page.imagegallery div#images video::-internal-media-controls-download-button {
  display: none;
}
#section2 > div.standard-page.imagegallery div#images video::-webkit-media-controls-enclosure, #section3 > div.standard-page.imagegallery div#images video::-webkit-media-controls-enclosure, #section4 > div.standard-page.imagegallery div#images video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
#section2 > div.standard-page.imagegallery div#images video::-webkit-media-controls-panel, #section3 > div.standard-page.imagegallery div#images video::-webkit-media-controls-panel, #section4 > div.standard-page.imagegallery div#images video::-webkit-media-controls-panel {
  width: 100%;
  /* Adjust as needed */
}
#section2 > div.standard-page.imagegallery a.thumb, #section3 > div.standard-page.imagegallery a.thumb, #section4 > div.standard-page.imagegallery a.thumb {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
#section2 > div.standard-page.imagegallery a.thumb span.caption, #section3 > div.standard-page.imagegallery a.thumb span.caption, #section4 > div.standard-page.imagegallery a.thumb span.caption {
  font-size: 10pt;
  color: #000;
  display: block;
  margin-top: 5px;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
}
#section2 > div.standard-page.imagegallery a.thumb img, #section3 > div.standard-page.imagegallery a.thumb img, #section4 > div.standard-page.imagegallery a.thumb img {
  display: inline;
  border-radius: 4.5px;
  max-width: 100% !important;
}
#section2 > div.standard-page.imagegallery form, #section3 > div.standard-page.imagegallery form, #section4 > div.standard-page.imagegallery form {
  text-align: center;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 50px;
  overflow: hidden;
  margin: 0 50px 0 0;
  padding: 0;
  overflow: hidden;
}
#section2 > div.standard-page.imagegallery form input[type=button], #section3 > div.standard-page.imagegallery form input[type=button], #section4 > div.standard-page.imagegallery form input[type=button] {
  color: white;
  display: inline-block !important;
  margin: 0;
  position: relative;
  bottom: -1px;
}
#section2 > div.standard-page.imagegallery form .headline, #section3 > div.standard-page.imagegallery form .headline, #section4 > div.standard-page.imagegallery form .headline {
  width: calc(100% + 1px);
  grid-column: 1 / span 3;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 15px 50px;
  box-sizing: border-box;
  background-color: #222;
}
#section2 > div.standard-page.imagegallery form .headline h2, #section3 > div.standard-page.imagegallery form .headline h2, #section4 > div.standard-page.imagegallery form .headline h2 {
  font-weight: 600;
  color: white;
  font-size: 20pt;
  line-height: 1.1em;
  width: 100%;
  margin: 0;
}
#section2 > div.standard-page.imagegallery form .photo, #section3 > div.standard-page.imagegallery form .photo, #section4 > div.standard-page.imagegallery form .photo {
  padding: 0 0 50px 50px;
}
#section2 > div.standard-page.imagegallery form .page, #section3 > div.standard-page.imagegallery form .page, #section4 > div.standard-page.imagegallery form .page {
  padding: 30px 50px;
}
@media (max-width: 769px) {
  #section2 > div.standard-page.imagegallery form .page, #section3 > div.standard-page.imagegallery form .page, #section4 > div.standard-page.imagegallery form .page {
    padding: 30px;
  }
}
#section2 > div.standard-page.imagegallery form .page + div.grid, #section3 > div.standard-page.imagegallery form .page + div.grid, #section4 > div.standard-page.imagegallery form .page + div.grid {
  padding-top: 0;
}
#section2 > div.standard-page.imagegallery form .page h1, #section2 > div.standard-page.imagegallery form .page h2, #section2 > div.standard-page.imagegallery form .page h3, #section3 > div.standard-page.imagegallery form .page h1, #section3 > div.standard-page.imagegallery form .page h2, #section3 > div.standard-page.imagegallery form .page h3, #section4 > div.standard-page.imagegallery form .page h1, #section4 > div.standard-page.imagegallery form .page h2, #section4 > div.standard-page.imagegallery form .page h3 {
  font-weight: bold;
  margin: 0;
}
#section2 > div.three-col, #section3 > div.three-col, #section4 > div.three-col {
  border-radius: 10px;
  width: calc(100% - 100px);
  background-color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
}
#section2 > div.three-col:last-child, #section3 > div.three-col:last-child, #section4 > div.three-col:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  #section2 > div.three-col, #section3 > div.three-col, #section4 > div.three-col {
    border-radius: 0;
    width: 100%;
  }
}
#section2 > div.three-col > div.headline, #section3 > div.three-col > div.headline, #section4 > div.three-col > div.headline {
  width: 100%;
  display: block;
  padding: 25px 30px 10px;
  margin: 0;
  background-color: white;
}
#section2 > div.three-col > div.headline *, #section3 > div.three-col > div.headline *, #section4 > div.three-col > div.headline * {
  max-width: 75em;
}
#section2 > div.three-col > div.headline *:first-child, #section3 > div.three-col > div.headline *:first-child, #section4 > div.three-col > div.headline *:first-child {
  margin-top: 0;
}
#section2 > div.three-col > div.headline *:last-child, #section3 > div.three-col > div.headline *:last-child, #section4 > div.three-col > div.headline *:last-child {
  margin-bottom: 0;
}
#section2 > div.three-col > div.headline li, #section3 > div.three-col > div.headline li, #section4 > div.three-col > div.headline li {
  margin-bottom: 5px;
}
#section2 > div.three-col > div.headline a, #section3 > div.three-col > div.headline a, #section4 > div.three-col > div.headline a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#section2 > div.three-col > div.headline a > *, #section3 > div.three-col > div.headline a > *, #section4 > div.three-col > div.headline a > * {
  word-break: normal;
}
#section2 > div.three-col > div.headline h1, #section3 > div.three-col > div.headline h1, #section4 > div.three-col > div.headline h1 {
  font-size: 24pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.headline h2, #section3 > div.three-col > div.headline h2, #section4 > div.three-col > div.headline h2 {
  font-size: 20pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.headline h3, #section3 > div.three-col > div.headline h3, #section4 > div.three-col > div.headline h3 {
  font-size: 15pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.headline h1, #section2 > div.three-col > div.headline h2, #section2 > div.three-col > div.headline h3, #section2 > div.three-col > div.headline h4, #section3 > div.three-col > div.headline h1, #section3 > div.three-col > div.headline h2, #section3 > div.three-col > div.headline h3, #section3 > div.three-col > div.headline h4, #section4 > div.three-col > div.headline h1, #section4 > div.three-col > div.headline h2, #section4 > div.three-col > div.headline h3, #section4 > div.three-col > div.headline h4 {
  font-weight: 400;
}
#section2 > div.three-col > div.headline h1 a, #section2 > div.three-col > div.headline h2 a, #section2 > div.three-col > div.headline h3 a, #section2 > div.three-col > div.headline h4 a, #section3 > div.three-col > div.headline h1 a, #section3 > div.three-col > div.headline h2 a, #section3 > div.three-col > div.headline h3 a, #section3 > div.three-col > div.headline h4 a, #section4 > div.three-col > div.headline h1 a, #section4 > div.three-col > div.headline h2 a, #section4 > div.three-col > div.headline h3 a, #section4 > div.three-col > div.headline h4 a {
  word-break: normal;
}
#section2 > div.three-col > div.headline h2, #section3 > div.three-col > div.headline h2, #section4 > div.three-col > div.headline h2 {
  font-size: 27pt;
  font-weight: 600;
  color: #222;
}
#section2 > div.three-col > div.grid, #section3 > div.three-col > div.grid, #section4 > div.three-col > div.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  padding: 30px;
}
@media (max-width: 1023px) {
  #section2 > div.three-col > div.grid, #section3 > div.three-col > div.grid, #section4 > div.three-col > div.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 769px) {
  #section2 > div.three-col > div.grid, #section3 > div.three-col > div.grid, #section4 > div.three-col > div.grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 30px;
  }
}
#section2 > div.three-col > div.grid div.col, #section3 > div.three-col > div.grid div.col, #section4 > div.three-col > div.grid div.col {
  box-sizing: border-box;
  padding: 0;
}
#section2 > div.three-col > div.grid div.col > a > div, #section2 > div.three-col > div.grid div.col > div, #section3 > div.three-col > div.grid div.col > a > div, #section3 > div.three-col > div.grid div.col > div, #section4 > div.three-col > div.grid div.col > a > div, #section4 > div.three-col > div.grid div.col > div {
  display: inline-grid;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  border-radius: 4.5px;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
}
#section2 > div.three-col > div.grid div.col > a > div.socialmedia, #section2 > div.three-col > div.grid div.col > div.socialmedia, #section3 > div.three-col > div.grid div.col > a > div.socialmedia, #section3 > div.three-col > div.grid div.col > div.socialmedia, #section4 > div.three-col > div.grid div.col > a > div.socialmedia, #section4 > div.three-col > div.grid div.col > div.socialmedia {
  display: inline-block;
  width: auto;
}
#section2 > div.three-col > div.grid div.col > a > div.socialmedia a, #section2 > div.three-col > div.grid div.col > div.socialmedia a, #section3 > div.three-col > div.grid div.col > a > div.socialmedia a, #section3 > div.three-col > div.grid div.col > div.socialmedia a, #section4 > div.three-col > div.grid div.col > a > div.socialmedia a, #section4 > div.three-col > div.grid div.col > div.socialmedia a {
  display: inline-block;
  margin-right: 20px;
  opacity: 0.5;
  margin-bottom: 5px;
}
#section2 > div.three-col > div.grid div.col > a > div.socialmedia a:hover, #section2 > div.three-col > div.grid div.col > div.socialmedia a:hover, #section3 > div.three-col > div.grid div.col > a > div.socialmedia a:hover, #section3 > div.three-col > div.grid div.col > div.socialmedia a:hover, #section4 > div.three-col > div.grid div.col > a > div.socialmedia a:hover, #section4 > div.three-col > div.grid div.col > div.socialmedia a:hover {
  opacity: 1;
}
#section2 > div.three-col > div.grid div.col img, #section3 > div.three-col > div.grid div.col img, #section4 > div.three-col > div.grid div.col img {
  width: 100% !important;
  height: auto !important;
}
#section2 > div.three-col > div.grid div.col *, #section3 > div.three-col > div.grid div.col *, #section4 > div.three-col > div.grid div.col * {
  max-width: 75em;
}
#section2 > div.three-col > div.grid div.col *:first-child, #section3 > div.three-col > div.grid div.col *:first-child, #section4 > div.three-col > div.grid div.col *:first-child {
  margin-top: 0;
}
#section2 > div.three-col > div.grid div.col *:last-child, #section3 > div.three-col > div.grid div.col *:last-child, #section4 > div.three-col > div.grid div.col *:last-child {
  margin-bottom: 0;
}
#section2 > div.three-col > div.grid div.col li, #section3 > div.three-col > div.grid div.col li, #section4 > div.three-col > div.grid div.col li {
  margin-bottom: 5px;
}
#section2 > div.three-col > div.grid div.col a, #section3 > div.three-col > div.grid div.col a, #section4 > div.three-col > div.grid div.col a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#section2 > div.three-col > div.grid div.col a > *, #section3 > div.three-col > div.grid div.col a > *, #section4 > div.three-col > div.grid div.col a > * {
  word-break: normal;
}
#section2 > div.three-col > div.grid div.col h1, #section3 > div.three-col > div.grid div.col h1, #section4 > div.three-col > div.grid div.col h1 {
  font-size: 24pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.grid div.col h2, #section3 > div.three-col > div.grid div.col h2, #section4 > div.three-col > div.grid div.col h2 {
  font-size: 20pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.grid div.col h3, #section3 > div.three-col > div.grid div.col h3, #section4 > div.three-col > div.grid div.col h3 {
  font-size: 15pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.grid div.col h1, #section2 > div.three-col > div.grid div.col h2, #section2 > div.three-col > div.grid div.col h3, #section2 > div.three-col > div.grid div.col h4, #section3 > div.three-col > div.grid div.col h1, #section3 > div.three-col > div.grid div.col h2, #section3 > div.three-col > div.grid div.col h3, #section3 > div.three-col > div.grid div.col h4, #section4 > div.three-col > div.grid div.col h1, #section4 > div.three-col > div.grid div.col h2, #section4 > div.three-col > div.grid div.col h3, #section4 > div.three-col > div.grid div.col h4 {
  font-weight: 400;
}
#section2 > div.three-col > div.grid div.col h1 a, #section2 > div.three-col > div.grid div.col h2 a, #section2 > div.three-col > div.grid div.col h3 a, #section2 > div.three-col > div.grid div.col h4 a, #section3 > div.three-col > div.grid div.col h1 a, #section3 > div.three-col > div.grid div.col h2 a, #section3 > div.three-col > div.grid div.col h3 a, #section3 > div.three-col > div.grid div.col h4 a, #section4 > div.three-col > div.grid div.col h1 a, #section4 > div.three-col > div.grid div.col h2 a, #section4 > div.three-col > div.grid div.col h3 a, #section4 > div.three-col > div.grid div.col h4 a {
  word-break: normal;
}
#section2 > div.three-col > div.grid div.col h3, #section3 > div.three-col > div.grid div.col h3, #section4 > div.three-col > div.grid div.col h3 {
  font-size: 18pt;
  color: #eb008a;
  font-weight: 600;
}
#section2 > div.three-col > div.grid div.col p, #section3 > div.three-col > div.grid div.col p, #section4 > div.three-col > div.grid div.col p {
  font-size: 10pt;
}
@media (max-width: 769px) {
  #section2 > div.three-col > div.grid div.col p, #section3 > div.three-col > div.grid div.col p, #section4 > div.three-col > div.grid div.col p {
    margin: 1em 0 0;
  }
}
#section2 > div.three-col > div.grid div.col:nth-child(even) h3, #section3 > div.three-col > div.grid div.col:nth-child(even) h3, #section4 > div.three-col > div.grid div.col:nth-child(even) h3 {
  color: #0091ff;
}
#section2 > div.three-col > div.grid div.page, #section3 > div.three-col > div.grid div.page, #section4 > div.three-col > div.grid div.page {
  grid-column: 1 / span 3;
  display: block;
  padding: calc(25px - 1em) 25px 0;
}
#section2 > div.three-col > div.grid div.page *, #section3 > div.three-col > div.grid div.page *, #section4 > div.three-col > div.grid div.page * {
  max-width: 75em;
}
#section2 > div.three-col > div.grid div.page *:first-child, #section3 > div.three-col > div.grid div.page *:first-child, #section4 > div.three-col > div.grid div.page *:first-child {
  margin-top: 0;
}
#section2 > div.three-col > div.grid div.page *:last-child, #section3 > div.three-col > div.grid div.page *:last-child, #section4 > div.three-col > div.grid div.page *:last-child {
  margin-bottom: 0;
}
#section2 > div.three-col > div.grid div.page li, #section3 > div.three-col > div.grid div.page li, #section4 > div.three-col > div.grid div.page li {
  margin-bottom: 5px;
}
#section2 > div.three-col > div.grid div.page a, #section3 > div.three-col > div.grid div.page a, #section4 > div.three-col > div.grid div.page a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#section2 > div.three-col > div.grid div.page a > *, #section3 > div.three-col > div.grid div.page a > *, #section4 > div.three-col > div.grid div.page a > * {
  word-break: normal;
}
#section2 > div.three-col > div.grid div.page h1, #section3 > div.three-col > div.grid div.page h1, #section4 > div.three-col > div.grid div.page h1 {
  font-size: 24pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.grid div.page h2, #section3 > div.three-col > div.grid div.page h2, #section4 > div.three-col > div.grid div.page h2 {
  font-size: 20pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.grid div.page h3, #section3 > div.three-col > div.grid div.page h3, #section4 > div.three-col > div.grid div.page h3 {
  font-size: 15pt;
  margin-bottom: 0;
}
#section2 > div.three-col > div.grid div.page h1, #section2 > div.three-col > div.grid div.page h2, #section2 > div.three-col > div.grid div.page h3, #section2 > div.three-col > div.grid div.page h4, #section3 > div.three-col > div.grid div.page h1, #section3 > div.three-col > div.grid div.page h2, #section3 > div.three-col > div.grid div.page h3, #section3 > div.three-col > div.grid div.page h4, #section4 > div.three-col > div.grid div.page h1, #section4 > div.three-col > div.grid div.page h2, #section4 > div.three-col > div.grid div.page h3, #section4 > div.three-col > div.grid div.page h4 {
  font-weight: 400;
}
#section2 > div.three-col > div.grid div.page h1 a, #section2 > div.three-col > div.grid div.page h2 a, #section2 > div.three-col > div.grid div.page h3 a, #section2 > div.three-col > div.grid div.page h4 a, #section3 > div.three-col > div.grid div.page h1 a, #section3 > div.three-col > div.grid div.page h2 a, #section3 > div.three-col > div.grid div.page h3 a, #section3 > div.three-col > div.grid div.page h4 a, #section4 > div.three-col > div.grid div.page h1 a, #section4 > div.three-col > div.grid div.page h2 a, #section4 > div.three-col > div.grid div.page h3 a, #section4 > div.three-col > div.grid div.page h4 a {
  word-break: normal;
}
#section2 > div.three-col .headline, #section3 > div.three-col .headline, #section4 > div.three-col .headline {
  width: calc(100% + 1px);
  grid-column: 1 / span 3;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 15px 50px;
  box-sizing: border-box;
  background-color: #222;
}
#section2 > div.three-col .headline h2, #section3 > div.three-col .headline h2, #section4 > div.three-col .headline h2 {
  font-weight: 600;
  color: white;
  font-size: 20pt;
  line-height: 1.1em;
  width: 100%;
  margin: 0;
}
#section2 > div.three-col .photo, #section3 > div.three-col .photo, #section4 > div.three-col .photo {
  padding: 0 0 50px 50px;
}
#section2 > div.three-col .page, #section3 > div.three-col .page, #section4 > div.three-col .page {
  padding: 30px 50px;
}
@media (max-width: 769px) {
  #section2 > div.three-col .page, #section3 > div.three-col .page, #section4 > div.three-col .page {
    padding: 30px;
  }
}
#section2 > div.three-col .page + div.grid, #section3 > div.three-col .page + div.grid, #section4 > div.three-col .page + div.grid {
  padding-top: 0;
}
#section2 > div.three-col .page h1, #section2 > div.three-col .page h2, #section2 > div.three-col .page h3, #section3 > div.three-col .page h1, #section3 > div.three-col .page h2, #section3 > div.three-col .page h3, #section4 > div.three-col .page h1, #section4 > div.three-col .page h2, #section4 > div.three-col .page h3 {
  font-weight: bold;
  margin: 0;
}
@media (max-width: 769px) {
  #section2 > div.three-col.trade-decisions div.grid, #section3 > div.three-col.trade-decisions div.grid, #section4 > div.three-col.trade-decisions div.grid {
    padding: 0;
    grid-gap: 0;
  }
  #section2 > div.three-col.trade-decisions div.grid div.col, #section3 > div.three-col.trade-decisions div.grid div.col, #section4 > div.three-col.trade-decisions div.grid div.col {
    padding: 30px;
    border-bottom: 1px solid #ccc;
  }
}
#section2 > div {
  margin-top: 0;
}
div#bgphoto * {
  display: none;
}
div#content span.leader {
  position: relative;
  top: -20px;
  font-size: 9pt;
  letter-spacing: 0.13em;
}
@media (max-width: 769px) {
  div#content span.leader {
    text-align: center;
    display: block;
    top: 0px;
    margin-bottom: 30px;
    padding: 0 18px;
  }
}
div#section2 a.trade, div#section2 div.trade-history {
  max-width: none;
  border-radius: 1.5em;
  margin-left: 0;
  overflow: hidden;
  container: trade-history / inline-size;
}
div#section2 a.trade .info-box, div#section2 a.trade #trade, div#section2 div.trade-history .info-box, div#section2 div.trade-history #trade {
  display: grid;
  grid-template-columns: 1fr auto;
  font-weight: 600;
  padding: 0.48em 0.38em 0.2em;
  grid-gap: 0.3em;
  background-color: #222;
  font-size: 12vh;
}
@media (orientation: portrait) {
  div#section2 a.trade .info-box, div#section2 a.trade #trade, div#section2 div.trade-history .info-box, div#section2 div.trade-history #trade {
    font-size: 10vw;
  }
}
div#section2 a.trade .info-box > div, div#section2 a.trade #trade > div, div#section2 div.trade-history .info-box > div, div#section2 div.trade-history #trade > div {
  display: grid;
  grid-gap: 0.3em;
}
div#section2 a.trade .info-box > div.sig-1, div#section2 a.trade #trade > div.sig-1, div#section2 div.trade-history .info-box > div.sig-1, div#section2 div.trade-history #trade > div.sig-1 {
  grid-template-rows: auto auto auto 1fr;
}
div#section2 a.trade .info-box > div.sig-2, div#section2 a.trade #trade > div.sig-2, div#section2 div.trade-history .info-box > div.sig-2, div#section2 div.trade-history #trade > div.sig-2 {
  grid-template-rows: auto auto auto 1fr;
  grid-gap: 0.35em;
  min-height: 3.3em;
}
div#section2 a.trade .info-box > div.sig-2 > span, div#section2 a.trade #trade > div.sig-2 > span, div#section2 div.trade-history .info-box > div.sig-2 > span, div#section2 div.trade-history #trade > div.sig-2 > span {
  grid-column: 1 / span all;
}
div#section2 a.trade .info-box span, div#section2 a.trade #trade span, div#section2 div.trade-history .info-box span, div#section2 div.trade-history #trade span {
  color: white;
  line-height: 0.75em;
}
div#section2 a.trade .info-box span.security, div#section2 a.trade #trade span.security, div#section2 div.trade-history .info-box span.security, div#section2 div.trade-history #trade span.security {
  font-family: "Lilita One", sans-serif;
  font-size: 75%;
  letter-spacing: 0.01em;
  font-weight: 400;
}
div#section2 a.trade .info-box span.reload, div#section2 a.trade #trade span.reload, div#section2 div.trade-history .info-box span.reload, div#section2 div.trade-history #trade span.reload {
  cursor: pointer;
  font-size: 23%;
  white-space: nowrap;
  font-weight: normal;
}
div#section2 a.trade .info-box span.price, div#section2 a.trade #trade span.price, div#section2 div.trade-history .info-box span.price, div#section2 div.trade-history #trade span.price {
  font-size: 90%;
  padding-bottom: 0.2em;
  margin-left: -0.05em;
}
div#section2 a.trade .info-box span.price span.frac, div#section2 a.trade #trade span.price span.frac, div#section2 div.trade-history .info-box span.price span.frac, div#section2 div.trade-history #trade span.price span.frac {
  display: inline-block;
  margin: 0 auto !important;
}
div#section2 a.trade .info-box span.points, div#section2 a.trade #trade span.points, div#section2 div.trade-history .info-box span.points, div#section2 div.trade-history #trade span.points {
  font-size: 70%;
}
div#section2 a.trade .info-box span.points:before, div#section2 a.trade #trade span.points:before, div#section2 div.trade-history .info-box span.points:before, div#section2 div.trade-history #trade span.points:before {
  content: "Points";
  position: relative;
  text-transform: uppercase;
  font-size: calc(15% + 30%);
  display: block;
  color: white;
  line-height: 0.75em;
  margin-bottom: 0.3em;
}
div#section2 a.trade .info-box span.points.ng, div#section2 a.trade .info-box span.points.ps, div#section2 a.trade #trade span.points.ng, div#section2 a.trade #trade span.points.ps, div#section2 div.trade-history .info-box span.points.ng, div#section2 div.trade-history .info-box span.points.ps, div#section2 div.trade-history #trade span.points.ng, div#section2 div.trade-history #trade span.points.ps {
  border-radius: 0.3em;
  padding: 0.2em;
  margin: -0.2em;
}
div#section2 a.trade .info-box span.points.ps.shp:before, div#section2 a.trade .info-box span.points.ps.shp-:before, div#section2 a.trade .info-box span.points.ng.lg:before, div#section2 a.trade .info-box span.points.ng.lgp:before, div#section2 a.trade .info-box span.points.ng.lgp-:before, div#section2 a.trade #trade span.points.ps.shp:before, div#section2 a.trade #trade span.points.ps.shp-:before, div#section2 a.trade #trade span.points.ng.lg:before, div#section2 a.trade #trade span.points.ng.lgp:before, div#section2 a.trade #trade span.points.ng.lgp-:before, div#section2 div.trade-history .info-box span.points.ps.shp:before, div#section2 div.trade-history .info-box span.points.ps.shp-:before, div#section2 div.trade-history .info-box span.points.ng.lg:before, div#section2 div.trade-history .info-box span.points.ng.lgp:before, div#section2 div.trade-history .info-box span.points.ng.lgp-:before, div#section2 div.trade-history #trade span.points.ps.shp:before, div#section2 div.trade-history #trade span.points.ps.shp-:before, div#section2 div.trade-history #trade span.points.ng.lg:before, div#section2 div.trade-history #trade span.points.ng.lgp:before, div#section2 div.trade-history #trade span.points.ng.lgp-:before {
  color: #eb008a;
}
div#section2 a.trade .info-box span.points.ps.lgp:before, div#section2 a.trade .info-box span.points.ps.lgp-:before, div#section2 a.trade .info-box span.points.ng.sh:before, div#section2 a.trade .info-box span.points.ng.shp:before, div#section2 a.trade .info-box span.points.ng.shp-:before, div#section2 a.trade #trade span.points.ps.lgp:before, div#section2 a.trade #trade span.points.ps.lgp-:before, div#section2 a.trade #trade span.points.ng.sh:before, div#section2 a.trade #trade span.points.ng.shp:before, div#section2 a.trade #trade span.points.ng.shp-:before, div#section2 div.trade-history .info-box span.points.ps.lgp:before, div#section2 div.trade-history .info-box span.points.ps.lgp-:before, div#section2 div.trade-history .info-box span.points.ng.sh:before, div#section2 div.trade-history .info-box span.points.ng.shp:before, div#section2 div.trade-history .info-box span.points.ng.shp-:before, div#section2 div.trade-history #trade span.points.ps.lgp:before, div#section2 div.trade-history #trade span.points.ps.lgp-:before, div#section2 div.trade-history #trade span.points.ng.sh:before, div#section2 div.trade-history #trade span.points.ng.shp:before, div#section2 div.trade-history #trade span.points.ng.shp-:before {
  color: #0091ff;
}
div#section2 a.trade .info-box span.points:empty, div#section2 a.trade #trade span.points:empty, div#section2 div.trade-history .info-box span.points:empty, div#section2 div.trade-history #trade span.points:empty {
  display: none;
}
div#section2 a.trade .info-box span.position, div#section2 a.trade #trade span.position, div#section2 div.trade-history .info-box span.position, div#section2 div.trade-history #trade span.position {
  font-size: 30%;
}
div#section2 a.trade .info-box span.timer, div#section2 a.trade .info-box span#datetime, div#section2 a.trade .info-box span#timer, div#section2 a.trade #trade span.timer, div#section2 a.trade #trade span#datetime, div#section2 a.trade #trade span#timer, div#section2 div.trade-history .info-box span.timer, div#section2 div.trade-history .info-box span#datetime, div#section2 div.trade-history .info-box span#timer, div#section2 div.trade-history #trade span.timer, div#section2 div.trade-history #trade span#datetime, div#section2 div.trade-history #trade span#timer {
  font-size: 30%;
}
div#section2 a.trade .info-box span.timer:before, div#section2 a.trade .info-box span#datetime:before, div#section2 a.trade .info-box span#timer:before, div#section2 a.trade #trade span.timer:before, div#section2 a.trade #trade span#datetime:before, div#section2 a.trade #trade span#timer:before, div#section2 div.trade-history .info-box span.timer:before, div#section2 div.trade-history .info-box span#datetime:before, div#section2 div.trade-history .info-box span#timer:before, div#section2 div.trade-history #trade span.timer:before, div#section2 div.trade-history #trade span#datetime:before, div#section2 div.trade-history #trade span#timer:before {
  content: "Time";
  position: relative;
  text-transform: uppercase;
  font-size: calc(55% + 14%);
  margin-right: 0.75em;
  opacity: 0.5;
}
div#section2 a.trade .info-box span#datetime span, div#section2 a.trade #trade span#datetime span, div#section2 div.trade-history .info-box span#datetime span, div#section2 div.trade-history #trade span#datetime span {
  opacity: 0.5;
  font-size: 14%;
}
div#section2 a.trade .info-box span.st-1, div#section2 a.trade #trade span.st-1, div#section2 div.trade-history .info-box span.st-1, div#section2 div.trade-history #trade span.st-1 {
  grid-column: 3 / span 2;
}
div#section2 a.trade .info-box span.st-1:before, div#section2 a.trade #trade span.st-1:before, div#section2 div.trade-history .info-box span.st-1:before, div#section2 div.trade-history #trade span.st-1:before {
  content: "ST-1";
  position: relative;
  text-transform: uppercase;
  font-size: calc(15% + 30%);
  display: block;
  white-space: nowrap;
  color: white;
  line-height: 0.75em;
  margin-bottom: 0.3em;
}
div#section2 a.trade .info-box span.st-1.ng, div#section2 a.trade .info-box span.st-1.ps, div#section2 a.trade .info-box span.st-1.ps0.lg, div#section2 a.trade .info-box span.st-1.ps0.sh, div#section2 a.trade #trade span.st-1.ng, div#section2 a.trade #trade span.st-1.ps, div#section2 a.trade #trade span.st-1.ps0.lg, div#section2 a.trade #trade span.st-1.ps0.sh, div#section2 div.trade-history .info-box span.st-1.ng, div#section2 div.trade-history .info-box span.st-1.ps, div#section2 div.trade-history .info-box span.st-1.ps0.lg, div#section2 div.trade-history .info-box span.st-1.ps0.sh, div#section2 div.trade-history #trade span.st-1.ng, div#section2 div.trade-history #trade span.st-1.ps, div#section2 div.trade-history #trade span.st-1.ps0.lg, div#section2 div.trade-history #trade span.st-1.ps0.sh {
  border-radius: 0.3em;
  padding: 0.2em;
  margin: -0.2em;
}
div#section2 a.trade .info-box span.st-1.ps0.lg, div#section2 a.trade .info-box span.st-1.ps0.sh, div#section2 a.trade #trade span.st-1.ps0.lg, div#section2 a.trade #trade span.st-1.ps0.sh, div#section2 div.trade-history .info-box span.st-1.ps0.lg, div#section2 div.trade-history .info-box span.st-1.ps0.sh, div#section2 div.trade-history #trade span.st-1.ps0.lg, div#section2 div.trade-history #trade span.st-1.ps0.sh {
  background-color: #222;
}
div#section2 a.trade .info-box span.st-1.ps.shp:before, div#section2 a.trade .info-box span.st-1.ps.shp-:before, div#section2 a.trade .info-box span.st-1.ng.lg:before, div#section2 a.trade .info-box span.st-1.ng.lgp:before, div#section2 a.trade .info-box span.st-1.ng.lgp-:before, div#section2 a.trade #trade span.st-1.ps.shp:before, div#section2 a.trade #trade span.st-1.ps.shp-:before, div#section2 a.trade #trade span.st-1.ng.lg:before, div#section2 a.trade #trade span.st-1.ng.lgp:before, div#section2 a.trade #trade span.st-1.ng.lgp-:before, div#section2 div.trade-history .info-box span.st-1.ps.shp:before, div#section2 div.trade-history .info-box span.st-1.ps.shp-:before, div#section2 div.trade-history .info-box span.st-1.ng.lg:before, div#section2 div.trade-history .info-box span.st-1.ng.lgp:before, div#section2 div.trade-history .info-box span.st-1.ng.lgp-:before, div#section2 div.trade-history #trade span.st-1.ps.shp:before, div#section2 div.trade-history #trade span.st-1.ps.shp-:before, div#section2 div.trade-history #trade span.st-1.ng.lg:before, div#section2 div.trade-history #trade span.st-1.ng.lgp:before, div#section2 div.trade-history #trade span.st-1.ng.lgp-:before {
  color: #eb008a;
}
div#section2 a.trade .info-box span.st-1.ps.lgp:before, div#section2 a.trade .info-box span.st-1.ps.lgp-:before, div#section2 a.trade .info-box span.st-1.ng.sh:before, div#section2 a.trade .info-box span.st-1.ng.shp:before, div#section2 a.trade .info-box span.st-1.ng.shp-:before, div#section2 a.trade #trade span.st-1.ps.lgp:before, div#section2 a.trade #trade span.st-1.ps.lgp-:before, div#section2 a.trade #trade span.st-1.ng.sh:before, div#section2 a.trade #trade span.st-1.ng.shp:before, div#section2 a.trade #trade span.st-1.ng.shp-:before, div#section2 div.trade-history .info-box span.st-1.ps.lgp:before, div#section2 div.trade-history .info-box span.st-1.ps.lgp-:before, div#section2 div.trade-history .info-box span.st-1.ng.sh:before, div#section2 div.trade-history .info-box span.st-1.ng.shp:before, div#section2 div.trade-history .info-box span.st-1.ng.shp-:before, div#section2 div.trade-history #trade span.st-1.ps.lgp:before, div#section2 div.trade-history #trade span.st-1.ps.lgp-:before, div#section2 div.trade-history #trade span.st-1.ng.sh:before, div#section2 div.trade-history #trade span.st-1.ng.shp:before, div#section2 div.trade-history #trade span.st-1.ng.shp-:before {
  color: #0091ff;
}
div#section2 a.trade .info-box span.st-2:before, div#section2 a.trade #trade span.st-2:before, div#section2 div.trade-history .info-box span.st-2:before, div#section2 div.trade-history #trade span.st-2:before {
  content: "ST-2";
  position: relative;
  text-transform: uppercase;
  font-size: calc(15% + 30%);
  display: block;
  white-space: nowrap;
  color: white;
  line-height: 0.75em;
  margin-bottom: 0.3em;
}
div#section2 a.trade .info-box span.st-2.ng, div#section2 a.trade .info-box span.st-2.ps, div#section2 a.trade #trade span.st-2.ng, div#section2 a.trade #trade span.st-2.ps, div#section2 div.trade-history .info-box span.st-2.ng, div#section2 div.trade-history .info-box span.st-2.ps, div#section2 div.trade-history #trade span.st-2.ng, div#section2 div.trade-history #trade span.st-2.ps {
  border-radius: 0.3em;
  padding: 0.2em;
  margin: -0.2em;
}
div#section2 a.trade .info-box span.st-2.ps.shp:before, div#section2 a.trade .info-box span.st-2.ps.shp-:before, div#section2 a.trade .info-box span.st-2.ng.lg:before, div#section2 a.trade .info-box span.st-2.ng.lgp:before, div#section2 a.trade .info-box span.st-2.ng.lgp-:before, div#section2 a.trade #trade span.st-2.ps.shp:before, div#section2 a.trade #trade span.st-2.ps.shp-:before, div#section2 a.trade #trade span.st-2.ng.lg:before, div#section2 a.trade #trade span.st-2.ng.lgp:before, div#section2 a.trade #trade span.st-2.ng.lgp-:before, div#section2 div.trade-history .info-box span.st-2.ps.shp:before, div#section2 div.trade-history .info-box span.st-2.ps.shp-:before, div#section2 div.trade-history .info-box span.st-2.ng.lg:before, div#section2 div.trade-history .info-box span.st-2.ng.lgp:before, div#section2 div.trade-history .info-box span.st-2.ng.lgp-:before, div#section2 div.trade-history #trade span.st-2.ps.shp:before, div#section2 div.trade-history #trade span.st-2.ps.shp-:before, div#section2 div.trade-history #trade span.st-2.ng.lg:before, div#section2 div.trade-history #trade span.st-2.ng.lgp:before, div#section2 div.trade-history #trade span.st-2.ng.lgp-:before {
  color: #eb008a;
}
div#section2 a.trade .info-box span.st-2.ps.lgp:before, div#section2 a.trade .info-box span.st-2.ps.lgp-:before, div#section2 a.trade .info-box span.st-2.ng.sh:before, div#section2 a.trade .info-box span.st-2.ng.shp:before, div#section2 a.trade .info-box span.st-2.ng.shp-:before, div#section2 a.trade #trade span.st-2.ps.lgp:before, div#section2 a.trade #trade span.st-2.ps.lgp-:before, div#section2 a.trade #trade span.st-2.ng.sh:before, div#section2 a.trade #trade span.st-2.ng.shp:before, div#section2 a.trade #trade span.st-2.ng.shp-:before, div#section2 div.trade-history .info-box span.st-2.ps.lgp:before, div#section2 div.trade-history .info-box span.st-2.ps.lgp-:before, div#section2 div.trade-history .info-box span.st-2.ng.sh:before, div#section2 div.trade-history .info-box span.st-2.ng.shp:before, div#section2 div.trade-history .info-box span.st-2.ng.shp-:before, div#section2 div.trade-history #trade span.st-2.ps.lgp:before, div#section2 div.trade-history #trade span.st-2.ps.lgp-:before, div#section2 div.trade-history #trade span.st-2.ng.sh:before, div#section2 div.trade-history #trade span.st-2.ng.shp:before, div#section2 div.trade-history #trade span.st-2.ng.shp-:before {
  color: #0091ff;
}
div#section2 a.trade .info-box span.points:empty ~ span.st-2, div#section2 a.trade #trade span.points:empty ~ span.st-2, div#section2 div.trade-history .info-box span.points:empty ~ span.st-2, div#section2 div.trade-history #trade span.points:empty ~ span.st-2 {
  grid-column: 4 / span 3;
}
div#section2 a.trade .info-box span.st-1, div#section2 a.trade .info-box span.st-2, div#section2 a.trade #trade span.st-1, div#section2 a.trade #trade span.st-2, div#section2 div.trade-history .info-box span.st-1, div#section2 div.trade-history .info-box span.st-2, div#section2 div.trade-history #trade span.st-1, div#section2 div.trade-history #trade span.st-2 {
  display: block;
  font-size: 70%;
}
div#section2 a.trade .info-box span.st-1:empty, div#section2 a.trade .info-box span.st-2:empty, div#section2 a.trade #trade span.st-1:empty, div#section2 a.trade #trade span.st-2:empty, div#section2 div.trade-history .info-box span.st-1:empty, div#section2 div.trade-history .info-box span.st-2:empty, div#section2 div.trade-history #trade span.st-1:empty, div#section2 div.trade-history #trade span.st-2:empty {
  display: none;
}
div#section2 a.trade .info-box span.st-2.st2x:after, div#section2 a.trade #trade span.st-2.st2x:after, div#section2 div.trade-history .info-box span.st-2.st2x:after, div#section2 div.trade-history #trade span.st-2.st2x:after {
  content: "";
  margin-left: 0.15em;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-width: 0.35em;
  border-radius: 0.35em;
  border-style: solid;
  border-color: transparent #ffffff #ffffff #ffffff;
}
div#section2 a.trade .info-box span.st-2.st2x.st2x-sh:after, div#section2 a.trade #trade span.st-2.st2x.st2x-sh:after, div#section2 div.trade-history .info-box span.st-2.st2x.st2x-sh:after, div#section2 div.trade-history #trade span.st-2.st2x.st2x-sh:after {
  border-color: #ffffff #ffffff transparent #ffffff;
}
div#section2 a.trade.sh .info-box, div#section2 a.trade.sh #trade, div#section2 div.trade-history.sh .info-box, div#section2 div.trade-history.sh #trade {
  background-color: #eb008a;
}
div#section2 a.trade.sh .info-box div.sig-2 span.points.ng, div#section2 a.trade.sh .info-box div.sig-2 span.st-1.ng, div#section2 a.trade.sh .info-box div.sig-2 span.st-2.ng, div#section2 a.trade.sh #trade div.sig-2 span.points.ng, div#section2 a.trade.sh #trade div.sig-2 span.st-1.ng, div#section2 a.trade.sh #trade div.sig-2 span.st-2.ng, div#section2 div.trade-history.sh .info-box div.sig-2 span.points.ng, div#section2 div.trade-history.sh .info-box div.sig-2 span.st-1.ng, div#section2 div.trade-history.sh .info-box div.sig-2 span.st-2.ng, div#section2 div.trade-history.sh #trade div.sig-2 span.points.ng, div#section2 div.trade-history.sh #trade div.sig-2 span.st-1.ng, div#section2 div.trade-history.sh #trade div.sig-2 span.st-2.ng {
  background-color: #222;
}
div#section2 a.trade.lg .info-box, div#section2 a.trade.lg #trade, div#section2 div.trade-history.lg .info-box, div#section2 div.trade-history.lg #trade {
  background-color: #0091ff;
}
div#section2 a.trade.lg .info-box div.sig-2 span.points.ng, div#section2 a.trade.lg .info-box div.sig-2 span.st-1.ng, div#section2 a.trade.lg .info-box div.sig-2 span.st-2.ng, div#section2 a.trade.lg #trade div.sig-2 span.points.ng, div#section2 a.trade.lg #trade div.sig-2 span.st-1.ng, div#section2 a.trade.lg #trade div.sig-2 span.st-2.ng, div#section2 div.trade-history.lg .info-box div.sig-2 span.points.ng, div#section2 div.trade-history.lg .info-box div.sig-2 span.st-1.ng, div#section2 div.trade-history.lg .info-box div.sig-2 span.st-2.ng, div#section2 div.trade-history.lg #trade div.sig-2 span.points.ng, div#section2 div.trade-history.lg #trade div.sig-2 span.st-1.ng, div#section2 div.trade-history.lg #trade div.sig-2 span.st-2.ng {
  background-color: #222;
}
div#section2 a.trade.shp .info-box span.price, div#section2 a.trade.shp .info-box span.price span.frac, div#section2 a.trade.shp #trade span.price, div#section2 a.trade.shp #trade span.price span.frac, div#section2 a.trade.shp- .info-box span.price, div#section2 a.trade.shp- .info-box span.price span.frac, div#section2 a.trade.shp- #trade span.price, div#section2 a.trade.shp- #trade span.price span.frac, div#section2 div.trade-history.shp .info-box span.price, div#section2 div.trade-history.shp .info-box span.price span.frac, div#section2 div.trade-history.shp #trade span.price, div#section2 div.trade-history.shp #trade span.price span.frac, div#section2 div.trade-history.shp- .info-box span.price, div#section2 div.trade-history.shp- .info-box span.price span.frac, div#section2 div.trade-history.shp- #trade span.price, div#section2 div.trade-history.shp- #trade span.price span.frac {
  color: #eb008a;
}
div#section2 a.trade.shp- .info-box span.price:after, div#section2 a.trade.shp- #trade span.price:after, div#section2 div.trade-history.shp- .info-box span.price:after, div#section2 div.trade-history.shp- #trade span.price:after {
  content: " ▲";
  font-size: 0.5em;
  vertical-align: top;
  white-space: nowrap;
  color: #0091ff;
}
div#section2 a.trade.lgp .info-box span.price, div#section2 a.trade.lgp .info-box span.price span.frac, div#section2 a.trade.lgp #trade span.price, div#section2 a.trade.lgp #trade span.price span.frac, div#section2 a.trade.lgp- .info-box span.price, div#section2 a.trade.lgp- .info-box span.price span.frac, div#section2 a.trade.lgp- #trade span.price, div#section2 a.trade.lgp- #trade span.price span.frac, div#section2 div.trade-history.lgp .info-box span.price, div#section2 div.trade-history.lgp .info-box span.price span.frac, div#section2 div.trade-history.lgp #trade span.price, div#section2 div.trade-history.lgp #trade span.price span.frac, div#section2 div.trade-history.lgp- .info-box span.price, div#section2 div.trade-history.lgp- .info-box span.price span.frac, div#section2 div.trade-history.lgp- #trade span.price, div#section2 div.trade-history.lgp- #trade span.price span.frac {
  color: #0091ff;
}
div#section2 a.trade.lgp- .info-box span.price:after, div#section2 a.trade.lgp- #trade span.price:after, div#section2 div.trade-history.lgp- .info-box span.price:after, div#section2 div.trade-history.lgp- #trade span.price:after {
  content: " ▼";
  font-size: 0.5em;
  vertical-align: top;
  white-space: nowrap;
  color: #eb008a;
}
div#section2 a.trade ul.history, div#section2 div.trade-history ul.history {
  list-style: none;
  padding: 0;
  font-size: 0;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  flex-wrap: wrap-reverse;
  border-top: 5px solid rgba(128, 128, 128, 0.4);
  min-height: 161px;
  counter-reset: signal-counter;
  padding-top: 1px;
  background-color: #222;
  margin-left: 0;
  margin-right: 0;
}
div#section2 a.trade ul.history:before, div#section2 div.trade-history ul.history:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/media/tbhistorybgnotes-black2024.png");
  background-repeat: repeat;
  background-position: 0 -1px;
}
@media (max-width: 769px) {
  div#section2 a.trade ul.history, div#section2 div.trade-history ul.history {
    padding-left: 30px;
    padding-right: 30px;
  }
}
div#section2 a.trade ul.history:empty, div#section2 div.trade-history ul.history:empty {
  display: none;
}
div#section2 a.trade ul.history li, div#section2 div.trade-history ul.history li {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 25px;
  position: relative;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  counter-increment: signal-counter;
}
div#section2 a.trade ul.history li:before, div#section2 div.trade-history ul.history li:before {
  content: counter(signal-counter);
  font-size: 9px;
  position: absolute;
  color: #888;
  top: 2px;
  left: 0;
  right: 0;
  writing-mode: tb;
}
div#section2 a.trade ul.history li.n:after, div#section2 div.trade-history ul.history li.n:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -35px;
  font-size: 9pt;
  text-align: center;
  width: 100%;
  background: transparent url(/media/note_icon.png) no-repeat top center;
  height: 30px;
}
div#section2 a.trade ul.history li span.tb, div#section2 div.trade-history ul.history li span.tb {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
div#section2 a.trade ul.history li span.tb span.st2x, div#section2 div.trade-history ul.history li span.tb span.st2x {
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-radius: 10px;
  position: absolute;
  left: 50%;
}
div#section2 a.trade ul.history li[data-st2x="1"] span.tb span.st2x, div#section2 div.trade-history ul.history li[data-st2x="1"] span.tb span.st2x {
  border-color: transparent #007cdb #007cdb #007cdb;
}
div#section2 a.trade ul.history li[data-st2x="-1"] span.tb span.st2x, div#section2 div.trade-history ul.history li[data-st2x="-1"] span.tb span.st2x {
  border-color: #c70074 #c70074 transparent #c70074;
}
div#section2 a.trade ul.history li.sh span.tb, div#section2 div.trade-history ul.history li.sh span.tb {
  height: 10% !important;
  background-color: #c70074;
  top: 50%;
}
div#section2 a.trade ul.history li.sh span.tb:empty, div#section2 div.trade-history ul.history li.sh span.tb:empty {
  background-color: #fabfe2;
}
div#section2 a.trade ul.history li.sh span.tb span.st2x, div#section2 div.trade-history ul.history li.sh span.tb span.st2x {
  top: -24px;
}
div#section2 a.trade ul.history li.lg span.tb, div#section2 div.trade-history ul.history li.lg span.tb {
  height: 10% !important;
  background-color: #007cdb;
  bottom: 50%;
}
div#section2 a.trade ul.history li.lg span.tb:empty, div#section2 div.trade-history ul.history li.lg span.tb:empty {
  background-color: #bfdef6;
}
div#section2 a.trade ul.history li.lg span.tb span.st2x, div#section2 div.trade-history ul.history li.lg span.tb span.st2x {
  bottom: -24px;
}
div#section2 a.trade ul.history li.shp span.tb, div#section2 div.trade-history ul.history li.shp span.tb {
  background-color: #c70074;
  top: 50%;
}
div#section2 a.trade ul.history li.shp span.tb:empty, div#section2 div.trade-history ul.history li.shp span.tb:empty {
  background-color: #fabfe2;
}
div#section2 a.trade ul.history li.shp span.tb span.st2x, div#section2 div.trade-history ul.history li.shp span.tb span.st2x {
  top: -24px;
}
div#section2 a.trade ul.history li.shp- span.tb, div#section2 div.trade-history ul.history li.shp- span.tb {
  background-color: #007cdb;
  top: 50%;
}
div#section2 a.trade ul.history li.shp- span.tb:empty, div#section2 div.trade-history ul.history li.shp- span.tb:empty {
  background-color: #bfdef6;
}
div#section2 a.trade ul.history li.shp- span.tb span.st2x, div#section2 div.trade-history ul.history li.shp- span.tb span.st2x {
  top: -24px;
}
div#section2 a.trade ul.history li.lgp span.tb, div#section2 div.trade-history ul.history li.lgp span.tb {
  background-color: #007cdb;
  bottom: 50%;
}
div#section2 a.trade ul.history li.lgp span.tb:empty, div#section2 div.trade-history ul.history li.lgp span.tb:empty {
  background-color: #bfdef6;
}
div#section2 a.trade ul.history li.lgp span.tb span.st2x, div#section2 div.trade-history ul.history li.lgp span.tb span.st2x {
  bottom: -24px;
}
div#section2 a.trade ul.history li.lgp- span.tb, div#section2 div.trade-history ul.history li.lgp- span.tb {
  background-color: #c70074;
  bottom: 50%;
}
div#section2 a.trade ul.history li.lgp- span.tb:empty, div#section2 div.trade-history ul.history li.lgp- span.tb:empty {
  background-color: #fabfe2;
}
div#section2 a.trade ul.history li.lgp- span.tb span.st2x, div#section2 div.trade-history ul.history li.lgp- span.tb span.st2x {
  bottom: -24px;
}
div#section2 a.trade ul.history li.lg span.st1, div#section2 a.trade ul.history li.lgp span.st1, div#section2 a.trade ul.history li.lgp- span.st1, div#section2 div.trade-history ul.history li.lg span.st1, div#section2 div.trade-history ul.history li.lgp span.st1, div#section2 div.trade-history ul.history li.lgp- span.st1 {
  display: block;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  opacity: 0.75;
  top: 0;
}
div#section2 a.trade ul.history li.sh span.st1, div#section2 a.trade ul.history li.shp span.st1, div#section2 a.trade ul.history li.shp- span.st1, div#section2 div.trade-history ul.history li.sh span.st1, div#section2 div.trade-history ul.history li.shp span.st1, div#section2 div.trade-history ul.history li.shp- span.st1 {
  display: block;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  opacity: 0.75;
  bottom: 0;
}
div#section2 a.trade ul.history li, div#section2 div.trade-history ul.history li {
  cursor: pointer;
}
div#section2 a.trade ul.history li:last-child, div#section2 div.trade-history ul.history li:last-child {
  background-color: rgba(200, 200, 200, 0.3);
}
div#section2 a.trade ul.history li:hover, div#section2 a.trade ul.history li:focus, div#section2 div.trade-history ul.history li:hover, div#section2 div.trade-history ul.history li:focus {
  background-color: rgba(200, 200, 200, 0.5);
}
div#section2 div#notes.open + div.trade-history {
  transition: 0.25s width;
  width: calc(100% - 365px);
}
div#section2 div#notes.open + div.trade-history #trade div.sig-2 {
  min-height: auto;
}
@media (max-width: 1023px) {
  div#section2 div#notes.open + div.trade-history {
    width: 100%;
  }
}
@media (min-width: 1023px) {
  div#section2 div#notes.open + div.trade-history #trade div.sig-1 {
    grid-gap: 0.2em;
  }
  div#section2 div#notes.open + div.trade-history #trade div.sig-2 {
    grid-gap: 0.25em;
  }
  div#section2 div#notes.open + div.trade-history #trade span.price {
    font-size: 50%;
    padding-bottom: 0.5em;
  }
  div#section2 div#notes.open + div.trade-history #trade span.points, div#section2 div#notes.open + div.trade-history #trade span.st-1, div#section2 div#notes.open + div.trade-history #trade span.st-2 {
    font-size: 35%;
  }
  div#section2 div#notes.open + div.trade-history #trade span.st-2.st2x:after {
    border-width: 0.35em;
    border-radius: 0.35em;
  }
}
p.stud_sim_trades_desc {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  p.stud_sim_trades_desc {
    text-align: center;
  }
}
p.stud_sim_trades {
  margin-top: 0;
  font-size: 1.5em;
}
p.stud_sim_trades a {
  font-family: "Lilita One", sans-serif;
  font-size: 90%;
  text-decoration: none;
}
@media (max-width: 769px) {
  p.stud_sim_trades {
    text-align: center;
  }
}
div.recent-trades {
  position: absolute;
  top: 70px;
  left: 28px;
  margin: 0 auto !important;
}
div.recent-trades h2.rl-leader {
  text-align: center;
  font-size: 70%;
  letter-spacing: 0.13em;
  font-weight: normal;
}
div.recent-trades div.recent-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 2em;
  grid-gap: 0.2em;
}
@media (max-width: 1023px) {
  div.recent-trades div.recent-list {
    width: 100vw;
    grid-gap: 0;
  }
}
@media (max-width: 769px) {
  div.recent-trades div.recent-list {
    grid-template-columns: 1fr;
  }
}
div.recent-trades div.recent-list a {
  display: grid;
  grid-template-rows: 1fr auto auto;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0.3em;
  overflow: hidden;
}
@media (max-width: 1023px) {
  div.recent-trades div.recent-list a {
    border-radius: 0;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: none;
    pointer-events: none;
  }
}
@media (max-width: 769px) {
  div.recent-trades div.recent-list a:nth-child(2) {
    display: none !important;
  }
}
div.recent-trades div.recent-list a span {
  padding: 0.2em 0.4em;
  text-align: center;
}
div.recent-trades div.recent-list a span.exit {
  font-size: 50%;
}
@media (max-width: 1023px) {
  div.recent-trades div.recent-list a span.exit {
    font-size: 60%;
    text-align: left;
    padding: 0.1em 0.3em;
    line-height: 100%;
  }
}
div.recent-trades div.recent-list a span.symbol {
  font-size: 100%;
  font-family: "Lilita One", sans-serif;
  background-color: #222;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  div.recent-trades div.recent-list a span.symbol {
    font-size: 68%;
    text-align: left;
    padding: 0.1em 0.3em;
    line-height: 100%;
  }
}
div.recent-trades div.recent-list a span.earned {
  font-size: 50%;
  background-color: #222;
  padding-bottom: 0.5em;
}
@media (max-width: 1023px) {
  div.recent-trades div.recent-list a span.earned {
    font-size: 60%;
    text-align: left;
    padding: 0.1em 1em 0.1em 0.3em;
    line-height: 100%;
    white-space: nowrap;
  }
}
div.recent-trades div.recent-list a.lg {
  background-color: #0091ff;
}
div.recent-trades div.recent-list a.sh {
  background-color: #eb008a;
}
div.recent-trades ul > a {
  border: 1px solid #bbbbbb;
}
div.recent-trades ul > a:first-child li:before {
  content: attr(data-hdr);
  display: block;
  font-size: 70%;
  margin-top: -2em;
  position: absolute;
  right: 0.75em;
  left: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #222;
}
div.recent-trades ul > a.lg {
  border-left: 7px solid #0091ff;
  font-weight: 600;
}
div.recent-trades ul > a.sh {
  border-left: 7px solid #eb008a;
  font-weight: 600;
}
@media (max-width: 1023px) {
  div.recent-trades ul > a {
    grid-column: span 1 !important;
  }
  div.recent-trades ul > a:first-child li:before {
    display: none;
  }
  div.recent-trades ul > a:nth-child(3), div.recent-trades ul > a:nth-child(4), div.recent-trades ul > a:nth-child(5) {
    display: none;
  }
}
@media (max-width: 769px) {
  div.recent-trades ul > a li {
    font-size: 10pt;
  }
  div.recent-trades ul > a li.earned {
    grid-column: span 4 !important;
  }
  div.recent-trades ul > a li.exit {
    display: none;
  }
  div.recent-trades ul > a li.symbol {
    grid-column: span 2 !important;
  }
}
@media (max-width: 1023px) {
  div.recent-trades ul {
    width: 100vw;
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  div.recent-trades {
    left: 0;
    top: 0;
  }
}
div.recent-archive {
  font-size: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 0;
  padding: 20px 15px 20px 20px;
  grid-gap: 35px 5px;
  margin-top: 30px;
}
@media (max-width: 769px) {
  div.recent-archive {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}
div.recent-archive p.no-data {
  grid-column: 1 / span 7;
  margin: 0;
  font-size: 70%;
}
div.recent-archive:empty {
  display: none;
}
div.recent-archive > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  position: relative;
  align-self: self-start;
  justify-content: center;
  background-color: #eee;
  border-radius: 0.5em;
  padding-top: 15px;
  border: 2px solid #ddd;
}
div.recent-archive > div:empty {
  visibility: hidden;
  padding: 0;
}
@media (max-width: 769px) {
  div.recent-archive > div:empty {
    display: none;
  }
}
div.recent-archive > div:before {
  content: attr(data-hdr);
  color: black;
  font-weight: bold;
  line-height: 100%;
  font-size: 60%;
  text-align: center;
  width: 100%;
  top: -24px;
  position: absolute;
}
div.recent-archive > div a {
  display: grid;
  grid-template-rows: 1fr auto auto;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0.3em;
  overflow: hidden;
  width: 94px;
  margin: 0 0.2em 0.2em 0;
  width: 72px;
  font-size: 70%;
}
div.recent-archive > div a span {
  padding: 0.2em 0.35em;
  text-align: center;
}
div.recent-archive > div a span.exit {
  font-size: 65%;
}
div.recent-archive > div a span.symbol {
  font-size: 100%;
  font-family: "Lilita One", sans-serif;
  background-color: #222;
  padding-bottom: 0;
}
div.recent-archive > div a span.post {
  font-size: 60%;
  background-color: #222;
  padding-bottom: 0.5em;
}
div.recent-archive > div a.lg {
  background-color: #0091ff;
}
div.recent-archive > div a.sh {
  background-color: #eb008a;
}
div.archive-recent-list {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1023px) {
  div.archive-recent-list {
    padding: 0 30px !important;
    box-sizing: border-box;
  }
}
div.archive-recent-list > ul {
  grid-gap: 30px;
}
@media (max-width: 1023px) {
  div.archive-recent-list > ul {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 769px) {
  div.archive-recent-list > ul {
    grid-template-columns: 1fr !important;
  }
}
div.archive-recent-list h3 {
  margin: 0 0 1.5em;
}
div.archive-recent-list ul.security-list li {
  position: relative;
  font-weight: 600;
}
div.archive-recent-list ul.security-list li:nth-child(1) {
  background-color: #222;
  padding: 0.3em 0.5em;
  color: #ffffff;
}
div.archive-recent-list ul.security-list li:nth-child(1):before {
  content: attr(data-hdr);
  display: block;
  font-size: 70%;
  margin-top: -2em;
  position: absolute;
  right: 0.75em;
  left: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #222;
}
div.archive-recent-list ul.security-list li:nth-child(2):before {
  content: attr(data-hdr);
  display: block;
  font-size: 70%;
  margin-top: -1.55em;
  position: absolute;
  right: 0.75em;
  left: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #222;
}
div.archive-recent-list ul.security-list li a:link {
  color: #222;
}
div.archive-recent-list ul.security-list li a:active, div.archive-recent-list ul.security-list li a:visited {
  color: #999999;
}
div.archive-recent-list ul.security-list li a:hover, div.archive-recent-list ul.security-list li a:focus {
  color: #ffffff;
}
div.archive-recent-list ul.security-list li.lg {
  border-left: 7px solid #0091ff;
}
div.archive-recent-list ul.security-list li.sh {
  border-left: 7px solid #eb008a;
}
div.recent-trades-list {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100% !important;
}
@media (max-width: 1023px) {
  div.recent-trades-list {
    padding: 0 30px !important;
  }
}
div.recent-trades-list h3 {
  display: inline-block;
}
div.recent-trades-list h3:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
div.recent-trades-list h3[data-wellness="good"]:after {
  background-color: #0c0;
}
div.recent-trades-list h3[data-wellness="bad"]:after {
  background-color: #c00;
}
div.recent-trades-list > ul {
  grid-gap: 30px;
}
@media (max-width: 1023px) {
  div.recent-trades-list > ul {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 769px) {
  div.recent-trades-list > ul {
    grid-template-columns: 1fr !important;
  }
}
div.recent-trades-list h3 {
  margin: 0 0 1.5em;
}
div.recent-trades-list ul.security li {
  position: relative;
  transition: 0.25s background-color;
  background-color: #dddddd;
}
div.recent-trades-list ul.security li:nth-child(1) {
  background-color: #222;
  padding: 0.3em 0.5em;
  color: #ffffff;
  font-weight: 600;
}
div.recent-trades-list ul.security li:nth-child(1):before, div.recent-trades-list ul.security li:nth-child(2):before, div.recent-trades-list ul.security li:nth-child(3):before {
  content: attr(data-hdr);
  display: block;
  font-size: 70%;
  margin-top: -2em;
  position: absolute;
  right: 0.75em;
  left: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #222;
}
div.recent-trades-list ul.security li.lg {
  border-left: 7px solid #0091ff;
}
div.recent-trades-list ul.security li.sh {
  border-left: 7px solid #eb008a;
}
div.recent-trades-list ul.security li:nth-child(11) {
  text-align: center;
}
div.recent-trades-list ul.security li:last-child {
  background-color: #0cf0b0;
  text-align: center;
  font-weight: 600;
}
div.recent-trades-list ul.security a {
  background-color: transparent;
}
@media (max-width: 769px) {
  div.recent-trades-list ul.security a li {
    font-size: 10pt;
  }
}
div.recent-trades-list ul.security a:link {
  color: #222;
}
div.recent-trades-list ul.security a:active, div.recent-trades-list ul.security a:visited {
  color: #999999;
}
div.recent-trades-list ul.security a:hover, div.recent-trades-list ul.security a:focus {
  color: #ffffff;
}
div.recent-trades-list ul.security a:hover.lg li, div.recent-trades-list ul.security a:focus.lg li {
  background-color: #0091ff;
}
div.recent-trades-list ul.security a:hover.sh li, div.recent-trades-list ul.security a:focus.sh li {
  background-color: #eb008a;
}
div#section3 {
  margin: 0 auto 30px;
  padding: 10px 30px;
}
@media (max-width: 769px) {
  div#content {
    margin-top: 11vw;
  }
  div#content h1.symbol {
    margin-top: 0;
  }
  div#section2 {
    margin: 0 10px;
  }
  div#menuheader {
    position: relative;
    min-height: auto;
    top: 0;
  }
  a.logo_home, a.logo_home_alert {
    top: 31px;
    left: auto;
    position: relative;
    max-width: none;
  }
  a.logo_home img, a.logo_home_alert img {
    position: relative;
  }
  a.logo_home img.logo, a.logo_home_alert img.logo {
    display: none !important;
  }
  a.logo_home img.logosymbol, a.logo_home_alert img.logosymbol {
    width: 17vw;
    display: block !important;
    margin: 0 auto;
  }
  form.webformStyle {
    margin: 1em 0;
  }
}
