Difference between revisions of "Template:Virginia/css/styles"

Line 1: Line 1:
 
/**
 
/**
 
  * This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
 
  * This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
  * @version v0.4.28
+
  * @version v0.6.0
 
  * @link https://github.com/Virginia-iGEM/igem-wikibrick
 
  * @link https://github.com/Virginia-iGEM/igem-wikibrick
 
  * @license MIT
 
  * @license MIT
Line 24: Line 24:
 
  * IE10+ doesn't honor `<meta name="viewport">` in some cases
 
  * IE10+ doesn't honor `<meta name="viewport">` in some cases
 
  */
 
  */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
 
 
@-ms-viewport {
 
@-ms-viewport {
   width: device-width; }
+
   width: device-width !important; }
  
 
/**
 
/**
Line 44: Line 43:
 
menu, nav, output, ruby, section, summary,
 
menu, nav, output, ruby, section, summary,
 
time, mark, audio, video, main {
 
time, mark, audio, video, main {
   margin: 0;
+
   margin: 0 !important;
   padding: 0;
+
   padding: 0 !important;
   border: 0;
+
   border: 0 !important;
   font-size: 100%;
+
   font-size: 100% !important;
   font: inherit;
+
   font: inherit !important;
   vertical-align: baseline; }
+
   vertical-align: baseline !important; }
  
 
/**
 
/**
Line 57: Line 56:
 
footer, header, hgroup, menu, nav, section,
 
footer, header, hgroup, menu, nav, section,
 
main, summary {
 
main, summary {
   display: block; }
+
   display: block !important; }
  
 
/**
 
/**
Line 65: Line 64:
 
*::before,
 
*::before,
 
*::after {
 
*::after {
   box-sizing: inherit; }
+
   box-sizing: inherit !important; }
  
 
/**
 
/**
Line 80: Line 79:
 
html {
 
html {
 
   /* 1 */
 
   /* 1 */
   box-sizing: border-box;
+
   box-sizing: border-box !important;
 
   /* 2 */
 
   /* 2 */
   touch-action: manipulation;
+
   touch-action: manipulation !important;
 
   /* 3 */
 
   /* 3 */
   -webkit-text-size-adjust: 100%;
+
   -webkit-text-size-adjust: 100% !important;
   -ms-text-size-adjust: 100%;
+
   -ms-text-size-adjust: 100% !important;
 
   /* 4 */
 
   /* 4 */
   -ms-overflow-style: scrollbar;
+
   -ms-overflow-style: scrollbar !important;
 
   /* 5 */
 
   /* 5 */
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
+
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  
 
/**
 
/**
Line 98: Line 97:
 
body {
 
body {
 
   /* 1 */
 
   /* 1 */
   line-height: 1;
+
   line-height: 1 !important;
 
   /* 2 */
 
   /* 2 */
   font-family: sans-serif; }
+
   font-family: sans-serif !important; }
  
 
/**
 
/**
Line 106: Line 105:
 
  */
 
  */
 
ol, ul {
 
ol, ul {
   list-style: none; }
+
   list-style: none !important; }
  
 
/**
 
/**
Line 112: Line 111:
 
  */
 
  */
 
blockquote, q {
 
blockquote, q {
   quotes: none; }
+
   quotes: none !important; }
  
 
blockquote::before,
 
blockquote::before,
Line 118: Line 117:
 
q::before,
 
q::before,
 
q::after {
 
q::after {
   content: '';
+
   content: '' !important;
   content: none; }
+
   content: none !important; }
  
 
/**
 
/**
Line 125: Line 124:
 
  */
 
  */
 
table {
 
table {
   border-collapse: collapse;
+
   border-collapse: collapse !important;
   border-spacing: 0; }
+
   border-spacing: 0 !important; }
  
 
/**
 
/**
Line 135: Line 134:
 
hr {
 
hr {
 
   /* 1 */
 
   /* 1 */
   box-sizing: content-box;
+
   box-sizing: content-box !important;
   height: 0;
+
   height: 0 !important;
 
   /* 2 */
 
   /* 2 */
   overflow: visible; }
+
   overflow: visible !important; }
  
 
/**
 
/**
Line 153: Line 152:
 
samp {
 
samp {
 
   /* 1 */
 
   /* 1 */
   font-family: monospace, monospace; }
+
   font-family: monospace, monospace !important; }
  
 
pre {
 
pre {
 
   /* 2 */
 
   /* 2 */
   overflow: auto;
+
   overflow: auto !important;
 
   /* 3 */
 
   /* 3 */
   -ms-overflow-style: scrollbar; }
+
   -ms-overflow-style: scrollbar !important; }
  
 
/**
 
/**
Line 168: Line 167:
 
a {
 
a {
 
   /* 1 */
 
   /* 1 */
   background-color: transparent;
+
   background-color: transparent !important;
 
   /* 2 */
 
   /* 2 */
   -webkit-text-decoration-skip: objects; }
+
   -webkit-text-decoration-skip: objects !important; }
  
 
/**
 
/**
Line 178: Line 177:
 
abbr[title] {
 
abbr[title] {
 
   /* 1 */
 
   /* 1 */
   border-bottom: none;
+
   border-bottom: none !important;
 
   /* 2 */
 
   /* 2 */
   text-decoration: underline;
+
   text-decoration: underline !important;
   -webkit-text-decoration: underline dotted;
+
   -webkit-text-decoration: underline dotted !important;
           text-decoration: underline dotted; }
+
           text-decoration: underline dotted !important; }
  
 
/**
 
/**
Line 189: Line 188:
 
b,
 
b,
 
strong {
 
strong {
   font-weight: bolder; }
+
   font-weight: bolder !important; }
  
 
/**
 
/**
Line 195: Line 194:
 
  */
 
  */
 
small {
 
small {
   font-size: 80%; }
+
   font-size: 80% !important; }
  
 
/**
 
/**
Line 203: Line 202:
 
sub,
 
sub,
 
sup {
 
sup {
   font-size: 75%;
+
   font-size: 75% !important;
   line-height: 0;
+
   line-height: 0 !important;
   position: relative; }
+
   position: relative !important; }
  
 
sub {
 
sub {
   bottom: -0.25em; }
+
   bottom: -0.25em !important; }
  
 
sup {
 
sup {
   top: -0.5em; }
+
   top: -0.5em !important; }
  
 
/**
 
/**
Line 217: Line 216:
 
  */
 
  */
 
img {
 
img {
   border-style: none; }
+
   border-style: none !important; }
  
 
/**
 
/**
Line 223: Line 222:
 
  */
 
  */
 
svg:not(:root) {
 
svg:not(:root) {
   overflow: hidden; }
+
   overflow: hidden !important; }
  
 
/**
 
/**
Line 230: Line 229:
 
  */
 
  */
 
button {
 
button {
   border-radius: 0; }
+
   border-radius: 0 !important; }
  
 
/**
 
/**
Line 238: Line 237:
 
  */
 
  */
 
button:focus {
 
button:focus {
   outline: 1px dotted;
+
   outline: 1px dotted !important;
   outline: 5px auto -webkit-focus-ring-color; }
+
   outline: 5px auto -webkit-focus-ring-color !important; }
  
 
/**
 
/**
Line 252: Line 251:
 
textarea {
 
textarea {
 
   /* 1 */
 
   /* 1 */
   margin: 0;
+
   margin: 0 !important;
 
   /* 2 */
 
   /* 2 */
   font-family: inherit;
+
   font-family: inherit !important;
   font-size: inherit;
+
   font-size: inherit !important;
   line-height: inherit; }
+
   line-height: inherit !important; }
  
 
/**
 
/**
Line 263: Line 262:
 
button,
 
button,
 
select {
 
select {
   text-transform: none; }
+
   text-transform: none !important; }
  
 
/**
 
/**
Line 275: Line 274:
 
html [type="button"] {
 
html [type="button"] {
 
   /* 2 */
 
   /* 2 */
   -webkit-appearance: button; }
+
   -webkit-appearance: button !important; }
  
 
/**
 
/**
Line 288: Line 287:
 
input[type="datetime-local"],
 
input[type="datetime-local"],
 
input[type="month"] {
 
input[type="month"] {
   -webkit-appearance: listbox; }
+
   -webkit-appearance: listbox !important; }
  
 
/**
 
/**
Line 296: Line 295:
 
  */
 
  */
 
textarea {
 
textarea {
   overflow: auto;
+
   overflow: auto !important;
   resize: vertical; }
+
   resize: vertical !important; }
  
 
/**
 
/**
Line 304: Line 303:
 
button,
 
button,
 
input {
 
input {
   overflow: visible; }
+
   overflow: visible !important; }
  
 
/**
 
/**
Line 311: Line 310:
 
button,
 
button,
 
select {
 
select {
   text-transform: none; }
+
   text-transform: none !important; }
  
 
/**
 
/**
Line 320: Line 319:
 
[type="reset"]::-moz-focus-inner,
 
[type="reset"]::-moz-focus-inner,
 
[type="submit"]::-moz-focus-inner {
 
[type="submit"]::-moz-focus-inner {
   border-style: none;
+
   border-style: none !important;
   padding: 0; }
+
   padding: 0 !important; }
  
 
/**
 
/**
Line 330: Line 329:
 
[type="reset"]:-moz-focusring,
 
[type="reset"]:-moz-focusring,
 
[type="submit"]:-moz-focusring {
 
[type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText; }
+
   outline: 1px dotted ButtonText !important; }
  
 
/**
 
/**
Line 339: Line 338:
 
  */
 
  */
 
[tabindex="-1"]:focus {
 
[tabindex="-1"]:focus {
   outline: 0 !important; }
+
   outline: 0 !important !important; }
  
 
/**
 
/**
Line 349: Line 348:
 
  */
 
  */
 
fieldset {
 
fieldset {
   min-width: 0; }
+
   min-width: 0 !important; }
  
 
/**
 
/**
Line 358: Line 357:
 
legend {
 
legend {
 
   /* 1 */
 
   /* 1 */
   max-width: 100%;
+
   max-width: 100% !important;
   white-space: normal;
+
   white-space: normal !important;
 
   /* 2 */
 
   /* 2 */
   color: inherit;
+
   color: inherit !important;
 
   /* 3 */
 
   /* 3 */
   display: block; }
+
   display: block !important; }
  
 
/**
 
/**
Line 369: Line 368:
 
  */
 
  */
 
