#page {
  background: #FAF8F5; }

.breadcrumb li a {
  color: #FF613B;
  text-decoration: none; }

.intro {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #726b63 url("https://media1.shmoop.com/images/landing_images/math-shack-intro-bgr.png") top center no-repeat;
  background-size: 100%; }
  .intro .breadcrumb > li {
    text-shadow: 0 1px 0 #000; }
  .intro h1 {
    font-family: 'Homemade Apple', cursive;
    color: #FFF;
    font-size: 100px;
    margin-bottom: 0px; }
  .intro h2 {
    font-family: 'Bitter';
    color: #F4E3CA;
    font-size: 40px;
    margin-top: 0px; }
  .intro .head {
    width: 80%;
    margin: 0 auto;
    text-align: center; }

.leaderboard {
  padding: 10px; }

.math-shack-nav {
  margin-top: 20px;
  margin-bottom: 30px; }

#main-content {
  width: 100%;
  max-width: none;
  background: #FAF8F5;
  padding-bottom: 20px; }
  #main-content .row-fluid {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }

.mathshack-instructions {
  text-align: center;
  font-family: 'Roboto';
  color: #20292f;
  font-size: 20px; }
  .mathshack-instructions a {
    font-weight: bold;
    color: #FF613B; }

.mathshack-nav {
  margin-top: 10px; }
  .mathshack-nav a {
    margin-bottom: 5px; }

.im-feeling-lucky-button {
  background: #57a9f2; }

.rule-header {
  margin-bottom: 20px; }
  .rule-header .shmoints-counter {
    background: url("https://media1.shmoop.com/images/general/shmoints_ico.png") no-repeat;
    width: 67px;
    height: 50px;
    font-family: 'Roboto';
    color: #FFF;
    text-align: right;
    font-size: 18px;
    padding-top: 5px;
    padding-right: 15px; }
  .rule-header .rule-title h1 {
    font-family: 'Bitter';
    font-size: 30px;
    color: #333;
    margin: 0px;
    line-height: 30px; }
  .rule-header .rule-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    color: #333;
    margin: 0px;
    line-height: 24px; }

.activities-wrapper {
  width: 924px; }

.activities-box {
  margin-top: 35px;
  width: 908px;
  border: 2px solid #efead8;
  border-radius: 4px;
  /*overflow: hidden; */
  position: relative;
  background: #FAF8F5; }
  .activities-box .activity {
    float: left;
    width: 620px;
    padding: 20px;
    background: #FFF;
    height: 100%; }
    .activities-box .activity .question-line .answer-space {
      padding-left: 10px; }
    .activities-box .activity .green {
      color: #A2BE67; }
    .activities-box .activity .red {
      color: #AA4643; }
    .activities-box .activity .response-prompt {
      font-size: 17px; }
    .activities-box .activity .response-prompt a {
      cursor: pointer; }
  .activities-box .tools {
    float: right;
    width: 190px;
    padding: 20px;
    position: relative; }
  .activities-box .tools .tools-arrow {
    width: 24px;
    height: 47px;
    position: absolute;
    left: -23px;
    top: 50px;
    background: transparent url("https://media1.shmoop.com/images/sprites/side_arrow.png") no-repeat; }

.answer-box ul.options {
  list-style: none;
  margin: 0;
  padding: 0; }

.answer-box ul.options li {
  margin: 8px 0; }

.answer-box ul.options li input {
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0; }

.activities-box .finished {
  font-size: 20pt;
  margin-top: -20px;
  padding: 0 20px; }

.activities-box .finished a {
  float: right;
  background: #8DC854;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 14pt;
  margin: 55px 0 0;
  padding: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px #000000; }

.answer-box #submit-answer {
    background: #8dc854;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 8px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    margin: 5px auto;
    font-size: 14pt;
    width: 185px;
    text-align: center;
}

.answer-box #submit-answer:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  border: none; }

.answer-box #submit-answer:active {
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.6);
  border: none; }

.answer-box #nextQuestion {
  background: #226abd;
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  padding: 3px 8px;
  border-radius: 5px;
  display: block;
  float: right;
  cursor: pointer;
  margin: 0px 0 0px 0;
  height: 34px;
  font-size: 22px;
  width: 175px;
  text-align: center; }

.answer-box #nextQuestion:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  border: none; }

.answer-box #nextQuestion:active {
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.6);
  border: none; }

