@font-face {
    font-family: 'furoreregular';
    src: url(../../../assets/font/Furore-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #000;
    background: #e0e4f1;
    font-family: 'Nunito Sans', sans-serif;
    font-size: large;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    padding: 0.5em 0;
}

a {
    color: #99388c;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    margin: 4em 0;
    height: 1px;
    border-top: none;
    opacity: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 11%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 89%, rgba(0, 0, 0, 0) 100%);
}

blockquote {
    float: right;
    width: 40%;
    margin-left: 1.5em;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.4;
    display: block;
    background: linear-gradient(to bottom, #5ab3df 0%, #a46ad8 100%);
    background-clip: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ------------------------ md ----------------------- */
@media (max-width: 767.98px) {
  blockquote {
    float: none;
    width: auto;
  }
}

blockquote cite {
  display: block;
  -webkit-text-fill-color: #333;
  font-style: normal;
  text-transform: none;
  font-size: 1rem;
}

blockquote cite:before {
  content: '— ';
}

iframe {
    border: 0;
    overflow: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
iframe:not([height]) {
  height: auto;
}

.mixOverlay {
    mix-blend-mode: overlay;
}

/*
    ------------------------------------------------------------------------------
    Content Page - Code Blocks
    ------------------------------------------------------------------------------
*/

.token.operator {
    /* Override the weird Prism default */
    background: none !important;
}

code,
pre {
    font-size: 0.875em !important;
}

pre {
    overflow-x: auto;
    line-height: 0.5em !important;
    border-radius: 4px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
    margin: 2em 0 !important;
}

/* ------------------------ xs ----------------------- */
@media (max-width: 575.98px) {
    pre {
        max-width: 479px !important;
    }
}

/* ------------------------ sm ----------------------- */
@media (min-width: 576px) and (max-width: 767.98px) {
    pre {
        max-width: 516px !important;
    }
}

/* ------------------------ md ----------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {
    pre {
        max-width: 696px !important;
    }
}

/* ------------------------ lg ----------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
    pre {
        max-width: 696px !important;
    }
}

/* ------------------------ xl ----------------------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    pre {
        max-width: 831px !important;
    }
}

/* ------------------------ xxl ----------------------- */
@media (min-width: 1400px) {
    pre {
        max-width: 966px !important;
    }
}

/*
    ------------------------------------------------------------------------------
    Slider Frame
    ------------------------------------------------------------------------------
*/

.framer {
    position: relative;
}

.framer .row {
    padding: 2em;
}

.framer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        url(../images/corner-top-left.png),
        url(../images/corner-top-middle.png),
        url(../images/corner-top-right.png),
        url(../images/corner-bottom-left.png),
        url(../images/corner-bottom-middle.png),
        url(../images/corner-bottom-right.png);
    background-position:
        top left,
        top center,
        top right,
        bottom left,
        bottom center,
        bottom right;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    filter: drop-shadow(3px 3px 6px rgba(182, 27, 242, 0.5)) drop-shadow(-3px -3px 6px rgba(0, 134, 255, 0.5));
}

/*
    ------------------------------------------------------------------------------
    News Page
    ------------------------------------------------------------------------------
*/

#partytime {
    width: 100%;
    height: 100%;
    display: none;
}

.content .news-page {
    padding-bottom: 9em;
}

.content .newsheader {
    width: 100%;
}

/*
    ------------------------------------------------------------------------------
    Shop
    ------------------------------------------------------------------------------
*/

#main-shop img {
    width: 100%;
    margin: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}

#main-shop img.nc {
    border: none;
    border-radius: 0;
    filter: none;
    margin: 0;
}

#main-shop .shopItem div.productShot img,
.shopItem div.productShot img {
    width: auto;
    margin: 0;
    border-radius: 6px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.shopItem div.productInfo>blockquote {
    float: none;
    width: 100%;
    margin-left: 0;
}

.shopItem div.productInfo>ul {
    margin-left: 0;
    padding-left: 0;
}

.shopItem hr {
    margin: 2em 0;
}

.shopItem div.productInfo .productBuy {
    background-color: #0d004c;
    background: linear-gradient(to bottom, #0d004c 0%, #003471 100%);
    border: #00aeef solid 2px;
    border-radius: 6px;
    color: white;
    padding: 0.3em;
}

.shopItem div.productInfo .productBuy:Hover {
    border-color: #efe700;
}

.shopItem div.productInfo .productBuy .gumroadBuyNow {
    background-image: url(../images/gumroad.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 2em;
}

.shopItem div.productInfo .productBuy .gumroadBuyNow:Hover {
    text-decoration: underline;
}

.shopItem div.productInfo .productBuy .priceAndDiscount {
    font-weight: bold;
    padding-right: 1em;
}

.shopItem div.productInfo .productBuy .priceAndDiscount .discount {
    font-weight: normal;
    font-size: 0.8em;
    margin-left: 0.5em;
    color: rgba(255, 255, 255, 0.8);
}

/*
    ------------------------------------------------------------------------------
    Download Home
    ------------------------------------------------------------------------------
*/

#main-download {
    background-image: url(../images/download-ship-road.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}

#main-download .bg-spacer {
  min-height: 30vw;
}

@media screen and (max-width: 912px) {
    #main-download {
        background-size: contain;
    }
}

#main-download .download-runner img {
    width: 100%;
    aspect-ratio: 278 / 369;
    border: none;
    max-width: 278px;
    max-height: 369px;
}

#main-download .download-block-left {
    width: 60%;
}

#main-download .download-number {
    font-size: 3.0em;
    font-weight: bold;
    color: #99388c;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    margin-right: 0.5em;
}

#main-download .download-block h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 0.8em;
}

#main-download .download-block p {
    margin: 1em 0;
}

#main-download .download-block {
    padding: 2em 0;
}

/*
    ------------------------------------------------------------------------------
    News List (wrap the cards in a <div class="news-list w-75">
    ------------------------------------------------------------------------------
*/

.news-list {
  max-width: 800px;
}