progress {
 
progress {
   vertical-align: baseline; }
+
   vertical-align: baseline !important; }
  
 
/**
 
/**
Line 375: Line 374:
 
  */
 
  */
 
textarea {
 
textarea {
   overflow: auto; }
+
   overflow: auto !important; }
  
 
/**
 
/**
Line 384: Line 383:
 
[type="radio"] {
 
[type="radio"] {
 
   /* 1 */
 
   /* 1 */
   box-sizing: border-box;
+
   box-sizing: border-box !important;
 
   /* 2 */
 
   /* 2 */
   padding: 0; }
+
   padding: 0 !important; }
  
 
/**
 
/**
Line 393: Line 392:
 
[type="number"]::-webkit-inner-spin-button,
 
[type="number"]::-webkit-inner-spin-button,
 
[type="number"]::-webkit-outer-spin-button {
 
[type="number"]::-webkit-outer-spin-button {
   height: auto; }
+
   height: auto !important; }
  
 
/**
 
/**
Line 401: Line 400:
 
[type="search"] {
 
[type="search"] {
 
   /* 1 */
 
   /* 1 */
   -webkit-appearance: textfield;
+
   -webkit-appearance: textfield !important;
 
   /* 2 */
 
   /* 2 */
   outline-offset: -2px; }
+
   outline-offset: -2px !important; }
  
 
/**
 
/**
Line 410: Line 409:
 
[type="search"]::-webkit-search-cancel-button,
 
[type="search"]::-webkit-search-cancel-button,
 
[type="search"]::-webkit-search-decoration {
 
[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none; }
+
   -webkit-appearance: none !important; }
  
 
/**
 
/**
Line 418: Line 417:
 
::-webkit-file-upload-button {
 
::-webkit-file-upload-button {
 
   /* 1 */
 
   /* 1 */
   -webkit-appearance: button;
+
   -webkit-appearance: button !important;
 
   /* 2 */
 
   /* 2 */
   font: inherit; }
+
   font: inherit !important; }
  
 
/**
 
/**
Line 426: Line 425:
 
  */
 
  */
 
template {
 
template {
   display: none; }
+
   display: none !important; }
  
 
[hidden] {
 
[hidden] {
   display: none; }
+
   display: none !important; }
  
 
/* Override iGEM wiki settings, removing everything but the top navbar. */
 
/* Override iGEM wiki settings, removing everything but the top navbar. */
 
/*Taken from 2011 SDU Denmark iGEM page*/
 
/*Taken from 2011 SDU Denmark iGEM page*/
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display: none; }
+
   display: none !important; }
  
 
#top-section {
 
#top-section {
   border: none;
+
   border: none !important;
   height: 0px; }
+
   height: 0px !important; }
  
 
/* Removes "teams" from the menubar */
 
/* Removes "teams" from the menubar */
 
#menubar > ul > li:last-child {
 
#menubar > ul > li:last-child {
   display: none; }
+
   display: none !important; }
  
 
/* Resizes the menubar to fix the links (default is 400px) */
 
/* Resizes the menubar to fix the links (default is 400px) */
Line 477: Line 476:
 
}*/
 
}*/
 
#content {
 
#content {
   width: 100vw;
+
   width: 100vw !important;
   padding: 0px;
+
   padding: 0px !important;
   border: none;
+
   border: none !important;
   color: black;
+
   color: black !important;
   margin-left: auto;
+
   margin-left: auto !important;
   margin-right: auto;
+
   margin-right: auto !important;
   background-color: #fff;
+
   background-color: #fff !important;
   position: relative; }
+
   position: relative !important; }
  
 
#globalWrapper {
 
#globalWrapper {
   font-size: inherit;
+
   font-size: inherit !important;
   padding-bottom: 0; }
+
   padding-bottom: 0 !important; }
  
 
#top_menu_under {
 
#top_menu_under {
   height: 0px; }
+
   height: 0px !important; }
  
 
ul {
 
ul {
   list-style-image: none;
+
   list-style-image: none !important;
 
   /* removes the iGEM wiki bullets */
 
   /* removes the iGEM wiki bullets */
   padding: 0;
+
   padding: 0 !important;
   margin: 0; }
+
   margin: 0 !important; }
  
 
#mw-content-text > p {
 
#mw-content-text > p {
   width: 0px;
+
   width: 0px !important;
   height: 0px; }
+
   height: 0px !important; }
  
 
#igem-navbar-placeholder {
 
#igem-navbar-placeholder {
   height: 16px;
+
   height: 16px !important;
   position: fixed;
+
   position: fixed !important;
   top: 0;
+
   top: 0 !important;
   display: block;
+
   display: block !important;
   background-color: #383838;
+
   background-color: #383838 !important;
   border-bottom: solid black 2px;
+
   border-bottom: solid black 2px !important;
   color: white;
+
   color: white !important;
   z-index: 9999;
+
   z-index: 9999 !important;
   width: 100%;
+
   width: 100% !important;
   font-size: 0.75em;
+
   font-size: 0.75em !important;
   margin: 0;
+
   margin: 0 !important;
   padding: 0; }
+
   padding: 0 !important; }
 
   #igem-navbar-placeholder p {
 
   #igem-navbar-placeholder p {
     margin: 0; }
+
     margin: 0 !important; }
  
 
.MathJax nobr > span.math > span {
 
.MathJax nobr > span.math > span {
   border-left-width: 0 !important; }
+
   border-left-width: 0 !important !important; }
  
 
@font-face {
 
@font-face {
   font-family: "OpenSans";
+
   font-family: "OpenSans" !important;
   src: undefined;
+
   src: url("https://static.igem.org/mediawiki/2018/2/24/T--Virginia--2018_OpenSans-Regular.ttf") !important;
   font-weight: normal;
+
   font-weight: normal !important;
   font-style: normal; }
+
   font-style: normal !important; }
  
 
@font-face {
 
@font-face {
   font-family: "OpenSans";
+
   font-family: "OpenSans" !important;
   src: undefined;
+
   src: url("https://static.igem.org/mediawiki/2018/d/d5/T--Virginia--2018_OpenSans-Bold.ttf") !important;
   font-weight: bold;
+
   font-weight: bold !important;
   font-style: normal; }
+
   font-style: normal !important; }
  
 
@font-face {
 
@font-face {
   font-family: "OpenSans";
+
   font-family: "OpenSans" !important;
   src: undefined;
+
   src: url("https://static.igem.org/mediawiki/2018/3/32/T--Virginia--2018_OpenSans-Italic.ttf") !important;
   font-weight: normal;
+
   font-weight: normal !important;
   font-style: italic; }
+
   font-style: italic !important; }
  
 
@font-face {
 
@font-face {
   font-family: "OpenSans";
+
   font-family: "OpenSans" !important;
   src: undefined;
+
   src: url("https://static.igem.org/mediawiki/2018/f/f3/T--Virginia--2018_OpenSans-BoldItalic.ttf") !important;
   font-weight: bold;
+
   font-weight: bold !important;
   font-style: italic; }
+
   font-style: italic !important; }
  
 
/* UVA Colors
 
/* UVA Colors
Line 598: Line 597:
 
/*Overview page layout*/
 
/*Overview page layout*/
 
.row {
 
.row {
   display: flex;
+
   display: flex !important;
   flex-direction: row;
+
   flex-direction: row !important;
   flex-wrap: wrap;
+
   flex-wrap: wrap !important;
   justify-content: center;
+
   justify-content: center !important;
   padding: 5px; }
+
   padding: 5px !important; }
  
 
