/* Using global sytles is not recommended, prefer local styles via CSS Modules */

/*
 * box model like it should be
 *
 * http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */
html { box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*
 * kill document defaults margin & padding. We all do that all the time, right ?
 */
html,
body {
  margin: 0;
  padding: 0;
}

/*
 * page styles
 */
html {
  min-height: 100%;
  background: rgb(250, 253, 255);
}

body {
  color: #555;
  font-size: 1rem;
  line-height: 1.5rem;

  /* system font https://medium.com/designing-medium/system-shock-6b1dc6d6596f */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

/*
 * .phenomic-HeadingAnchor
 *
 * anchors for markdown headings, generated via markdown renderer, so require
 * global styling
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
}

.phenomic-HeadingAnchor {
  display: inline-block;
  text-align: center;
  margin-left: -1.8rem;
  margin-right: 0.4rem;
  width: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
  opacity: 0.1;
  transition: opacity 0.2s
}

h1:hover .phenomic-HeadingAnchor,
h2:hover .phenomic-HeadingAnchor,
h3:hover .phenomic-HeadingAnchor,
h4:hover .phenomic-HeadingAnchor,
h5:hover .phenomic-HeadingAnchor,
h6:hover .phenomic-HeadingAnchor { opacity: 1; }

/* minimal styling, prefer removing this and use local styles */
a {
  color: inherit;
  text-decoration: none
}
a:hover { text-decoration: underline; }

hr {
  border: 0;
  height: 1px;
  background: #8C8D91;
  opacity: 0.2;
  margin: 2rem 0;
}
/**
 * You can try all official Highlight.js theme here
 *
 * https://highlightjs.org/static/demo/
 *
 * More themes here
 *
 * https://github.com/isagalaev/highlight.js/tree/master/src/styles
 */

/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
._2Mf6m {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
._2gGRo {
  position: absolute;
  /* stretch */
  left: 0;
  right: 0;
  
  color: #FBFCFC;
}

._2frUm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 61rem;
  margin: 0 auto;
  padding: 0;
  line-height: 3rem;
}

._37D8R,
._3VLYQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.Ezg15 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none !important;
  opacity: 0.6;
  transition: 0.4s all;
  border-bottom: 1px solid transparent
}

.Ezg15:hover,
  .Ezg15:focus {
  color: inherit;
  opacity: 1;
  border-bottom-color: #FBFCFC;
}

.Ezg15 svg {
  fill: currentColor;
  opacity: 0.5;
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

._24xhD {
	position: absolute;
	top: 2px;
	left: 8px;
}
._116Tm {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
}._1Ustb {
  text-align: center;
}

._21LuU {
  font-size: 0.75rem;
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
}

.MMp-P {
  font-weight: 100;
}
._1mmZb {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1rem;
  line-height: 2rem;
  font-weight: 100;
  text-align: center;
  border-radius: 3px;

  transition: .2s all;

  color: #007acc;
  border: 1px solid #007acc;
  background: rgba(251, 252, 252, 0.2)
}

._1mmZb:hover {
  text-decoration: none;
  color: #107491;
  border: 1px solid #107491
}

._1w6mX {
  color: #46BE77;
  border: 1px solid #46BE77
}

._1w6mX:hover {
  color: #22846C;
  border: 1px solid #22846C
}

._2zz8t {
  color: #FBFCFC;
  border: 1px solid #FBFCFC
}

._2zz8t:hover {
  color: #FBFCFC;
  border: 1px solid #FBFCFC;
  background: rgba(251, 252, 252, 0.3)
}


._35BEo {
  font-size: 1.5rem;
  padding: 0 2rem;
  line-height: 3rem;
}
._1KhX5 {
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

._3i5XI {
  height: 5vh;
  min-height: 5rem;
  width: 5vh;
  min-width: 5rem;
  border: 6px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  animation: _3H5Gy 0.6s infinite linear 0.25s;

  /* the opacity is used to lazyload the spinner, see animation delay */
  opacity: 0;
}

@keyframes _3H5Gy {
  from {
    opacity: 1;
    transform: rotate(0);
  }

  to {
    opacity: 1;
    transform: rotate(359deg);
  }
}
.c6CqU {
  position: fixed;
  /* stretch */
  left: 0;
  min-width: 240px;
  width: 12%;
  padding: 20px 20px 20px 20px;
  background-color: white;
  border-right: 1px solid rgba(230, 230, 230, 1);
  border-top: 1px solid rgba(230, 230, 230, 1);
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  color: #222;
}

._3xfVE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 61rem;
  margin: 0 auto;
  padding: 0;
  line-height: 2.4rem;
  background-color: white;
  overflow: hidden;
}

._3ARzh,
.SIGDz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

._10zLq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none !important;
  opacity: 0.6;
}


._10zLq svg {
  fill: currentColor;
  opacity: 0.5;
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

._10zLq:hover {
  color: inherit;
  opacity: 1.0;
}

._5UE78 {
  width: 33px;
  height: 33px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: inherit;
  text-decoration: none !important;
  opacity: 0.6;
}

._16w6q {
  height: 33px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none !important;
  opacity: 1.0;

}

._5UE78 svg {
  fill: currentColor;
  opacity: 0.5;
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

._5UE78:hover {
	color: inherit;
	opacity: 1.0;
}

._3ARzh ul {
	padding-left: 8px;
	margin: 0px;
}

._3ARzh li {
	float: left;
	text-decoration: none;
	padding: 2.4px;
	list-style-type: none;
	margin-bottom: 10px;
}

._24izh {
	font-size: large;
}

._1Ev_p {
	font-weight: bold;
	padding-left: 10px;
	background-color: 	#F5F5F5;
	width: 100%;
}
.sFWsg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.hOK0m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: auto;
      align-self: auto;
  width: 100%;
  max-width: 60rem;
  padding: 2rem 0.75rem;
}

._3R1Sr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 60rem;
  padding: 0.5rem 0.75rem;
}

._3R1Sr h1 {
	line-height: 4rem;
}

._1pU0m {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	margin-left: 300px; /* change this so menu does not interfere*/
}

._3p2ZP {
  /* fallback, mainly visible when hero image is loading */
  background-color: #46BE77;
  /* fallback when there is no hero image */
  background: radial-gradient(
      ellipse at 50% 50%,
      rgb(108, 203, 148) 15%,
      #46BE77 70%
    );
	
}

._3wrxV {
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1rem 0;
  padding: 0.5vh 0;
  text-align: center;
}

._1Tkeg {
  color: #FBFCFC;
  text-shadow: 0 0 10px #107491,
    0 0 6px #111,
    0 0 2px #111;
  letter-spacing: 1px;
}

.mlJD2 {
  margin-top: 2rem;
}

._1z1n5 {
  /*margin: 1rem 0;*/
  position: relative;
}

._30RKo {

  /* handy for content */
  
  
}

._30RKo a {
  color: #007acc;
  transition: all 0.2s;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

._30RKo a:hover {
  opacity: 1;
  color: rgb(0, 107, 179);
  border-bottom-color: #007acc;
}

._30RKo img {
  max-width: 100%;
}._1Zu4s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 50vh;
  padding: 1rem 0;
}

._2vfNd {
  font-size: 4rem;
  line-height: 4rem;
  color: #ddd;
}

._3DufC {
  margin: 4rem 0;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
._2BJ2- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0.6;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

._2TZjW, th, td {
	border: 1px solid black;

}

td {
	padding: 5px 10px;
}

ul p {
	margin: 0;
}._1KOST {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

._224JU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 60rem;
  padding: 1rem 0.75rem;
}

._2-gQi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-pack: center;
	    justify-content: center;
}

._2lqhw {
  /* fallback, mainly visible when hero image is loading */
  background-color: #46BE77;
  /* fallback when there is no hero image */
  background: radial-gradient(
      ellipse at 50% 50%,
      rgb(108, 203, 148) 15%,
      #46BE77 70%
    );
}

.A82s7 {
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 5rem 0;
  padding: 10vh 0;
  text-align: center;
}

._1xBJl {
  color: #FBFCFC;
  text-shadow: 0 0 10px #107491,
    0 0 6px #111,
    0 0 2px #111;
  letter-spacing: 1px;
  line-height: 4rem;
}

._2EkhW {
  margin-top: 2rem;
}

._3XmNT {
  margin: 1rem 0;
  position: relative;
}

.JTX5s {

  /* handy for content */
}

.JTX5s a {
  color: #007acc;
  transition: all 0.2s;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.JTX5s a:hover {
  opacity: 1;
  color: rgb(0, 107, 179);
  border-bottom-color: #007acc;
}

.JTX5s img {
  max-width: 100%;
}
._3igKm {
  position: relative;
  /* stretch */
  left: 0;
  right: 0;
  width: 250px;

  color: #222;
  border-right: 1px solid rgba(230, 230, 230, 1);
  background-color: white;
}
._3igKm::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  	border-radius: 10px;
  	background-color: #F5F5F5;
  }
._3igKm::-webkit-scrollbar
  {
  	width: 12px;
  	background-color: #F5F5F5;
  }

._3igKm::-webkit-scrollbar-thumb
  {
  	border-radius: 10px;
  	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  	background-color: #999;
  }

._16LRw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 61rem;
  padding-left: 10px;
  padding-top: 45px;
  padding-right: 5px;

}

