/* Start Greg Styles */
body {
  background: white;
  margin: 0px;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
h1 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 4em;
  font-weight: 600;
}
h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 3em;
  font-weight: 600;
}
h3 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 2em;
  font-weight: 600;
}
h4 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 1.5em;
  font-weight: 600;
}
p {
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}
b {
  font-weight: 600;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0px;
}
a {
  color: dodgerblue;
  text-decoration: none;
  cursor: pointer;
}
select,
button {
  border: 1px solid gainsboro;
  border-radius: 5px;
  background: #fdfdfd;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  padding: 63px 20px;
}
.min_width {
  min-width: 300px;
}
.min_height {
  min-height: 300px;
}
.box_shadow {
  border: 1px solid #ececec;
}
.button1 {
  padding: 10px 20px;
  border-radius: 30px;
  background: linear-gradient(to right, dodgerblue, dodgerblue);
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button2 {
  padding: 10px 20px;
  border-radius: 30px;
  background: white;
  color: dodgerblue;
  border: 2px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.material-icons {
  font-size: 1em;
  display: block;
  width: auto;
  height: auto;
}
input,
select,
button,
[onclick],
[onmouseover] {
  cursor: pointer;
  font-family: "Onest", sans-serif;
  margin: 0px;
}
a:hover,
[onclick]:hover,
.hover:hover {
  opacity: 0.75;
  cursor: pointer;
}
.menu_dropdown {
  display: none;
}
.menu_dropdown.show {
  display: block;
}
/* End Greg Styles */

/* Core Site Styles */
.hide {
  display: none;
}

/* General */

.menu_dropdown.show {
  z-index: 9999;
}
.page {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

/* Navigation Container */
#navContainer {
  background: linear-gradient(to right, dodgerblue, deepskyblue);
  color: white;
}
#standardNavbar {
  padding: 5.5px 20px;
  display: flex;
  flex-wrap: wrap;
}

.menuItem {
  position: relative;
  padding: 0px 15px;
  background: none;
}
.activeMenu {
  background: rgba(0, 0, 0, 0.25);
}
.aboveNavbar {
  padding: 10px;
  background: peachpuff;
  text-align: center;
  font-weight: bold;
}
.mainLogo {
  margin-right: auto;
  display: flex;
  align-items: center;
  color: white;
}
.logoText {
  font-size: 2em;
  font-weight: 900;
}
.logoDiamond {
  align-self: center;
  font-size: 1.5em;
}
.mainMenuContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#moblieNewNavBar a {
  font-size: 1em;
  cursor: pointer;
  margin-right: -3px 15px 3px 0px;
  font-size: 1.25em;
  color: white;
  text-decoration: none;
}
.hamburger {
  display: none;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 4px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
.hamburgerDropdown {
  display: none;
}
.hamburgerLink {
  width: 250px;
  height: 45px;
  line-height: 45px;
  border-top: 1px solid white;
  display: block;
  text-align: center;
  font-size: 1.3em;
  background: deepskyblue;
}
.hamburgerLinkTitle {
  width: 100%;
  height: 45px;
  padding-top: 8px;
  line-height: 35px;
  border-top: 1px solid white;
  display: block;
  text-align: center;
  font-size: 1.3em;
  background: #f2f2f2;
  color: #333;
  text-decoration: underline;
}
.hamburgerLink:hover {
  background: #00b7f5;
}
.hamburgerHeader {
  display: none;
}
#moblieNewNavBar {
  width: 250px;
  color: white;
}
#moblieNewNavBar .hamburgerLink.admin4 {
  width: 50%;
  margin-right: 0px;
  display: inline-block;
}
#loginMobile {
  display: none;
}
/* //- .navMainSpacer{height:40px;} */
.pilotNot:hover {
  cursor: url(/pilotNot.png), auto !important;
}
.puzzlePackLink {
  margin: auto;
  display: block;
}