.grid-selection {
 
.grid-selection {
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
+
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
   height: 500px;
+
   height: 500px !important;
   margin: 10px;
+
   margin: 10px !important;
   padding: 20px;
+
   padding: 20px !important;
   position: relative;
+
   position: relative !important;
   width: 350px;
+
   width: 350px !important;
 
   /*Button for Overview*/ }
 
   /*Button for Overview*/ }
 
   .grid-selection p {
 
   .grid-selection p {
     text-align: left;
+
     text-align: left !important;
     margin-left: 3em;
+
     margin-left: 3em !important;
     display: inline-block;
+
     display: inline-block !important;
     border: hidden;
+
     border: hidden !important;
     bottom: 70px;
+
     bottom: 70px !important;
     display: inline-block;
+
     display: inline-block !important;
     margin-left: 3em;
+
     margin-left: 3em !important;
     padding: 15px 32px;
+
     padding: 15px 32px !important;
     position: absolute; }
+
     position: absolute !important; }
 
   .grid-selection a.buttonoverview {
 
   .grid-selection a.buttonoverview {
     margin-left: 3em;
+
     margin-left: 3em !important;
     display: inline-block;
+
     display: inline-block !important;
     background-color: #24bee4;
+
     background-color: #24bee4 !important;
     border: hidden;
+
     border: hidden !important;
     bottom: 30px;
+
     bottom: 30px !important;
     color: #fffefb;
+
     color: #fffefb !important;
     cursor: pointer;
+
     cursor: pointer !important;
     display: inline-block;
+
     display: inline-block !important;
     margin-left: 3em;
+
     margin-left: 3em !important;
     padding: 15px 32px;
+
     padding: 15px 32px !important;
     position: absolute; }
+
     position: absolute !important; }
 
   .grid-selection .buttonoverview:hover {
 
   .grid-selection .buttonoverview:hover {
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
+
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important; }
  
 
/*Links*/
 
/*Links*/
 
a, a:visited {
 
a, a:visited {
   color: #24bee4;
+
   color: #24bee4 !important;
   text-decoration: none;
+
   text-decoration: none !important;
   transition: color text-shadow .2s ease-in-out; }
+
   transition: color text-shadow .2s ease-in-out !important; }
 
   a:hover, a:visited:hover {
 
   a:hover, a:visited:hover {
     color: #aa34ba;
+
     color: #aa34ba !important;
     text-shadow: 0 0 8px #eb00c2; }
+
     text-shadow: 0 0 8px #eb00c2 !important; }
  
 
/*Images*/
 
/*Images*/
 
img {
 
img {
   height: auto;
+
   height: auto !important;
   max-height: 100%;
+
   max-height: 100% !important;
   max-width: 100%;
+
   max-width: 100% !important;
   overflow: hidden;
+
   overflow: hidden !important;
   width: auto; }
+
   width: auto !important; }
  
 
/*The main styling for the "meat" and content of our wiki*/
 
/*The main styling for the "meat" and content of our wiki*/
 
main {
 
main {
   background-color: #f8f8f8;
+
   background-color: #f8f8f8 !important;
   display: flex;
+
   display: flex !important;
   flex-direction: row;
+
   flex-direction: row !important;
   font-family: "OpenSans";
+
   font-family: "OpenSans" !important;
   font-size: medium;
+
   font-size: medium !important;
   height: auto;
+
   height: auto !important;
   justify-content: right;
+
   justify-content: right !important;
   margin: 0 auto;
+
   margin: 0 auto !important;
   position: relative;
+
   position: relative !important;
   z-index: 1; }
+
   z-index: 1 !important; }
 
   main h1, main h2, main h3, main h4, main h5, main h6 {
 
   main h1, main h2, main h3, main h4, main h5, main h6 {
     margin-top: 1em;
+
     margin-top: 1em !important;
     margin-bottom: 2em;
+
     margin-bottom: 2em !important;
     font-weight: bold;
+
     font-weight: bold !important;
     font-size: medium;
+
     font-size: medium !important;
     font-family: "OpenSans"; }
+
     font-family: "OpenSans" !important; }
 
   main h1 {
 
   main h1 {
     margin-left: 2em;
+
     margin-left: 2em !important;
     font-size: 2.2em; }
+
     font-size: 2.2em !important; }
 
   main h2 {
 
   main h2 {
     margin-left: 2em;
+
     margin-left: 2em !important;
     font-size: 2em; }
+
     font-size: 2em !important; }
 
   main h3 {
 
   main h3 {
     margin-left: 4em;
+
     margin-left: 4em !important;
     font-size: 1.8em; }
+
     font-size: 1.8em !important; }
 
   main h4 {
 
   main h4 {
     margin-left: 4em;
+
     margin-left: 4em !important;
     font-size: 1.6em; }
+
     font-size: 1.6em !important; }
 
   main h5 {
 
   main h5 {
     margin-left: 4em;
+
     margin-left: 4em !important;
     font-size: 1.4em; }
+
     font-size: 1.4em !important; }
 
   main h6 {
 
   main h6 {
     margin-left: 4em;
+
     margin-left: 4em !important;
     font-size: 1.2em; }
+
     font-size: 1.2em !important; }
 
   main p {
 
   main p {
     margin: 3em 4em;
+
     margin: 3em 4em !important;
     line-height: 3em;
+
     line-height: 3em !important;
     font-size: medium;
+
     font-size: medium !important;
     font-family: "OpenSans";
+
     font-family: "OpenSans" !important;
     color: #1a1a1a; }
+
     color: #1a1a1a !important; }
 
   main .overview {
 
   main .overview {
     flex: 0 1 auto; }
+
     flex: 0 1 auto !important; }
 
   main article {
 
   main article {
     flex: 0 0 65em;
+
     flex: 0 0 65em !important;
     margin-top: 5em;
+
     margin-top: 5em !important;
     text-align: justify;
+
     text-align: justify !important;
 
     /*adding captions*/ }
 
     /*adding captions*/ }
 
     main article img, main article figure {
 
     main article img, main article figure {
       flex: 0 0 30em;
+
       flex: 0 0 30em !important;
       float: right;
+
       float: right !important;
       clear: both;
+
       clear: both !important;
       position: relative;
+
       position: relative !important;
       padding: 5px; }
+
       padding: 5px !important; }
 
     main article figure {
 
     main article figure {
       margin: 0;
+
       margin: 0 !important;
       padding: 5px;
+
       padding: 5px !important;
       display: table; }
+
       display: table !important; }
 
     main article figcaption {
 
     main article figcaption {
       text-align: center;
+
       text-align: center !important;
       padding: 10px;
+
       padding: 10px !important;
       display: table-caption;
+
       display: table-caption !important;
       caption-side: bottom;
+
       caption-side: bottom !important;
       font-style: italic; }
+
       font-style: italic !important; }
 
   main > * {
 
   main > * {
     background-size: cover; }
+
     background-size: cover !important; }
  
 
@media screen and (max-width: calc(20em + 65em)) {
 
@media screen and (max-width: calc(20em + 65em)) {
 
   main {
 
   main {
     flex-direction: column; } }
+
     flex-direction: column !important; } }
  
 
.darkened {
 
.darkened {
   z-index: 1000;
+
   z-index: 1000 !important;
   position: fixed;
+
   position: fixed !important;
   min-width: 100vw;
+
   min-width: 100vw !important;
   min-height: 100vh;
+
   min-height: 100vh !important;
   color: #1a1a1a;
+
   color: #1a1a1a !important;
   background-color: #1a1a1a; }
+
   background-color: #1a1a1a !important; }
 
   .darkened * {
 
   .darkened * {
     display: none;
+
     display: none !important;
     visibility: 0; }
+
     visibility: 0 !important; }
 
   .darkened > .logo {
 
   .darkened > .logo {
     display: block;
+
     display: block !important;
     visibility: 1;
+
     visibility: 1 !important;
     position: fixed;
+
     position: fixed !important;
     top: 25%;
+
     top: 25% !important;
     left: 50%;
+
     left: 50% !important;
     -webkit-transform: translate(-50%, -50%);
+
     -webkit-transform: translate(-50%, -50%) !important;
             transform: translate(-50%, -50%);
+
             transform: translate(-50%, -50%) !important;
     overflow: visible;
+
     overflow: visible !important;
     max-width: 512px; }
+
     max-width: 512px !important; }
  
 
.category-gallery {
 
.category-gallery {
   padding: 3% 5%;
+
   padding: 3% 5% !important;
   background-color: #fffefb;
+
   background-color: #fffefb !important;
   overflow: hidden; }
+
   overflow: hidden !important; }
 
   .category-gallery::after {
 
   .category-gallery::after {
     clear: both;
+
     clear: both !important;
     content: "";
+
     content: "" !important;
     display: block; }
+
     display: block !important; }
 
   .category-gallery div {
 
   .category-gallery div {
     position: relative; }
+
     position: relative !important; }
 
     .category-gallery div a {
 
     .category-gallery div a {
       position: relative;
+
       position: relative !important;
       display: block;
+
       display: block !important;
       overflow: hidden;
+
       overflow: hidden !important;
       overflow-y: scroll;
+
       overflow-y: scroll !important;
       overflow-x: hidden; }
+
       overflow-x: hidden !important; }
 
       .category-gallery div a p {
 
       .category-gallery div a p {
         font-size: 2em;
+
         font-size: 2em !important;
         display: none;
+
         display: none !important;
         position: absolute;
+
         position: absolute !important;
         top: 50%;
+
         top: 50% !important;
         left: 50%;
+
         left: 50% !important;
         -webkit-transform: translate(-50%, -50%);
+
         -webkit-transform: translate(-50%, -50%) !important;
                 transform: translate(-50%, -50%);
+
                 transform: translate(-50%, -50%) !important;
         margin-top: -0.5em;
+
         margin-top: -0.5em !important;
         margin-left: -0.25em;
+
         margin-left: -0.25em !important;
         z-index: 9;
+
         z-index: 9 !important;
 
         /*overlay text over*/
 
         /*overlay text over*/
         transition: all 0.2s;
+
         transition: all 0.2s !important;
         text-align: center; }
+
         text-align: center !important; }
 
       .category-gallery div a:hover img {
 
       .category-gallery div a:hover img {
         image-orientation: from-image;
+
         image-orientation: from-image !important;
         opacity: 0.10; }
+
         opacity: 0.10 !important; }
 
       .category-gallery div a:hover p {
 
       .category-gallery div a:hover p {
         display: block; }
+
         display: block !important; }
 
       .category-gallery div a img {
 
       .category-gallery div a img {
         border-radius: 50%;
+
         border-radius: 50% !important;
         image-orientation: from-image;
+
         image-orientation: from-image !important;
         margin-bottom: 25px;
+
         margin-bottom: 25px !important;
         min-width: 90%;
+
         min-width: 90% !important;
         min-height: 90%;
+
         min-height: 90% !important;
         transition: opacity ease-in-out 0.2s, background-color ease-in-out 0.7s; }
+
         transition: opacity ease-in-out 0.2s, background-color ease-in-out 0.7s !important; }
  
 
.petri-dish {
 
.petri-dish {
   display: none;
+
   display: none !important;
   border-radius: 50%;
+
   border-radius: 50% !important;
   background-color: #1a1a1a;
+
   background-color: #1a1a1a !important;
   -webkit-transform: translate(-50%, -50%);
+
   -webkit-transform: translate(-50%, -50%) !important;
           transform: translate(-50%, -50%); }
+
           transform: translate(-50%, -50%) !important; }
  
 
#image_gallery {
 
#image_gallery {
   padding: 3% 5%;
+
   padding: 3% 5% !important;
   background-color: #f8f8f8;
+
   background-color: #f8f8f8 !important;
   overflow: hidden;
+
   overflow: hidden !important;
   position: relative; }
+
   position: relative !important; }
 
   #image_gallery::after {
 
   #image_gallery::after {
     clear: both;
+
     clear: both !important;
     content: "";
+
     content: "" !important;
     display: block; }
+
     display: block !important; }
 
   #image_gallery img {
 
   #image_gallery img {
     width: calc(33.33333% - 26.66667px);
+
     width: calc(33.33333% - 26.66667px) !important;
     float: left;
+
     float: left !important;
     margin-left: 20px;
+
     margin-left: 20px !important;
     margin: 10px;
+
     margin: 10px !important;
     border-radius: 50%;
+
     border-radius: 50% !important;
     -o-object-fit: cover;
+
     -o-object-fit: cover !important;
       object-fit: cover;
+
       object-fit: cover !important;
     width: 150px;
+
     width: 150px !important;
     height: 150px;
+
     height: 150px !important;
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
+
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
     clear: initial; }
+
     clear: initial !important; }
 
   #image_gallery a {
 
   #image_gallery a {
     position: relative;
+
     position: relative !important;
     display: block;
+
     display: block !important;
     overflow: hidden;
+
     overflow: hidden !important;
     overflow-y: scroll;
+
     overflow-y: scroll !important;
     overflow-x: hidden; }
+
     overflow-x: hidden !important; }
 
     #image_gallery a p {
 
     #image_gallery a p {
       font-size: 2em;
+
       font-size: 2em !important;
       display: none;
+
       display: none !important;
       position: absolute;
+
       position: absolute !important;
       top: 50%;