input{
  border-radius: 4px;
  border: 1.5px solid rgb(51, 153, 255);
  padding: 3px 10px 3px 35px;
  margin-bottom: 30px;
  font-size: 16px;
  background: url("/assets/blue/search-icon.png") no-repeat 5px 2px;
}
.nav-level-1,
.nav-level-2,
.nav-level-3 {
  margin-top: 3px;
}
.nav-level-2 div {
  display: none;
}

.nav-level-2.active div {
  display: block;
}

.nav-level-2 span,
.nav-level-3 span{
    border-top: 0px;
    border-bottom: 0px;
    margin-top: -11px;
    padding-top: 11px;
}
._3hjLK,
.zuFJ9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.dvgaA {
  -ms-flex-align: center;
      align-items: center;
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  transition: 0.4s all;
  border-bottom: 1px solid transparent
}

.dvgaA:hover,
  .dvgaA:focus {
  color: inherit;
  opacity: 1;
  text-decoration: underline;
  border-bottom-color: #FBFCFC;
}

.dvgaA svg {
  fill: currentColor;
  opacity: 0.5;
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
._12Gtk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.AQPFf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: auto;
      align-self: auto;
  max-width: 60rem;
  padding-left: 40px;
}

._2rmw1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 60rem;
  padding: 0.5rem 0.75rem;
}

