h1, h2, h3, p, a, pre {
  font-family: "Roboto", sans-serif;
  color: #EDF9FC;
}

h2 {
  font-size: 14px;
  font-weight: 400;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5em;
}

@media screen and (max-width: 1200px) {
  .hideDesktopLG {
    display: none !important;
    width: 0;
    height: 0;
  }
  .showMobileLG {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .hideDesktopSM {
    display: none !important;
    width: 0;
    height: 0;
  }
  .showMobileLG {
    display: none;
  }
  .topPadDesktopSM40 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .showTablet {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .showTablet {
    display: block;
  }
  .hideTablet {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hideTabletLG {
    display: none !important;
    width: 0;
    height: 0;
  }
  .showMobileLG {
    display: none;
  }
  .topPadTablet40 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .hideTablet {
    display: none !important;
    width: 0;
    height: 0;
  }
  .hideDesktopLG {
    display: inline-block;
  }
  .showMobileLG {
    display: none;
  }
  .showTablet {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  .showMobileLG {
    display: block !important;
  }
}
@media screen and (max-width: 425px) {
  .hideMobileLG {
    display: none !important;
    width: 0;
    height: 0;
  }
  .hideDesktopLG {
    display: inline-block;
  }
  .showMobileLG {
    display: block;
  }
}
body {
  box-sizing: border-box;
  background-color: #1B1B1B;
  margin: 0;
}

#topNavBorder {
  width: 100%;
  height: 35px;
  background-color: #323232;
}
#topNavBorder .circleContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 52px;
  padding: 10px 12px 0 12px;
}
#topNavBorder .circleContainer .circle {
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
#topNavBorder .circleContainer :first-child {
  background-color: #FF6058;
}
#topNavBorder .circleContainer :nth-child(2) {
  background-color: #FFC03E;
}
#topNavBorder .circleContainer :nth-child(3) {
  background-color: #20CA4E;
}

#leftBorder {
  height: 130%;
  position: absolute;
  border: 1px solid #101010;
  background-color: #323232;
  width: 34px;
}
#leftBorder .filler {
  display: block;
  border-bottom: 1px solid #101010;
  background-color: #262626;
  height: 14px;
  width: 34px;
}

#rightBorderThick {
  height: 130%;
  position: absolute;
  border: 1px solid #101010;
  background-color: #323232;
  width: 122px;
  right: 0;
  top: 35px;
}
#rightBorderThick .filler {
  display: block;
  border-bottom: 1px solid #101010;
  background-color: #262626;
  height: 14px;
  width: 122px;
}

#headerBar {
  position: absolute;
  width: calc(100% - 34px - 122px);
  top: 35px;
  left: 34px;
  background-color: #323232;
  border: 1px solid #101010;
  height: 66px;
}
#headerBar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}
#headerBar .container div {
  margin: 0;
  padding: 0;
}
#headerBar .container a img:not(:nth-child(2)) {
  width: 36px;
  height: 36px;
}
#headerBar .container :nth-child(2) button img {
  width: 30px;
  height: 20px;
  background-color: #323232;
}
#headerBar .container #hamburgerIcon {
  display: none;
}
#headerBar .container #hamburgerIcon button {
  border: none;
  background-color: #323232;
}
@media screen and (max-width: 992px) {
  #headerBar {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  #headerBar {
    overflow: hidden;
    height: auto;
  }
  #headerBar #menuLinks a {
    display: inline-block !important;
  }
  #headerBar #menuLinks:not(:first-child) {
    display: none;
  }
}

main {
  width: calc(100% - 34px - 122px);
  background-color: #1B1B1B;
  position: absolute;
  top: 101px;
  left: 34px;
  display: grid;
  grid-template-columns: 300px auto;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  main {
    grid-template-columns: 202px auto;
  }
}
@media screen and (max-width: 992px) {
  main {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  main {
    grid-template-columns: 200px auto;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  main {
    display: block;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 425px) {
  main {
    width: 100%;
  }
}

main #quickLinks {
  display: inline-block;
}
main #quickLinks > div {
  margin: 0 40px 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  main #quickLinks > div {
    margin: 0 20px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  main #quickLinks > div {
    margin: 0 10px 0 20px;
  }
}
main #quickLinks:nth-child(2) {
  margin-top: 34px !important;
}
main #quickLinks div a, main #quickLinks div button {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  background-color: transparent;
  color: #EDF9FC;
  border: none;
  line-height: 1.2em !important;
  text-decoration: none;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 240px;
  display: block;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  main #quickLinks div a, main #quickLinks div button {
    width: 150px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  main #quickLinks div a, main #quickLinks div button {
    width: 130px;
  }
}
main #quickLinks button {
  width: 252px !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  main #quickLinks button {
    width: 162px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  main #quickLinks button {
    width: 142px !important;
  }
}
main #quickLinks div .active {
  background-color: #323232;
}
main #quickLinks div .inactive {
  background-color: #1B1B1B;
}
@media screen and (max-width: 576px) {
  main #quickLinks {
    display: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  main #quickLinks div {
    margin: 0 20px;
  }
  main #quickLinks div a, main #quickLinks div button {
    text-align: center;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#menuLinks {
  display: none;
  width: 300px;
  position: absolute;
  background-color: #323232;
  top: 111px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0px;
  padding-bottom: 20px;
}
#menuLinks div a, #menuLinks div button, #menuLinks div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  background-color: transparent;
  color: #EDF9FC;
  border: none;
  line-height: 1.2em !important;
  text-decoration: none;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 240px;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
}
#menuLinks div a:hover, #menuLinks div a:focus, #menuLinks div button:hover, #menuLinks div button:focus, #menuLinks div p:hover, #menuLinks div p:focus {
  background-color: #1B1B1B;
  transition: background-color ease-in-out 200ms;
}
#menuLinks div:first-child {
  padding-top: 20px !important;
}
#menuLinks div button {
  padding-bottom: 14px !important;
  width: 260px !important;
}