.news-list .card {
    background-color: #f0f2f8;
    background: linear-gradient(to bottom, #f0f2f8 0%, #cfd4e1 100%);
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
    margin-bottom: 1.5em;
}

.news-list .card h5 {
    padding: 0;
    margin: 0;
}

.news-list .card p {
    font-size: 1em;
    line-height: 1.2em;
    padding: 0;
}

.news-list .card .thumbnail .thumbwrap {
    width: 100%;
    aspect-ratio: 16/9;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(16px) saturate(2);
}

.news-list .card .thumbnail img {
    min-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.news-list .card .card-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.news-list .card .card-body .news-badge a {
    color: #000;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.news-list .card .card-body .news-badge {
    position: absolute;
    text-align: center;
    width: 80px;
    right: -1px;
    top: 0;
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: 1px solid rgba(170, 175, 185, 0.5);
    border-left: 1px solid rgba(170, 175, 185, 0.5);
    /* top-left | top-right | bottom-right | bottom-left */
    border-radius: 0 6px 0 6px;
}

.news-list .card .card-body .badge-news {
    background-color: #6bceee;
    background: linear-gradient(to bottom, #6bceee 0%, #40bee7 100%);
}

.news-list .card .card-body .badge-tutorial {
    background-color: #f5d55f;
    background: linear-gradient(to bottom, #f5d55f 0%, #ebbd15 100%);
}

.news-list .card .card-body .badge-game {
    background-color: #90ee6b;
    background: linear-gradient(to bottom, #90ee6b 0%, #73e740 100%);
}

.news-list .card .card-body .badge-video {
    background-color: #f26667;
    background: linear-gradient(to bottom, #f26667 0%, #ec5151 100%);
}

/*
    ------------------------------------------------------------------------------
    Pagination (max of 5 items + prev & next) fits on xs display
    ------------------------------------------------------------------------------
*/

.content .contentpager div {
    text-align: center;
    width: 60px;
    height: 70px;
}

.content .contentpager div a {
    color: #000;
}

.content .contentpager div a:hover {
    text-decoration: underline;
}

.content .contentpager div.page-current {
    background-image: url(../images/pagination-current.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.content .contentpager div a,
.content .contentpager div.page-current,
.content .contentpager div.page-ellipsis {
    line-height: 70px;
    font-size: 1.1em;
}

.content .contentpager div.page-inactive {
    opacity: 0.25;
    mix-blend-mode: hard-light;
}

/*
    ------------------------------------------------------------------------------
    Top Nav
    ------------------------------------------------------------------------------
*/

.pagenav {
    height: 50px;
    min-width: 280px;
}

.topnav {
    height: 50px;
    background-image: url(../images/nav-bg.png);
    background-repeat: repeat-x;
}

.topnavlogo {
    width: 268px;
    height: 50px;
    max-width: 268px;
    max-height: 50px;
    background-image: url(../images/nav-middle-blank.png);
    background-repeat: no-repeat;
}

.topnavlogo #topnavglow {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: logoGlow;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes logoGlow {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.1;
    }
}

.topnavlogo img {
    max-width: 268px;
    max-height: 50px;
    margin-top: 6px;
    margin-left: 50px;
}

.topnav a,
.topnav .btn-link {
    color: #fff;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 48px;
    text-decoration: none;
    text-shadow: 0px 2px 0 #000;
    padding: 5px 0;
}
.topnav .btn-link {
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  line-height: normal;
  padding: 5px 1rem;
}

.topnav a:hover,
.topnav .btn-link:hover {
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -16px;
    background-image: url(../images/lazers.gif);
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -2px 2px -2px #c9c9c9;
}

.topnav-hovered {
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -16px;
    background-image: url(../images/lazers.gif);
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -2px 2px -2px #c9c9c9;
}

.topnav a.active {
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -2px 2px -2px #c9c9c9;
}

/* ------------------------ xs (top nav icons) ----------------------- */
@media (max-width: 575.98px) {
    .topnav a.dropdown-toggle {
        font-size: 0.8em;
    }
}

/* ------------------------ sm ----------------------- */
@media (min-width: 576px) and (max-width: 767.98px) {
    .topnav a.dropdown-toggle {
        font-size: 0.55em;
    }
}

/*
    ------------------------------------------------------------------------------
    Drop Navs
    ------------------------------------------------------------------------------
*/

.topnav .dropnav-wrapper {
    display: none;
    position: absolute;
    width: 16em;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
}

.topnav .dropnav-socket {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    aspect-ratio: 44 / 90;
    width: 44px;
    height: 90px;
    z-index: 1010;
}

.topnav .dropnav-socket-left {
    background-image: url(../images/dropnav-socket-left.png);
    left: -24px;
}

.topnav .dropnav-socket-right {
    background-image: url(../images/dropnav-socket-right.png);
    right: -24px;
}

.topnav .dropnav .droplinks {
    margin-top: 16px;
    background: rgba(15, 124, 148, 0.60);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid rgba(31, 200, 237, 0.9);
}

/*
    ------------------------------------------------------------------------------
    Drop Navs
    ------------------------------------------------------------------------------
*/

.topnav .droplinks {
    text-align: left;
    justify-content: space-between;
}

.topnav .droplinks > div {
    position: relative;
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    flex-grow: 1;
    padding: 4px 0 4px 1.0em;
}

.topnav .droplinks > div:first-child {
    padding-top: 8px;
    border-top-left-radius: 16px;
}

.topnav .droplinks > div:last-child {
    border-bottom: none;
    border-bottom-left-radius: 16px;
    padding-bottom: 8px;
}

.topnav .droplinks > div:hover {
    /* background: rgba(15, 124, 148, 0.20); */
    background: radial-gradient(circle at 50% -100%, rgba(255, 255, 255, 0.8) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
}

.topnav .droplinks > div > a {
    font-size: 0.7em;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    padding: 0;
    line-height: 2.0em;
    font-weight: normal;
}

.topnav .droplinks > div > a > i {
    font-size: 1.6em;
    margin-right: 0.5em;
    text-shadow: 4px 4px 8px rgba(27, 127, 242, 0.4), 4px -4px 8px rgba(27, 199, 242, 0.4), -4px 4px 8px rgba(27, 156, 242, 0.4), -4px -4px 8px rgba(27, 145, 242, 0.4), 0 0 20px rgba(0, 134, 255, 0.75);
}

.topnav .droplinks > div > a:hover {
    background: none;
    border-radius: 0;
    box-shadow: none;
}

/*
    ------------------------------------------------------------------------------
    Capture Page
    ------------------------------------------------------------------------------
*/

.content #cybr {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-image: url(/images/cybr-no-desk.png);
}

.content .capture-page {
  margin-top: 3em;
  margin-right: 3em;
  font-size: 1em;
  font-family: 'CommitMono';
  font-variation-settings: 'wght' 700, 'wdth' 125;
  color: rgba(255, 169, 44, 0.9);
  align-items: center;
}

.content .capture-page p {
  max-width: 60%;
}

.content .capture-page h2 {
  font-size: 2em;
  font-variation-settings: 'wght' 700, 'wdth' 150;
  color: rgba(255, 169, 44, 0.9);
  background: linear-gradient(to bottom, #b66311 0%, rgb(255, 169, 44) 40%, #ffa92c 60%, #b66311 100%);
  background-clip: content-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 6px rgba(255,169,44,0.8);
}

.content .capture-page a {
  font-size: 2em;
  font-variation-settings: 'wght' 700, 'wdth' 150;
  color: rgba(255, 169, 44, 0.9);
  background-color: transparent;
  border: 1px solid rgba(255, 169, 44, 0.5);
  border-radius: 8px;
  text-shadow: none;
  padding: 0 2em;
}

.content .capture-page a:hover {
  background-color: transparent;
  color: rgba(0, 255, 0, 0.9);
  border: 1px solid rgba(0, 255, 0, 0.9);
  border-radius: 8px;
}

/* ------------------------ xs ----------------------- */
@media (max-width: 562px) {
  .content #cybr {
      background: #26121e;
      padding: 1rem;
      border-radius: 20px;
      min-height: auto;
      aspect-ratio: 9 / 16;
  }
  .content .capture-page {
    margin-top: 0;
  }
}

/* ------------------------ sm ----------------------- */
@media (max-width: 767.98px) {
  .content #cybr {
      background-position-x: 50%;
      background-size: 150%;
  }
  .content .capture-page {
    margin-right: 0;
  }
  .content .capture-page p {
      font-size: 0.8em;
      max-width: 100%;
  }

  .content .capture-page a {
      font-size: 1.5em;
  }
  .content .capture-page a,
  .content .capture-page a:hover {
      background-color: #26121e;
  }
}

/* ------------------------ md ----------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {
  .content #cybr {
      background-position-x: 40%;
      background-size: 120%;
  }

  .content .capture-page p {
      font-size: 0.8em;
      max-width: 90%;
  }
}

/* ------------------------ lg ----------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .content #cybr {
      background-position-x: 40%;
      background-size: 110%;
  }
}

/*
    ------------------------------------------------------------------------------
    PC Page
    ------------------------------------------------------------------------------
*/

@font-face {
    font-family: 'CommitMono';
    src: url('../../../assets/font/CommitMono-VariableFont.woff2') format('woff2'),
        url('../../../assets/font/CommitMono-VariableFont.ttf') format('truetype');
}

@font-face {
    font-family: 'VDU';
    src: url(../../../assets/font/PxPlus_IBM_VGA8.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DOS';
    src: url(../../../assets/font/dos437.ttf);
    font-weight: normal;
    font-style: normal;
}

.content #main-user {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position-y: 32px;
    background-position-x: 40%;
    background-size: 120%;
}

.content .cyba-page {
    /* border: 1px solid red; */
    width: 70%;
    margin-top: 8%;
    text-align: left;
    font-size: 1em;
    font-family: 'CommitMono';
    font-variation-settings: 'wght' 700, 'wdth' 125;
    color: rgba(255, 169, 44, 0.9);
    background: linear-gradient(to bottom, #b66311 0%, rgb(255, 169, 44) 40%, #ffa92c 60%, #b66311 100%);
    background-clip: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 6px rgba(255, 169, 44, 0.8);
}

.content .cyba-page input {
    background-color: transparent;
    border: 1px solid rgba(255, 169, 44, 0.5);
    border-radius: 8px;
}

.content .cyba-page input:focus {
    background-color: transparent;
    border: 1px solid rgba(255, 169, 44, 1.0);
    border-radius: 8px;
}

.content .cyba-page h2 {
    font-size: 2em;
    font-variation-settings: 'wght' 700, 'wdth' 150;
    color: rgba(255, 169, 44, 0.9);
    background: linear-gradient(to bottom, #b66311 0%, rgb(255, 169, 44) 40%, #ffa92c 60%, #b66311 100%);
    background-clip: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 6px rgba(255, 169, 44, 0.8);
}

.content .cyba-page a {
    position: relative;
    color: rgba(0, 255, 0, 0.9);
    background: linear-gradient(to bottom, #008800 0%, #00ff00 40%, #00ff00 60%, #008800 100%);
    background-clip: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 6px rgba(0, 250, 0, 0.8);
}

.content .cyba-page a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: yellow;
    visibility: hidden;
}

.content .cyba-page a:hover::before {
    visibility: visible;
}

.content .cyba-page pre {
    padding: 0;
    margin: 0 !important;
    line-height: 0.9em !important;
    font-family: 'VDU';
    color: rgba(0, 255, 0, 0.9);
    background: linear-gradient(to bottom, #008800 0%, #00ff00 40%, #00ff00 60%, #008800 100%);
    background-clip: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 6px rgba(0, 250, 0, 0.8);
    white-space: pre;
    overflow: visible;
    border-radius: unset;
    filter: unset;


}

.content .cyba-page .container {
    /* background-color: rgba(0, 0, 0, 0.8);
    background-image: url(/anims/vdutext/crt.png);
    background-repeat: repeat; */
}

.content .cyba-header {
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: top; */
}

.content .cyba-page {
    /* padding-bottom: 9em; */
}


/* Make these media queries when finished */

.content {
    background-image: url(../images/header-galaxy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.content #main-user {
    background-image: url(../images/cybr1-tiny.png);
}

/* ------------------------ xs, sm ----------------------- */
@media (max-width: 767.98px) {
    .content #main-user {
        background-position-y: 16px;
        background-position-x: 50%;
        background-size: 160%;
    }
}

/* ------------------------ md ----------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {
    .content #main-user {
        background-position-y: 16px;
        background-position-x: 50%;
        background-size: 160%;
    }
}

/* ------------------------ lg ----------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .content #main-user {
        background-position-y: 16px;
        background-position-x: 50%;
        background-size: 140%;
    }
}

/* ------------------------ xl ----------------------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .content #main-user {
        background-position-y: 32px;
        background-position-x: 48%;
        background-size: 124%;
    }
}

/* ------------------------ xxl ----------------------- */
@media (min-width: 1400px) {
    .content #main-user {
        background-position-y: 32px;
        background-position-x: 40%;
        background-size: 120%;
    }
}


/*
    ------------------------------------------------------------------------------
    Content Page
    ------------------------------------------------------------------------------
*/

.content .root {
    min-height: 100vh;
    background-color: #e0e4f1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.content .home-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.content .content-page {
    padding-bottom: 9em;
}

/* ------------------------ xs, sm ----------------------- */
@media (max-width: 767.98px) {
    .content .home-header {
        background-image: url(../images/home-header-sm.jpg);
    }

    .content .root {
        background-image: url(../images/home-footer-sm.jpg);
    }
}

/* ------------------------ md ----------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {
    .content .home-header {
        background-image: url(../images/home-header-md.jpg);
    }

    .content .root {
        background-image: url(../images/home-footer-md.jpg);
    }
}

/* ------------------------ lg ----------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .content .home-header {
        background-image: url(../images/home-header-lg.jpg);
    }

    .content .root {
        background-image: url(../images/home-footer-lg.jpg);
    }
}

/* ------------------------ xl ----------------------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .content .home-header {
        background-image: url(../images/home-header-xl.jpg);
    }

    .content .root {
        background-image: url(../images/home-footer-xl.jpg);
    }
}

/* ------------------------ xxl ----------------------- */
@media (min-width: 1400px) {
    .content .home-header {
        background-image: url(../images/home-header-xxl.jpg);
    }

    .content .root {
        background-image: url(../images/home-footer-xxl.jpg);
    }
}

.content-page .article .sponsor {
    background-color: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    font-size: 0.8em;
}

.content-page .learn table td img {
    width: fit-content;
    border: none;
    border-radius: 0;
    filter: none;
    margin: 0;
}

.content-page .learn table {
    width: 80%;
}

.content-page .article .sponsor img {
    width: fit-content;
    border: none;
    border-radius: 0;
    filter: none;
    margin: 0;
}

.content #header .title {
    z-index: 2;
    font-weight: 900;
    font-size: 3.0em;
    line-height: 0.9em;
    color: rgba(250, 250, 250, 1.0);
    /* text-shadow: 0 0.04em 0 rgba(0,0,0,0.5); */
    text-shadow:
        0 0.1em 2px rgba(0, 0, 0, 0.75),
        0 -2px 0 rgba(182, 27, 242, 0.9);
    padding: 1.2em 0;
    text-wrap: balance;
}

.content #header a {
    color: #fff;
    text-decoration: underline;
}

.content-page .timestamp {
    font-size: 0.8em;
}

/*
    ------------------------------------------------------------------------------
    Content Page - Table
    ------------------------------------------------------------------------------
*/

.content table {
    border: 1px solid #b6bcc5;
    margin: 2em 0;
}

.content table thead {
    background-image: linear-gradient(#f2f4f8, #e5e9ed);
    color: #697281;
    text-shadow: 0 0.05em 0 rgba(255, 255, 255, 0.7);
}

.content table thead th {
    border-right: 1px solid rgba(105, 114, 129, 0.25);
}

.content table thead th:last-child {
    border-right: none;
}

.content table tbody th,
.content table tbody td {
    border-right: 1px solid rgba(105, 114, 129, 0.25);
}

.content table tbody tr:first-child {
    box-shadow: inset 0 5px 10px -3px #c9c9c9;
}

.content table tbody td:last-child {
    border-right: none;
}

.content table tbody tr {
    background-color: #f0f2f7;
}

.content table tbody tr:nth-child(even) {
    background-color: #fafbfc;
}

.content table td,
.content table th {
    padding: 0.5em;
    font-size: 0.9em;
}

/*
    ------------------------------------------------------------------------------
    Content Page - Button
    ------------------------------------------------------------------------------
*/

.content .silverButton {
    color: #000;
    text-decoration: none;
    background-image: url(../images/button-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.6em 1.8em;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #f9fcfc inset, 0 2px 4px 1px rgba(0, 0, 0, 0.24);
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 0 2px #fff, 0 -1px rgba(0, 0, 0, 0.2);
    margin: 1em 0;
}

.content .silverButton:hover,
.content .silverButton:hover i {
    color: #99388c;
    text-decoration: none;
}

.content .silverButton i {
    color: #000;
    text-shadow: 0 2px #fff, 0 -1px rgba(0, 0, 0, 0.2);
}

.content .article .article-body p:last-of-type {
    margin-top: 2em !important;
}

.content #mobileMenuButton {
    padding: 1em 0.4em;
    margin: 0;
}

/*
    ------------------------------------------------------------------------------
    Content Page - Smaller Button
    ------------------------------------------------------------------------------
*/

.content .silverButton.smallSilverButton {
    padding: 0.2em 0.8em;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    box-shadow: 0 1px 0 0 #f9fcfc inset, 0 1px 2px 1px rgba(0, 0, 0, 0.24);
}

.content .silverButton.xsmallSilverButton {
    padding: 0 0.6em;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    box-shadow: 0 1px 0 0 #f9fcfc inset, 0 1px 2px 1px rgba(0, 0, 0, 0.24);
}

/*
    ------------------------------------------------------------------------------
    Download Page - Download Buttons
    ------------------------------------------------------------------------------
*/

.content .download-buttons {
    padding: 1em;
}

.content .download-buttons .silverButton {
    margin: 0 1em;
    font-size: 0.8em;
}

.content .download-buttons i {
    margin-right: 0.5em;
}

/*
    ------------------------------------------------------------------------------
    Tutorial / Learn Content Pages
    ------------------------------------------------------------------------------
*/

.content-page .learn img,
.content-page .article img {
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}

.content-page .learn img.nc,
.content-page .learn img.nc {
    border: none;
    border-radius: 0;
    filter: none;
    margin: 0;
}

.learn-item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 4px;
  background: #f0f2f8;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(166, 168, 178, 0.5);
  -webkit-box-shadow: 0 0 2px 2px rgba(166, 168, 178, 0.5);
  margin: 40px 40px 20px 0px;
  width: 340px;
}

.learn-item img {
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.learn-item p {
  margin: 16px 16px 16px;
  font-size: 0.9em;
  line-height: 1.25em;
  text-align: left;
}

.learn-item-title {
  /*font: 20px/25px "freight-sans-pro", Arial, Helvetica, sans-serif;*/
  text-shadow: 0px 1px 1px rgba(255,255,255,1);
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 16px 16px 0 16px;
}


/*
    ------------------------------------------------------------------------------
    Content Page - List
    ------------------------------------------------------------------------------
*/

.content ul li {
    list-style: none;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 14px;
    padding: 3px 0 3px 24px;
}

.content ul li>p,
.content .article .article-body ul li>p:last-of-type {
    margin-top: 0 !important;
  margin: 0 !important;
}

/*
    ------------------------------------------------------------------------------
    Side Nav
    ------------------------------------------------------------------------------
*/

.sidenav {
    z-index: 100;
}

.sidenav h2 {
    font-size: 1.0em;
    text-transform: uppercase;
    color: #666666;
    padding: 0.5em 0;
    margin: 0;
}

.sidenav .nav {
    padding-bottom: 1em;
}

.sidenav nav ul {
  padding-bottom: 2rem;
  padding-left: 0;
}

.sidenav nav li {
  background: none;
}

.sidenav .nav-link:hover:after,
.sidenav .nav-link.active:after {
    content: '';
    position: absolute;
    right: 20px;
    z-index: 100;
    width: 386px;
    height: 50px;
    background-image: url(../images/sidenav-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.sidenav .nav-link {
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 0.8em;
    color: #666666;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

.sidenav .nav-link:hover {
    text-decoration: none;
    color: #111;
}

.sidenav .nav-link.active {
    color: #000;
    font-weight: bold;
}

/* ------------------------ lg ----------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sidenav a.nav-link {
        font-size: 0.7em;
    }
}

/*
    ------------------------------------------------------------------------------
    Playground
    ------------------------------------------------------------------------------
*/

.content .playroot {
    background-image: url(../images/header-galaxy.jpg);
    background-repeat: repeat-y;
    background-size: cover;
}

.content #main-playground .playedit {
    min-height: 80vh;
}

.content .playroot #editor {
    height: 100%;
}

#main-playground a {
    color: #fff;
    text-decoration: none;
}

#main-playground a:hover,
#main-playground .icons a:hover {
    text-decoration: underline;
}

#main-playground .icons div {
    font-size: 1.0em;
}

#main-playground .icons div:first-child {
    padding: 1em 0 0 0;
}

#main-playground .icons div:nth-child(even) {
    padding: 1em 1.4em 0 1.4em;
}

#main-playground .icons div:last-child {
    padding: 1em 0 0 0;
}

#main-playground .icons div i {
    font-size: 1.0em;
    padding-right: 0.5em;
    text-shadow: 4px 4px 8px rgba(182, 27, 242, 0.4), 4px -4px 8px rgba(182, 27, 242, 0.4), -4px 4px 8px rgba(182, 27, 242, 0.4), -4px -4px 8px rgba(182, 27, 242, 0.4), 0 0 20px rgba(0, 134, 255, 0.75);
}