/*Overridden from page*/
input, textarea {
  outline: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica,Arial,Verdana,sans-serif;
  font-size: 16px; }

.answer-box input {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 165px;
  height: 30px;
  border: none;
  border-left: 4px solid #dadada;
  border-top: 4px solid #dadada;
  border-radius: 6px;
  padding: 0 10px; }

.answer-box p.format-error {
  color: #AA4643;
  font-size: 12px;
  clear: both; }

.answer-box p.note {
  font-size: 12px; }

.answer-wrapper {
  position: relative; }

.answer-wrapper label {
  display: inline; }

.units {
  position: absolute;
  right: 0;
  font-size: 24px;
  padding-top: 5px;
  top: 0; }

.multinputs {
  width: 200px;
  margin: 0px 0 0 0; }

.answer-box input.smallinput {
  float: none;
  width: 40px;
  margin: 0;
  padding: 0 5px; }

.topic-box {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  margin: 0;
  position: relative; }

.topic-box a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 12pt;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000;
  border-radius: 5px;
  margin-bottom: 10px; }

.topic-box a:hover {
  box-shadow: 1px 2px 3px #666; }

.topic-box .solver-link {
  background: none repeat scroll 0 0 #8DC854;
  margin: 5px 0;
  padding: 5px;
  font-weight: bold; }

.solver-content .solver-link {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 12pt;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000;
  border-radius: 5px;
  margin-bottom: 10px;
  background: none repeat scroll 0 0 #8DC854;
  margin: 5px 0;
  padding: 5px;
  font-weight: bold;
  float: none;
  max-width: 300px; }

.solver-content {
  padding: 15px;
  background: #66B2F4;
  border-radius: 6px;
  color: #FFF;
  margin: 20px 0 0 0;
  display: none; }

.solver-content > ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.solver-content > ol > li {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  display: none; }

.solver-content > ol > li .step-num {
  float: left;
  width: 70px; }

.solver-content > ol > li .step-text {
  float: left;
  width: 500px; }

.solver-content > ol > li .step-text p {
  margin: 0 0 20px 0; }

.topic-box li {
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.topic-box li:hover {
  color: #F36423; }

.topic-box li:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.6); }

.topic-box .pressed {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); }

.inactive-shmoints-box,
.shmoints-box {
  border-top: 1px solid #FFF;
  padding-top: 10px; }

.inactive-shmoints-box h3,
.shmoints-box h3 {
  font-family: 'Oswald', impact, sans-serif;
  font-size: 19pt;
  margin: 0 0 10px 0;
  text-align: center;
  color: #66b2f4;
  font-weight: normal; }

.inactive-shmoints-box p,
.shmoints-box p {
  font-size: 26px;
  margin-top: 10px; }

.inactive-shmoints-box {
  display: none; }

.inactive-shmoints-box h3 {
  font-size: 14pt; }

ul.shmoints-list {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
  float: left; }

ul.shmoints-list li {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  background: transparent url("/img/math-shmoints.png") no-repeat; }

ul.shmoints-list li.inactive {
  background-position: -43px 0; }

div.current-shmoints {
  font-family: 'Oswald', impact, sans-serif;
  font-size: 24pt;
  color: #FFF;
  display: none;
  width: 49px;
  height: 57px;
  background: transparent url("https://media1.shmoop.com/images/sprites/mathshack-sprite.png") -16px -153px no-repeat;
  padding: 3px 0 0 10px;
  left: 84px; }

