<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> html, body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

footer {
  padding: 30px 0;
}



/* nav row */


.nav-pinned{
  position:fixed !important;
  z-index:2;
  top:0;
  left:0;
  right:0;
}


/* offcanvas */
.row-offcanvas {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.sidebar-offcanvas {
  position: fixed;
  top:0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -ms-overflow-style: none;
}

div.sidebar-offcanvas ::-webkit-scrollbar{
  display: none;
}




div.sidebar-wrapper{
  overflow: hidden;
}

div.sidebar-inner{
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right:15px;
  background-color:#f6f9fb;
}
div.sidebar-content{
  width:99%;
}



.row-offcanvas-right {
  right: 0;
}

.row-offcanvas-left {
  left: 0;
}

.row-offcanvas-right
.sidebar-offcanvas {
  right: -33%; /* 6 columns */
}

.inactive .sidebar-offcanvas{
  opacity:0.0;
  right:-33%;
  visibility: hidden;
}

.sidebar-offcanvas {
  visibility: visible;
  position: absolute;
  top: 0;
  opacity: 1.0; /* 6 columns */
  width:33%;
}

.row-offcanvas-right.active {
  right: 33%; /* 6 columns */
}


/*============================*/
/* CUSTOM STYLES FOR SIDE NAV */
/*============================*/


input[type="search"]{
  padding:8px 17px;
  margin-bottom:2px;
  border:1px solid #e6e6e6;
  width:70%;
  height:46px;
  border-radius: 0px;
}
#searchbox{ 
  background: transparent;
  border-right:0;
}
button.searchboxbutton{
  font-family: 'ss-standard';
  font-size:20px;
  line-height:100%;
  background-color:#ffffff;
  border:1px solid #e6e6e6;
  border-left:0;
  height: 46px;
  color:#c7c7c7;
  vertical-align: top;
  padding:6px 9px 0px 9px;
}
.nav-pinned .list-group-item{
  padding-top:15px;
  padding-bottom:15px;
}

.nav-pinned a.closenav{
 padding:29px 10px;
 left:-34px;
}

button.searchboxbutton:hover{
  color:#000000;
}
button.searchbox-focused{
  border-color:#000000;
}

#searchbox:focus{
  border:1px solid #000000;
  border-right:0;
  outline: 0;
  background-color: #f3f3f3;
}

.list-group-item{
  padding:18px 0px 18px 23px;
  font-family:'Roboto Condensed', sans-serif;
  font-size:20px;
}

.list-group-item:first-child{
  border-top:0;
}

.list-group-item:first-child, .list-group-item:last-child{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

a.list-group-item:hover{
  background-color:#f3f3f3;
}

/* Dropdowns */

div.dropdown-group .list-group-item{
  padding-left:28px;
  background:transparent;
  border:0;
  border-right:1px solid #585858;
  color:#ffffff;
}

/* dropdown hexes */

div.dropdown-group .list-group-item span:before{
  font-family: 'icomoon';
  content:'\e606';
  font-size:8px;
  position: relative;
  top:-3px;
  padding-right:16px;
}

/* hex colors */

.tech-hex:before{
  color:#f38354;
}

.health-hex:before{
  color:#427dbd;
}

.earth-hex:before{
  color:#6dc255;
}

.space-hex:before{
  color:#8e4398;
}

.brain-hex:before{
 color:#b43475;
}

.arts-hex:before{
  color:#CD3A35;
}

.curiosity-hex:before{
  color:#a8a9a9;
}

.education-hex:before{
  color:#f0ac51;
}

div.dropdown-group .list-group-item:hover{
  background-color:rgba(255,255,255,0.2);
}

div.dropdown-group{
  background-color: #464646;
  border-top:1px solid #e6e6e6;
  -moz-box-shadow:    inset 10px 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 10px 0 10px rgba(0,0,0,0.4);
  box-shadow:         inset 10px 0 10px rgba(0,0,0,0.4);
}


/* Nav close x */

a.closenav{
  font-family: 'ss-standard';
  position: absolute;
  display: block;
  top:0;
  left:-30px;
  padding:32px 8px;
  background-color:#000000;
  color:#ffffff;
  z-index: 99;
}

a.closenav:hover{
  background-color: #6a6a6a;
  color:#f3f3f3;
}


/* Container After */

div.cover-right{
  position: fixed;
  z-index:9999;
  right:0;
  top:6px;
  height: 100%;
  background-color: #f6f9fb;
  opacity: 0;
  -webkit-transition: width 0.20s 0.05s ease-out;
  -o-transition: width 0.20s 0.05s ease-out;
  transition: all 0.20s 0.05s ease-out;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/*================================*/
/*          MEDIA QUERIES         */
/*================================*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


@media only screen and (max-width: 990px) {

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .inactive .sidebar-offcanvas{
    opacity:0.0;
    right:-50%;
    visibility: hidden;
  }

  .sidebar-offcanvas {
    width:50%;

  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }
  a.closenav{
    display: none !important;
  }
  div.sidebar-content{
    width:100%;
  }
  div.cover-right{
    width:0 !important;
  }

}

@media only screen and (max-width: 540px) {

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -60%; /* 6 columns */
  }

  .inactive .sidebar-offcanvas{
    right:-60%;
  }

  .sidebar-offcanvas {
    width:60%;

  }

  .row-offcanvas-right.active {
    right: 60%; /* 6 columns */
  }

}

@media only screen and (max-width: 414px) {

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -80%; /* 6 columns */
  }

  .inactive .sidebar-offcanvas{
    right:-80%;
  }

  .sidebar-offcanvas {
    width:80%;

  }

  .row-offcanvas-right.active {
    right: 80%; /* 6 columns */
  }

  .list-group-item{
    font-size:18px;
    padding:20px 0px 21px 24px;
  }
  div.dropdown-group .list-group-item{
    padding:20px 0px 21px 28px;
  }

}

@media only screen and (max-width: 360px) {
  .list-group-item{
    font-size:18px;
    padding:16px 0px 17px 22px;
  }
  div.dropdown-group .list-group-item{
    padding:16px 0px 17px 26px;
  }

}

@media only screen and (max-width: 320px) {
  .list-group-item{
    font-size:18px;
    padding:15px 0px 14px 20px;
  }
  div.dropdown-group .list-group-item{
    padding:15px 0px 14px 24px;
  }

}
</pre></body></html>