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

html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

.indexpage body {
  background: none !important;
}

H1 {
color:#313470; 
font-size:40px; 
margin-bottom:20px; 
line-height:130%; 
text-align:center
}

H2 {
margin-top:0px; 
font-size:26px; 
line-height:140%; 
text-align:center
}

H3 {
  font-size: 1em;
  color: #045388;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

li {
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

blockquote {
  overflow: auto;
}

img {
  border: 0px;
}

ol.m li,
ul.m li {
  margin-left: -20px;
}

ol.n li,
ul.n li {
  margin-left: -12px;
}

p.12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.sales-bar {
  padding: 10px;
  background-color: #ffff83;
  font-size: 16px;
  display: block;
  width: 100%;
  filter: drop-shadow(4px 4px 4px #999);
  -moz-filter: drop-shadow(4px 4px 4px #999);
  -ms-filter: drop-shadow(4px 4px 4px #999);
  -webkit-filter: drop-shadow(4px 4px 4px #999);
  -o-filter: drop-shadow(4px 4px 4px #999);
}

.sales-bar-parent {
  transition: top 1.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}

.you {
  font-size: 0.8em;
  font-style: italic;
  background-color: #dddddd;
  height: 1.1em;
  padding: 6px;
  box-sizing: content-box;
}

.has-badge {
  position: relative;
}

.badge {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: orange;
  padding: 3px;
  border-radius: 10px;
}

.midcolumntext {
  padding: 1em;
  background-color: #fbfbfb;
  line-height: 135%;
  width: 100%;
}


.contentblock {
padding:15px; 
margin:auto; 
max-width:750px
}

.green {
  background-color: #bcf2bc;
  color: green;
  padding: 6px;
  border-radius: 15px;
}

.goldentext {
  background-color: #ffe88c;
  color: darkorange;
  padding: 6px;
  border-radius: 15px;
}

.bluetext {
  background-color: #91cff6;
  color: blue;
  padding: 6px;
  border-radius: 15px;
  background: linear-gradient(to right, #7acdff, #e4f3fc);
  box-shadow: 2px 2px 2px #999999;
}

.lightblue {
  background-color: #b9e0f9;
  color: #0099ff;
  padding: 6px;
  border-radius: 15px;
  background: linear-gradient(to right, #b9e0f9, #e4f3fc);
  box-shadow: 2px 2px 2px #999999;
}

.mirl {
  background-color: #b3c5dd;
  color: #000000;
  padding: 8px;
  line-height:120%;
  border-radius: 12px;
}


.skills {
  color: #042a6b;
  padding: 6px;
  border-radius: 15px;
  background: linear-gradient(to right, #82cfda, #c0d9dc);
  box-shadow: 2px 2px 2px #999999;
  background-color: #82cfda;
}

A {
  color: #0055ee;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  color: #0055ee;
  font-weight: bold;
  text-decoration: underline;
}

A.golden {
  color: blue;
  color: #ff8022;
  font-weight: bold;
  text-decoration: none;
}

A.golden:hover {
  color: #ff8022;
  font-weight: bold;
  text-decoration: underline;
}

DIV.bookdisplay,
DIV.bookdisplay-wide,
.bookdisplay-horizontal {
  padding: 10px;
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 10px;
  background-color: #d0d0d0;
  border-radius: 15px;
}

DIV.bookdisplay {
  font-size: 0.875em;
  text-align: center;
  width: 220px;
}

div.bookdisplay-horizontal {
  text-align: left;
}

@media screen and (max-width: 550px) {
  DIV.bookdisplay {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }

  div.mobile, img.mobile {
    float: none !important;
    text-align: center;
    display: block;
    margin-bottom: 13px !important;
  }

  .you {
    display: none;
  }
}

div.order {
  border: 2px solid #999999;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  background-color: #dddddd;
  border-radius: 15px;
}

@media screen and (max-width: 500px) {
  div.order {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.also-interested {
  margin: auto;
  max-width: 550px;
  border-radius: 15px;
  box-shadow: 3px 3px 5px #c0c0c0;
  background-color: #aedeff;
  background: linear-gradient(#aedeff, #e4f3fc);
  font-style: italic;
  padding: 12px;
}

.testimonial {
  display: block;
  border-radius: 12px;
  background-color: #d7ff99;
  background: linear-gradient(#d7ff99, #e5f6ca);
  padding: 10px;
  box-shadow: 2px 2px 2px #999999, -1px -1px 2px #e0e0e0;
  margin: 12px 12px 20px 12px;
}

a.pl,
.pl {
  font-weight: normal;
}

.p16 {
  font-size: 1em;
}

a.kagilink,
a.goldlink,
a.lululink {
  display: block;
  text-align: center;
  line-height: 20px;
  padding: 3px;
  border: 2px solid white;
  color: #222222;
  border-radius: 10px;
  max-width: 130px;
}

a.kagilink,
a.goldlink {
  background-color: #ffe87c;
}

a.kagilink:hover,
a.goldlink:hover {
  background-color: #ffd925;
  text-decoration: none;
}

a.goldlink {
  border: 2px solid gold !important;
}

a.lululink {
  background-color: #a4fbad;
}

a.lululink:hover {
  background-color: #5efb6e;
  text-decoration: none;
}

.kagibutton,
.currclickb,
.lulubutton {
  padding: 5px;
  border: 2px solid white;
  font-size: 0.875em;
  border-radius: 10px;
}

.kagibutton {
  background-color: #ffe87c;
}

.currclickb {
  background-color: #ffe87c;
}

.lulubutton {
  background-color: #5efb6e;
}

.discounts {
  padding: 10px;
  background-color: #ffee70;
  max-width: 600px;
  margin: auto;
}

#greenbutton {
  width: 130px;
  text-align: center;
  background-color: #78b43b;
  padding: 6px;
  border-radius: 15px;
}

.greenbuttonlink {
  background-color: #78b43b;
  padding: 6px 12px 6px 12px;
  text-shadow: 1px 1px 2px #404040;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 15px;
}

.greenbuttonlink:hover {
  background-color: #acf251;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
}

#wrap {
  max-width: 842px;
  margin: auto;
  background: url('https://www.mathmammoth.com/images/glow.png');
  background-repeat: repeat-y;
}

#wrapInner {
  margin: 0 7px 0 10px;
}

#InnerContent {
  margin: 0 7px 0 10px;
}

#mainNavi {
  background: -webkit-linear-gradient(#0b66a5, #88b1cd);
  background: -o-linear-gradient(#0b66a5, #88b1cd);
  background: -moz-linear-gradient(#0b66a5, #88b1cd);
  background: linear-gradient(#0b66a5, #88b1cd);
  background-color: #93bbd6;
  min-height: 44px;
  display: block;
  clear: both;
}

#toptext {
  display: none;
}

#headerBotArea {
  width: 100%;
  height: 107px;
  padding-top: 6px;
  background: -webkit-linear-gradient(#dae8f1, #0b66a5);
  background: -o-linear-gradient(#dae8f1, #0b66a5);
  background: -moz-linear-gradient(#dae8f1, #0b66a5);
  background: linear-gradient(#ccdfec, #0b66a5);
  background-color: #93bbd6;
}

@media screen and (max-width: 900px) {
  .social {
    display: none;
  }
}


img.bt {
  width: 80%;
  height: auto;
}

img.mo {
  width: 65%;
  height: auto;
  float: right;
  margin-left: 10px;
}

@media screen and (max-width: 600px) {

  img.bt,
  img.mo {
    width: 100%;
    height: auto;
  }

  img,
  div.ig {
    float: none !important;
    margin: auto !important;
  }
}

table.BlueGradBox td,
div.BlueGradBox {
  padding: 15px;
  background-color: #cce8fd;
  text-align: left;
  float: left;
  border-radius: 15px;
}

#Footer {
  background: #adcfff;
  padding: 15px 5px 15px 5px;
  font-size: 1em;
  color: #000000;
  margin: 10px 7px 0 10px;
  text-align: center;
  line-height: 150%;
  clear: both;
}

.space {
  clear: both;
  height: 10px;
}

.blueBulet {
  background: url('https://www.mathmammoth.com/images/blue_bulet.jpg');
  background-repeat: no-repeat;
  padding: 0 0 0 15px;
  display: block;
  margin-bottom: 10px;
  background-position: left 5px;
  text-align: left;
}

a.FooterLink {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

a.FooterLink:hover {
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
}

.BlueGradBox textbox {
  border: 1px solid #5fabdd;
  background: #ffffff !important;
}

@media screen and (max-width: 640px) {
  img.large {
    width: 480px !important;
    height: auto !important;
  }

  img.large2 {
    width: 360px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 520px) {
  blockquote {
    margin: 0px;
  }

  img.large {
    width: 460px !important;
    height: auto !important;
  }

  img.large2 {
    width: 330px !important;
    height: auto !important;
  }

  #InnerContent {
    margin: 0px !important;
  }

  #wrapInner {
    margin: 0px !important;
  }

  #Footer {
    margin: 0px !important;
  }

  #bio_ep {
    min-width: 350px !important;
  }
}

@media screen and (max-width: 480px) {
  blockquote {
    margin: 0px;
  }

  img.large {
    width: 300px !important;
    height: auto;
  }

  img.large2 {
    width: 250px !important;
    height: auto;
  }

  #bio_ep {
    min-width: 250px !important;
  }
}

@media screen and (max-width: 800px) {
  .video {
    width: 480px !important;
    height: 270px !important;
  }
}

@media screen and (max-width: 680px) {
  .video {
    width: 400px !important;
    height: 225px !important;
  }

  .video2 {
    width: 400px !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 450px) {
  .video {
    width: 320px !important;
    height: 180px !important;
  }

  .video2 {
    width: 320px !important;
    height: 240px !important;
  }
}

/* Scroll To Top CSS */
#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  border: none;
  outline: none;
  background-color: #1d8fdf;
  color: white;
  text-decoration: none !important;
  padding: 15px;
  border-radius: 10px;
  transition: background-color 0.3s;
}

#myBtn:hover {
  background-color: #14649c;
}

/*exit intent popup css */
#bio_ep_bg {}

#bio_ep {
  max-width: 400px !important;
  padding: 12px;
  min-height: 280px !important;
  background-color: #b2ff29 !important;
  border-radius: 12px;
  font-size: 17px !important;
  border: 6px solid #f0f0f0;
  font-family: Trebuchet MS;
}

#bio_ep_close {
  font-size: 16px !important;
  background-color: orange !important;
}

/* close button*/

.sales-close {}

.sales-close-button {
  background-color: orange;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  filter: drop-shadow(3px 3px 3px #999);
}

.sales-close-button:hover {
  background-color: #ff8300;
}

.vid-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000;
  background: rgba(0, 0, 0, 0.5);
}

.vid-body {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000000000000000000000001;
}

.vid-content {
  width: 95% !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 10px;
  z-index: 1000000000000000000000002;
}

@media (max-width: 800px) {
  .vid-content {
    width: 93% !important;
  }
}

.vid-content>* {
  max-width: 100%;
}

.vid-close {
  background-color: white;
  cursor: pointer;
  width: 25px;
  height: 25px;
  font-size: 1.25rem;
  line-height: 125%;
  text-align: center;
  border: 0;
  z-index: 100;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 10000000000000000000000000000000;
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

@media only screen and (max-width: 31em) {
  #___gcse_0 {
    display: none !important;
  }
}