.inactive-shmoints-box p.total-shmoints,
.shmoints-box p.total-shmoints {
  display: block;
  width: 128px;
  height: 88px;
  background: transparent url("https://media1.shmoop.com/images/sprites/mathshack-sprite.png") 0 -222px no-repeat;
  margin: 10px auto 0;
  color: #FFF;
  text-shadow: 3px 3px 0 #333;
  font-family: 'Oswald', impact, sans-serif;
  font-size: 44pt;
  padding: 40px 0 0 0;
  text-align: center;
  font-weight: bold; }

.inactive-shmoints-box p.total-shmoints-sm,
.shmoints-box p.total-shmoints-sm {
  display: block;
  width: 84px;
  height: 84px;
  background: transparent url("https://media1.shmoop.com/images/badges/shmoint.png") no-repeat;
  margin: 10px auto 0;
  color: #FFF;
  text-shadow: 3px 3px 0 #333;
  font-family: 'Oswald', impact, sans-serif;
  font-size: 34pt;
  padding: 25px 0 0 0;
  text-align: center;
  font-weight: bold; }

.inactive-shmoints-box p.total-shmoints {
  opacity: 0.5;
  height: 72px; }

#progress-bar-wrapper {
  height: 40px; }

#figure-canvas {
  width: 500px;
  margin: 0 auto;
  display: block;
  cursor: default; }

#figure-canvas.dragging {
  cursor: pointer; }

.help-link {
  padding: 5px;
  margin: 5px 0px;
  background: #fa9d48;
  font-weight: normal; }

.hint-link {
  padding: 5px;
  margin: 5px 0px;
  background: #e15c40; }

.video-link {
  padding: 5px;
  margin: 5px 0px;
  background: transparent; }

.help-link:active {
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.6); }

.video-link:active {
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.6); }

.hint-bubble {
  background: #000;
  padding: 20px;
  border-radius: 8px;
  position: absolute;
  width: 600px;
  color: #FFF;
  min-height: 90px; }

.activities-box .topic-box .hint-bubble {
  left: -670px;
  bottom: -10px;
  position: absolute;
  margin: 0; }

.hint-bubble .close-btn {
  background: #fedb7b url("https://media1.shmoop.com/images/sprites/mathshack-sprite.png") -134px -244px no-repeat;
  padding: 3px 10px 4px 22px;
  box-shadow: 1px 2px 3px #000;
  border: 1px solid #4183d2;
  border-radius: 8px;
  color: #000;
  text-shadow: 1px 1px 0 #FFF;
  text-align: center;
  width: 30px;
  float: right;
  cursor: pointer; }

.hint-arrow {
  background: transparent url("https://media1.shmoop.com/images/sprites/mathshack-sprite.png") -108px -168px no-repeat;
  width: 17px;
  height: 31px;
  position: absolute;
  left: -30px;
  top: 20px; }

.activities-box .hint-bubble {
  float: left;
  left: 25px;
  margin: 0 0 20px;
  position: relative; }

/*for the format button under the submit answer box*/
.answer-box {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0; }

.answer-box .answer-row {
  width: 50%;
  height: 50px;
  padding-top: 5px; }

.answer-box .format-link {
  top: 550px;
  font-size: 14px;
  cursor: pointer;
  color: #225B9F;
  text-align: center;
  margin-top: 5px; }

.answer-box .format-link:hover {
  color: #F36423; }

.answer-box .format {
  display: block;
  margin: 5px 0px; }

.answer-box .format p {
  padding: 0;
  margin: 5px 5px 5px 0px;
  font-size: 14px;
  background: transparent;
  width: 100%;
  text-align: center; }

.response-prompt strong {
  margin-top: 5px;
  text-align: center;
  font-size: 16pt;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  display: block; }

.hugeAnnoyingAd {
  z-index: 999;
  position: absolute;
  width: 600px;
  height: 360px;
  display: none;
  background-color: white; }

#accordion {
  list-style: none;
  position: relative;
  width: 100%;
  text-align: center; }