#main-playground .icons div a {
    text-shadow: none
}


/*
    ------------------------------------------------------------------------------
    Home Page
    ------------------------------------------------------------------------------
*/

.content .homeroot {
    min-height: 100vh;
    background-color: #e0e4f1;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
}

/* ------------------------ xs, sm ----------------------- */
@media (max-width: 767.98px) {
    .content .homeroot {
        background-image: url(../images/home-header-sm.jpg), url(../images/home-footer-sm.jpg);
    }
}

/* ------------------------ md ----------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {
    .content .homeroot {
        background-image: url(../images/home-header-md.jpg), url(../images/home-footer-md.jpg);
    }
}

/* ------------------------ lg ----------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .content .homeroot {
        background-image: url(../images/home-header-lg.jpg), url(../images/home-footer-lg.jpg);
    }
}

/* ------------------------ xl ----------------------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .content .homeroot {
        background-image: url(../images/home-header-xl.jpg), url(../images/home-footer-xl.jpg);
    }
}

/* ------------------------ xxl ----------------------- */
@media (min-width: 1400px) {
    .content .homeroot {
        background-image: url(../images/home-header-xxl.jpg), url(../images/home-footer-xxl.jpg);
    }
}

.content .homeroot h1,
.content .homeroot .h1 {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    font: bold 55px/60px Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px rgba(182, 27, 242, 0.4), 1px -1px 2px rgba(182, 27, 242, 0.4), -1px 1px 2px rgba(182, 27, 242, 0.4), -1px -1px 2px rgba(182, 27, 242, 0.4), 0 0 20px rgba(0, 134, 255, 0.75);
}