/* TJ Specific Styles */
.pageFraction {
  display: inline-block;
  font-size: 0.7em;
  float: left;
  margin: -7px 4px 0px 7px;
}
.showFractionValue {
  position: absolute;
  text-align: center;
  width: inherit;
  height: inherit;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  margin-left: -1px;
}
.transformedFraction {
  position: absolute;
  margin-top: -9px;
  align-items: center;
}
.fraction {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.fraction div {
  line-height: 1em;
}
.numerator {
  margin-bottom: -1px;
  text-align: center;
}
.denominator {
  border-top: 1px solid black;
  text-align: center;
  line-height: 1em;
}
.denominator.light {
  border-top: 1px solid white;
}
.denominator.forceDark {
  border-top: 1px solid black;
}
.leadingWhole {
  display: inline-block;
  font-size: 1.1em;
  position: relative;
  top: 10px;
  margin-right: 5px;
  line-height: 1em;
}
.leadingWholeQ {
  display: inline-block;
  float: left;
  margin-right: -5px;
}
.tjPage {
  padding-top: 30px;
  padding-left: 20px;
}
.tjTool .tjPage {
  padding-top: 5px;
  padding-left: 0px;
}
.tjPage .quad1,
.tjPage .quad2,
.tjPage .quad3,
.tjPage .quad4 {
  border-bottom: 1px dashed black;
  margin-top: 10px;
}
.tjPage table {
  margin: 0px auto;
  text-align: center;
}
.tjPage table td {
  min-width: 39px;
  position: relative;
}
.tjPage table tr {
  min-width: 39px;
  height: 39px;
}
.tjPage .carryRow {
  color: white;
}
.tjPage .answerLine {
  border-bottom: 2px solid black;
}
.tjPage .borrowedRow2,
.tjPage .borrowedRow1 {
  color: white;
}
.problemArea .tjPage table {
  font-size: 2em;
}

/* End TJ Specific Styles */

/* Media Styles */
@media only screen and (max-width: 865px) {
  .menuItem {
    display: none;
  }
  .loginButton {
    margin-right: 10px;
  }

  #navContainer {
    position: relative;
  }
  #standardNavbar {
    justify-content: center;
  }
  .navSpacer {
    display: none;
  }
  #headerRight {
    display: none;
  }
  .hamburgerContainer {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .hamburger {
    display: inline-block;
    margin-right: 10px;
  }
  .hamburgerLink {
    width: 100%;
  }
  .hamburgerHeader {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.3em;
    padding-bottom: 10px;
    background: deepskyblue;
  }
  #moblieNewNavBar {
    width: 100%;
  }
  .hamburgerLink.admin4 {
    width: 24%;
  }
  .hamburgerLinkTitle.noMo {
    display: none;
  }
  #loginMobile {
    display: block;
  }
  .navMainSpacer {
    height: 20px;
  }
  .newNav {
    display: none;
  }
}

@media print {
  #feedbackBox {
    display: none;
  }
  .hidePrint {
    display: none;
  }
  .navMainSpacer {
    height: 60px;
  }
}
/* End Media Styles */

/* Greg's Media Styles */

@media screen and (min-width: 700px) {
  #menu_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
  }
  #menu_nav {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .menu_dropdown {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    background: linear-gradient(to right, dodgerblue, deepskyblue);
    box-shadow: 0px 3px 3px gainsboro;
  }
  #menu_icon {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  #menu_nav {
    display: none;
    padding: 10px 0px;
  }
  .menu_category {
    border-top: 1px solid white;
  }
  #menu_icon {
    display: flex;
    align-items: center;
  }
}

/* End Greg's Media Styles */
@font-face {
  font-family: HandwritingDashed;
  src: url("https://d2b7eicau8w16x.cloudfront.net/lib/css/HandwritingDashed.ttf");
}

@font-face {
  font-family: HandwritingRegular;
  src: url("https://d2b7eicau8w16x.cloudfront.net/lib/css/HandwritingRegular.ttf");
}

@font-face {
  font-family: HandwritingBold;
  src: url("https://d2b7eicau8w16x.cloudfront.net/lib/css/HandwritingBold.ttf");
}