/*#accordion li{list-style: none; height:100%; width: 100%;}*/
#tour-content {
  position: absolute;
  z-index: 99999;
  background: #FFF;
  border: 4px solid #F36423;
  border-radius: 8px;
  left: 20%;
  top: 400px;
  width: 500px;
  height: 350px;
  padding: 20px; }

#tour-content .slide {
  position: absolute;
  width: 500px;
  height: 350px; }

#tour-content .newuserslide {
  position: absolute;
  width: 500px;
  height: 350px; }

#tour-content .slide-title {
  color: #225B9F;
  font-size: 28px;
  text-align: center; }

img.slide-image {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#tour-content .previous {
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer; }

#tour-content .next {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer; }

#tour-content #close {
  position: absolute;
  bottom: -10px;
  left: 47%;
  cursor: pointer; }

#tour-content #close-slideshow {
  position: absolute;
  bottom: 10px;
  left: 47%;
  cursor: pointer; }

#on-my-way {
  cursor: pointer;
  /*left: 47%; right: 47%; position: absolute; border-radius: 5px; -moz-border-radius: 5px; font-size: 28px; width:200px; height: 100px;*/ }

#testprep_title .icon {
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 5px 0 0;
  background: transparent url("https://media1.shmoop.com/images/sprites/mathshack-sprite.png") 0 0 no-repeat; }

.testprep_title_left {
  width: 284px; }

#progress-bar strong {
  display: block;
  padding: 10px;
  font-size: 10pt;
  color: #FF0000;
  position: relative;
  z-index: 9999;
  background: #FFF; }

.math-shack-vid-modal {
  width: 130px;
  height: 90px;
  position: absolute;
  left: 400px;
  cursor: pointer;
  display: block; }

.canvas-wrapper {
  position: relative;
  margin: 20px auto; }

.mathml-label {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left; }

.chart {
  margin: 20px auto; }

table.proof-table {
  background: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin: 20px auto;
  max-width: 100%; }

table.proof-table tr td {
  padding: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 1.4rem; }

table.proof-table #qHeader {
  background: #FFAC2F;
  border: 2px solid black; }

table.proof-table #missingStep {
  background: rgba(54, 231, 255, 0.77);
  border: 2px solid black; }

table.question-table {
  background: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin: 20px auto; }

table.question-table tr td {
  padding: 15px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center; }

table.question-table #qheader {
  background: #ffc;
  border: 2px solid black; }

/*Custom MathML Styles*/
.shmathJax {
  font-family: STIXGeneral;
  font-size: 120%; }

