html.mobile-nav-active body.color-theme-custom #container:after {
  z-index: 8998; }

html.scrolled body.color-theme-custom #container:after {
  background-image: url(cnsa_logo_white.png); }

body.color-theme-custom #logo a .rgblogo {
  display: none; }

body.color-theme-custom #logo a .whitelogo {
  display: block; }

body.color-theme-custom.duel-pending #container:after, body.color-theme-custom.duel-test-mode #container:after {
  background-color: transparent;
  border: 0; }

body.color-theme-custom #container:after {
  position: fixed;
  top: 28px;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  pointer-events: none;
  text-align: center;
  z-index: 8999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  content: "";
  border: 0;
  padding: 0;
  background: transparent url(cnsa_logo.png) no-repeat 50% 50%;
  background-size: contain;
  width: 56px;
  height: 42px; }

@media only screen and (min-width: 481px) {
  body.color-theme-custom #container:after {
    left: 62%;
    width: 64px;
    height: 48px; } }

@media only screen and (min-width: 768px) {
  body.color-theme-custom #container:after {
    left: 50%;
    top: 38px;
    width: 68px;
    height: 51px; } }

@media only screen and (min-width: 1024px) {
  html.scrolled body.color-theme-custom #container:after {
    width: 68px;
    height: 51px;
    top: 38px;
    background-image: url(cnsa_logo_white.png); }
  body.color-theme-custom #container:after {
    top: 48px;
    width: 84px;
    height: 63px;
    -webkit-transition: width 375ms, height 375ms, top 375ms;
    -o-transition: width 375ms, height 375ms, top 375ms;
    transition: width 375ms, height 375ms, top 375ms; } }

@media only screen and (min-width: 1025px) {
  body.color-theme-custom #container:after {
    left: 42%; } }

@media only screen and (min-width: 1240px) {
  body.color-theme-custom #container:after {
    top: 68px;
    width: 100px;
    height: 75px; } }

@media only screen and (min-width: 1560px) {
  body.color-theme-custom #container:after {
    left: 50%; } }