.FD7vw {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
}

._1YkJL {
  /* fallback, mainly visible when hero image is loading */
  background-color: #46BE77;
  /* fallback when there is no hero image */
  background: radial-gradient(
      ellipse at 50% 50%,
      rgb(108, 203, 148) 15%,
      #46BE77 70%
    );
}

._3hP8D {
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1rem 0;
  padding: 0.5vh 0;
  text-align: center;
}

._2ZdkC {
  color: #FBFCFC;
  text-shadow: 0 0 10px #107491,
    0 0 6px #111,
    0 0 2px #111;
  letter-spacing: 1px;
}

._2kpfo {
  margin-top: 2rem;
}

._1HS-o {
  margin: 1rem 0;
  position: relative;
}


._23byn {

  /* handy for content */
}


._23byn a {
  color: #007acc;
  transition: all 0.2s;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}


._23byn a:hover {
  opacity: 1;
  color: rgb(0, 107, 179);
  border-bottom-color: #007acc;
}


._23byn img {
  max-width: 80%;
  margin-left: 10%;
}


._23byn span._3kdsP {
  color: #007acc;
  font-style: italic;
}


._23byn span._3kdsP:hover {
  color: #555;
}
._3QGQA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 1;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

._2wDOl, th, td {
	border: 1px solid black;

}

td {
	padding: 5px 10px;
}

video {
	display: block;
	height: 80%;
}
._1gVt0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

._3EKmj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: auto;
      align-self: auto;
  width: 100%;
  max-width: 60rem;
  padding: 2rem 0.75rem;
}

._3Kanc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 60rem;
  padding: 0.5rem 0.75rem;
}

._3Kanc h1 {
	line-height: 4rem;
}

._1v1gx {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-pack: center;
	    justify-content: center;
}