+
       top: 50% !important;
       left: 50%;
+
       left: 50% !important;
       -webkit-transform: translate(-50%, -50%);
+
       -webkit-transform: translate(-50%, -50%) !important;
               transform: translate(-50%, -50%);
+
               transform: translate(-50%, -50%) !important;
       margin-top: -0.5em;
+
       margin-top: -0.5em !important;
       margin-left: -0.25em;
+
       margin-left: -0.25em !important;
       z-index: 9;
+
       z-index: 9 !important;
 
       /*overlay text over*/
 
       /*overlay text over*/
       transition: all 0.2s;
+
       transition: all 0.2s !important;
       text-align: center; }
+
       text-align: center !important; }
 
     #image_gallery a:hover img {
 
     #image_gallery a:hover img {
       image-orientation: from-image;
+
       image-orientation: from-image !important;
       opacity: 0.10; }
+
       opacity: 0.10 !important; }
 
     #image_gallery a:hover p {
 
     #image_gallery a:hover p {
       display: block; }
+
       display: block !important; }
 
     #image_gallery a img {
 
     #image_gallery a img {
       border-radius: 50%;
+
       border-radius: 50% !important;
       width: calc(8.33333% - 21.66667px);
+
       width: calc(8.33333% - 21.66667px) !important;
       float: left;
+
       float: left !important;
       margin-left: 20px;
+
       margin-left: 20px !important;
       image-orientation: from-image;
+
       image-orientation: from-image !important;
       margin-bottom: 25px;
+
       margin-bottom: 25px !important;
       min-width: 90%;
+
       min-width: 90% !important;
       min-height: 90%;
+
       min-height: 90% !important;
       transition: opacity ease-in-out 0.2s, background-color ease-in-out 0.7s; }
+
       transition: opacity ease-in-out 0.2s, background-color ease-in-out 0.7s !important; }
  
 
/*circular images for advisors*/
 
/*circular images for advisors*/
 
#advisor {
 
#advisor {
   margin: 10px;
+
   margin: 10px !important;
   border-radius: 50%;
+
   border-radius: 50% !important;
   -o-object-fit: cover;
+
   -o-object-fit: cover !important;
     object-fit: cover;
+
     object-fit: cover !important;
   width: 175px;
+
   width: 175px !important;
   height: 175px;
+
   height: 175px !important;
   flex: 0 0 30em;
+
   flex: 0 0 30em !important;
   float: right;
+
   float: right !important;
   clear: both;
+
   clear: both !important;
   position: relative;
+
   position: relative !important;
   margin-left: 5em; }
+
   margin-left: 5em !important; }
  
 
.team-bio {
 
.team-bio {
   margin: 20px;
+
   margin: 20px !important;
   line-height: 2em;
+
   line-height: 2em !important;
   font-size: medium;
+
   font-size: medium !important;
   font-family: "OpenSans";
+
   font-family: "OpenSans" !important;
   color: #1a1a1a;
+
   color: #1a1a1a !important;
   box-shadow: 0 0 5px #999;
+
   box-shadow: 0 0 5px #999 !important;
   padding: 0.25px; }
+
   padding: 0.25px !important; }
  
 
.hidden {
 
.hidden {
   display: none; }
+
   display: none !important; }
  
 
.unhidden {
 
.unhidden {
   display: block; }
+
   display: block !important; }
  
 
#attributions {
 
#attributions {
 
   /*custom editing for the attributions page. Flipped so images are on the left rather than the right and images are circular.*/
 
   /*custom editing for the attributions page. Flipped so images are on the left rather than the right and images are circular.*/
   margin: 10px;
+
   margin: 10px !important;
   border-radius: 50%;
+
   border-radius: 50% !important;
   -o-object-fit: cover;
+
   -o-object-fit: cover !important;
     object-fit: cover;
+
     object-fit: cover !important;
   width: 150px;
+
   width: 150px !important;
   height: 150px;
+
   height: 150px !important;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
+
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
   flex: 0 0 30em;
+
   flex: 0 0 30em !important;
   float: left;
+
   float: left !important;
   clear: both;
+
   clear: both !important;
   position: relative;
+
   position: relative !important;
   margin-left: 5em; }
+
   margin-left: 5em !important; }
  
 
figcaption {
 
figcaption {
   display: block; }
+
   display: block !important; }
  
 
#sponsors {
 
#sponsors {
 
   /*images in line with the text*/
 
   /*images in line with the text*/
   float: none; }
+
   float: none !important; }
  
 
header {
 
header {
   background-color: #424242;
+
   background-color: #424242 !important;
   margin: 0 auto;
+
   margin: 0 auto !important;
   overflow: hidden;
+
   overflow: hidden !important;
   padding: 0 0;
+
   padding: 0 0 !important;
   position: fixed;
+
   position: fixed !important;
   text-align: center;
+
   text-align: center !important;
   top: 16px;
+
   top: 16px !important;
   transition: all .1s;
+
   transition: all .1s !important;
   width: 100%;
+
   width: 100% !important;
   z-index: 999; }
+
   z-index: 999 !important; }
 
   header h1, header h2, header h3, header h4, header h5, header h6 {
 
   header h1, header h2, header h3, header h4, header h5, header h6 {
     margin-top: 1em;
+
     margin-top: 1em !important;
     margin-bottom: 2em;
+
     margin-bottom: 2em !important;
     font-weight: bold;
+
     font-weight: bold !important;
     font-size: medium;
+
     font-size: medium !important;
     font-family: "OpenSans"; }
+
     font-family: "OpenSans" !important; }
 
   header h1 {
 
   header h1 {
     margin-left: 2em;
+
     margin-left: 2em !important;
     font-size: 2.2em; }
+
     font-size: 2.2em !important; }
 
   header h2 {
 
   header h2 {
     margin-left: 2em;
+
     margin-left: 2em !important;
     font-size: 2em; }
+
     font-size: 2em !important; }
 
   header h3 {
 
   header h3 {
     margin-left: 4em;
+
     margin-left: 4em !important;
     font-size: 1.8em; }
+
     font-size: 1.8em !important; }
 
   header h4 {
 
   header h4 {
     margin-left: 4em;
+
     margin-left: 4em !important;
     font-size: 1.6em; }
+
     font-size: 1.6em !important; }
 
   header h5 {
 
   header h5 {
     margin-left: 4em;
+
     margin-left: 4em !important;
     font-size: 1.4em; }
+
     font-size: 1.4em !important; }
 
   header h6 {
 
   header h6 {
     margin-left: 4em;
+
     margin-left: 4em !important;
     font-size: 1.2em; }
+
     font-size: 1.2em !important; }
 
   header p {
 
   header p {
     margin: 3em 4em;
+
     margin: 3em 4em !important;
     line-height: 3em;
+
     line-height: 3em !important;
     font-size: medium;
+
     font-size: medium !important;
     font-family: "OpenSans";
+
     font-family: "OpenSans" !important;
     color: #1a1a1a; }
+
     color: #1a1a1a !important; }
 
   header,
 
   header,
 
   header * {
 
   header * {
     box-sizing: border-box; }
+
     box-sizing: border-box !important; }
 
   header.scrollUp {
 
   header.scrollUp {
     -webkit-transform: translateY(-3em);
+
     -webkit-transform: translateY(-3em) !important;
             transform: translateY(-3em); }
+
             transform: translateY(-3em) !important; }
 
   header #navbar {
 
   header #navbar {
     display: flex;
+
     display: flex !important;
     height: 3em;
+
     height: 3em !important;
     justify-content: center;
+
     justify-content: center !important;
     padding-bottom: 1em; }
+
     padding-bottom: 1em !important; }
 
     header #navbar:hover, header #navbar:focus {
 
     header #navbar:hover, header #navbar:focus {
       height: auto; }
+
       height: auto !important; }
 
       header #navbar:hover > ul > li, header #navbar:focus > ul > li {
 
       header #navbar:hover > ul > li, header #navbar:focus > ul > li {
         height: auto; }
+
         height: auto !important; }
 
     header #navbar ul {
 
     header #navbar ul {
       display: flex;
+
       display: flex !important;
       list-style: none;
+
       list-style: none !important;
       margin: 0;
+
       margin: 0 !important;
       padding: 0; }
+
       padding: 0 !important; }
 
       header #navbar ul li {
 
       header #navbar ul li {
         flex: 1;
+
         flex: 1 !important;
         float: left;
+
         float: left !important;
         line-height: 3em;
+
         line-height: 3em !important;
         position: relative; }
+
         position: relative !important; }
 
         header #navbar ul li .divider {
 
         header #navbar ul li .divider {
           background-color: #26fffa;
+
           background-color: #26fffa !important;
           flex: 0 0 1px;
+
           flex: 0 0 1px !important;
           overflow: hidden; }
+
           overflow: hidden !important; }
 
         header #navbar ul li a,
 
         header #navbar ul li a,
 
         header #navbar ul li a:visited {
 
         header #navbar ul li a:visited {
           align-items: center;
+
           align-items: center !important;
           color: #fffefb;
+
           color: #fffefb !important;
           display: flex;
+
           display: flex !important;
           font-size: 1em;
+
           font-size: 1em !important;
           padding: 0 20px;
+
           padding: 0 20px !important;
           transition: all 0.2s ease-in-out;
+
           transition: all 0.2s ease-in-out !important;
           white-space: nowrap;
+
           white-space: nowrap !important;
           width: 100%; }
+
           width: 100% !important; }
 
           header #navbar ul li a img,
 
           header #navbar ul li a img,
 
           header #navbar ul li a:visited img {
 
           header #navbar ul li a:visited img {
             display: inline-block;
+
             display: inline-block !important;
             height: auto;
+
             height: auto !important;
             margin: .1rem;
+
             margin: .1rem !important;
             min-height: 100%;
+
             min-height: 100% !important;
             width: auto; }
+
             width: auto !important; }
 
           header #navbar ul li a:hover,
 
           header #navbar ul li a:hover,
 
           header #navbar ul li a:visited:hover {
 
           header #navbar ul li a:visited:hover {
             color: #26fffa;
+
             color: #26fffa !important;
             text-shadow: 0 0 8px #26fffa; }
+
             text-shadow: 0 0 8px #26fffa !important; }
 
           header #navbar ul li a:not(:only-child):after,
 
           header #navbar ul li a:not(:only-child):after,
 
           header #navbar ul li a:visited:not(:only-child):after {
 
           header #navbar ul li a:visited:not(:only-child):after {
             content: ' ▾';