@media (max-width: 495.98px) {
    .content .homeroot h1,
    .content .homeroot .h1 {
        font-size: 2rem;
    }
}

.content .homeroot .hero {
    padding-top: 40px;
}

.content .homeroot .title {
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 0 0.05em 0 rgba(0, 0, 0, 0.7);
    padding: 1.2em 0;
}

/* ------------------------ xs or sm ----------------------- */
@media (max-width: 767.98px) {
    .title {
        font-size: 2.0em;
        padding: 1.2em 0;
    }
}

.content-head {
    height: 40px;
    background-image: url(../images/content-top.png);
    background-repeat: repeat-x;
}

#header {
    overflow: hidden;
    color: #fff;
}

#header>div.container {
    min-height: 180px;
}

#header .strapline {
    text-shadow: 1px 1px 2px rgba(182, 27, 242, 0.4), 1px -1px 2px rgba(182, 27, 242, 0.4), -1px 1px 2px rgba(182, 27, 242, 0.4), -1px -1px 2px rgba(182, 27, 242, 0.4), 0 0 20px rgba(0, 134, 255, 0.75);
    transform: perspective(900px) rotateY(-20deg);
}

#header .strapline p {
    padding-left: 0;
}

#header .btn-area {
  position: relative;
}
#header .btn-area .ptag {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  position: absolute;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 13px 10px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #462c43;
  background: url(/images/sprite.png) no-repeat -380px 0;
  font: 14px / 21px Arial, Helvetica, sans-serif;
}