#menuLinks.show {
  display: block !important;
  z-index: 99;
}

#homeAboutBody {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-right: 4%;
  padding-top: 34px;
}
@media screen and (min-width: 1200px) {
  #homeAboutBody {
    padding-left: 4%;
    width: calc(100% - 122px);
  }
}
@media screen and (max-width: 992px) {
  #homeAboutBody {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 576px) {
  #homeAboutBody {
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 425px) {
  #homeAboutBody {
    padding-left: 6%;
    padding-right: 6%;
  }
}
#homeAboutBody h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 48px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  #homeAboutBody h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 425px) {
  #homeAboutBody h1 {
    font-size: 24px;
  }
}
#homeAboutBody .headingMD {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  padding-bottom: 58px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #homeAboutBody .headingMD {
    padding-bottom: 28px;
  }
}
#homeAboutBody .table .columnHeading {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (min-width: 1200px) {
  #homeAboutBody .table .columnHeading {
    font-size: 16px;
  }
}
#homeAboutBody .table p, #homeAboutBody .table a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}
#homeAboutBody .col-3split {
  display: grid;
  width: 100%;
  grid-template-columns: 5fr 2fr 3fr;
}
@media screen and (max-width: 992px) {
  #homeAboutBody .col-3split {
    grid-template-columns: 4fr 3fr;
  }
}
@media screen and (max-width: 425px) {
  #homeAboutBody .col-3split {
    display: block;
  }
}
#homeAboutBody .col-3split div > div {
  border-top: 1px solid #4A4A4A;
  border-bottom: 1px solid #4A4A4A;
}
#homeAboutBody .col-3split div > div p {
  margin: 16px 0;
}
#homeAboutBody .col-3split div > div a {
  text-decoration: none;
}
#homeAboutBody .col-3split div > div a:hover, #homeAboutBody .col-3split div > div a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#homeAboutBody.dim {
  animation: slowFadeOut 100ms ease-in forwards;
}

@keyframes slowFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 10%;
  }
}
#connect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
#connect .spacer {
  flex-grow: 3;
}
#connect .connectButtons {
  margin-top: 2.2rem;
  width: 150px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#connect .connectButtons img {
  width: 34px;
  height: auto;
  border-radius: 50%;
  transition: box-shadow ease-in-out 150ms;
}
#connect .connectButtons img:hover, #connect .connectButtons img:focus {
  box-shadow: 0px 0px 10px rgba(237, 249, 252, 0.6);
}

#popupContainer {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  z-index: 1;
  top: 300px;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 576px) {
  #popupContainer {
    left: 50%;
    width: 300px;
  }
}

#popupContainer.show {
  visibility: visible !important;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#connectPopup {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  #connectPopup {
    width: 300px;
  }
}
#connectPopup #popupHeading {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: auto 30px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #connectPopup #popupHeading {
    width: 300px;
  }
}
#connectPopup #xIcon {
  padding-top: 6px;
}
#connectPopup #xIcon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: box-shadow ease-in-out 150ms;
}
#connectPopup #xIcon img:hover, #connectPopup #xIcon img:focus {
  box-shadow: 0px 0px 10px rgba(237, 249, 252, 0.6);
}
#connectPopup #popupMain > div > div {
  padding: 0px 20px;
  width: 300px;
  background-color: #E4E4E4;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 20px #101010;
  border-radius: 5px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 576px) {
  #connectPopup #popupMain > div > div {
    width: 260px;
  }
}
#connectPopup h2 {
  font-size: 2em;
  text-align: center;
  margin: 20px 20px;
  color: #EDF9FC;
}
#connectPopup #connectPopupIcons {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
@media screen and (max-width: 576px) {
  #connectPopup #connectPopupIcons {
    width: 300px;
  }
}
#connectPopup #connectPopupIcons p {
  text-align: left;
  color: #101010;
  margin: 0;
  font-size: 16px;
}
#connectPopup #connectPopupIcons p a {
  color: #101010;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#connectPopup #connectPopupIcons p a:hover, #connectPopup #connectPopupIcons p a:focus {
  text-decoration: none;
  color: #24606E;
  font-weight: 600;
  transition: text-decoration ease-in-out 400ms;
}
#connectPopup #connectPopupIcons img {
  width: 50px;
  height: auto;
  border-radius: 50%;
  transition: box-shadow ease-in-out 150ms;
}
#connectPopup #connectPopupIcons img:hover, #connectPopup #connectPopupIcons img:focus {
  box-shadow: 0px 0px 10px rgba(237, 249, 252, 0.6);
}