+
             content: ' ▾' !important;
             padding-left: 4px; }
+
             padding-left: 4px !important; }
 
         header #navbar ul li ul {
 
         header #navbar ul li ul {
           display: flex;
+
           display: flex !important;
           flex-direction: column;
+
           flex-direction: column !important;
           transition: all .2s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s; }
+
           transition: all .2s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s !important; }
 
           header #navbar ul li ul li {
 
           header #navbar ul li ul li {
             font-size: .8em;
+
             font-size: .8em !important;
             overflow: hidden; }
+
             overflow: hidden !important; }
  
 
/*scroll bar*/
 
/*scroll bar*/
 
.scrolltop {
 
.scrolltop {
   display: none;
+
   display: none !important;
   width: 100%;
+
   width: 100% !important;
   margin: 0 auto;
+
   margin: 0 auto !important;
   position: fixed;
+
   position: fixed !important;
   bottom: 20px;
+
   bottom: 20px !important;
   right: 10px; }
+
   right: 10px !important; }
  
 
.scroll {
 
.scroll {
   position: absolute;
+
   position: absolute !important;
   right: 20px;
+
   right: 20px !important;
   bottom: 20px;
+
   bottom: 20px !important;
   background: #b2b2b2;
+
   background: #b2b2b2 !important;
   background: rgba(178, 178, 178, 0.7);
+
   background: rgba(178, 178, 178, 0.7) !important;
   padding: 20px;
+
   padding: 20px !important;
   text-align: center;
+
   text-align: center !important;
   margin: 0 0 0 0; }
+
   margin: 0 0 0 0 !important; }
  
 
.scroll:hover {
 
.scroll:hover {
   background: #b2b2b2;
+
   background: #b2b2b2 !important;
   transition: 0.5s; }
+
   transition: 0.5s !important; }
  
 
.scroll:hover .fa {
 
.scroll:hover .fa {
   padding-top: -10px; }
+
   padding-top: -10px !important; }
  
 
.scroll .fa {
 
.scroll .fa {
   font-size: 30px;
+
   font-size: 30px !important;
   margin-top: -5px;
+
   margin-top: -5px !important;
   margin-left: 1px;
+
   margin-left: 1px !important;
   transition: 0.5s; }
+
   transition: 0.5s !important; }
  
 
/* Tooltip container */
 
/* Tooltip container */
 
.tooltip {
 
.tooltip {
   position: relative;
+
   position: relative !important;
   display: inline-block;
+
   display: inline-block !important;
   font-weight: bold;
+
   font-weight: bold !important;
   color: #0A1612;
+
   color: #0A1612 !important;
   cursor: pointer; }
+
   cursor: pointer !important; }
  
 
/* Tooltip text */
 
/* Tooltip text */
 
.tooltip span {
 
.tooltip span {
   display: block;
+
   display: block !important;
   visibility: hidden;
+
   visibility: hidden !important;
   background-color: #1a1a1a;
+
   background-color: #1a1a1a !important;
   color: #fff;
+
   color: #fff !important;
   text-align: center;
+
   text-align: center !important;
   padding: 20px;
+
   padding: 20px !important;
   border-radius: 6px;
+
   border-radius: 6px !important;
   font-weight: normal;
+
   font-weight: normal !important;
 
   /* Position the tooltip text */
 
   /* Position the tooltip text */
   position: absolute;
+
   position: absolute !important;
   z-index: 1;
+
   z-index: 1 !important;
   bottom: 125%;
+
   bottom: 125% !important;
   left: 50%;
+
   left: 50% !important;
   -webkit-transform: translateX(-50%);
+
   -webkit-transform: translateX(-50%) !important;
           transform: translateX(-50%);
+
           transform: translateX(-50%) !important;
   font-size: small;
+
   font-size: small !important;
 
   /* Fade in tooltip */
 
   /* Fade in tooltip */
   opacity: 0;
+
   opacity: 0 !important;
   transition: opacity 0.8s; }
+
   transition: opacity 0.8s !important; }
  
 
/* Tooltip arrow */
 
/* Tooltip arrow */
 
.tooltip span::after {
 
.tooltip span::after {
   content: "";
+
   content: "" !important;
   position: absolute;
+
   position: absolute !important;
   top: 100%;
+
   top: 100% !important;
   left: 50%;
+
   left: 50% !important;
   margin-left: -5px;
+
   margin-left: -5px !important;
   border-width: 5px;
+
   border-width: 5px !important;
   border-style: solid;
+
   border-style: solid !important;
   border-color: #1a1a1a transparent transparent transparent; }
+
   border-color: #1a1a1a transparent transparent transparent !important; }
  
 
/* Show the tooltip text when you mouse over the tooltip container */
 
/* Show the tooltip text when you mouse over the tooltip container */
 
.tooltip:hover .shortdef {
 
.tooltip:hover .shortdef {
   visibility: visible;
+
   visibility: visible !important;
   width: 20vw;
+
   width: 20vw !important;
   opacity: 1; }
+
   opacity: 1 !important; }
  
 
/*.tooltip:active {
 
/*.tooltip:active {
Line 1,100: Line 1,099:
 
*/
 
*/
 
nav {
 
nav {
   flex: 1 0;
+
   flex: 1 0 !important;
   max-width: 30em; }
+
   max-width: 30em !important; }
 
   nav #toc {
 
   nav #toc {
     padding: 6em 2em;
+
     padding: 6em 2em !important;
     position: -webkit-sticky;
+
     position: -webkit-sticky !important;
     position: sticky;
+
     position: sticky !important;
     top: 0;
+
     top: 0 !important;
     white-space: nowrap; }
+
     white-space: nowrap !important; }
 
     nav #toc h1 {
 
     nav #toc h1 {
       font-size: 1.5em; }
+
       font-size: 1.5em !important; }
 
     nav #toc ul li {
 
     nav #toc ul li {
       padding: .5em 0; }
+
       padding: .5em 0 !important; }
 
       nav #toc ul li a {
 
       nav #toc ul li a {
         font-size: 1.3em; }
+
         font-size: 1.3em !important; }
 
       nav #toc ul li ul {
 
       nav #toc ul li ul {
         height: 0;
+
         height: 0 !important;
         overflow: hidden;
+
         overflow: hidden !important;
         padding: .75em 0 .5em 1em; }
+
         padding: .75em 0 .5em 1em !important; }
 
         nav #toc ul li ul.current {
 
         nav #toc ul li ul.current {
           height: auto; }
+
           height: auto !important; }
 
         nav #toc ul li ul li a {
 
         nav #toc ul li ul li a {
           font-size: 1em; }
+
           font-size: 1em !important; }
  
 
@media screen and (max-width: calc(20em + 65em)) {
 
@media screen and (max-width: calc(20em + 65em)) {
 
   nav > #toc ul > li > ul {
 
   nav > #toc ul > li > ul {
     height: auto; } }
+
     height: auto !important; } }
  
 
footer {
 
footer {
   font-size: medium;
+
   font-size: medium !important;
   font-family: "OpenSans";
+
   font-family: "OpenSans" !important;
   box-sizing: border-box;
+
   box-sizing: border-box !important;
   background-color: #1a1a1a;
+
   background-color: #1a1a1a !important;
   color: #fffefb;
+
   color: #fffefb !important;
   padding: 25px;
+
   padding: 25px !important;
   positioN: relative;
+
   positioN: relative !important;
   z-index: 999; }
+
   z-index: 999 !important; }
 
   footer::after {
 
   footer::after {
     clear: both;
+
     clear: both !important;
     content: "";
+
     content: "" !important;
     display: block; }
+
     display: block !important; }
 
   footer div.footer-name {
 
   footer div.footer-name {
     width: calc(41.66667%);
+
     width: calc(41.66667%) !important;
     float: left;
+
     float: left !important;
     margin-left: 0px;
+
     margin-left: 0px !important;
     line-height: 6rem;
+
     line-height: 6rem !important;
     height: 6rem; }
+
     height: 6rem !important; }
 
     footer div.footer-name * {
 
     footer div.footer-name * {
       float: left; }
+
       float: left !important; }
 
   footer div.spacer {
 
   footer div.spacer {
     width: calc(33.33333%);
+
     width: calc(33.33333%) !important;
     float: left;
+
     float: left !important;
     margin-left: 0px;
+
     margin-left: 0px !important;
     line-height: 6rem;
+
     line-height: 6rem !important;
     height: 6rem; }
+
     height: 6rem !important; }
 
   footer div.social-container {
 
   footer div.social-container {
     width: calc(25%);
+
     width: calc(25%) !important;
     float: left;
+
     float: left !important;
     margin-left: 0px; }
+
     margin-left: 0px !important; }
  
 
/*Code courtesy of https://codepen.io/brandondward/pen/RpyaKL*/
 
/*Code courtesy of https://codepen.io/brandondward/pen/RpyaKL*/
 
.social-container {
 
.social-container {
   width: calc(25% - 25px);
+
   width: calc(25% - 25px) !important;
   float: left;
+
   float: left !important;
   margin-left: 20px;
+
   margin-left: 20px !important;
   width: 400px; }
+
   width: 400px !important; }
  
 