/*
    ------------------------------------------------------------------------------
    Features
    ------------------------------------------------------------------------------
*/
.features {
  margin-bottom: 55px;
}
.features h1 {
  color: #fff;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  font: bold 55px/60px Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 2px rgba(182, 27, 242, 0.4), 1px -1px 2px rgba(182, 27, 242, 0.4), -1px 1px 2px rgba(182, 27, 242, 0.4), -1px -1px 2px rgba(182, 27, 242, 0.4), 0 0 20px rgba(0, 134, 255, 0.75);
}
.features h1 .img,
.features h1 span {
  display: inline-block;
  vertical-align: middle;
}
.features h1 .img { margin: 3px 36px 0 -16px; }
.features .features-holder { overflow: hidden; }
.features .features-list:first-child { float: left; }
.features .features-list {
  padding: 0;
  color: #000;
  float: right;
  text-transform: uppercase;
  width: 24%;
  margin: 35px 0 0 0;
  text-shadow: 0px 2px 0px rgba(255,255,255,0.75);
  font-size: 15px;
  font-weight: bold;
  font-family: "freight-sans-pro", Arial, Helvetica, sans-serif;
  line-height: 18px;
}
.features .features-list li {
  background-image: none;
  margin: 22px 0 0;
  position: relative;
  padding: 0 0 0 79px;
  list-style: none outside;
}
.features .features-list li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.features .features-list li:first-child { margin: 0; }
.features .features-list:first-child li {
  text-align: right;
  padding: 0 79px 0 0;
}
.features .features-list li:has(.active):after {
  filter:invert(20%);
}
.features .features-list li:after {
  top: 50%;
  left: 0;
  z-index: 1;
  width: 59px;
  content: '';
  height: 2px;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.12) 7%, rgba(255,255,255,0.26) 14%, rgba(255,255,255,0.8) 37%, rgba(255,255,255,0.9) 42%, rgba(255,255,255,0.98) 47%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0.02)), color-stop(7%, rgba(255,255,255,0.12)), color-stop(14%, rgba(255,255,255,0.26)), color-stop(37%, rgba(255,255,255,0.8)), color-stop(42%, rgba(255,255,255,0.9)), color-stop(47%, rgba(255,255,255,0.98)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.12) 7%, rgba(255,255,255,0.26) 14%, rgba(255,255,255,0.8) 37%, rgba(255,255,255,0.9) 42%, rgba(255,255,255,0.98) 47%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.12) 7%, rgba(255,255,255,0.26) 14%, rgba(255,255,255,0.8) 37%, rgba(255,255,255,0.9) 42%, rgba(255,255,255,0.98) 47%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.12) 7%, rgba(255,255,255,0.26) 14%, rgba(255,255,255,0.8) 37%, rgba(255,255,255,0.9) 42%, rgba(255,255,255,0.98) 47%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.12) 7%, rgba(255,255,255,0.26) 14%, rgba(255,255,255,0.8) 37%, rgba(255,255,255,0.9) 42%, rgba(255,255,255,0.98) 47%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
}
.features .features-list:first-child li:after {
  left: auto;
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iOTMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.98) 53%, rgba(255,255,255,0.8) 64%, rgba(255,255,255,0.26) 86%, rgba(255,255,255,0.12) 93%, rgba(255,255,255,0.02) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(53%, rgba(255,255,255,0.98)), color-stop(64%, rgba(255,255,255,0.8)), color-stop(86%, rgba(255,255,255,0.26)), color-stop(93%, rgba(255,255,255,0.12)), color-stop(100%, rgba(255,255,255,0.02)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.98) 53%, rgba(255,255,255,0.8) 64%, rgba(255,255,255,0.26) 86%, rgba(255,255,255,0.12) 93%, rgba(255,255,255,0.02) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.98) 53%, rgba(255,255,255,0.8) 64%, rgba(255,255,255,0.26) 86%, rgba(255,255,255,0.12) 93%, rgba(255,255,255,0.02) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.98) 53%, rgba(255,255,255,0.8) 64%, rgba(255,255,255,0.26) 86%, rgba(255,255,255,0.12) 93%, rgba(255,255,255,0.02) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.98) 53%, rgba(255,255,255,0.8) 64%, rgba(255,255,255,0.26) 86%, rgba(255,255,255,0.12) 93%, rgba(255,255,255,0.02) 100%);
}
.features .img-area {
  float: left;
  margin: 3px -30px 0 -19px;
  width: 56%;
  position: relative;
}
.features .img-area .img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.features .caption {
  top: 50%;
  left: 50%;
  color: #000;
  display: none;
  background: #ffff00;
  position: absolute;
  font: 15px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 300px;
  max-height: 200px;
  margin: -100px 0 0 -180px;
}
.features .caption .box {
  overflow: hidden;
  width: 300px;
  max-height: 200px;
  padding: 12px 20px 18px;
  background: #fff;
  font-size: 15px;
  line-height: 18px;
}
.features .caption .title-normal {
  font-size: 1rem;
  display: block;
  margin: 0 -10px 10px 0;
  text-transform: uppercase;
}


