﻿@import url("https://use.typekit.net/qtk7bux.css");
.eg-button-Command {
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 4em;
  border: 1px solid white;
  border-radius: 3px;
  background-color: black;
  color: white;
  height: 3em;
  line-height: 2em;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
  will-change: transform, opacity;
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 0.078em;
}

.eg-button-Command:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3em;
  height: 0.3em;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.eg-button-Command:active::after {
  animation: ripple 1s ease-out;
  -webkit-animation: ripple 1s ease-out;
}

.eg-button-Command:focus {
  background-color: rgba(255, 255, 255, 0.25);
  outline: none;
}

.eg-button-Command:hover {
  background-color: rgba(255, 255, 255, 0.25);
  outline: none;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(40, 40);
  }
}
.eg-button__icon {
  padding-right: 0.3em;
}

.eg-logo-container {
  position: fixed;
  left: 28.3vw;
  top: 27vh;
  height: 11.5em;
  width: 40.6em;
}

.eg-dialog__show {
  position: fixed;
  left: 28.3vw;
  top: 27vh;
  width: 40.6em;
  background-color: white;
  animation-name: eg-fadeIn;
  animation-duration: 0.15s;
  border-radius: 1em;
}

.eg-dialog__showMobile {
  position: fixed;
  left: 10%;
  top: 2.5%;
  width: 80%;
  height: 95%;
  background-color: white;
  animation-name: eg-fadeIn;
  animation-duration: 0.15s;
  border-radius: 1em;
  overflow: auto;
}

.eg-dialog__showMobile ul {
  padding-left: 0em;
}

.eg-dialog__showMobile .eg-dialog__body {
  padding-bottom: 0em;
}

.eg-dialog__showMobile .eg-dialog__footer {
  padding: 0em;
}

.eg-dialog__showMobile .eg-dialog__heading {
  padding-top: 0em;
}

.eg-dialog__showMobile .eg-dialog-subtitle1 {
  padding-top: 0em;
  margin-bottom: 0;
}

.eg-dialog__showMobile .eg-list {
  margin-top: 0em;
}

.eg-dialog__hide {
  position: fixed;
  left: 28.3vw;
  top: 27vh;
  width: 40.6em;
  background-color: white;
  animation-name: eg-fadeOut;
  animation-duration: 0.075s;
  border-radius: 1em;
  opacity: 0;
}

.eg-dialog__heading {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
}

.eg-dialog-subtitle1 {
  font-size: 1rem;
}

.eg-dialog__body {
  color: rgba(0, 0, 0, 0.54);
  line-height: 1.5rem;
  letter-spacing: 0.03125em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5rem;
}

.eg-dialog__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5em;
  margin-right: 0.5em;
}

.eg-list {
  list-style-type: none;
}

.eg-list-item {
  height: 3rem;
  letter-spacing: 0.00937em;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  will-change: transform, opacity;
  overflow: hidden;
}

.eg-list-item:hover {
  background-color: rgba(0, 0, 0, 0.25);
  outline: none;
}

.eg-list-item:focus {
  background-color: rgba(0, 0, 0, 0.25);
  outline: none;
}

.eg-list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 0.3em;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.eg-list-item:active::after {
  animation: ripple 0.25s ease-out;
  -webkit-animation: ripple 0.25s ease-out;
}

.eg-waiting {
  padding: 1em;
}

.eg-fading {
  animation-name: eg-fadeIn;
  animation-duration: 0.15s;
}

@keyframes eg-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes eg-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  margin: 0;
  background-color: black;
}

footer {
  color: white;
  background-color: #212121;
  font-size: 10px;
  text-align: center;
}

footer a {
  color: white;
}

a {
  color: black;
}

.eg-headerbody {
  position: fixed;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #fafafa;
  z-index: 100;
}

header {
  align-items: center;
  display: flex;
  font-family: handel-gothic, "Segoe UI", Verdana, Helvetica, Sans-Serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  opacity: 0.87;
}

h1 {
  font-family: Roboto, "Segoe UI", Verdana, Helvetica, Sans-Serif;
  font-size: 64px;
  letter-spacing: 3px;
}

eg-headerLogo {
  order: 1;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 50px;
}

eg-headerName {
  order: 2;
}

.eg-menuoptions {
  color: #80D8FF;
  order: 2;
  margin-left: auto;
  padding-right: 60px;
  padding-right: 20px;
}

.eg-menuoptions a {
  color: #80D8FF;
}

.eg-headerline {
  width: 100%;
  border-top: 1px solid #FFE0B2;
  border-bottom: 1px solid #FFE0B2;
  color: black;
  z-index: 100;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding-right: 10px;
  align-items: center;
}

.eg-name {
  height: 2em;
  padding-left: 20px;
}

.eg-mission {
  padding-top: 10px;
  width: 99%;
  opacity: 0.87;
  margin: 0 auto;
  background-image: url("../../../ClientApp/css/images/adobestock_45705514.jpg");
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: white;
}

.eg-mission-artisian {
  margin: 0 auto;
  text-align: center;
  width: 30%;
  opacity: 0.87;
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.eg-mission-statement {
  margin: 0 auto;
  text-align: center;
  width: 30%;
  min-width: 400px;
  top: -1em;
}

.eg-mission-text {
  font-size: 26px;
  opacity: 0.87;
}

.eg-mission-text-special {
  font-size: 40px;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);
}

.eg-cardStack {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.eg-card1 {
  margin: 10px;
  background-Color: #FFF3E0;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

.eg-card1-header {
  min-Height: 72px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #F57C00;
}

.eg-card1-titleBlock {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  font-size: 24px;
  color: #F57C00;
}

.eg-card1-supportingBlock {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  color: black;
}

.eg-container {
  width: 100%;
  align-self: center;
  height: 100%;
  margin-top: 96px;
  min-height: 100vh;
  order: 2;
  background-color: #FEFEFE;
}

.eg-mission2 {
  border-radius: 2px;
  max-width: 480px;
  margin-left: 5%;
  margin-top: 5%;
  padding: 2%;
  font-size: 48px;
  font-family: serenity, sans-serif;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.eg-grid {
  max-width: 1280px;
}

@media (max-width: 480px) {
  .eg-mission2 {
    font-size: 34px;
    margin-right: 5%;
  }
  .eg-grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