.social-icons {
 
.social-icons {
   padding: 0;
+
   padding: 0 !important;
   list-style: none;
+
   list-style: none !important;
   margin: 1em; }
+
   margin: 1em !important; }
 
   .social-icons li {
 
   .social-icons li {
     display: inline-block;
+
     display: inline-block !important;
     margin: 0.15em;
+
     margin: 0.15em !important;
     position: relative;
+
     position: relative !important;
     font-size: 1.2em; }
+
     font-size: 1.2em !important; }
 
   .social-icons i {
 
   .social-icons i {
     color: #fff;
+
     color: #fff !important;
     position: absolute;
+
     position: absolute !important;
     top: 21px;
+
     top: 21px !important;
     left: 21px;
+
     left: 21px !important;
     transition: all 265ms ease-out; }
+
     transition: all 265ms ease-out !important; }
 
   .social-icons a {
 
   .social-icons a {
     display: inline-block; }
+
     display: inline-block !important; }
 
     .social-icons a:before {
 
     .social-icons a:before {
       -webkit-transform: scale(1);
+
       -webkit-transform: scale(1) !important;
               transform: scale(1);
+
               transform: scale(1) !important;
       content: " ";
+
       content: " " !important;
       width: 60px;
+
       width: 60px !important;
       height: 60px;
+
       height: 60px !important;
       border-radius: 100%;
+
       border-radius: 100% !important;
       display: block;
+
       display: block !important;
       background: linear-gradient(45deg, #eb00c2, #26fffa);
+
       background: linear-gradient(45deg, #eb00c2, #26fffa) !important;
       transition: all 265ms ease-out; }
+
       transition: all 265ms ease-out !important; }
 
     .social-icons a:hover:before {
 
     .social-icons a:hover:before {
       -webkit-transform: scale(0);
+
       -webkit-transform: scale(0) !important;
               transform: scale(0);
+
               transform: scale(0) !important;
       transition: all 265ms ease-in; }
+
       transition: all 265ms ease-in !important; }
 
     .social-icons a:hover i {
 
     .social-icons a:hover i {
       -webkit-transform: scale(2.2);
+
       -webkit-transform: scale(2.2) !important;
               transform: scale(2.2);
+
               transform: scale(2.2) !important;
       color: #eb00c2;
+
       color: #eb00c2 !important;
       background: -webkit-linear-gradient(45deg, #eb00c2, #26fffa);
+
       background: -webkit-linear-gradient(45deg, #eb00c2, #26fffa) !important;
       -webkit-background-clip: text;
+
       -webkit-background-clip: text !important;
       -webkit-text-fill-color: transparent;
+
       -webkit-text-fill-color: transparent !important;
       transition: all 265ms ease-in; }
+
       transition: all 265ms ease-in !important; }

Revision as of 18:50, 20 August 2018

/**

* This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
* @version v0.6.0
* @link https://github.com/Virginia-iGEM/igem-wikibrick
* @license MIT
*/

@charset "UTF-8"; /**

* Based on
*
*  - reset.css 2.0 by Eric Meyer
     (public domain)
*    http://meyerweb.com/eric/tools/css/reset/
*
*  - normalize.css 8.0.0 by Nicolas Gallagher and Jonathan Neal
*    (licensed under MIT)
*    https://github.com/necolas/normalize.css
*
*  - Based on Bootstrap 4 Reboot
*    (licensed under MIT)
*    https://github.com/twbs/bootstrap
*/

/**

* IE10+ doesn't honor `<meta name="viewport">` in some cases
*/

@-ms-viewport {

 width: device-width !important; }

/**

* general reset
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {

 margin: 0 !important;
 padding: 0 !important;
 border: 0 !important;
 font-size: 100% !important;
 font: inherit !important;
 vertical-align: baseline !important; }

/**

* HTML5 display-role reset for older browsers
*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary {

 display: block !important; }

/**

* inherit box model for all elements
*/
  • ,
    before,
    after {
 box-sizing: inherit !important; }

/**

* html root rules
* 1. set border-box for inheritance
* 2. avoid 300ms click delay on touch devices that support the `touch-action`
*    CSS property
* 3. Prevent adjustments of font size after orientation changes in IE, on
*    Windows Phone and iOS.
* 4. Setting @viewport causes scrollbars to overlap content in IE11 and Edge,
*    so we force a non-overlapping, non-auto-hiding scrollbar to counteract.
* 5. Change the default tap highlight to be completely transparent in iOS.
*/

html {

 /* 1 */
 box-sizing: border-box !important;
 /* 2 */
 touch-action: manipulation !important;
 /* 3 */
 -webkit-text-size-adjust: 100% !important;
 -ms-text-size-adjust: 100% !important;
 /* 4 */
 -ms-overflow-style: scrollbar !important;
 /* 5 */
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

/**

* body rules
* 1. reset line-height to 1
* 2. set base font-family to sans-serif
*/

body {

 /* 1 */
 line-height: 1 !important;
 /* 2 */
 font-family: sans-serif !important; }

/**

* Lists
*/

ol, ul {

 list-style: none !important; }

/**

* Quotes
*/

blockquote, q {

 quotes: none !important; }

blockquote::before, blockquote::after, q::before, q::after {

 content:  !important;
 content: none !important; }

/**

* Tables
*/

table {

 border-collapse: collapse !important;
 border-spacing: 0 !important; }

/**

* Horizontal Lines
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {

 /* 1 */
 box-sizing: content-box !important;
 height: 0 !important;
 /* 2 */
 overflow: visible !important; }

/**

* Preformatted Text
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Don't allow content to break outside
* 3. We have @viewport set which causes scrollbars to overlap content in IE11
*    and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to
*    counteract.
*/

pre, code, kbd, samp {

 /* 1 */
 font-family: monospace, monospace !important; }

pre {

 /* 2 */
 overflow: auto !important;
 /* 3 */
 -ms-overflow-style: scrollbar !important; }

/**

* Links
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {

 /* 1 */
 background-color: transparent !important;
 /* 2 */
 -webkit-text-decoration-skip: objects !important; }

/**

* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {

 /* 1 */
 border-bottom: none !important;
 /* 2 */
 text-decoration: underline !important;
 -webkit-text-decoration: underline dotted !important;
         text-decoration: underline dotted !important; }

/**

* Add the correct font weight in Chrome, Edge, and Safari.
*/

b, strong {

 font-weight: bolder !important; }

/**

* Add the correct font size in all browsers.
*/

small {

 font-size: 80% !important; }

/**

* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub, sup {

 font-size: 75% !important;
 line-height: 0 !important;
 position: relative !important; }

sub {

 bottom: -0.25em !important; }

sup {

 top: -0.5em !important; }

/**

* Remove the border on images inside links in IE 10.
*/

img {

 border-style: none !important; }

/**

* Hide SVG overflow in IE
*/

svg:not(:root) {

 overflow: hidden !important; }

/**

* Remove the default `border-radius` that macOS Chrome adds.
* Details at https://github.com/twbs/bootstrap/issues/24093
*/

button {

 border-radius: 0 !important; }

/**

* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
* Credit: https://github.com/suitcss/base/
*/

button:focus {

 outline: 1px dotted !important;
 outline: 5px auto -webkit-focus-ring-color !important; }

/**

* form element resets
* 1. Remove the margin in Firefox and Safari
* 2. inherit font rules
*/

input, button, select, optgroup, textarea {

 /* 1 */
 margin: 0 !important;
 /* 2 */
 font-family: inherit !important;
 font-size: inherit !important;
 line-height: inherit !important; }

/**

* Remove the inheritance of text transform in Firefox
*/

button, select {

 text-transform: none !important; }

/**

* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button, [type="reset"], [type="submit"], html [type="button"] {

 /* 2 */
 -webkit-appearance: button !important; }

/**

* Remove the default appearance of temporal inputs to avoid a Mobile Safari
* bug where setting a custom line-height prevents text from being vertically
* centered within the input.
* See https://bugs.webkit.org/show_bug.cgi?id=139848
* and https://github.com/twbs/bootstrap/issues/11266
*/

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {

 -webkit-appearance: listbox !important; }

/**

* 1. Remove the default vertical scrollbar in IE.
* 2. Textareas should really only resize vertically so they don't break their
*    (horizontal) containers.
*/

textarea {

 overflow: auto !important;
 resize: vertical !important; }

/**

* Show the overflow in IE.
*/

button, input {

 overflow: visible !important; }

/**

* Remove the inheritance of text transform in Edge, Firefox, and IE.
*/

button, select {

 text-transform: none !important; }

/**

* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {

 border-style: none !important;
 padding: 0 !important; }

/**

* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {

 outline: 1px dotted ButtonText !important; }

/**

* Suppress the focus outline on elements that cannot be accessed via keyboard.
* This prevents an unwanted focus outline from appearing around elements that
* might still respond to pointer events.
* Credit: https://github.com/suitcss/base
*/

[tabindex="-1"]:focus {

 outline: 0 !important !important; }

/**

* Browsers set a default `min-width: min-content` on fieldsets,
* unlike e.g. `
`s, which have `min-width: 0` by default.
* So we reset that to ensure fieldsets behave more like a standard block element.
* See https://github.com/twbs/bootstrap/issues/12359
* and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
*/

fieldset {

 min-width: 0 !important; }

/**

* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Set display to block for all browsers
*/

legend {

 /* 1 */
 max-width: 100% !important;
 white-space: normal !important;
 /* 2 */
 color: inherit !important;
 /* 3 */
 display: block !important; }

/**

* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {

 vertical-align: baseline !important; }

/**

* Remove the default vertical scrollbar in IE 10+.
*/

textarea {

 overflow: auto !important; }

/**

* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"], [type="radio"] {

 /* 1 */
 box-sizing: border-box !important;
 /* 2 */
 padding: 0 !important; }

/**

* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {

 height: auto !important; }

/**

* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {

 /* 1 */
 -webkit-appearance: textfield !important;
 /* 2 */
 outline-offset: -2px !important; }

/**

* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {

 -webkit-appearance: none !important; }

/**

* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
-webkit-file-upload-button {
 /* 1 */
 -webkit-appearance: button !important;
 /* 2 */
 font: inherit !important; }

/**

* Add the correct display in IE 10+.
*/

template {

 display: none !important; }

[hidden] {

 display: none !important; }

/* Override iGEM wiki settings, removing everything but the top navbar. */ /*Taken from 2011 SDU Denmark iGEM page*/

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 display: none !important; }
  1. top-section {
 border: none !important;
 height: 0px !important; }

/* Removes "teams" from the menubar */

  1. menubar > ul > li:last-child {
 display: none !important; }

/* Resizes the menubar to fix the links (default is 400px) */ /*#menubar {

   width: auto;
 }

body {

   margin: 10px 0 0 0;
   padding: 0;}
  1. top-section {
   width: 965px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 65%;
   top: -14px;}

.left-menu:hover {

   background-color: transparent;}
  1. menubar li a {
   background-color: transparent;}
  1. menubar:hover {
   color: white;}
  1. menubar li a {
   color: transparent;}
  1. menubar:hover li a {
   color: white;}
  1. sideMenu,
  2. top_title {
 display: none;

}*/

  1. content {
 width: 100vw !important;
 padding: 0px !important;
 border: none !important;
 color: black !important;
 margin-left: auto !important;
 margin-right: auto !important;
 background-color: #fff !important;
 position: relative !important; }
  1. globalWrapper {
 font-size: inherit !important;
 padding-bottom: 0 !important; }
  1. top_menu_under {
 height: 0px !important; }