/*
    ------------------------------------------------------------------------------
    Quick Start Guide
    ------------------------------------------------------------------------------
*/

.section-guide {
  max-width: 1180px;
  padding: 0 5px 49px;
  text-align: center;
  margin: 0 auto 28px;
}
.section-guide h1 { margin: 0 0 46px; }
.section-guide .guide-holder { margin: 0; }
.section-guide .guide-box {
  position: relative;
  margin: 0 0.7% 10px 0.3%;
}
.section-guide .guide-box:before {
  top: 50%;
  right: 100%;
  width: 15px;
  content: '';
  height: 20px;
  margin: 4px 0 0;
  position: absolute;
  background: url(/images/sprite.png) no-repeat 0 -140px;
}
.section-guide .guide-box:first-child:before { display: none; }
.section-guide .box {
  text-align: left;
  position: relative;
  border-radius: 5px;
  background: #e8ebf5;
  border: #e4e8f3 solid 1px;
  -webkit-border-radius: 5px;
  padding: 31px 8px 81px 16px;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.1) inset;
  font: 20px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.section-guide .step2 .box { padding: 31px 8px 132px 16px; }
.section-guide .img-holder {
  max-width: 170px;
  margin: 0 auto 22px;
}
.section-guide .img-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.section-guide .step2 .img-holder {
  max-width: 202px;
  margin-bottom: 30px;
}
.section-guide .step3 .img-holder {
  float: right;
  width: 94.2%;
  max-width: none;
  margin: -2px -10px 23px 0;
}
.section-guide .step3 h2 { clear: right; }
.section-guide h2 {
  margin: 0 0 4px;
  word-break: break-all;
  text-transform: uppercase;
  font: bold 40px/44px "Trebuchet MS", Arial, Helvetica, sans-serif
}
.section-guide .number {
  color: #99388c;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
.section-guide p { margin: 0 0 10px; }
.section-guide .btn-more.add { bottom: 80px; }
.section-guide .step2 .btn-more { left: 23px; }
.section-guide .btn-more {
  left: 20px;
  right: 20px;
  bottom: 24px;
  position: absolute;
}
.btn-more {
  color: #000;
  z-index: 2;
  position: relative;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px 0 #fff;
  box-shadow: 0 1px 0 0 #d8f4ff inset, 0 3px 5px 1px rgba(0,0,0,0.5);
  font: bold 20px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 1px 0 0 #d8f4ff inset, 0 3px 5px 1px rgba(0,0,0,0.5);
  background: #d8f4ff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZjRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjYjFlOWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwZWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #d8f4ff 0%, #b1e9fe 3%, #c0eeff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8f4ff), color-stop(3%, #b1e9fe), color-stop(100%, #c0eeff));
  background: -webkit-linear-gradient(top, #d8f4ff 0%, #b1e9fe 3%, #c0eeff 100%);
  background: -o-linear-gradient(top, #d8f4ff 0%, #b1e9fe 3%, #c0eeff 100%);
  background: -ms-linear-gradient(top, #d8f4ff 0%, #b1e9fe 3%, #c0eeff 100%);
  background: linear-gradient(to bottom, #d8f4ff 0%, #b1e9fe 3%, #c0eeff 100%);
}
.btn-more:hover span { text-decoration: underline; }
.btn-more span {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  -webkit-border-radius: 5px;
  padding: 6px 40px 6px 12px;
}
.btn-more span:before {
  right: 0;
  z-index: -1;
  left: 37px;
  content: '';
  width: 500px;
  height: 65px;
  bottom: -35px;
  position: absolute;
  background: #a7ddf8;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.btn-more.forum:after,
.btn-more.github:after {
  top: 50%;
  z-index: 2;
  right: 11px;
  width: 25px;
  content: '';
  height: 27px;
  float: right;
  margin: -13px 0 0;
  position: absolute;
  background: url(/images/sprite.png) no-repeat 0 -100px;
}
.btn-more.forum:after {
  right: 10px;
  background-position: -90px -100px;
}
.section-guide .guide-box.step2 .btn-more span { padding: 6px 10px 6px 70px; }
.section-guide .guide-box.step2 .btn-more .icon-javascript,
.section-guide .guide-box.step2 .btn-more .icon-script {
  top: -9px;
  left: 14px;
  padding: 0;
  z-index: 5;
  position: absolute;
}
.icon-ball,
.icon-javascript,
.icon-script {
  width: 40px;
  height: 43px;
  overflow: hidden;
  vertical-align: top;
  text-indent: -9999px;
  display: inline-block;
  background: url(/images/sprite.png) no-repeat -40px -100px;
}
.icon-script.large {
  width: 69px;
  height: 60px;
  background-position: -280px -250px;
}
.icon-javascript {
  width: 42px;
  height: 36px;
  background-position: -450px 0;
}
.icon-javascript.large {
  width: 60px;
  height: 64px;
  background-position: -360px -250px;
}
.icon-ball {
  width: 67px;
  height: 69px;
  background-position: -430px -250px;
}

/*
    ------------------------------------------------------------------------------
    Featured Games
    ------------------------------------------------------------------------------
*/

.games-area {
  overflow: hidden;
  padding: 0 5px 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.content .games-area .h1 {
  z-index: 1;
  font-size: 31px;
  margin: 0 0 24px;
  line-height: 34px;
  position: relative;
}
.games-area .border {
  height: auto;
  display: block;
  max-width: 1138px;
  margin: 0 auto -24px;
  max-width: 100%;
  border: 0 none !important;
}
.games-area .border.bottom { margin: -26px auto 0; }
.slideshow {
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  padding: 0 52px 0 64px;
}
.slideshow .mask-holder { margin: 0 0 0 -20px; }
.slideshow .mask {
  margin: 0 auto;
  overflow: hidden;
  max-width: 999px;
  padding: 5px 0;
}
.slideshow .slideset {
  width: 9999px;
  float: left;
  scroll-snap-type: x mandatory;
}
.slideshow .slide {
  margin: 0 12px;
  width: 310px;
  scroll-snap-align: start;
  float: left;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  border: #bfc3ce solid 1px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
}
.slideshow .img-holder { margin: 0; }
.slideshow .img-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.slideshow .caption {
  font-size: 15px;
  line-height: 18px;
  padding: 8px 11px 9px;
}
.slideshow .title {
  display: block;
  margin: 0 0 -4px;
  text-transform: uppercase;
}
.slideshow .caption a.author-name,
.slideshow .caption a {
  color: #000;
  text-decoration: none;
}
.slideshow .caption a:hover { text-decoration: underline; }
.slideshow .btn-prev,
.slideshow .btn-next {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: -67px 0 0;
  position: absolute;
  text-indent: -9999px;
  background: url(/images/sprite.png) no-repeat -130px -90px;
}
.slideshow .btn-next {
  right: 2px;
  margin: -54px 0 0 0;
  left: auto;
  background-position: -200px -90px;
}
.featured-game {
  height: auto;
  padding: 0 0 70px;
  position: relative;
}
.featured-game .game-view {
  margin: 0 auto;
  /*max-width: 780px;*/
}
.featured-game .game-view iframe {
  display: block;
  margin:0 auto;
}
.featured-game .game-view.area2 { max-width: 800px; }
.featured-game .game-view.area3 { max-width: 1024px; }
.featured-game .game-view img {
  width: 100%;
  height: auto;
  vertical-align: top;
  box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.5);
}
.featured-game .controllers {
  left: 50%;
  bottom: 0;
  height: 50px;
  width: 1280px;
  position: absolute;
  margin: 0 0 0 -640px;
  background: url(/images/bg-controllers.png) no-repeat 50% 100%;
}
.featured-game .controllers:after,
.featured-game .controllers:before {
  bottom: 0;
  width: 100%;
  right: 100%;
  content: '';
  height: 10px;
  position: absolute;
  background: url(/images/bg-controllers-c.png) repeat-x;
}
.featured-game .controllers:after {
  left: 100%;
  right: auto;
}
.featured-game .controllers .holder {
  margin: 0 auto;
  overflow: hidden;
  max-width: 780px;
}
.featured-game .info {
  color: #fff;
  float: left;
  width: 305px;
  font-size: 11px;
  line-height: 14px;
  padding: 13px 0 19px;
}
.featured-game .info p {
  margin: 1px 0 0;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #444240;
}
.featured-game .info .sub-title {
  float: left;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  font-style: italic;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #293033;
}

.featured-game .buttons {
  float: right;
  width: 346px;
  margin: 0 -8px 0 0;
}

.featured-game .buttons li {
  float: left;
  margin: 0;
  list-style: none outside;
}
.featured-game .buttons li.btn-mute { margin: 0 0 0 -23px; }
.featured-game .buttons img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.btn-direction {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.btn-direction li {
  float: left;
  margin: 0 9px 0 0;
  list-style: none outside;
}
.btn-direction .btn-top,
.btn-direction .btn-botm,
.btn-direction .btn-left,
.btn-direction .btn-right {
  height: 11px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(/images/sprite.png);
}
.btn-direction .btn-botm,
.btn-direction .btn-top {
  width: 11px;
  background-position: -450px -50px;
}
.btn-direction .btn-botm { background-position: -470px -50px; }
.btn-direction .btn-left {
  width: 13px;
  background-position: -450px -70px;
}
.btn-direction .btn-right {
  width: 12px;
  background-position: -470px -70px;
}
.btn-direction .btn-space {
  color: #fff;
  padding: 0 5px;
  min-width: 53px;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  border: #fff solid 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #444240;
  transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  box-shadow: 0 0 1px 0 #3c3f42 inset, 0 0 1px 0 #3c3f42;
}
.btn-direction .btn-space:hover { text-decoration: underline; }

/*
    ------------------------------------------------------------------------------
    Footer
    ------------------------------------------------------------------------------
*/

#footer {
    padding-bottom: 2em;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

#footer p {
    font-size: 0.8em;
}

/* ------------------------ xs, sm, md ----------------------- */
@media (max-width: 991.98px) {
    #footer {
        padding-bottom: 1em;
    }
}

#footer img {
    width: initial;
    margin: 0;
    border: none;
    border-radius: none;
    filter: none;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover,
#footer .socials a:hover {
    text-decoration: underline;
}

#footer .socials div {
    margin-top: 1.5em;
    font-size: 1.2em;
}

#footer .socials div:first-child {
    padding: 1em 0 0 0;
}

#footer .socials div:nth-child(even) {
    padding: 1em 1.4em 0 1.4em;
}

#footer .socials div:last-child {
    padding: 1em 0 0 0;
}