._3Tqyb {
  /* fallback, mainly visible when hero image is loading */
  background-color: #46BE77;
  /* fallback when there is no hero image */
  background: radial-gradient(
      ellipse at 50% 50%,
      rgb(108, 203, 148) 15%,
      #46BE77 70%
    );
}

._2FdLC {
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1rem 0;
  padding: 0.5vh 0;
  text-align: center;
}

._1rp2V {
  color: #FBFCFC;
  text-shadow: 0 0 10px #107491,
    0 0 6px #111,
    0 0 2px #111;
  letter-spacing: 1px;
}

._3mYeB {
  margin-top: 2rem;
}

.-haiP {
  margin: 1rem 0;
  position: relative;
}

._1GTDs {

  /* handy for content */
}

._1GTDs a {
  color: #007acc;
  transition: all 0.2s;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

._1GTDs a:hover {
  opacity: 1;
  color: rgb(0, 107, 179);
  border-bottom-color: #007acc;
}

._1GTDs img {
  max-width: 100%;
}._11lJJ {
  position: fixed;
  /* stretch */
  right: 0;
  min-width: 235px;
  width: 12%;
  padding: 5px 5px 5px 5px;
  background-color: white;
  border-left: 3px solid rgba(230, 230, 230, 1);
  border-top: 3px solid rgba(230, 230, 230, 1);
  border-bottom: 3px solid rgba(230, 230, 230, 1);
  border-right: 3px solid rgba(230, 230, 230, 1);
  color: #222;
}

._1-tux {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 61rem;
  margin: 0 auto;
  padding: 0;
  line-height: 2.4rem;
  background-color: white;
  overflow: hidden;
}

._1oDd9,
._1lE0B {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

._1JeSk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none !important;
  opacity: 0.6;
}


._1JeSk svg {
  fill: currentColor;
  opacity: 0.5;
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

._1JeSk:focus, ._1JeSk:hover, ._1JeSk:active {
  color: inherit;
  opacity: 1.0;
}

._1I3B2 {
  width: 30px;
  height: 30px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: inherit;
  text-decoration: none !important;
  opacity: 0.6;
}

._1I3B2 svg {
  fill: currentColor;
  opacity: 0.5;
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

._1I3B2:focus, ._1I3B2:hover, ._1I3B2:active {
	color: inherit;
	opacity: 1.0;
}

._1oDd9 ul {
	margin: 0px;
}

._1oDd9 li {
	float: right;
	text-decoration: none;
	padding: 2.4px;
	list-style-type: none;
	margin-bottom: 10px;
}

._3haay {
	font-size: large;
}

._3QY5e {
	font-weight: bold;
}._25Ege {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.UdxMI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: auto;
      align-self: auto;
  width: 100%;
  max-width: 60rem;
  padding: 2rem 0.75rem;
}

._1xjhG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  /*max-width: var(--maxWidth); use this if you want to make h1 (text in hero) smaller again*/
  padding: 0.5rem 0.75rem;
}

._1xjhG h1 {
	line-height: 4rem;
}

.iJFfs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	margin-left: 300px; /* change this so menu does not interfere*/
}

._3d9ka {
  /* fallback, mainly visible when hero image is loading */
  background-color: #46BE77;
  /* fallback when there is no hero image */
  background: radial-gradient(
      ellipse at 50% 50%,
      rgb(108, 203, 148) 15%,
      #46BE77 70%
    );
	
}

._8mYq9 {
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1rem 0;
  padding: 0.5vh 0;
  text-align: center;
}

._21EcJ {
  color: #FBFCFC;
  text-shadow: 0 0 10px #107491,
    0 0 6px #111,
    0 0 2px #111;
  letter-spacing: 1px;
}

._5NO2V {
  margin-top: 2rem;
}

._1EtKc {
  /*margin: 1rem 0;*/

}

._3o7J5 {

  /* handy for content */
  
  
}

._3o7J5 a {
  color: #007acc;
  transition: all 0.2s;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

._3o7J5 a:hover {
  opacity: 1;
  color: rgb(0, 107, 179);
  border-bottom-color: #007acc;
}

._3o7J5 img {
  max-width: 100%;
}.Tj71z {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0.6;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.nFGaU, th, td {
	border: 1px solid black;

}

td {
	padding: 5px 10px;
}