/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
/**********************
       CONSTANTS
***********************/
/*********************************
   OPERATIONS & COLOR FUNCTIONS
**********************************/
/*********************************
            MIXINS
**********************************/
/*********************************
            IMPORTS
**********************************/
/*
 * jQuery Dynatable plugin 0.3.1
 *
 * Copyright (c) 2014 Steve Schwartz (JangoSteve)
 *
 * Dual licensed under the AGPL and Proprietary licenses:
 *   http://www.dynatable.com/license/
 *
 * Date: Tue Jan 02 2014
 */
.dynatable-container {
  margin-bottom: 5em;
}
.dynatable-search {
  float: right;
  margin-bottom: 10px;
}
.dynatable-per-page {
  float: left;
  margin-bottom: 10px;
}
.dynatable-pagination-links {
  float: right;
  clear: both;
}
.dynatable-sort-header {
  background: none;
}
.dynatable-record-count {
  display: block;
  padding: 5px 0;
}
.dynatable-pagination-links span,
.dynatable-pagination-links li {
  display: inline-block;
}
.dynatable-page-link,
.dynatable-page-break {
  display: block;
  padding: 5px 7px;
}
.dynatable-page-link {
  cursor: pointer;
}
.dynatable-active-page,
.dynatable-disabled-page {
  cursor: text;
}
.dynatable-active-page:hover,
.dynatable-disabled-page:hover {
  text-decoration: none;
}
.dynatable-active-page {
  background: #000000;
  border-radius: 5px;
  color: #fff;
}
.dynatable-active-page:hover {
  color: #fff;
}
.dynatable-disabled-page,
.dynatable-disabled-page:hover {
  background: none;
  color: #999;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.footer {
  background-color: white;
  padding: 0.5rem 0.1rem;
  text-align: center;
  color: #fff;
  bottom: 0;
  width: 100%;
  font-family: "Roboto Mono", monospace;
}
.footer p,
.footer a {
  font-weight: 300;
  font-size: 1em;
  margin-top: 20px;
  color: #494949;
  font-family: "Roboto Mono", monospace;
}
.footer-links {
  list-style-type: none;
}
.footer-links li {
  margin-top: .5em;
}
i.logo#github {
  height: 32px !important;
  margin-top: 18px;
  margin-left: -2px;
  float: right;
}
i.logo#twitter {
  height: 28px !important;
  margin-top: 20px;
  float: right;
}
i.logo#fb {
  height: 28px !important;
  margin-top: 20px;
  float: right;
}
i.logo#medium {
  height: 28px !important;
  margin-top: 20px;
  float: right;
}
@media screen and (min-width: 425px) {
  i.logo {
    font-size: 1.4em;
    padding: 0 0 0.75rem 0.75rem;
  }
}
@media screen and (max-width: 425px) {
  i.logo {
    font-size: 1.0em;
    padding-right: .25rem;
  }
}
img.logo#illinois {
  height: 48px !important;
  margin-top: 7px;
  float: left;
}
#confetti {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  pointer-events: none;
  display: none;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.nav-loc a {
  color: #494949;
  font-family: "Roboto Mono", monospace;
  background: white;
  font-weight: normal;
}
.nav-loc:hover {
  color: #494949;
  font-family: "Roboto Mono", monospace;
}
#header-logo {
  transform: translateY(5%);
}
#title {
  margin-left: 0px;
  transform: translateY(65%);
}
#title-text {
  display: inline-block;
  transform: translateY(15%);
}
#subtitle {
  display: inline-block;
  transform: translate(75%, -55%);
  color: #494949;
  font-size: 1.1em;
}
#nav-home:hover {
  text-decoration: none;
}
.logo {
  display: inline-block;
  height: 56px;
  width: auto;
}
.top-bar {
  color: #494949 !important;
  background: white;
}
.top-bar ul {
  color: #494949 !important;
  background: white;
}
.top-bar-left {
  color: #494949 !important;
  background: white;
}
.top-bar-right {
  color: #494949 !important;
  background: white;
}
#nav-login {
  margin-top: 15px;
  padding-bottom: 15px;
}
#login {
  padding-bottom: 15px;
  transform: translateY(-15%);
}
#menu {
  background-color: white;
  padding-right: 7px;
}
#menu img {
  height: 30px;
  bottom: 10px;
}
#mobile-nav {
  display: none;
  z-index: 100;
  height: 100px;
  position: absolute;
  top: -75px;
  bottom: 0;
  right: 0px;
  width: 400px;
  padding-top: 100px;
  margin-left: -10px;
  padding-left: -10px;
  background-color: white;
}
#menu-close {
  float: right;
  background-color: white;
  padding-top: 0px;
  left: -10px;
}
#menu-close img {
  height: 30px;
  bottom: 10px;
}
.side-nav {
  list-style-type: none;
  margin-left: -10px;
}
.nav-loc-side {
  text-decoration: none;
  height: 55px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  #mobile-nav {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  #mobile-nav {
    margin: 0 auto;
  }
  #mobile-nav li a {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .html {
    max-width: 100%;
    overflow-x: hidden;
  }
  .mobile {
    display: inline;
    width: 100%;
  }
  .desktop {
    display: none;
  }
  #we-are {
    display: none;
  }
  .mobile-right {
    width: 50% !important;
  }
  #menu-container {
    float: right;
  }
  .mobile-left {
    width: 50% !important;
    float: left;
  }
  #mobile-nav {
    width: 100vw;
  }
}
.sh_output {
  border-style: solid;
  border-width: 5px;
  padding: 10px;
}
#terminal {
  color: #494949;
  font-size: 3.5em;
  font-family: "Roboto Mono", monospace;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.about {
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 100px;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.h-list {
  text-decoration: none;
  border: 1px solid #ccc;
  border-width: 1px 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 50%;
}
.h-list li {
  display: inline;
}
.h-list a {
  display: inline-block;
  padding: 10px;
}
.img-container {
  padding-top: 20px;
  padding-bottom: 40px;
  width: auto;
  height: auto;
  max-width: 30%;
  margin: 0 auto;
}
.title {
  text-align: center;
}
.conference-container {
  padding: 50px;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.credits-balance-header {
  display: inline;
  float: left;
  padding-top: 20px;
}
.credits-no-transactions {
  padding-top: 64px;
}
.gig-title {
  font-weight: bold;
  margin: 0px;
}
.gig-header h2 {
  display: inline;
}
.gig-details {
  padding-top: 16px;
}
.gig-credits {
  float: right;
}
.gig-card {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 16px;
  width: 24%;
  max-height: 500px;
}
.gig-card-container {
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.gig-button {
  display: inline;
  margin-left: 20px;
}
.gig-order-link {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
#head-img {
  background: url("../images/Z.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
  opacity: .65;
  -webkit-filter: grayscale(100%) brightness(65%) sepia(100%);
  width: 100%;
}
#main-feed {
  margin-top: 10px;
}
#main-feed::-webkit-scrollbar {
  display: none;
}
#welcome {
  opacity: 1;
  -webkit-filter: grayscale(0%) brightness(100%) sepia(0%);
}
#main-right {
  flex: 1;
  /* additionally, equal width */
  padding: 30px 30px ;
  margin-top: 25px;
}
#main-center {
  flex: 1;
  /* additionally, equal width */
  padding: 30px 30px ;
  margin-top: 25px;
}
#main-left {
  flex: 1;
  /* additionally, equal width */
  padding: 30px 30px ;
  margin-top: 25px;
}
#involvement > #main-left,
#involvement > #main-center,
#involvement > #main-right {
  padding: 30px 30px 30px 0px;
}
#events-container {
  overflow: hidden;
}
#events-title {
  margin-left: 5px;
  padding-left: 5px;
}
#events {
  margin-left: 5px;
  padding-left: 5px;
  overflow-y: auto;
}
#history {
  margin-bottom: 25px;
}
.event {
  padding: 0.5em 0;
}
.event h5 {
  margin: 0;
}
#events::-webkit-scrollbar {
  display: none;
}
#main-container {
  padding-right: 10px;
}
#home-container {
  padding: 50px;
  padding-top: 0px;
}
#term-padding {
  height: 10px;
}
.intranet-card {
  margin-top: 15px;
  margin-right: 40px;
  width: 28%;
  max-height: 500px;
  border-style: none;
}
@media only screen and (max-width: 768px) {
  .intranet-card {
    width: 100%;
  }
}
.intranet-card-container {
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.sigs {
  list-style-type: none;
}
.sigs li {
  text-decoration: none;
  display: inline-block;
  width: 250px;
}
.form-buffer {
  height: 50px;
}
.join_container {
  padding: 50px;
  padding-top: 0px;
}
.field-group {
  margin-bottom: 20px;
}
.control-group.row {
  margin: 0;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.login-form {
  position: relative;
}
#login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(10%);
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 100px;
}
.meme-title {
  font-weight: bold;
  margin: 0px;
}
.meme-header h2 {
  display: inline;
}
.meme-uploader {
  padding-right: 10px;
}
.meme-card {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: auto;
  width: 24%;
  max-height: 500px;
}
.meme-card-container {
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.meme-image {
  max-height: 300px;
  margin: 0 auto;
  display: block;
}
.meme-button {
  display: inline;
  margin-left: 20px;
}
.meme-order-link {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
}
.merch-card {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: auto;
  width: 10%;
  max-height: 500px;
}
.merch-card-container {
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.merch-image {
  max-height: 120px;
  margin: 0 auto;
  display: block;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
#resume-container {
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 100px;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.sigs-container {
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 100px;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
#sponsor-container {
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 100px;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.button {
  background: #494949;
  font-family: "Roboto Mono", monospace;
  vertical-align: middle;
  transform: translateY(15%);
  transition: all 0.5s ease-out;
  font-weight: normal;
  padding-top: 15px;
}
.button:hover {
  color: white;
  font-family: "Roboto Mono", monospace;
  text-decoration: underline;
  background: #4089C9;
}
.button:active {
  color: white;
  font-family: "Roboto Mono", monospace;
  text-decoration: underline;
  background: #6ab3f3;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
ul.dashed {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
  color: #494949;
}
ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}
ul.dashed > li > a {
  text-indent: -5px;
  color: #494949;
}
ul.dashed > li > a:hover {
  text-indent: -5px;
  color: #494949;
  font-family: "Roboto Mono", monospace;
  text-decoration: underline;
}
ul.dashed > li > h5 {
  text-indent: -5px;
  color: #494949;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.field input[type="text"] {
  padding: 10px;
  border: none;
  border-bottom: solid 1.5px #333333;
  transition: border 0.3s;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  color: #464646;
}
.field input[type="text"].focus {
  border-bottom: solid 2px #6ab3f3;
}
select {
  border: none;
  border-bottom: solid 1.5px #333333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  background-color: white;
  transition: border 0.3s;
  color: #464646;
}
select.focus {
  border-bottom: solid 2px #6ab3f3;
  color: #464646;
}
.field input[type="password"] {
  padding: 10px;
  border: none;
  border-bottom: solid 1.5px #333333;
  transition: border 0.3s;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  color: #464646;
}
.field input[type="text"].focus {
  border-bottom: solid 2px #6ab3f3;
}
/**
* Copyright © 2017, ACM@UIUC
*
* This file is part of the Groot Project.  
* 
* The Groot Project is open source software, released under the University of
* Illinois/NCSA Open Source License. You should have received a copy of
* this license in a file with the distribution.
**/
.center_img {
  display: block;
  margin: auto;
}
.footer_padding {
  width: 100%;
  height: 5vh;
}
.container {
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 100px;
}
html {
  height: auto;
}
body {
  color: #494949;
  font-family: "Roboto";
  height: 100%;
}
h1 {
  color: #494949;
  font-family: "Roboto Mono", monospace;
}
h2 {
  color: #494949;
  font-family: "Roboto Mono", monospace;
}
h3 {
  color: #494949;
  font-family: "Roboto Mono", monospace;
}
h4 {
  color: #494949;
  font-family: "Roboto Mono", monospace;
}
h5 {
  color: #494949;
  font-family: "Roboto Mono", monospace;
}
p {
  font-family: 'Open Sans', sans-serif;
}
p1 {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 0.5em;
}
a {
  color: #494949;
  font-family: "Roboto Mono", monospace;
  background: white;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  color: #494949;
}
.viewbox {
  min-height: 100%;
  margin-bottom: -75px;
}
.main-view {
  background-color: white;
  border-color: black;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.row-centered {
  text-align: center;
}
.content {
  margin-bottom: 100px;
}
.sponsor {
  height: auto;
  width: auto;
  max-width: 500px;
  max-height: 300px;
  display: inline-block;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 20px;
  text-align: center;
}
.inline-form {
  display: inline;
}
.inline-form select {
  width: auto;
}
.inline-form label {
  float: left;
  padding-right: 0.5em;
}