#footer .socials div i {
    font-size: 1.8em;
    padding-right: 0.5em;
    text-shadow: 4px 4px 8px rgba(182, 27, 242, 0.4), 4px -4px 8px rgba(182, 27, 242, 0.4), -4px 4px 8px rgba(182, 27, 242, 0.4), -4px -4px 8px rgba(182, 27, 242, 0.4), 0 0 20px rgba(0, 134, 255, 0.75);
}

#footer .socials div a {
    text-shadow: none
}

/*
    ==============================================================================
    *** Page Headers ***
    ==============================================================================
*/

.content .header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.content .header-planet-top {
    background-image: url(../images/header-planet-top.jpg);
}

.content .header-galaxy {
    background-image: url(../images/header-galaxy.jpg);
    background-repeat: repeat-y;
}

.content .header-burst {
    background-image: url(../images/header-burst.jpg);
}

.content .header-starfield {
    background-image: url(../images/header-starfield.jpg);
}

.content .header-mountains {
    background-image: url(../images/header-mountains.jpg);
}

/*
    ==============================================================================
    *** Warning Box ***
    ==============================================================================
*/

.warning-box {
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 30px -20px;
  border: #e8ebf5 solid 1px;
  -webkit-border-radius: 5px;
  padding: 18px 10px 18px 20px;
  background: url(/images/bg-warning.png) #fbeeb2;
  box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1) inset;
}
.warning-box .title {
  display: block;
  margin: 0 0 10px;
  position: relative;
}

/*
    ==============================================================================
    *** Docs ***
    ==============================================================================
*/
#docs h2:first-child {
  margin-top: 0;
}

#docs h3.subsection-title {
  text-transform: none;
  font-size: 1.4em;
}

#docs h3, #docs h4 {
  text-transform: none;
}

#docs table tbody td {
  font-size: 0.8em;
}

#docs div.description {
  font-size: 0.8em;
}

#docs div.container-overview dt h4 {
  font-size: 0.8em;
  padding-top: 0;
  margin-top: 0;
}

#content #docs table.params code {
  background: transparent;
  border: none;
  padding: 0px;
}

#docs .tag-source {
  font-size: 0.7em;
}

#docs dl dt h4 {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}

#docs dl dd .description {
  font-size: 0.8em;
}

#docs dl dt {
  float: none;
  font-weight: normal;
}

/*
  ------------------------------------------------------------------
  Members / Properties
  ------------------------------------------------------------------
*/

#docs #members {
  border-top: 2px solid #b6bcc5;
  margin-top: 64px;
}

#docs #methods {
  border-top: 2px solid #b6bcc5;
  margin-top: 64px;
}

#docs #members dl {
  background-color: #f0f2f7;
  border-top: 1px solid #b6bcc5;
  border-left: 1px solid #b6bcc5;
  border-right: 1px solid #b6bcc5;
}