ul {

 list-style-image: none !important;
 /* removes the iGEM wiki bullets */
 padding: 0 !important;
 margin: 0 !important; }
  1. mw-content-text > p {
 width: 0px !important;
 height: 0px !important; }
  1. igem-navbar-placeholder {
 height: 16px !important;
 position: fixed !important;
 top: 0 !important;
 display: block !important;
 background-color: #383838 !important;
 border-bottom: solid black 2px !important;
 color: white !important;
 z-index: 9999 !important;
 width: 100% !important;
 font-size: 0.75em !important;
 margin: 0 !important;
 padding: 0 !important; }
 #igem-navbar-placeholder p {
   margin: 0 !important; }

.MathJax nobr > span.math > span {

 border-left-width: 0 !important !important; }

@font-face {

 font-family: "OpenSans" !important;
 src: url("https://static.igem.org/mediawiki/2018/2/24/T--Virginia--2018_OpenSans-Regular.ttf") !important;
 font-weight: normal !important;
 font-style: normal !important; }

@font-face {

 font-family: "OpenSans" !important;
 src: url("https://static.igem.org/mediawiki/2018/d/d5/T--Virginia--2018_OpenSans-Bold.ttf") !important;
 font-weight: bold !important;
 font-style: normal !important; }

@font-face {

 font-family: "OpenSans" !important;
 src: url("https://static.igem.org/mediawiki/2018/3/32/T--Virginia--2018_OpenSans-Italic.ttf") !important;
 font-weight: normal !important;
 font-style: italic !important; }

@font-face {

 font-family: "OpenSans" !important;
 src: url("https://static.igem.org/mediawiki/2018/f/f3/T--Virginia--2018_OpenSans-BoldItalic.ttf") !important;
 font-weight: bold !important;
 font-style: italic !important; }

/* UVA Colors $background-dark-color: #232D4B; $background-light-color: #ffffff; $accent-color: #E57200; $light-accent-color: rgb(255, 191, 128); $text-light: #ffffff; $text-dark-color: #666666; $link-color: #EB5F0C;

  • /

/*Cherenkov Colors*/ /* $background-dark-color:#282828; $background-light-color:#C3C3D8; $accent-color: #BFFBF9; $text-light: #E8F9F9; $text-dark-color: #001C4E; $link-color: #3DD4DF;

  • /

/*Passion Fruit Colors*/ /* $background-dark-color:#FAF4E0; $background-light-color:rgb(128, 39, 81); $accent-color: #F5287F; $light-accent-color: rgb(255, 142, 189); $text-light: #1E0811; $text-dark-color: #FFF0EF; $link-color: #FBB645;

  • /

/*Clean, bright theme*/ /*https://www.canva.com/learn/website-color-schemes*/ /* $background-dark-color: #4484CE; $background-light-color: rgb(255,255,255); $accent-color: #F19F4D; $accent-light-color: #F9CF00; $text-light-color: rgb(255, 255, 255); $text-dark-color: #0A1612; $link-color: rgb(255, 218, 159); $template-dark-color: #D9D9D9;

  • /

/* $background-dark-color: rgb(37, 37, 37); $background-light-color: rgb(247, 245, 233); $accent-color: rgb(44, 106, 148); $accent-light-color: rgb(0, 195, 255); $text-light-color: rgb(255, 253, 255); $text-dark-color: rgb(129, 127, 116); $link-color: rgb(255, 218, 159);

  • /

/*$background-light: #ffffff;*/ /*Overview page layout*/ .row {

 display: flex !important;
 flex-direction: row !important;
 flex-wrap: wrap !important;
 justify-content: center !important;
 padding: 5px !important; }

.grid-selection {

 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
 height: 500px !important;
 margin: 10px !important;
 padding: 20px !important;
 position: relative !important;
 width: 350px !important;
 /*Button for Overview*/ }
 .grid-selection p {
   text-align: left !important;
   margin-left: 3em !important;
   display: inline-block !important;
   border: hidden !important;
   bottom: 70px !important;
   display: inline-block !important;
   margin-left: 3em !important;
   padding: 15px 32px !important;
   position: absolute !important; }
 .grid-selection a.buttonoverview {
   margin-left: 3em !important;
   display: inline-block !important;
   background-color: #24bee4 !important;
   border: hidden !important;
   bottom: 30px !important;
   color: #fffefb !important;
   cursor: pointer !important;
   display: inline-block !important;
   margin-left: 3em !important;
   padding: 15px 32px !important;
   position: absolute !important; }
 .grid-selection .buttonoverview:hover {
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important; }

/*Links*/ a, a:visited {

 color: #24bee4 !important;
 text-decoration: none !important;
 transition: color text-shadow .2s ease-in-out !important; }
 a:hover, a:visited:hover {
   color: #aa34ba !important;
   text-shadow: 0 0 8px #eb00c2 !important; }

/*Images*/ img {

 height: auto !important;
 max-height: 100% !important;
 max-width: 100% !important;
 overflow: hidden !important;
 width: auto !important; }

/*The main styling for the "meat" and content of our wiki*/ main {

 background-color: #f8f8f8 !important;
 display: flex !important;
 flex-direction: row !important;
 font-family: "OpenSans" !important;
 font-size: medium !important;
 height: auto !important;
 justify-content: right !important;
 margin: 0 auto !important;
 position: relative !important;
 z-index: 1 !important; }
 main h1, main h2, main h3, main h4, main h5, main h6 {
   margin-top: 1em !important;
   margin-bottom: 2em !important;
   font-weight: bold !important;
   font-size: medium !important;
   font-family: "OpenSans" !important; }
 main h1 {
   margin-left: 2em !important;
   font-size: 2.2em !important; }
 main h2 {
   margin-left: 2em !important;
   font-size: 2em !important; }
 main h3 {
   margin-left: 4em !important;
   font-size: 1.8em !important; }
 main h4 {
   margin-left: 4em !important;
   font-size: 1.6em !important; }
 main h5 {
   margin-left: 4em !important;
   font-size: 1.4em !important; }
 main h6 {
   margin-left: 4em !important;
   font-size: 1.2em !important; }
 main p {
   margin: 3em 4em !important;
   line-height: 3em !important;
   font-size: medium !important;
   font-family: "OpenSans" !important;
   color: #1a1a1a !important; }
 main .overview {
   flex: 0 1 auto !important; }
 main article {
   flex: 0 0 65em !important;
   margin-top: 5em !important;
   text-align: justify !important;
   /*adding captions*/ }
   main article img, main article figure {
     flex: 0 0 30em !important;
     float: right !important;
     clear: both !important;
     position: relative !important;
     padding: 5px !important; }
   main article figure {
     margin: 0 !important;
     padding: 5px !important;
     display: table !important; }
   main article figcaption {
     text-align: center !important;
     padding: 10px !important;
     display: table-caption !important;
     caption-side: bottom !important;
     font-style: italic !important; }
 main > * {
   background-size: cover !important; }

@media screen and (max-width: calc(20em + 65em)) {

 main {
   flex-direction: column !important; } }

.darkened {

 z-index: 1000 !important;
 position: fixed !important;
 min-width: 100vw !important;
 min-height: 100vh !important;
 color: #1a1a1a !important;
 background-color: #1a1a1a !important; }
 .darkened * {
   display: none !important;
   visibility: 0 !important; }
 .darkened > .logo {
   display: block !important;
   visibility: 1 !important;
   position: fixed !important;
   top: 25% !important;
   left: 50% !important;
   -webkit-transform: translate(-50%, -50%) !important;
           transform: translate(-50%, -50%) !important;
   overflow: visible !important;
   max-width: 512px !important; }

.category-gallery {

 padding: 3% 5% !important;
 background-color: #fffefb !important;
 overflow: hidden !important; }
 .category-gallery::after {
   clear: both !important;
   content: "" !important;
   display: block !important; }
 .category-gallery div {
   position: relative !important; }
   .category-gallery div a {
     position: relative !important;
     display: block !important;
     overflow: hidden !important;
     overflow-y: scroll !important;
     overflow-x: hidden !important; }
     .category-gallery div a p {
       font-size: 2em !important;
       display: none !important;
       position: absolute !important;
       top: 50% !important;
       left: 50% !important;
       -webkit-transform: translate(-50%, -50%) !important;
               transform: translate(-50%, -50%) !important;
       margin-top: -0.5em !important;
       margin-left: -0.25em !important;
       z-index: 9 !important;
       /*overlay text over*/
       transition: all 0.2s !important;
       text-align: center !important; }
     .category-gallery div a:hover img {
       image-orientation: from-image !important;
       opacity: 0.10 !important; }
     .category-gallery div a:hover p {
       display: block !important; }
     .category-gallery div a img {
       border-radius: 50% !important;
       image-orientation: from-image !important;
       margin-bottom: 25px !important;
       min-width: 90% !important;
       min-height: 90% !important;
       transition: opacity ease-in-out 0.2s, background-color ease-in-out 0.7s !important; }

.petri-dish {

 display: none !important;
 border-radius: 50% !important;
 background-color: #1a1a1a !important;
 -webkit-transform: translate(-50%, -50%) !important;
         transform: translate(-50%, -50%) !important; }
  1. image_gallery {
 padding: 3% 5% !important;
 background-color: #f8f8f8 !important;
 overflow: hidden !important;
 position: relative !important; }
 #image_gallery::after {
   clear: both !important;
   content: "" !important;
   display: block !important; }
 #image_gallery img {
   width: calc(33.33333% - 26.66667px) !important;
   float: left !important;
   margin-left: 20px !important;
   margin: 10px !important;
   border-radius: 50% !important;
   -o-object-fit: cover !important;
      object-fit: cover !important;
   width: 150px !important;
   height: 150px !important;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
   clear: initial !important; }
 #image_gallery a {
   position: relative !important;
   display: block !important;
   overflow: hidden !important;
   overflow-y: scroll !important;
   overflow-x: hidden !important; }
   #image_gallery a p {
     font-size: 2em !important;
     display: none !important;
     position: absolute !important;
     top: 50% !important;
     left: 50% !important;
     -webkit-transform: translate(-50%, -50%) !important;
             transform: translate(-50%, -50%) !important;
     margin-top: -0.5em !important;
     margin-left: -0.25em !important;
     z-index: 9 !important;
     /*overlay text over*/
     transition: all 0.2s !important;
     text-align: center !important; }
   #image_gallery a:hover img {
     image-orientation: from-image !important;
     opacity: 0.10 !important; }
   #image_gallery a:hover p {
     display: block !important; }
   #image_gallery a img {
     border-radius: 50% !important;
     width: calc(8.33333% - 21.66667px) !important;
     float: left !important;
     margin-left: 20px !important;
     image-orientation: from-image !important;
     margin-bottom: 25px !important;
     min-width: 90% !important;
     min-height: 90% !important;
     transition: opacity ease-in-out 0.2s, background-color ease-in-out 0.7s !important; }