.shmathJax {
  position: relative;
  display: block;
  width: 800px;
  color: #F1F0EE; }

.shmathJax span {
  position: absolute;
  width: auto; }

.shmathJax .mn {
  right: 0; }

.shmathJax .mo {
  left: 0; }

.shmathJax .msline {
  display: block;
  height: 1px;
  border-top: 2px solid #000; }

.shmathJax .mscarries {
  font-size: 60%; }

.shmathJax .mscarries span {
  position: relative;
  width: 15px;
  display: inline-block; }

.shmathJax .mscarries .strike {
  text-decoration: line-through; }

.shmathJax .mdivisor,
.shmathJax .mdividend {
  position: relative; }

.shmathJax .mdividend {
  border-top: 3px solid #000;
  display: inline-block;
  line-height: 27px; }

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.rules-navigation {
  background: #FFF;
  width: 100%; }

.rules-header {
  padding-top: 30px;
  border-bottom: 1px solid #efead8;
  margin-bottom: 20px; }
  .rules-header .title {
    text-align: center; }
  .rules-header h1 {
    font-family: 'Roboto';
    font-weight: lighter;
    font-size: 42px;
    color: #333; }
  .rules-header h2 {
    font-family: 'Roboto';
    font-size: 18px;
    color: #333; }
  .rules-header .legend ul {
    margin-bottom: 0px; }
  .rules-header .legend li {
    display: inline;
    font-family: 'Roboto';
    font-size: 16px;
    color: #333;
    margin-right: 20px; }

.progress-status {
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-left: 5px;
  margin-right: 5px; }

.square-status-0 {
  background: url("https://media1.shmoop.com/images/sprites/not_started_sq_ico.png") no-repeat; }

.square-status-1 {
  background: url("https://media1.shmoop.com/images/sprites/in_progress_sq_ico.png") no-repeat; }

.square-status-2 {
  background: url("https://media1.shmoop.com/images/sprites/complete_sq_ico.png") no-repeat; }

.circle-status-0 {
  background: url("https://media1.shmoop.com/images/sprites/not_started_cir_ico.png") no-repeat; }

.circle-status-1 {
  background: url("https://media1.shmoop.com/images/sprites/in_progress_cir_ico.png") no-repeat; }

.circle-status-2 {
  background: url("https://media1.shmoop.com/images/sprites/complete_cir_ico.png") no-repeat; }

.circle-status-0 {
  position: relative;
  top: 3px;
  left: 3px; }

.circle-status-1 {
  position: relative;
  top: 3px;
  left: 3px; }

.circle-status-2 {
  position: relative;
  top: 3px;
  left: 3px; }

.triangle-status-0 {
  background: url("https://media1.shmoop.com/images/sprites/not_started_arrow_ico.png") no-repeat; }

.triangle-status-1 {
  background: url("https://media1.shmoop.com/images/sprites/in_progress_arrow_ico.png") no-repeat; }

.triangle-status-2 {
  background: url("https://media1.shmoop.com/images/sprites/complete_arrow_ico.png") no-repeat; }

.triangle-status-0 {
  position: relative;
  top: 1px;
  left: 3px; }

.triangle-status-1 {
  position: relative;
  top: 1px;
  left: 3px; }

.triangle-status-2 {
  position: relative;
  top: 1px;
  left: 3px; }

.rotated-status {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0px; }

.rules-lists h1 {
  font-family: 'Bitter';
  font-size: 24px;
  color: #333; }
.rules-lists li a {
  display: inline-block; }
.rules-lists .nav-header {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 18px;
  color: #0C4B7C;
  cursor: pointer; }
  .rules-lists .nav-header .tag-title {
    display: inline-block; }
.rules-lists .nav-list {
  padding-left: 10px;
  padding-right: 0px; }
  .rules-lists .nav-list li a {
    font-family: 'Roboto';
    font-size: 16px;
    color: #0C4B7C; }

.common-core {
  font-family: 'Roboto';
  font-size: 16px;
  color: #333; }

.sideright {
  padding-top: 20px; }

.social-media {
  margin-bottom: 20px;
  font-family: 'Roboto';
  font-size: 18px;
  color: #333; }
  .social-media div {
    display: inline-block; }
    .social-media div iframe {
      margin-bottom: 0px; }
  .social-media .fb-like {
    position: relative;
    bottom: 8px; }
  .social-media .email-rule {
    position: relative;
    bottom: 5px; }

@media only screen and (max-width: 800px) {
  .intro {
    background-size: auto; }
    .intro h1 {
      font-size: 50px;
      margin-bottom: 15px; }
    .intro h2 {
      font-size: 25px; } }

/* bootstrap carousel override styles*/
#solver .carousel-inner {
  padding-bottom: 50px;
}

#solver .carousel-control {
  margin-top: 40px;
}

.carousel-control {
  color: #fff;
  font-size: 100%;
}

#solver .carousel-control .fa {
  font-size: 18px;
}

.solver-content ol {
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%;
  left: 50%;
  bottom: -5px;
  top: inherit;
}

.solver-content ol li {
  margin: 0 5px 10px !important;
  display: inline-block;
}

#solver .carousel-control.right, .carousel-control.left {
  background-image: none;
  z-index: 999;
  border: none;
  background-color: transparent;
}

.close-solver {
  float: right;
}
/* end DEV-5060 changes */

#solver span {
  color: #fff;
  font-size: 100%;
}

#solver span.msline {
  border-top: 2px solid #fff !important;
}