#docs #members dt {
  padding: 8px 0px 0px 8px;
}

#docs #members dd {
  padding: 0px 8px;
  border-bottom: 1px solid #b6bcc5;
}

#docs #members dl dd ul {
  font-size: 0.8em;
}

#docs #members dd div.description {
  padding: 8px 0px 0px 8px;
}

#docs #members dd dl.details {
  border: none;
}

#docs #members dd dl dt {
  padding: 0;
}

#docs #members dt h4 {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  text-shadow: none;
}

#docs #members dt .type-signature {
  color: #2c6f9a;
  font-weight: normal;
  font-size: 0.8em;
}

#docs #members dl.details dt.tag-source {
  font-size: 0.7em;
  margin: 10px 0px;
  padding: 8px;
  background-color: #b6bcc5;
}

#docs #members dl.details dt.tag-deprecated,
#docs #members dl.details dt.inherited-from,
#docs #members dl.details dt.tag-see {
  font-size: 0.7em;
  padding: 0px 8px;
  font-weight: bold;
}

#docs #members dl.details dd.tag-deprecated,
#docs #members dl.details dd.inherited-from,
#docs #members dl.details dd.tag-see {
  border: none;
}

#content #docs #members dl.details dd.tag-deprecated ul,
#content #docs #members dl.details dd.inherited-from ul,
#content #docs #members dl.details dd.tag-see ul {
  margin: 0;
  padding: 0;
}

#docs #members dd h5 {
  font-size: 0.7em;
  font-weight: bold;
  padding: 0px 8px;
  margin: 0px;
}

#content #docs #members dl dd ul {
  margin: 0;
  padding: 0 8px;
}

#content #docs #members dl dd ul li {
  margin: 0;
}

#docs #members dl.details dt.tag-default {
  font-size: 0.7em;
  padding: 0px 8px;
  font-weight: bold;
}

#docs #members dl.details dd.tag-default {
  border: none;
}

#content #docs #members dl.details dd.tag-default ul {
  margin: 0;
  padding: 0;
}


/*
  ------------------------------------------------------------------
  Methods
  ------------------------------------------------------------------
*/

#docs #methods dd {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #b6bcc5;
}

#docs #methods dd.tag-deprecated {
  border: none;
}

#docs #methods dl.details dt, #docs #methods dl.details dd {
  font-size: 0.8em;
}

#docs #methods dl.details dt.important {
  margin-top: 16px;
  font-size: 0.8em;
  font-weight: bold;
}

#docs #methods dl.details ul {
  margin: 0;
}

#docs #methods dl.details dd.tag-deprecated {
  padding-bottom: 0;
}

#docs #methods dd div.description {
  padding: 16px 0px 0px 0px;
}

#docs #methods dd h5 {
  padding: 30px 0px 10px 0px;
  margin: 0;
}

#docs #methods div.returns {
  font-size: 0.8em;
}

#docs #methods dd div.description p {
  margin: 0;
  padding: 0;
}

#docs #methods dl.details dt.tag-deprecated,
#docs #methods dl.details dt.inherited-from,
#docs #methods dl.details dt.tag-see {
  margin-top: 32px;
  font-weight: bold;
}

#docs #methods dl.details dd.tag-deprecated,
#docs #methods dl.details dd.inherited-from,
#docs #methods dl.details dd.tag-see {
  border: none;
}

#content #docs #methods dl dd.tag-deprecated,
#content #docs #methods dl dd.inherited-from,
#content #docs #methods dl dd.tag-see {
  margin-bottom: 0;
  padding-bottom: 0;
}

#content #docs #methods dl.details dd.tag-deprecated ul,
#content #docs #methods dl.details dd.inherited-from ul,
#content #docs #methods dl.details dd.tag-see ul {
  margin: 0;
  padding: 0;
}

/*
  ------------------------------------------------------------------
  Extends
  ------------------------------------------------------------------
*/

#docs #extends {
  padding-bottom: 32px;
}

#docs #extends li {
  font-size: 0.8em;
}

#docs #extends h3 {
  font-size: 0.9em;
}

/*
  ------------------------------------------------------------------
  Header / Search
  ------------------------------------------------------------------
*/

#docs header {
  display: none;
}

#topper #docsSearch input {
  border: 0;
  margin: 0;
  width: 100%;
  outline: none;
  color: #a3a3a3;
  font-size: 18px;
  line-height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/images/none.gif);
}

#topper #docsSearch {
  width: 300px;
  padding: 8px;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#topper #docsSearch:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#docs #membersQuickLinks,
#docs #methodsQuickLinks {
  font-size: 0.8em;
  margin-bottom: 32px;
}

#docs #membersQuickLinks a,
#docs #methodsQuickLinks a {
  color: #2c2c8c;
  margin: 6px;
  padding: 0 7px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-bottom: #c5cce4 solid 1px;
  font: 15px/26px monospace, "Lucida Console", Monaco;
  vertical-align: text-bottom;
}


/*
  ------------------------------------------------------------------
  Auth
  ------------------------------------------------------------------
*/

.auth {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.auth input {
  background: transparent;
  border: 1px solid rgba(255, 169, 44, 0.9);
  color: rgba(255, 169, 44, 0.9);
}

.auth .form-wrapper {
  width: 320px;
  max-width: 100%;
  margin: 4rem;
}

@media screen and (max-width: 768px) {
  .auth .form-wrapper {
    width: 100%;
    margin: 2rem 0;
  }
}

.auth .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auth .form-control:focus {
  border-color: rgba(255, 169, 44, 0.9);
  box-shadow: 0 0 0 0.25rem rgba(255, 169, 44, 0.25);
}

.auth .btn {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(255, 169, 44, 0.9);
  --bs-btn-hover-bg: transparent;
  --bs-btn-color: rgba(255, 169, 44, 0.9);
  --bs-btn-hover-color: #0f0;
  --bs-btn-hover-border-color: #0f0;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-color: #0f0;
  --bs-btn-active-border-color: #0f0;
  --bs-btn-focus-shadow-rgb: 255, 169, 44;
}

.auth .form-group {
  margin-bottom: 1rem;
}

.auth .form-wrapper form a {
  padding: .25rem .5rem;
  border: 0 none;
  font-size: 1rem;
  text-decoration: underline;
}

.auth .errors {
  color: #900;
}
.auth .errors .border {
  --bs-border-color: #900;
}
.auth .errors ul {
  padding: 0;
  margin-bottom: 0;
}

/*
    ------------------------------------------------------------------------------
    Newsletters
    ------------------------------------------------------------------------------
*/

.newsletter {
    max-width: 590px;
    background-color: white;
    font-size: 1rem;
    margin: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}

.newsletter img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    filter: none;
    margin: 0;
}

.newsletter p:first-child {
    margin: 0;
    padding: 0;
}

.newsletter p {
    margin: 0.5rem 1rem;
    padding: 0;
}

.newsletter h1, .newsletter h2, .newsletter h3, .newsletter h4 {
    font-size: 1.5rem;
    margin: 2rem 1rem 1rem 1rem;
    padding: 0;
}