/*circular images for advisors*/

  1. advisor {
 margin: 10px !important;
 border-radius: 50% !important;
 -o-object-fit: cover !important;
    object-fit: cover !important;
 width: 175px !important;
 height: 175px !important;
 flex: 0 0 30em !important;
 float: right !important;
 clear: both !important;
 position: relative !important;
 margin-left: 5em !important; }

.team-bio {

 margin: 20px !important;
 line-height: 2em !important;
 font-size: medium !important;
 font-family: "OpenSans" !important;
 color: #1a1a1a !important;
 box-shadow: 0 0 5px #999 !important;
 padding: 0.25px !important; }

.hidden {

 display: none !important; }

.unhidden {

 display: block !important; }
  1. attributions {
 /*custom editing for the attributions page. Flipped so images are on the left rather than the right and images are circular.*/
 margin: 10px !important;
 border-radius: 50% !important;
 -o-object-fit: cover !important;
    object-fit: cover !important;
 width: 150px !important;
 height: 150px !important;
 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
 flex: 0 0 30em !important;
 float: left !important;
 clear: both !important;
 position: relative !important;
 margin-left: 5em !important; }

figcaption {

 display: block !important; }
  1. sponsors {
 /*images in line with the text*/
 float: none !important; }

header {

 background-color: #424242 !important;
 margin: 0 auto !important;
 overflow: hidden !important;
 padding: 0 0 !important;
 position: fixed !important;
 text-align: center !important;
 top: 16px !important;
 transition: all .1s !important;
 width: 100% !important;
 z-index: 999 !important; }
 header h1, header h2, header h3, header h4, header h5, header h6 {
   margin-top: 1em !important;
   margin-bottom: 2em !important;
   font-weight: bold !important;
   font-size: medium !important;
   font-family: "OpenSans" !important; }
 header h1 {
   margin-left: 2em !important;
   font-size: 2.2em !important; }
 header h2 {
   margin-left: 2em !important;
   font-size: 2em !important; }
 header h3 {
   margin-left: 4em !important;
   font-size: 1.8em !important; }
 header h4 {
   margin-left: 4em !important;
   font-size: 1.6em !important; }
 header h5 {
   margin-left: 4em !important;
   font-size: 1.4em !important; }
 header h6 {
   margin-left: 4em !important;
   font-size: 1.2em !important; }
 header p {
   margin: 3em 4em !important;
   line-height: 3em !important;
   font-size: medium !important;
   font-family: "OpenSans" !important;
   color: #1a1a1a !important; }
 header,
 header * {
   box-sizing: border-box !important; }
 header.scrollUp {
   -webkit-transform: translateY(-3em) !important;
           transform: translateY(-3em) !important; }
 header #navbar {
   display: flex !important;
   height: 3em !important;
   justify-content: center !important;
   padding-bottom: 1em !important; }
   header #navbar:hover, header #navbar:focus {
     height: auto !important; }
     header #navbar:hover > ul > li, header #navbar:focus > ul > li {
       height: auto !important; }
   header #navbar ul {
     display: flex !important;
     list-style: none !important;
     margin: 0 !important;
     padding: 0 !important; }
     header #navbar ul li {
       flex: 1 !important;
       float: left !important;
       line-height: 3em !important;
       position: relative !important; }
       header #navbar ul li .divider {
         background-color: #26fffa !important;
         flex: 0 0 1px !important;
         overflow: hidden !important; }
       header #navbar ul li a,
       header #navbar ul li a:visited {
         align-items: center !important;
         color: #fffefb !important;
         display: flex !important;
         font-size: 1em !important;
         padding: 0 20px !important;
         transition: all 0.2s ease-in-out !important;
         white-space: nowrap !important;
         width: 100% !important; }
         header #navbar ul li a img,
         header #navbar ul li a:visited img {
           display: inline-block !important;
           height: auto !important;
           margin: .1rem !important;
           min-height: 100% !important;
           width: auto !important; }
         header #navbar ul li a:hover,
         header #navbar ul li a:visited:hover {
           color: #26fffa !important;
           text-shadow: 0 0 8px #26fffa !important; }
         header #navbar ul li a:not(:only-child):after,
         header #navbar ul li a:visited:not(:only-child):after {
           content: ' ▾' !important;
           padding-left: 4px !important; }
       header #navbar ul li ul {
         display: flex !important;
         flex-direction: column !important;
         transition: all .2s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s !important; }
         header #navbar ul li ul li {
           font-size: .8em !important;
           overflow: hidden !important; }

/*scroll bar*/ .scrolltop {

 display: none !important;
 width: 100% !important;
 margin: 0 auto !important;
 position: fixed !important;
 bottom: 20px !important;
 right: 10px !important; }

.scroll {

 position: absolute !important;
 right: 20px !important;
 bottom: 20px !important;
 background: #b2b2b2 !important;
 background: rgba(178, 178, 178, 0.7) !important;
 padding: 20px !important;
 text-align: center !important;
 margin: 0 0 0 0 !important; }

.scroll:hover {

 background: #b2b2b2 !important;
 transition: 0.5s !important; }

.scroll:hover .fa {

 padding-top: -10px !important; }

.scroll .fa {

 font-size: 30px !important;
 margin-top: -5px !important;
 margin-left: 1px !important;
 transition: 0.5s !important; }

/* Tooltip container */ .tooltip {

 position: relative !important;
 display: inline-block !important;
 font-weight: bold !important;
 color: #0A1612 !important;
 cursor: pointer !important; }

/* Tooltip text */ .tooltip span {

 display: block !important;
 visibility: hidden !important;
 background-color: #1a1a1a !important;
 color: #fff !important;
 text-align: center !important;
 padding: 20px !important;
 border-radius: 6px !important;
 font-weight: normal !important;
 /* Position the tooltip text */
 position: absolute !important;
 z-index: 1 !important;
 bottom: 125% !important;
 left: 50% !important;
 -webkit-transform: translateX(-50%) !important;
         transform: translateX(-50%) !important;
 font-size: small !important;
 /* Fade in tooltip */
 opacity: 0 !important;
 transition: opacity 0.8s !important; }

/* Tooltip arrow */ .tooltip span::after {

 content: "" !important;
 position: absolute !important;
 top: 100% !important;
 left: 50% !important;
 margin-left: -5px !important;
 border-width: 5px !important;
 border-style: solid !important;
 border-color: #1a1a1a transparent transparent transparent !important; }

/* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .shortdef {

 visibility: visible !important;
 width: 20vw !important;
 opacity: 1 !important; }

/*.tooltip:active {

   .longdef {
     width: 40vw;
     visibility: visible;
     opacity: 1;
   }
   .shortdef {
     visibility: hidden;
     opacity: 0;
   }

}

  • /

nav {

 flex: 1 0 !important;
 max-width: 30em !important; }
 nav #toc {
   padding: 6em 2em !important;
   position: -webkit-sticky !important;
   position: sticky !important;
   top: 0 !important;
   white-space: nowrap !important; }
   nav #toc h1 {
     font-size: 1.5em !important; }
   nav #toc ul li {
     padding: .5em 0 !important; }
     nav #toc ul li a {
       font-size: 1.3em !important; }
     nav #toc ul li ul {
       height: 0 !important;
       overflow: hidden !important;
       padding: .75em 0 .5em 1em !important; }
       nav #toc ul li ul.current {
         height: auto !important; }
       nav #toc ul li ul li a {
         font-size: 1em !important; }

@media screen and (max-width: calc(20em + 65em)) {

 nav > #toc ul > li > ul {
   height: auto !important; } }

footer {

 font-size: medium !important;
 font-family: "OpenSans" !important;
 box-sizing: border-box !important;
 background-color: #1a1a1a !important;
 color: #fffefb !important;
 padding: 25px !important;
 positioN: relative !important;
 z-index: 999 !important; }
 footer::after {
   clear: both !important;
   content: "" !important;
   display: block !important; }
 footer div.footer-name {
   width: calc(41.66667%) !important;
   float: left !important;
   margin-left: 0px !important;
   line-height: 6rem !important;
   height: 6rem !important; }
   footer div.footer-name * {
     float: left !important; }
 footer div.spacer {
   width: calc(33.33333%) !important;
   float: left !important;
   margin-left: 0px !important;
   line-height: 6rem !important;
   height: 6rem !important; }
 footer div.social-container {
   width: calc(25%) !important;
   float: left !important;
   margin-left: 0px !important; }

/*Code courtesy of https://codepen.io/brandondward/pen/RpyaKL*/ .social-container {

 width: calc(25% - 25px) !important;
 float: left !important;
 margin-left: 20px !important;
 width: 400px !important; }

.social-icons {

 padding: 0 !important;
 list-style: none !important;
 margin: 1em !important; }
 .social-icons li {
   display: inline-block !important;
   margin: 0.15em !important;
   position: relative !important;
   font-size: 1.2em !important; }
 .social-icons i {
   color: #fff !important;
   position: absolute !important;
   top: 21px !important;
   left: 21px !important;
   transition: all 265ms ease-out !important; }
 .social-icons a {
   display: inline-block !important; }
   .social-icons a:before {
     -webkit-transform: scale(1) !important;
             transform: scale(1) !important;
     content: " " !important;
     width: 60px !important;
     height: 60px !important;
     border-radius: 100% !important;
     display: block !important;
     background: linear-gradient(45deg, #eb00c2, #26fffa) !important;
     transition: all 265ms ease-out !important; }
   .social-icons a:hover:before {
     -webkit-transform: scale(0) !important;
             transform: scale(0) !important;
     transition: all 265ms ease-in !important; }
   .social-icons a:hover i {
     -webkit-transform: scale(2.2) !important;
             transform: scale(2.2) !important;
     color: #eb00c2 !important;
     background: -webkit-linear-gradient(45deg, #eb00c2, #26fffa) !important;
     -webkit-background-clip: text !important;
     -webkit-text-fill-color: transparent !important;
transition: all 265ms ease-in !important; }