@charset "utf-8";
/* CSS Document */

div.tempBanner {
    display: inline-block;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: starfall_blockregular, Helvetica, sans-serif;
    width: 100%;
}
.toggleBlurb {
    background: rgb(49,0,99);
    background: linear-gradient(56deg, rgba(49,0,99,1) 0%, rgba(88,1,150,1) 50%, rgba(49,0,99,1) 100%);
}
body {
    color: #ffffff;
    background-image: url(/h/_images/aic/homepage/index_bg_grades_45.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    background-position: top center;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000000;
}
body > img[style="visibility: hidden;"] {
    display: none;
}
@-webkit-keyframes rotation {
    from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    }
}
/*------------------------- CSS3 Update --------------------------------------*/
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/*----------- Planet Scene Below ------------------------------*/
.titleImage {
    margin-left: -15px;
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 159px;
}
#_space_container_ .planetpower {
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 864px;
    max-height: 864px;
    width: 100%;
}
.navBtn {
    margin: 0px;
    max-width: 12em;
    height: 100%;
}
#aicContainer {
    z-index: 1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: 0em;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
a {
    pointer-events: auto !important;
}
.topnav {
    font-family: VAGzStarBold;
    background-color: #000;
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: 0;
}
.topnav-content-container .links .spacer {
    background-color: #363691;
}
*:focus {
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    box-shadow: 0 0 0 2px black,   /* inner outline */ 0 0 0 5px white;   /* outer outline */
    border-radius: 6px;
}
div.tempBanner {
    font-size: 18px;
}
#motionToggle {
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-family: starfall_blockregular, Helvetica, sans-serif;
    font-size: 1em;
    -webkit-text-size-adjust: none;
    color: #efdbff;
    padding: 0px;
    margin: 0px;
}
div.tempBanner p.toggleBlurb {
    padding: 7px;
    margin: 0px;
    font-size: 1em;
    -webkit-text-size-adjust: none;
    color: #efdbff;
    font-family: starfall_blockregular, Helvetica, sans-serif;
}
div.tempBanner p.TMblurb {
    padding: 2px;
    margin: 0px;
    font-size: 11px;
    color: #9b62cd;
    background-color: rgb(26 0 46);
    font-family: starfall_blockregular, Helvetica, sans-serif;
}
#_space_container_.animated #planet_animation, #_space_container_.animated #planet_animation_retina {
    -webkit-animation: rotation 700s infinite linear;
}
#_space_container_.animated #cloud_animation {
    -webkit-animation: rotation 400s infinite linear;
}
#_space_container_.animated #overlay_animation, #_space_container_.animated #overlay_animation_retina {
    -webkit-animation: rotation 600s infinite linear reverse;
}
#_space_container_.animated.paused #planet_animation, #_space_container_.animated.paused #planet_animation_retina {
    animation-play-state: paused;
}
#_space_container_.animated.paused #cloud_animation {
    animation-play-state: paused;
}
#_space_container_.animated.paused #overlay_animation, #_space_container_.animated.paused #overlay_animation_retina {
    animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  #_space_container_.animated #planet_animation, #_space_container_.animated #planet_animation_retina {
      animation-play-state: paused;
  }
  #_space_container_.animated #cloud_animation {
      animation-play-state: paused;
  }
  #_space_container_.animated #overlay_animation, #_space_container_.animated #overlay_animation_retina {
      animation-play-state: paused;
  }
  #motionToggleContainer {
      display: none !important;
  }
  .btnBox:hover {
      transform: none !important;
  }
}
#_space_container_ {
    position: relative;
    z-index: -1;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0);
    overflow: visible;
    height: calc(100vh - 65px);
    margin-top: -28em;
}
/* ---------------------------- */
.grid-container {
    display: grid;
    grid-template-columns: 1fr; /* default: one column */
    grid-template-rows: auto auto auto;
    gap: 0px;
    padding: 0px;
    margin: 0px
}
.grid-header {
    padding: 0px;
    text-align: center;
}
.grid-left, .grid-right {
    padding: 5px;
    text-align: center;
}
/* Responsive layout: 2 columns on wider screens */
@media (min-width: 600px) {
  .grid-container {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
  }
  .grid-header {
      grid-column: 1 / 3; /* span both columns */
  }
  .grid-left, .grid-right {
      padding: 0px;
      margin-top: -1em;
  }
  .grid-left {
      text-align: right;
      margin-right: 10px;
  }
  .grid-right {
      text-align: left;
      margin-left: 10px;
  }
}
@media all and (orientation:landscape) {
  #motionToggleContainer {
      display: inline;
  }
}
@media all and (orientation:portrait) {
  #_space_container_, #motionToggleContainer {
      display: none !important;
  }
  .topnav {
      top: 0;
      position: absolute;
  }
  main {
      position: relative !important;
  }
  #motionToggleContainer {
      display: none;
  }
  footer {
      margin-top: 5em;
  }
}
@media all and (max-width: 1000px) {
  #_space_container_, #motionToggleContainer {
      display: none !important;
  }
  footer {
      position: relative;
      margin-top: 8em;
  }
  body {
      overflow-y: scroll;
  }
  #aicContainer {
      margin-top: 4em;
  }
}
@media all and (orientation:landscape) and (min-height: 801px) {
    body{
        overflow: hidden;
    }    
}

main {
    height: 100%;
    overflow: visible;
}
.btnBox {
    display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .btnBox:hover {
      transform: scale(1.1);
  }
}
.btnBox {
    transition: transform 0.3s;
    display: inline-block !important;
    position: relative;
}
.navBtn{
    display:inline-block;
    width: 100%;
}