.aria-info {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.aria-info:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  color: #4a4a4a;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 100%;
  line-height: 1.3em;
  min-width: 1010px;
  min-height: 670px;
  padding-bottom: 2em;
  -webkit-font-smoothing: antialiased;
}
p {
  font-family: 'Gentium Basic';
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 1em 0;
  padding: 0;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
p.description {
  color: #4a4a4a;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}
p.description span.stacked-equation {
  display: block;
}
a,
a img {
  text-decoration: none;
  border: none;
}
a.activity-ext-reference {
  text-decoration: underline !important;
}
.bold {
  font-weight: bold;
}
.float-right {
  float: right;
}
header,
.content,
footer {
  margin: 0 auto;
}
.content {
  min-height: calc(76% - 22px); /* subtracting height of .legal-footer so everything still fits vertically (sort of) */
}
.content.comprehensive-content {
  min-height: calc(100vh - 401px); /* subtracting px heights of header, nav.comprehensive-main-nav, footer, .legal-footer*/
}
.scrolly-sides {
  overflow: hidden; /* prevents extra space below on safari */
}
.scrolly-sides .snippet-container,
.scrolly-sides .activity-container {
  height: 650px; /* at client's request */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.scrolly-sides .snippet-container .table-wrapper,
.scrolly-sides .activity-container .table-wrapper,
.scrolly-sides .snippet-container .data-table,
.scrolly-sides .activity-container .data-table {
  float: none !important;
}
.scrolly {
  float: left;
  clear: none;
}
.pearson-header {
  padding: 0.1em 2em 0;
  width: 100%;
  height: 2.8em;
}
.pearson-header.scratch {
  background: #737373;
}
.pearson-header.corporate,
.pearson-header.corporate-en_CA,
.pearson-header.tvm {
  background: #008b5d;
}
.pearson-header.soleprop,
.pearson-header.soleprop-en_CA {
  background: #364395;
}
.pearson-header.financial,
.pearson-header.global,
.pearson-header.fin-int {
  background: #ed6b06;
}
.pearson-header.act-financial {
  background: #9d1348;
}
.pearson-header .logo,
.pearson-header .tagline {
  width: 105px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  height: 30px;
}
.pearson-header .logo img,
.pearson-header .tagline img {
  width: 100%;
}
.pearson-header .tagline {
  width: 130px;
  float: right;
}
header .top-bar {
  background-color: #3c3c3c;
  padding: 0.675em 1.25em;
}
header .top-bar .logo {
  text-indent: -99999px;
  background: transparent url("../images/logo.png") no-repeat center center;
  height: 15px;
  width: 95px;
}
header .top-bar .header-controls {
  font-weight: 700;
}
header .top-bar .header-controls .fa {
  font-size: 1.5em;
  margin-right: 0.25em;
}
header .top-bar .header-controls a {
  display: inline-block;
  color: #fbf5ea;
  text-decoration: none;
}
header .top-bar .header-controls a span {
  vertical-align: middle;
}
header .top-bar .header-controls a:hover,
header .top-bar .header-controls a:focus,
header .top-bar .header-controls a:active {
  text-decoration: underline;
}
header .bottom-bar {
  height: 58px;
  overflow: hidden;
  background-color: #0089b7;
  padding: 14px 0px 14px 20px;
}
header .bottom-bar .resources a:hover,
header .bottom-bar .resources a:focus,
header .bottom-bar .resources a:active {
  text-decoration: underline;
}
footer {
  min-height: 100px;
  background-color: #f0f0f0;
}
.legal-footer {
  text-align: center;
}
.legal-footer a,
.legal-footer span {
  font-size: 0.65em;
  color: #4a4a4a;
  margin: 0 1em;
}
.legal-footer a:hover {
  text-decoration: underline;
}
.legal-footer a:focus {
  text-decoration: underline;
}
.home .legal-footer {
  padding-left: calc(1.25em + 11.75em); /* so that legal stuff is centered under roundrr plugin, (not including sidebar) */
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.loading-container {
  width: 100%;
  text-align: center;
  font-size: 4em;
  color: #bebebe;
  opacity: 1;
  transition: opacity 0.5s linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.loading-container.hide {
  opacity: 0;
}
.tooltipsy {
  background: #3c3c3c;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
  color: #d8d8d8;
  font-size: 12px;
  margin-top: 1.5em;
  position: absolute;
  left: -6em;
  line-height: 1.5em;
  padding: 0.5em 0.25em;
  text-align: center;
  width: 152px;
  z-index: 100;
}
.tooltipsy.dim {
  opacity: 0.6;
}
.tooltipsy.dim:hover,
.tooltipsy.dim:focus,
.tooltipsy.dim.focus {
  opacity: 1;
  z-index: 99999;
}
.tooltipsy:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3c3c3c;
  position: absolute;
  top: -10px;
  left: 64px;
}
.tooltipsy.hidden {
  display: none;
  z-index: 100;
}
.tooltipsy.right {
  left: 10px;
  top: 0;
  margin-top: 0;
  width: 115px;
}
.tooltipsy.right:before {
  border-bottom-color: transparent;
  border-right-color: #3c3c3c;
  border-top: 10px solid transparent;
  border-left: none;
  top: 50%;
  margin-top: -10px;
  left: -8px;
}
.tooltipsy.top {
  left: 0;
  margin-top: 0;
  bottom: calc(100% + 8px);
}
.tooltipsy.top:before {
  border-bottom: none;
  border-top: 10px solid #3c3c3c;
  top: 100%;
}
header.settings {
  margin-bottom: 25px;
}
header.settings .bottom-bar {
  color: #fbf5ea;
  font-size: 22px;
  font-weight: bold;
  padding-left: 40px;
}
header.settings .bottom-bar h1 {
  display: inline;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 400;
}
.showStep6 {
  display: block;
}
.hideStep6 {
  display: none;
}
.content.settings {
  min-height: 300px;
  padding-bottom: 135px;
  position: relative;
}
.content.settings header {
  margin: 0 0 30px 40px;
}
.content.settings header h2 {
  margin: 0 0 0.2em;
  font-size: 1.8em;
  font-weight: 700;
}
.content.settings header p {
  margin: 0;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}
.content.settings .setting {
  margin: 20px 0 30px 40px;
}
.content.settings .setting:before,
.content.settings .setting:after {
  content: " ";
  display: table;
}
.content.settings .setting:after {
  clear: both;
}
.content.settings .setting h3 {
  margin-bottom: 0.7em;
  padding: 0;
  font-size: 1.2em;
}
.content.settings .setting ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.content.settings .setting ul li {
  margin-bottom: 20px;
}
.content.settings .setting ul li:before,
.content.settings .setting ul li:after {
  content: " ";
  display: table;
}
.content.settings .setting ul li:after {
  clear: both;
}
.content.settings .setting ul .input-col {
  width: 5.5em;
  float: left;
}
.content.settings .setting ul .input-col span {
  display: block;
  margin-left: 18px;
  font-size: 0.8em;
}
.content.settings .setting ul .descr-col {
  margin-left: 6.6em;
}
.content.settings .setting ul .descr-col label {
  font-weight: bold;
}
.content.settings .setting ul .descr-col label .note .aria-info {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.content.settings .setting ul .descr-col label .note .aria-info:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.content.settings .setting .form-group {
  margin-bottom: 1.5em;
}
.content.settings .setting .form-group.disabled {
  color: #999;
}
.content.settings .setting .form-group label {
  padding-left: 2.3em;
  display: block;
}
.content.settings .setting label .note {
  display: block;
  font-weight: normal;
}
.content.settings .setting .state {
  display: inline-block;
}
footer.settings {
  width: 100%;
  padding: 24px 50px 24px 0;
  position: absolute;
  bottom: 0;
}
footer.settings .submit-button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 50px;
}
footer.settings .result-msg {
  display: none;
  font-weight: 600;
  margin-top: 1em;
  margin-left: 2em;
  opacity: 1;
  transition: opacity 0.25s linear;
}
footer.settings .result-msg.error {
  -ms-flex-align: center;
      align-items: center;
  color: #ed6b06;
}
footer.settings .result-msg.success {
  color: #7db658;
}
footer.settings .result-msg.hidden {
  opacity: 0;
}
footer.settings .result-msg .fa {
  font-size: 2.25em;
  float: left;
}
footer.settings button.hidden + .result-msg {
  margin-left: 0;
}
footer.settings .prevnext-buttons {
  display: none;
  position: absolute;
  top: 24px;
  right: 50px;
}
footer.settings .prevnext-buttons .prev-button,
footer.settings .prevnext-buttons .next-button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  line-height: 52px;
}
footer.settings .prevnext-buttons .prev-button {
  background-color: #6aac41;
}
footer.settings .prevnext-buttons .next-button {
  background-color: #319c48;
}
footer.settings .prevnext-buttons a:nth-child(2) {
  margin-left: 15px;
}
label.sub-label {
  padding-left: 3.4em;
}
h2 {
  font-size: 2.25em;
  line-height: 1.2em;
  margin: 0.5em 0;
  padding: 0;
}
h2.activity-title {
  color: #0089b7;
  font-family: 'Gentium Basic';
  font-size: 1.2em;
  font-weight: 500;
  margin: 0.5em 0 0.5em 2.1em;
}
h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  padding-top: 0.5em;
  text-transform: uppercase;
}
h5,
p.description {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0.5em 0 0.5em 1.75em;
  width: 75%;
}
@media (max-width: 1100px) {
  h5,
  p.description {
    width: auto;
    margin-right: 240px;
  }
}
h4 {
  font-family: 'Gentium Basic';
  font-size: 1.4em;
  font-style: italic;
  font-weight: 800;
  margin: 1.2em 0;
}
h2.popup-header {
  font-size: 34px;
  font-weight: 100;
  line-height: 1.35em;
}
.hint-link {
  text-decoration: underline;
}
.icon-sample {
  display: inline-block;
  text-align: center;
  margin: 1em 1.85em 1em 0;
}
.icon-sample .fa {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 0.25em;
}
.icon-sample .fa.fa-check-circle {
  color: #7db658;
}
.icon-sample .fa.fa-exclamation-circle {
  color: #ed6b06;
}
.icon-sample.equals .fa {
  display: block;
  height: 10px;
  font-size: 2em;
}
.icon-sample.equals .fa:first-child {
  margin: 0;
}
.icon-sample span:last-child {
  color: #bebebe;
  font-size: 0.9em;
}
.fa.error,
.fa.error + span {
  color: #ed6b06;
}
.fa.correct,
.fa.correct + span {
  color: #7db658;
}
.icon {
  color: #828282;
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
}
.icon+ span {
  vertical-align: middle;
  line-height: 36px;
}
.icon.fa {
  font-size: 1.5em;
}
.icon.fa.fa-check-circle {
  color: #7db658;
}
.icon.fa.fa-exclamation-circle {
  color: #ed6b06;
}
.icon.equals {
  margin: 0 1em 0.75em;
}
.icon.equals .fa {
  display: block;
  height: 10px;
  font-size: 1.5em;
}
.icon.equals .fa:first-child {
  margin: 0;
}
input[type=text],
input[type=number] {
  width: 18.75em;
  margin: 0 0.25em;
  padding: 0.5em 0.75em;
  font-family: "Open Sans";
  font-size: 1em;
  font-weight: 400;
  color: #4a4a4a;
  border: 0.125em solid #cacaca;
  border-radius: 0.25em;
}
input[type=text].medium,
input[type=number].medium {
  width: 14em;
}
input[type=text].small,
input[type=number].small {
  width: 10em;
}
input[type=text].large,
input[type=number].large {
  width: 19.5em;
}
input[type=text].midSmall,
input[type=number].midSmall {
  width: 7em;
}
input[type=text].tiny,
input[type=number].tiny {
  width: 5em;
}
input[type=text].fill,
input[type=number].fill {
  width: 100%;
}
input[type=text]:focus,
input[type=number]:focus {
  border: 0.125em solid #3ab2da;
  border-radius: 0.25em;
  outline: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
  color: #bebebe;
  font-weight: 100;
}
input[type=text].error,
input[type=number].error {
  border: 0.125em solid #ed6b06;
  color: #ed6b06 !important;
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=text].locked,
input[type=number].locked {
  background: #f2f2f2;
  color: #828282 !important;
}
input[type=text]:disabled:hover,
input[type=number]:disabled:hover,
input[type=text].locked:hover,
input[type=number].locked:hover {
  cursor: not-allowed;
}
input[type=text].valid,
input[type=number].valid {
  border: 0.125em solid #7db658;
  color: #7db658;
}
input[type=text].auto,
input[type=number].auto {
  width: auto;
}
input[type=text].operator,
input[type=number].operator {
  margin-left: 0;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  width: 2.75em;
  display: block;
}
input[type=text].operator.condensed,
input[type=number].operator.condensed {
  width: 2.25em;
}
input[type=text]::-ms-clear,
input[type=number]::-ms-clear {
  display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=radio] {
  opacity: 0;
  cursor: default !important;
}
input[type=radio]+ label {
  padding-left: 2em;
  position: relative;
}
input[type=radio]+ label:before {
  border: 0.125em solid #cacaca;
  border-radius: 100%;
  content: "";
  height: 0.924em;
  left: 0;
  position: absolute;
  width: 0.924em;
}
input[type=radio]:disabled + label,
input[type=radio].disabled + label {
  color: #bebebe;
  cursor: not-allowed !important;
}
input[type=radio]:disabled + label:before,
input[type=radio].disabled + label:before {
  background: #f2f2f2;
}
input[type=radio]:focus + label:before,
input[type=radio]:checked + label:before {
  background: #3ab2da;
  border: 0.25em solid #0089b7;
  height: 0.6875em;
  position: absolute;
  width: 0.6875em;
}
input[type=checkbox] {
  opacity: 0;
}
input[type=checkbox]+ label {
  padding-left: 2em;
  position: relative;
}
input[type=checkbox]+ label:before {
  border: 0.125em solid #cacaca;
  border-radius: 0.25em;
  content: "";
  height: 1.1875em;
  left: 0;
  position: absolute;
  width: 1.1875em;
}
input[type=checkbox]:focus + label:before {
  border-color: #0089b7;
}
input[type=checkbox]:disabled + label:before {
  opacity: 0.5;
  background: #f2f2f2;
}
input[type=checkbox]:checked + label:before {
  background: #0089b7;
  border: 0.125em solid #0089b7;
  color: #fff;
  content: url("../images/check.png");
  font-weight: 600;
  padding-left: 0.0625em;
}
.custom-select {
  position: relative;
  min-width: 18.75em;
  max-width: 350px;
  overflow: hidden;
/* This is the native select, we're making everything but the text invisible
    so we can see the button styles in the wrapper */
/* For incorrect answers */
/* Contains the button image */
/* Hover style */
}
.custom-select.fill {
  min-width: 10em;
  width: 100%;
}
.custom-select.smaller {
  min-width: 8em;
}
.custom-select.smaller.fixed {
  width: 8em;
}
.custom-select.small {
  min-width: 10em;
}
.custom-select.small.fixed {
  width: 10em;
}
.custom-select.medium {
  min-width: 14em;
}
.custom-select.medium.fixed {
  width: 14em;
}
.custom-select.tiny-account select {
  padding-right: 32px;
}
.custom-select.tiny-account span {
  width: 2.5em;
  padding-left: 0;
  padding-right: 0;
  background-size: 15px;
}
.custom-select.fixed {
  width: 18.75em;
}
.custom-select.teeny {
  width: 8em;
  min-width: 8em;
}
.custom-select.teeny select {
  padding-right: 35px;
  padding-left: 5px;
}
.custom-select.teeny span {
  width: 2.5em;
  padding-left: 0;
  padding-right: 0;
  background-size: 15px;
}
.custom-select select {
  width: 100%;
  height: 100%;
  margin: 0;
  background: none;
  border: 0.125em solid transparent;
  border-radius: 0.25em;
  outline: none;
/* Prefixed box-sizing rules necessary for older browsers */
  box-sizing: border-box;
/* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
/* Font size must the 16px or larger to prevent iOS page zoom on focus*/
  font-size: 1em;
  font-family: 'Open sans', 'Helvetica', 'Arial', sans-serif;
  color: #4a4a4a;
  padding: 0 52px 0 0.75em;
  line-height: 1.3;
/* Places the invisible select above the button */
  z-index: 2;
  position: relative;
/* Focus style */
/* Firefox focus has odd artifacts around the text, this kills that.
        See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
}
.custom-select select:hover,
.custom-select select:focus {
  cursor: pointer;
}
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.custom-select.currency select {
  direction: rtl;
  position: absolute;
  right: 0;
  padding-left: 9px;
}
.custom-select.disabled select,
.custom-select.locked select {
  background-color: #f3f3f3;
  color: #bebebe;
}
.custom-select.disabled select:hover,
.custom-select.locked select:hover,
.custom-select.disabled select:focus,
.custom-select.locked select:focus {
  cursor: not-allowed;
}
.custom-select.disabled span,
.custom-select.locked span {
/* Place the button on the same layer as the select */
/* to keep it from disappearing */
  z-index: 2;
}
.custom-select.invalid {
  border-color: #ed6b06;
}
.custom-select.invalid select {
  color: #ed6b06;
}
.custom-select.invalid span {
/* Place the button on the same layer as the select */
/* to keep it from disappearing */
  z-index: 2;
}
.custom-select span {
  background-image: url("../images/dropdown-arrow.png");
  background-position: center center;
  position: absolute;
  border: 0;
  border-left: 0.125em solid #d8d8d8;
  border-radius: 0 0.25em 0.25em 0;
  display: inline-block;
  width: 46px;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
/* Places the button underneath the select */
  z-index: 1;
/* Makes the button unclickable in most browsers */
  pointer-events: none;
}
.custom-select:hover,
.custom-select option {
  font-weight: normal;
}
x:-o-prefocus,
.custom-select::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    width: 120%;
    width: calc(100% + 2em);
  }
  .custom-select.currency select {
    padding-left: 2em;
    padding-right: 43px;
  }
}
.select-wrapper {
  background: #fff;
  border: 0.125em solid #cacaca;
  border-radius: 0.25em;
  color: #d8d8d8;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1em;
  height: 2.625em;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-align: left;
/* Focus class, for signaling focus on the select to the wrapper */
}
.select-wrapper.selected {
  color: #4a4a4a;
}
.select-wrapper:focus {
  border-color: #3ab2da;
}
.select-wrapper:focus.locked,
.select-wrapper:focus.disabled {
  border-color: #cacaca;
}
.select-wrapper:focus.locked.invalid,
.select-wrapper:focus.disabled.invalid {
  border-color: #ed6b06;
}
.select-wrapper:hover,
.select-wrapper button:hover {
  cursor: pointer;
}
.select-wrapper.disabled:hover,
.select-wrapper.locked:hover,
.select-wrapper.disabled:focus,
.select-wrapper.locked:focus {
  cursor: not-allowed;
}
.select-wrapper.focus {
  border-color: #3ab2da;
}
th .custom-select {
  margin: 0 auto;
}
th .custom-select select {
  text-align: center;
  text-align-last: center;
}
.toggle-button {
/* 19.2 */
  background: #f3f3f3;
  border: 0.104em solid #bebebe;
  color: #979797;
  float: left;
  font-family: "Open Sans";
  font-size: 1.2em;
  font-weight: 700;
  height: 1.5625em;
  line-height: 1.0416em;
  padding: 0;
  position: relative;
  width: 2.083em;
}
.toggle-button .inner {
  line-height: 0.8em;
}
.toggle-button:first-child {
  border-radius: 0.2083em 0 0 0.2083em;
  border-right-width: 0.052em;
}
.toggle-button:first-child.selected {
  background: #0089b7;
  border-color: #0089b7;
  color: #fff;
}
.toggle-button:first-child.outline {
  border-color: #0a9289;
}
.toggle-button:last-child {
  border-radius: 0 0.2083em 0.2083em 0;
  border-left-width: 0.052em;
}
.toggle-button:last-child.selected {
  background: #0a9289;
  border-color: #0a9289;
  color: #fff;
}
.toggle-button:last-child.outline {
  border-color: #0089b7;
}
.toggle-button:hover,
.toggle-button:focus {
  color: #000;
  cursor: pointer;
}
.toggle-button:hover.selected,
.toggle-button:focus.selected {
  cursor: default !important;
}
.toggle-container {
  overflow: auto;
  padding: 4px;
  width: calc(5.25em + 8px);
  border: 0.125em solid transparent;
}
.toggle-container.disabled .selected {
  background: #979797;
  border-color: #979797;
}
.toggle-container.disabled .outline {
  border-color: #979797;
}
.toggle-container.disabled button {
  color: #979797;
}
.toggle-container.disabled button:hover,
.toggle-container.disabled button:focus {
  cursor: not-allowed !important;
  outline: none;
}
.toggle-container.error {
  width: calc(5.25em + 8px);
  border: 0.125em solid #ed6b06;
}
.toggle-section {
  margin-top: 1em;
}
.toggle-section .toggle-container {
  display: inline-block;
  margin-right: 58px;
}
.toggle-section .toggle-container:first-child {
  margin-left: 10px;
}
.toggle-section .toggle-container:last-child {
  margin-left: 0;
}
.toggle-section .item {
  max-width: 45%;
  min-width: 35%;
  display: inline-block;
  padding: 0.5em 0.25em;
}
.toggle-section .item:nth-child(odd) {
  border-right: 1px solid #bebebe;
}
.toggle-section .item:nth-child(even) {
  padding-left: 2.25em;
}
.toggle-section .item > span,
.toggle-section .item > div {
  vertical-align: middle;
}
.toggle-section .toggle-title {
  display: inline-block;
  width: 225px;
}
.toggle-title span {
  text-align: center;
}
.toggle-title .piece {
  width: 100px;
  display: inline-block;
  text-align: center;
}
.single_toggle .term {
  float: left;
  text-align: center;
}
.single_toggle .term p {
  color: #4a4a4a;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  height: 40px;
  margin: 0 0 10px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.single_toggle .term .icon {
  margin: 10px 15px;
}
.single_toggle .term .icon.equals {
  margin-top: 5px;
}
.single_toggle .term .toggle-container {
  margin: 0 auto;
}
.single_toggle .clear {
  width: 0;
  height: 0;
  clear: both;
}
.button {
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.15em;
  font-weight: 600;
  height: 2.85em;
  letter-spacing: 0.0714em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 11.413em;
  transition: padding 0.2s ease-in-out;
}
.button:hover,
.button:active,
.button:focus {
  cursor: pointer;
}
.button.button-primary {
  background: #fbaa19;
}
.button.button-primary:hover,
.button.button-primary:active,
.button.button-primary:focus {
  background: #f6861f;
}
.button.button-primary:hover.loading,
.button.button-primary:active.loading,
.button.button-primary:focus.loading {
  background: #fbaa19 url("../images/button-loader.gif") no-repeat no-repeat center center;
  color: #fbaa19;
}
.button.secondary {
  background: #fff;
  border: 0.054em solid #61ae5b;
  color: #61ae5b;
}
.button.secondary:hover,
.button.secondary:active,
.button.secondary:focus {
  background: #61ae5b;
  color: #fff;
}
.button.secondary.alt {
  background: transparent;
  border: 0.064em solid #3ab2da;
  color: #3ab2da;
}
.button.secondary.alt:hover,
.button.secondary.alt:active,
.button.secondary.alt:focus {
  background: #3ab2da;
  color: #fff;
}
.button.navigation {
  background: transparent;
  padding: 0;
  width: 7.5em;
}
.button.navigation .nav-wrapper {
  -ms-flex-align: center;
      align-items: center;
  background: #7db658;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 6.5em;
}
.button.navigation .nav-wrapper.left {
  border-radius: 0.2717em 0.217em 0.217em 0.2717em;
}
.button.navigation .nav-wrapper.right {
  border-radius: 0.217em 0.2717em 0.2717em 0.217em;
}
.button.navigation .arrow {
  float: left;
  height: 100%;
  width: 1.087em;
}
.button.navigation .arrow.left {
  background: url("../images/arrow-left-sprite.png") no-repeat left center;
  background-size: 47px;
  margin-right: -0.109em;
}
.button.navigation .arrow.right {
  background: url("../images/arrow-right-sprite.png") no-repeat right center;
  background-size: 47px;
  margin-left: -0.109em;
}
.button.navigation:hover .nav-wrapper,
.button.navigation:active .nav-wrapper,
.button.navigation:focus .nav-wrapper {
  background: #3fa85d;
}
.button.navigation:hover .arrow.left,
.button.navigation:active .arrow.left,
.button.navigation:focus .arrow.left {
  background: url("../images/arrow-left-sprite.png") no-repeat center right;
  background-size: 47px;
  margin-right: -0.109em;
}
.button.navigation:hover .arrow.right,
.button.navigation:active .arrow.right,
.button.navigation:focus .arrow.right {
  background: url("../images/arrow-right-sprite.png") no-repeat center left;
  background-size: 47px;
  margin-right: -0.109em;
}
.button.navigation.large {
  width: 14em;
}
.button.navigation.large .nav-wrapper {
  width: 12.5em;
}
.button.icon-button {
  background: #3ab2da;
  width: 12.5em;
}
.button.icon-button .fa {
  display: inline-block;
  font-size: 1.3em;
  margin: 0 0.15em 0 0;
}
.button.icon-button span {
  vertical-align: middle;
}
.button.icon-button:hover,
.button.icon-button:active,
.button.icon-button:focus {
  background: #0089b7;
}
.button.icon-button.disabled,
.button.icon-button.disabled:hover {
  background: transparent;
  border: 1px solid #bebebe;
  color: #bebebe;
  cursor: not-allowed;
}
.button.icon-button.hint-button {
  background-color: #fbf5ea;
  border: 1px solid #bebebe;
  border-top: 0;
  border-radius: 0 0 0.25em 0.25em;
  bottom: 0;
  color: #828282;
  font-size: 1.3em;
  font-weight: 700;
  height: 40px;
  line-height: 1em;
  margin-right: 3em;
  padding: 0.3em 0.625em;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 100%;
  width: 6.5em;
}
.button.icon-button.hint-button .fa {
  margin-right: 0.25em;
}
.button.icon-button.hint-button span:last-child {
  font-size: 1em;
  line-height: 1.3em;
}
.button.submit-button,
.button.clear-button {
  opacity: 1;
  transition: opacity 0.25s linear;
}
.button.submit-button.hidden,
.button.clear-button.hidden {
  opacity: 0;
  cursor: initial;
}
.button.small {
  width: 7.05em;
}
.button.medium {
  width: 7.95em;
}
a.button {
  line-height: 2.75em;
  font-weight: 700;
}
.you-fancy {
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  overflow: hidden;
  transition: width 0.2s ease-out;
  vertical-align: middle;
  width: 130px;
  padding: 1px 0;
}
.you-fancy.hidden {
  width: 0px;
}
.button + * {
  margin-left: 15px;
}
.draggable-card {
  -ms-flex-align: center;
      align-items: center;
  background: #f3f3f3;
  border: 0.0694em solid #bebebe;
  border-radius: 0.2777em;
  box-shadow: 0.0694em 0.0694em 0.1388em 0 rgba(0,0,0,0.25);
  color: #646464;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
  height: 3.4722em;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 10.416em;
}
.draggable-card span {
  display: block;
  width: 70%;
}
.draggable-card .dots {
  position: absolute;
  right: 0.3472em;
  top: 42%;
}
.draggable-card .dots div {
  background: #9b9b9b;
  height: 0.1388em;
  margin-bottom: 0.2083em;
  width: 0.1388em;
}
.draggable-card:hover {
  cursor: pointer;
}
.draggable-card.large {
  width: 14.5833em;
}
.draggable-card.small {
  width: 6.7em;
}
.draggable-card.slim {
  height: 2.0833em;
}
.draggable-card.slim .dots {
  top: 27%;
}
.draggable-card.active,
.draggable-card:focus {
  border-color: #3ab2da !important;
  box-shadow: 0.1388em 0.1388em 0.2777em 0 rgba(0,0,0,0.25);
  opacity: 0.9;
  outline: 0;
}
.draggable-card.error {
  border-color: #ed6b06;
}
.draggable-card.disabled {
  box-shadow: none;
  color: #bebebe;
}
.draggable-card.disabled:hover {
  cursor: not-allowed;
}
.draggable-card.selection {
  background: #3ab2da;
  color: #fff;
}
.ui-sortable-disabled .draggable-card:hover {
  cursor: not-allowed;
}
.answer-pool {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border: 0.125em dashed #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 9.0277em;
  margin: 0 0 0 3em;
  width: 70%;
}
.answer-pool .draggable-card {
  margin: 0.5em;
}
.answer-pool.over,
.answer-pool:focus {
  border: 0.125em dashed #3ab2da;
  border-radius: 0.25em;
  outline: 0;
}
.answer-container {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  width: 100%;
}
.droppable-column {
  background: url("../images/droppable-background-darkened-text.png") no-repeat center center;
  background-size: 8.5em;
  border: 0.125em dashed #d8d8d8;
  border-radius: 0.25em;
  margin: 0.5em 0.5em;
  min-height: 3.6em;
  position: relative;
  min-width: 135px;
}
.droppable-column.over,
.droppable-column:focus {
  border: 0.125em dashed #3ab2da !important;
  outline: 0;
}
.droppable-column.large {
  min-width: 13.75em;
}
.droppable-column.small {
  background-image: url("../images/droppable-background-icon.png");
  background-position: center center;
  background-size: 2.8em;
  min-width: 6.65em;
}
.droppable-column.t-account-droppable {
  width: 135px;
}
.droppable-column.t-account-droppable.large {
  width: 13.75em;
}
.droppable-column.t-account-droppable.small {
  width: 6.65em;
}
.droppable-column.multi {
  min-height: 6.25em;
  padding-bottom: 0.1875em;
}
.droppable-column.multi.full {
  background-position: bottom center;
  padding-bottom: 2.75em;
}
.droppable-column.multi.full.halffull {
  background-position: center 80%;
}
.droppable-column.multi.full .droppable-placeholder {
  background: #3ab2da;
  border-radius: 0.25em;
  height: 3.225em;
  opacity: 0.15;
  margin: 0.1em 0.15em;
}
.droppable-column.multi.over:not(.small) {
  background-image: url("../images/droppable-background-over-darkened-text.png");
}
.droppable-column.error {
  border-color: #ed6b06;
}
.droppable-column .error-msg {
  background: #fff;
  color: #ed6b06;
  font-size: 0.75em;
  font-weight: 600;
  height: 3.125em;
  left: 0;
  padding-top: 0.98125em;
  position: absolute;
  right: 0;
  text-align: center;
}
.droppable-column .draggable-card {
  margin: 0.1em auto;
}
.droppable-column .draggable-card+ .draggable-card {
  margin-top: 0.25em;
}
.taccount-answer-container {
  width: 100em;
}
.t-account-container {
  margin-bottom: 1.5em;
}
.t-account-container .title {
  display: block;
  font-size: 1.125em;
  font-weight: 100;
  margin: 0 0 0.75em;
  text-align: center;
  width: 90%;
  height: 40px;
  max-width: 15em;
}
.t-account-container .validation {
  padding: 0.65em 0 0;
  text-align: center;
  width: 90%;
}
.t-account-container .validation div {
  display: none;
}
.t-account-container .validation span {
  display: inline-block;
  vertical-align: middle;
}
.t-account-container .validation .fa {
  font-size: 1.75em;
}
.t-account-container .validation .fa+ span {
  font-size: 0.85em;
  margin-left: 0.5em;
}
.t-account {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.75em 0 0;
}
.t-account .toggle-container {
  margin: 0 auto;
}
.t-account .droppable-column {
  margin: 0.75em 0.5em 0;
  max-height: 6.525em;
  min-height: 6.525em;
}
.t-account .droppable-column.multi.full .droppable-placeholder {
  height: 1.725em;
}
.t-account .droppable-column.halffull {
  background-position: center 80%;
}
.t-account .droppable-column.noback {
  background-image: none;
}
.t-account .column {
  display: inline-block;
}
.t-account .border {
  background: #979797;
}
.t-account .border.left {
  border-radius: 0.3125em 0 0 0.3125em;
  float: right;
  height: 0.25em;
  margin: 0.25em 0;
  width: 100%;
}
.t-account .border.right {
  border-radius: 0 0.3125em 0.3125em 0;
  float: left;
  height: 0.25em;
  margin: 0.25em 0;
  width: 100%;
}
.t-account .border.vert {
  border-radius: 0.3125em;
  height: 8.125em;
  margin-top: 0.9375em;
  width: 0.25em;
}
.taccounts_drag_and_drop .t-account .border.left,
.taccounts_drag_and_drop .t-account .border.right {
  margin-top: 0;
}
.taccounts_drag_and_drop .t-account .droppable-column {
  margin-top: calc(0.75em - 4px);
}
.data-table-info {
  font-size: 1em;
  font-weight: 200;
  overflow: auto;
  padding: 0 0.75em 0.35em;
  width: 100%;
}
.data-table-info span:first-child {
  float: left;
}
.data-table-info span:last-child {
  float: right;
}
.data-table {
  border-collapse: collapse;
  box-shadow: 0.0625em 0.0625em 0.125em 0 rgba(0,0,0,0.5);
  width: 100%;
  font-size: 0.75em;
}
.data-table.small {
  width: 50%;
}
.data-table.centered {
  width: auto;
  margin: 0 auto;
}
.data-table.right {
  width: auto;
  margin: 0px 0px 30px 0px;
}
.data-table .nowrap {
  white-space: nowrap;
}
.data-table thead {
  background: #e6e6e6;
  border-left: 0.0625em solid #e6e6e6;
  border-right: 0.0625em solid #e6e6e6;
  text-align: left;
  padding: 0.25em 0;
}
.data-table thead th {
  border-right: 0.125em solid #efefef;
  font-size: 1.1667em;
  font-weight: 600;
  margin: 0;
  padding: 0.25em 0.75em;
}
.data-table thead th:last-child {
  border-right: 0;
}
.data-table thead tr:first-child th {
  padding-top: 0.75em;
}
.data-table thead tr:last-child th {
  padding-bottom: 0.75em;
}
.data-table tbody tr {
  background: #fafafa;
}
.data-table tbody tr.total {
  background: #e6e6e6;
}
.data-table tbody tr.total td {
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 12px;
}
.data-table tbody tr.total td.currency {
  position: relative;
}
.data-table tbody tr.total td.currency:before {
  content: '';
  width: calc(100% - 1.5em);
  height: 0;
  margin: 0 0.75em;
  border-bottom: 1px solid #646464;
  position: absolute;
  left: 0;
  top: 3px;
}
.data-table tbody tr.total td.currency:not(.nobottom):after {
  content: '';
  width: calc(100% - 18px);
  height: 2px;
  margin: 0 0.75em;
  border-top: 2px solid #646464;
  border-bottom: 2px solid #646464;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.data-table tbody tr.total.subtotal {
  background: #fafafa;
}
.data-table tbody tr.total.subtotal td {
  font-weight: normal;
}
.data-table tbody tr td {
  border-right: 2px solid #efefef;
  border-top: 2px solid #efefef;
  font-weight: 400;
  height: 3.125em;
  padding: 0 0.75em;
  text-align: left;
}
.data-table tbody tr td:first-child {
  border-left: 0.0625em solid #e6e6e6;
}
.data-table tbody tr td:last-child {
  border-right: 0.0625em solid #e6e6e6;
}
.data-table tbody tr td.narrow {
  width: 18.75em;
}
.data-table tbody tr td.currency {
  text-align: right;
}
.data-table tbody tr td.currency input {
  text-align: right;
}
.data-table tbody tr td.equals {
  position: relative;
}
.data-table tbody tr td.equals:after {
  content: '';
  width: calc(100% - 1.5em);
  height: 0;
  margin: 0 0.75em;
  border-bottom: 1px solid #646464;
  position: absolute;
  left: 0;
  bottom: -1px; /* -5px would match positioning of top line on .total .currency, -1px positions over bottom border of td */
}
.data-table tbody tr td.no-border {
  border: none;
  height: auto;
}
.data-table tbody tr td.error-partial-row {
  margin-left: 1px;
  margin-right: 1px;
  border-top: 3px solid #ed6b06;
  border-bottom: 3px solid #ed6b06;
  border-right: none;
  border-left: none;
}
.data-table tbody tr td.error-partial-row.error-partial-row-first {
  margin-left: 0;
  border-left: 3px solid #ed6b06;
}
.data-table tbody tr td.error-partial-row.error-partial-row-last {
  margin-right: 0;
  border-right: 3px solid #ed6b06;
}
.data-table tbody tr:last-child {
  border-bottom: 0.0625em solid #e6e6e6;
}
.data-table tbody tr.narrow td:first-child {
  width: 18.75em;
}
.data-table .indent {
  margin-left: 30px;
}
.data-table .italic {
  font-style: italic;
}
.data-table .centered {
  text-align: center;
}
.data-table.clean {
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none;
  font-size: inherit;
}
.data-table.clean tr {
  background: none;
}
.data-table.clean tr td {
  padding: 10px;
  height: 36px;
  border: none;
}
.data-table.clean tbody tr,
.data-table.clean thead tr {
  background: none;
}
.data-table.clean tbody tr td,
.data-table.clean thead tr td {
  border-right: none;
  border-top: none;
}
.data-table.clean tbody tr td:first-child,
.data-table.clean thead tr td:first-child {
  border-left: none;
}
.data-table.clean tbody tr td:last-child,
.data-table.clean thead tr td:last-child {
  border-right: none;
}
.data-table.journal thead th {
  text-align: center;
}
.data-table.journal thead th:nth-child(2) {
  min-width: 400px;
}
.data-table.fill-in-equation .large {
  font-weight: bold;
  color: #828282;
  font-size: 1.2em;
}
.data-table.fill-in-equation .operator {
  font-weight: bold;
  color: #d8d8d8;
  font-size: 3em;
}
.data-table.fill-in-equation.fluid .operator {
  width: 27px;
}
.data-table.fill-in-equation.fluid td {
  width: auto;
}
.data-table.fill-in-equation.fluid .user-input {
  width: 100%;
  margin: 0;
}
.data-table.data-table-taccount {
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none;
  position: relative;
  table-layout: fixed;
}
.data-table.data-table-taccount tr {
  background: none;
}
.data-table.data-table-taccount tr td {
  padding: 0.67em 0.8em;
  height: auto;
  border: none;
  position: relative;
  width: 5.125em;
/* sometimes there are borders inherited by .title */
/* vertical border */
}
.data-table.data-table-taccount tr td:first-child,
.data-table.data-table-taccount tr td:last-child {
  border-left: none;
  border-right: none;
}
.data-table.data-table-taccount tr td:nth-child(2) {
  border-right: 4px solid #828282;
}
.data-table.data-table-taccount tr:first-child td {
  border-bottom: 4px solid #828282;
}
.data-table.data-table-taccount tr:last-child td {
  border-top: 4px solid #828282;
}
.data-table.data-table-taccount tr:nth-child(2) td {
  border-top: none; /* in case there are only 2 rows */
}
.data-table.data-table-taccount.income-summary tr:nth-child(2) td {
  border-bottom: 4px solid #828282;
}
.data-table.data-table-taccount tr:nth-child(1) td {
  text-align: center;
}
.data-table.data-table-taccount tr:nth-child(n+2) td:nth-child(1) {
  text-align: left;
}
.data-table.data-table-taccount tr:nth-child(n+2) td:nth-child(2) {
  text-align: right;
}
.data-table.data-table-taccount tr:nth-child(n+2) td:nth-child(2) input {
  text-align: right;
}
.data-table.data-table-taccount tr:nth-child(n+2) td:nth-child(3) {
  text-align: right;
}
.data-table.data-table-taccount tr:nth-child(n+2) td:nth-child(3) input {
  text-align: right;
}
.data-table.data-table-taccount tr:nth-child(n+2) td:nth-child(4) {
  text-align: left;
}
.data-table.data-table-taccount tr:nth-child(n+2) td:nth-child(4) .custom-select {
  float: right;
}
.data-table.data-table-taccount .title {
  font-size: 1.125em;
  font-weight: 100;
  position: relative;
}
.data-table.data-table-taccount tbody tr {
  background: none;
}
.data-table.data-table-taccount tbody tr td {
  white-space: nowrap;
  min-width: 92px;
}
.data-table.data-table-taccount .tiny {
  color: #646464;
  font-size: 0.95em;
}
.data-table.data-table-taccount .tiny.user-input {
  font-size: 1.1em;
}
.data-table.data-table-taccount.has-footer tr:last-child td:first-child {
  width: 10px;
  padding-right: 0;
}
.data-table.data-table-taccount.has-footer tr:last-child td:first-child div:not(.custom-select) {
  width: 35px;
}
.data-table.data-table-taccount.has-footer tr:last-child td:nth-child(2) .user-input {
  margin-left: -1.7em;
}
.contact fieldset {
  margin-bottom: 25px;
  padding-top: 15px;
}
.contact fieldset legend {
  font-weight: 700;
}
.contact input[type=text],
.contact select,
.contact textarea {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  border: 1px solid #888;
  border-radius: 2px;
}
.contact input[type=text] {
  padding: 0.3em 0.5em;
}
.contact select {
  padding: 0.35rem 1.2rem 0.45rem 0.45rem;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-size: 1em;
  line-height: normal;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
}
.contact textarea {
  height: 10em;
  font-size: 1em;
}
.contact input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.contact .form-horizontal label {
  width: 16%;
  margin: 0;
  padding: 7px 15px 0 15px;
  display: inline-block;
  float: left;
  text-align: right;
}
.contact .form-horizontal input[type=text],
.contact .form-horizontal select,
.contact .form-horizontal textarea {
  width: 50%;
  min-width: 510px;
}
.contact .form-group {
  margin-bottom: 15px;
  display: block;
}
.contact .form-group label {
  display: inline-block;
}
.contact .form-group input.error,
.contact .form-group textarea.error,
.contact .form-group select.error {
  border-color: #f00;
  box-shadow: 0px 0px 3px 1px rgba(255,0,0,0.75);
}
.contact .form-group .error-msg {
  margin: 5px 0 0 15%;
  display: block;
  font-size: 0.8em;
  color: #e33;
}
.contact .btn-cancel {
  font-size: 1em;
  color: #444;
  background: transparent;
  border: none;
}
.contact .btn-cancel:hover {
  text-decoration: underline;
}
.contact .result-msg.error {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 1.1em;
  border: 1px solid #888;
  box-shadow: 1px 1px 3px 0px rgba(50,50,50,0.75);
}
.contact .result-msg.success {
  margin: 35px 0 0;
  font-size: 1.2em;
}
.contact .result-msg.success .icon {
  margin-left: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(60,60,60,0.45);
  transition: opacity 0.25s linear;
  -webkit-overflow-scrolling: touch;
}
.modal-backdrop.show {
  opacity: 1;
  z-index: 1000;
}
.modal-container {
  height: auto;
  min-height: 540px;
  margin: 30px auto;
  padding: 0 2.5em;
  position: relative;
  outline: 0;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
}
.modal-container .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2em;
  background-color: transparent;
  border: none;
}
.modal-container .actions {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 0;
  padding: 2em 0;
  position: absolute;
  right: 0;
}
.modal-container .actions .button {
  min-width: 10em;
  width: auto;
}
.mastery-modal {
  text-align: center;
}
.mastery-modal > span {
  display: block;
  font-family: "Gentium Basic";
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 1em 0;
}
.mastery-modal .score-container {
  width: 100%;
  border-radius: 4px;
  background: #646464;
  height: 92px;
  position: relative;
  margin: 2em 0;
}
.mastery-modal .score-container .score-meter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  transition: width 1s ease-out;
}
.mastery-modal .score-container .score-meter.pass {
  background: #7db658;
}
.mastery-modal .score-container .score-meter.fail {
  background: #ed6b06;
}
.mastery-modal .score-container span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-family: "Open Sans";
  margin: 1.1em 0;
}
.best-score {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  width: 12.5em;
  margin: 0 auto;
  color: #828282;
}
.best-score span {
  display: inline-block;
  padding: 0.75em 0.5em;
  font-size: 0.9em;
}
.best-score span:first-child {
  border-right: 1px solid #d8d8d8;
}
.best-score span:last-child {
  font-weight: 700;
}
.test-out-warning .message {
  margin-top: 3em;
}
@-webkit-keyframes simple-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes simple-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes simple-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.targeted-feedback {
  color: #f0f0f0;
  background-color: #3c3c3c;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
  font-size: 13px;
  margin-top: 1.5em;
  position: absolute;
  left: -6em;
  line-height: 1.5em;
  padding: 1em 0.5em;
  text-align: center;
  width: 400px;
  z-index: 100;
}
.targeted-feedback .display {
  margin: 0.4em;
}
.targeted-feedback .arrow {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3c3c3c;
  position: absolute;
  top: -10px;
  left: 24px;
}
.targeted-feedback.positioned-right .arrow {
  right: 24px;
  left: auto;
}
.targeted-feedback.top {
  left: 0;
  margin-top: 0;
  bottom: calc(100% + 8px);
}
.targeted-feedback.top:before {
  border-bottom: none;
  border-top: 10px solid #3c3c3c;
  top: 100%;
}
.targeted-feedback:not(.visible) {
  display: none;
}
.targeted-feedback .close {
  position: absolute;
  top: 0;
  right: 0;
}
.targeted-feedback .close button {
  color: #fff;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.calculator-btn {
  font-size: inherit;
  color: #fff;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.calculator-btn img {
  vertical-align: middle;
}
.calculator {
  position: absolute;
  top: 0;
  right: 5rem;
  width: 350px;
  color: #fff;
  background-color: #303030;
  z-index: 10;
}
.calculator:not(.visible) {
  display: none;
}
.calculator button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  cursor: pointer;
  appearance: none;
}
.calculator header {
  cursor: move;
}
.calculator header button {
  position: relative;
  padding: 0.25em 0.5em;
  color: #fff;
  background-color: inherit;
  z-index: 1;
}
.calculator header button:focus {
  color: #000;
  background-color: #b2b2b2;
}
.calculator .display {
  position: relative;
  height: 4.5rem;
  color: #fff;
  font-family: inherit;
  font-size: 2.5rem;
  font-weight: 200;
  background-color: #3c3c3c;
  overflow: hidden;
}
.calculator .display input {
  position: absolute;
  bottom: 0;
  padding: 0.75rem;
  width: calc(100% - 0.75rem);
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: right;
  border: 0;
  background-color: transparent;
}
.calculator .display input[type=number]::-webkit-inner-spin-button,
.calculator .display input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator .display .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.calculator .display .visually-hidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.calculator .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calculator .buttons button {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: calc(25% - 1px);
      flex-basis: calc(25% - 1px);
  padding: 1.5rem 0;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.3;
  background-color: #e0e0e0;
}
.calculator .buttons button.large-button-label {
  font-size: 170%;
  line-height: 1.3;
}
.calculator .buttons button:hover,
.calculator .buttons button:active {
  background-color: #b2b2b2;
}
.calculator .buttons button:focus {
  position: relative;
}
.calculator .buttons .operation {
  color: #fff;
  font-weight: 600;
  background-color: #00729b;
}
.calculator .buttons .operation:hover,
.calculator .buttons .operation:active {
  background-color: #006386;
}
.carouselContainer {
  height: 100%;
}
.single-item {
  position: relative;
  height: 100%;
  top: 0px;
  margin: 0 auto;
}
.slick-track,
.slick-list {
  height: 100%;
}
.slick-slide img {
  display: inline-block;
}
.carousel-imgs {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.close-carousel {
  cursor: pointer;
  position: absolute;
  background: #cecece;
  color: #fff;
  top: -15px;
  right: -15px;
  z-index: 100;
  border-radius: 15px;
  height: 34px;
  width: 34px;
  color: #000;
  font-weight: bold;
  border: 3px solid #fff;
  font-size: 1.2em;
}
.close-carousel:hover,
.close-carousel:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.slick-dots {
  bottom: 0px;
}
.slick-dots li button:before {
  font-size: 8px !important;
}
.caurosel-checkbox-div {
  position: absolute;
  bottom: 5px;
  right: 20px;
}
.carousel-checkbox {
  cursor: pointer;
  opacity: 1 !important;
  vertical-align: text-top;
  zoom: 1.3;
}
.carousel-label::before {
  border: 0px !important;
}
.carousel-checkbox:checked + label:before {
  background: transparent !important;
  border: !important;
  color: !important;
  content: '' !important;
  font-weight: !important;
  padding-left: !important;
}
.carousel-label {
  cursor: pointer;
  padding: 0px !important;
  font-size: 16px;
  font-weight: bold;
}
.resources-link {
  padding-right: 5px;
  display: inline !important;
}
.carousel-intro-open {
  cursor: pointer;
  background: none;
  border-left: 1px solid #333;
  border-right: none;
  border-bottom: none;
  border-top: none;
  padding-left: 7px;
}
.prev-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #000;
  z-index: 1;
  left: 12px;
  border: none;
  background: none;
}
.next-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #000;
  z-index: 1;
  right: 12px;
  border: none;
  background: none;
}
.home .pearson-header {
  border-bottom: 0.625em solid #3c3c3c;
  height: 3.45em;
}
.home .status-alert {
  width: 100%;
  padding: 7px 2em;
  color: #fff;
  background-color: #b72222;
  animation: simple-fadein 1s;
  -moz-animation: simple-fadein 1s;
  -webkit-animation: simple-fadein 1s;
}
.home .content {
  display: -ms-flexbox;
  display: flex;
  padding: 1.25em 1em;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 62.5em;
  min-height: calc(100% - 3.45em); /* window height minus header height, so that content can fit under roundrr plugin */
}
.home .content h1 {
  color: #008b5d;
  line-height: 1.25em;
  margin-top: 0.65em;
  text-align: center;
}
.home .content h2 {
  margin-bottom: 0.55em;
}
.home .content ul {
  list-style: none;
  margin: 1.25em;
}
.home .content ul li {
  margin-bottom: 0.3125em;
}
.home .content h2.student-name {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.home .info-sidebar {
  border-radius: 0.25em;
  width: 11.75em;
}
.home .info-sidebar div + div {
  margin-top: 3px;
}
.home .mode-indicator {
  padding: 2px 5px;
  font-size: 0.816em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #7db658;
  border-radius: 0.25em 0.25em 0 0;
}
.home .student-info {
  height: 7.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background: #0092cc;
}
.home .tutorial-progress {
  background: #d8d8d8;
  font-size: 0.75em;
  padding: 1em 1.5em;
  text-align: center;
}
.home .tutorial-progress .progress-indicator {
  margin: 10px 0;
}
.home .tutorial-progress .circliful {
  position: relative;
}
.home .tutorial-progress .circle-text,
.home .tutorial-progress .circle-info,
.home .tutorial-progress .circle-text-half,
.home .tutorial-progress .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}
.home .tutorial-progress .circle-info,
.home .tutorial-progress .circle-info-half {
  color: #999;
}
.home .tutorial-progress .circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}
.home .tutorial-progress div.tutorial-results {
  padding-bottom: 10px;
}
.home .tutorial-progress a.tutorial-results {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600;
  color: #0092cc;
}
.home .tutorial-progress a.comprehensive-results {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600;
  color: #0092cc;
}
.home .recent-activity {
  background: #646464;
  border-radius: 0 0 0.25em 0.25em;
  color: #fff;
  font-size: 0.75em;
  padding: 1em 1em;
}
.home .recent-activity img {
  margin: 1em auto 0;
  width: 100%;
}
.home .resources {
  padding-top: 5px;
  text-align: center;
}
.home .resources a {
  display: block;
  margin: 0.75em 0;
  font-size: 0.85em;
  color: #4a4a4a;
}
.home .resources a:hover {
  text-decoration: underline;
}
.home .resources a:focus {
  text-decoration: underline;
}
.home .resources a.sidebar-button {
  padding: 0.5em 1.5em;
  border: 2px solid #fff;
  border-radius: 20px;
  background: #0092cc;
  color: #fff;
}
.home .resources a.sidebar-button:hover {
  border-color: #0092cc;
  background: #fff;
  color: #0092cc;
  text-decoration: none;
}
.home .section-title {
  display: block;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.home .tutorial-steps {
  display: inline-block;
  padding-top: 13.4375em;
  position: relative;
  visibility: hidden;
  width: 100px;
}
.home .tutorial-steps.ready {
  visibility: visible;
}
.home .step-circle {
  -ms-flex-align: center;
      align-items: center;
  background: #fafafa;
  border: 0.33em solid #d8d8d8;
  border-radius: 100%;
  color: #878787;
  cursor: not-allowed;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75em;
  height: 10em;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 10em;
}
.home .step-circle .status {
  background: #f3f3f3;
  border: 0.075em solid #bebebe;
  border-radius: 0.15em;
  bottom: -0.33em;
  font-size: 1.4em;
  left: 41.5%;
  position: absolute;
  width: 1.275em;
  height: 1.275em;
}
.home .step-circle.active {
  border-color: #646464;
  color: #646464;
  cursor: pointer;
}
.home .step-circle.active:hover,
.home .step-circle.active:focus {
  background: #0092cc;
  border-color: #0092cc;
  color: #fff;
  outline: none;
}
.home .step-circle.active .status {
  display: none;
}
.home .step-circle.complete {
  border-color: #3fa85d;
  color: #3fa85d;
  cursor: pointer;
}
.home .step-circle.complete:hover,
.home .step-circle.complete:focus {
  background: #3fa85d;
  color: #fff;
  outline: none;
}
.home .step-circle.complete .status {
  color: #3fa85d;
  border-color: #3fa85d;
}
.home .step-circle .circle-message {
  width: 100%;
  position: absolute;
  bottom: 1.8em;
  left: 0;
  font-size: 0.8em;
  font-weight: 600;
}
.home .step-title {
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  width: 90%;
}
.home .inner {
  left: -4.25em;
  position: absolute;
  top: 8em;
  width: 16.125em;
}
.home .inner p {
  color: #646464;
  font-size: 1.1em;
  text-align: center;
}
.home .roundrr_div_item,
.home .roundrr_center {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.home .roundrr_div_item.show,
.home .roundrr_center.show {
  opacity: 1;
}
.home .recent-activity .activity {
  margin-top: 5px;
}
.home .recent-activity .activity label {
  display: block;
  line-height: 125%;
  margin-bottom: 2px;
}
.home .recent-activity .progress-bar {
  height: 24px;
  margin: 0;
  background-color: #fff;
}
.home .recent-activity .progress-bar .label {
  position: absolute;
  width: 165px;
  text-align: center;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #333;
}
.home .recent-activity .progress-bar .fill {
  position: relative;
  border: 1px solid #7fb55d;
  background: #7fb55d;
  overflow: hidden;
  height: 24px;
  margin: 0;
  padding: 0;
}
.home .recent-activity .progress-bar .fill .label {
  margin-top: -1px;
  color: #fff;
}
.home .content.comprehensive-assigned h1 {
  font-size: 1.8em;
  line-height: 1.1em;
  margin: 0.8em 0 0;
  padding: 0 20px;
}
.home .content.comprehensive-assigned .inner {
  text-align: center;
}
.home .content.comprehensive-assigned .inner p {
  font-size: 0.9em;
}
.home .content.comprehensive-assigned .inner .step-circle.comprehensive-problem {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.home header.tvm + div.content .inner {
  top: 9em;
}
.lessons .content {
  min-height: calc(100% - 22px - 2.8em); /* fills the height of the viewport, minus legal-footer, minus header */
}
.lessons .content .lesson-container {
  opacity: 0;
  transition: opacity 0.25s linear;
}
.lessons .content .lesson-container.show {
  opacity: 1;
}
.lessons .content .lesson-header {
  width: 100%;
  background: #3c3c3c;
  padding: 0 1.5em;
  color: #fff;
  height: 9em;
}
.lessons .content .lesson-header h1 {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 2.125em;
  line-height: 1.4em;
  font-weight: 300;
  max-width: 435px;
}
.lessons .content .lesson-header button,
.lessons .content .lesson-header a {
  vertical-align: middle;
}
.lessons .content .step-info {
  float: left;
  width: 50%;
  margin-top: 1.65em;
}
.lessons .content .step-info a {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 1em;
}
.lessons .content .step-info a img {
  width: 100%;
}
.lessons .content .step-info a ul.step-list {
  width: auto;
}
.lessons .content .step-actions {
  text-align: right;
  margin-top: 2.3em;
  float: right;
  width: 50%;
}
.lessons .content #roundrr_container {
  margin-left: 45px;
  position: relative;
  top: 18px;
}
.lessons .content .content li.step-item,
.lessons .content .roundrr_div_item {
  width: 21px;
  height: 21px;
  background: #f3f3f3;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.lessons .content .content li.step-item.show,
.lessons .content .roundrr_div_item.show {
  opacity: 1;
}
.lessons .content .roundrr_center {
  position: absolute;
  font-size: 2em;
  top: -6px;
  left: -3px;
  color: #fbf5ea;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.lessons .content .roundrr_center.show {
  opacity: 1;
}
.lessons .content .card-container {
  width: calc(100% - 2em);
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: 2em;
  padding: 0 0em 1em 0;
}
.lessons .content .card-container ul {
  display: inline-block;
  width: auto;
}
.lessons .content .card-container a {
  display: block;
  margin: 0.5em 0 0 0;
}
.lessons .content .card-container li {
  position: relative;
}
.lessons .content h2.card-head {
  background: #3ab2da;
  border-radius: 0.2em 0.2em 0 0;
  color: #fff;
  font-size: 1.15em;
  font-weight: 400;
  height: 7.5em;
  line-height: 1.5em;
  margin: 0;
  padding: 0.75em 0.5em;
  text-align: center;
  position: relative;
}
.lessons .content h2.card-head:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 123px solid transparent;
  border-right: 123px solid transparent;
  border-bottom: 40px solid #6bc5e3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lessons .content .card-activities {
  padding-top: 2.5em;
  background: #f3f3f3;
  border: 1px solid #bebebe;
  border-radius: 0 0 0.25em 0.25em;
  height: 19.625em;
  margin-top: 0.35em;
  position: relative;
  text-align: center;
  position: relative;
}
.lessons .content .card-activities div {
  color: #828282;
  font-family: "Gentium Basic";
  font-weight: 600;
}
.lessons .content .card-activities div.activity-item {
  line-height: 2em;
  font-size: 1.1em;
}
.lessons .content .card-activities div.complete {
  color: #7db658;
}
.lessons .content .card-count {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  z-index: 100;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 40%;
  top: 7.41em;
}
.lessons .content .card-count span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding-bottom: 0.05em;
  font-size: 1.5em;
  font-weight: 800;
  color: #bebebe;
}
.lessons .content .card-actions {
  position: absolute;
  bottom: 1em;
  left: 3.5em;
}
.lessons .content .try-it,
.lessons .content .test-out {
  border: 1px solid #3fa85d;
  color: #3fa85d;
  background: transparent;
  margin: 0.25em;
  font-size: 1.25em;
  width: 13.5em;
}
.lessons .content .try-it:hover:not(.disabled),
.lessons .content .test-out:hover:not(.disabled),
.lessons .content .try-it:focus:not(.disabled),
.lessons .content .test-out:focus:not(.disabled) {
  background: #3fa85d;
  color: #fff;
}
.lessons .content .try-it.disabled,
.lessons .content .test-out.disabled {
  border-color: #878787;
  color: #878787;
}
.lessons .content .try-it.disabled:hover,
.lessons .content .test-out.disabled:hover {
  border-color: #878787;
  color: #878787;
  background: transparent;
  cursor: not-allowed;
}
.lessons .content li.locked .card-head {
  background: #828282;
}
.lessons .content li.locked .card-head:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 123px solid transparent;
  border-right: 123px solid transparent;
  border-bottom: 40px solid #a1a1a1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lessons .content ul,
.lessons .content li {
  list-style: none;
}
.lessons .content ul {
  width: 100em;
  padding: 0;
}
.lessons .content li {
  display: inline-block;
  width: 15.375em;
  float: left;
  margin-right: 1em;
}
@media (max-width: 1177px) {
  .lessons .content .step-info {
    width: 44%;
  }
  .lessons .content .step-info h3 {
    max-width: 365px;
  }
  .lessons .content .step-actions {
    width: 56%;
  }
}
@media (max-width: 1145px) {
  .lessons .content .step-info {
    width: 70%;
  }
  .lessons .content .step-info h3 {
    max-width: 465px;
  }
  .lessons .content .step-actions {
    width: 280px;
    margin-top: 0.3em;
  }
}
.activity header {
  color: #fbf5ea;
}
.activity header .section {
  display: inline-block;
  padding: 0 2.5em 0 1.5em;
  position: relative;
  vertical-align: middle;
}
.activity header .section a {
  vertical-align: middle;
}
.activity header .section:first-child {
  padding: 0 2em 0 0;
}
.activity header .section:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 32px;
  border-right: 2px solid #646464;
  border-bottom: 2px solid #646464;
  top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.activity header .step-icon {
  width: 11px;
  height: 22px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.activity header .bottom-bar {
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  position: relative;
}
.activity header .bottom-bar span {
  vertical-align: middle;
}
.activity header .bottom-bar h1 {
  display: inline;
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
}
.activity header .bottom-bar .lesson-id {
  border: 2px solid #fff;
  background: #878787;
  border-radius: 100%;
  font-weight: 700;
  color: #fff;
  width: 1.75em;
  height: 1.75em;
  font-size: 0.8em;
  padding-top: 0.1em;
  display: inline-block;
  margin-right: 12px;
  text-align: center;
}
.activity header .bottom-bar .resources {
  float: right;
  margin-right: 63px;
  font-size: 18px;
  line-height: 30px;
}
.activity header .bottom-bar .resources a {
  display: inline-block;
  min-width: 100px;
  margin-right: 15px;
  text-align: center;
  color: #fff;
}
.activity header .bottom-bar .resources a:hover {
  text-decoration: underline;
}
.activity header .bottom-bar .resources a.header-button {
  background-color: #0092cc;
  border: 2px solid #fff;
  border-radius: 0.25em;
  padding: 2px 7px;
  line-height: 24px;
}
.activity header .bottom-bar .resources a.header-button:hover {
  text-decoration: none;
}
.activity header .progress-container {
  background: #3c3c3c;
}
.activity header .progress-container .indication {
  position: relative;
}
.activity header .progress-container span {
  display: inline-block;
  border: 2px solid #fbf5ea;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  vertical-align: middle;
  z-index: 100;
}
.activity header .progress-container span.final {
  width: 1.4em;
  height: 1.45em;
  border: 5px double #fbf5ea;
}
.activity header .progress-container span.full {
  background: #fbf5ea;
}
.activity header .lesson-step {
  width: 300px;
  float: right;
  font-weight: 600;
}
.activity .indication:focus {
  cursor: pointer;
}
.activity .indication:focus .tooltip {
  display: block;
}
.activity .progress-container:hover > .indication:focus {
  cursor: pointer;
}
.activity .progress-container:hover > .indication:focus .tooltip {
  display: none;
}
.activity .progress-container:hover > .indication:hover {
  cursor: pointer;
}
.activity .progress-container:hover > .indication:hover .tooltip {
  display: block;
}
.activity .tooltip {
  background: #d8d8d8;
  border-radius: 2px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  color: #646464;
  font-size: 11px;
  margin-top: 1.5em;
  padding: 0.25em 0;
  position: absolute;
  left: -6em;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-align: center;
  width: 152px;
  z-index: 100;
}
.activity .tooltip:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d8d8d8;
  position: absolute;
  top: -10px;
  left: 64px;
}
.activity .tooltip.hidden {
  display: none;
  z-index: 100;
}
.activity .activity-info {
  margin-top: 1.75em;
}
.activity .activity-info h2 {
  width: 75%;
}
.activity .activity-info a {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .activity .activity-info h2.activity-title {
    width: auto;
    margin-right: 240px;
  }
}
.activity footer {
  -ms-flex-align: center;
      align-items: center;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 50px 24px 0;
  position: relative;
}
.activity footer .submit-button {
  display: none;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 50px;
}
.activity footer .result-msg {
  display: none;
  font-weight: 600;
  margin-left: 1.5em;
  opacity: 1;
  transition: opacity 0.25s linear;
}
.activity footer .result-msg.error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ed6b06;
}
.activity footer .result-msg.success {
  display: inline-block;
  color: #7db658;
}
.activity footer .result-msg.hidden {
  opacity: 0;
}
.activity footer .result-msg .fa {
  font-size: 2.25em;
  float: left;
}
.activity footer button.hidden + .result-msg {
  margin-left: 0;
}
.activity footer .prevnext-buttons {
  display: none;
  position: absolute;
  top: 24px;
  right: 50px;
}
.activity .content {
  opacity: 1;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.25s linear;
}
.activity .content .activity-container {
  margin-top: 2.5em;
  padding: 0 2.25em 1em;
}
.activity .content .activity-container .loading-container {
  padding-top: 200px;
}
.activity .content .activity-container,
.activity .content .activity-info,
.activity .content .snippet-container {
  opacity: 1;
  transition: opacity 0.25s linear;
}
.activity .content .activity-container.hidden,
.activity .content .activity-info.hidden,
.activity .content .snippet-container.hidden {
  opacity: 0;
}
.activity .content.no-attempt {
  pointer-events: none;
}
.activity .content .snippet-container {
  text-align: center;
}
.activity .visuallyhidden,
.comprehensive-problem .tooltip-a11y-container .tooltip-a11y {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.activity .showAllTooltips {
  border: 2px solid #ed6b06;
  border-radius: 5.2px;
  color: #ed6b06;
  display: none;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 8px;
  position: absolute;
  right: 63px;
  text-align: center;
  text-decoration: none !important;
  top: 55px;
  width: 133px;
}
.activity .showAllTooltips span {
  display: block;
}
.activity .showAllTooltips:hover,
.activity .showAllTooltips.on {
  background: #ed6b06;
  color: #fff;
}
.activity .showAllTooltips.on:hover {
  background: transparent;
  color: #ed6b06;
}
.activity .hint-container {
  background: #fbf5ea;
  border-bottom: 1px solid #bebebe;
  height: 0.25em;
  position: absolute;
  top: 0;
  transition: height 0.35s ease;
  width: 100%;
  z-index: 10;
}
.activity .hint-container .hint-content {
  bottom: 0;
  color: #000;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.activity .hint-container .hint-content div {
  padding: 2em 4em;
}
.activity .hint-container .hint-content span {
  font-family: "Gentium Basic";
  font-size: 1.3em;
}
.activity .hint-container .hint-content span.spaced-equation {
  display: block;
  font-size: 1em;
  margin: 0.75em 0;
}
.activity .hint-container .hint-content span.spaced-equation span {
  display: inline-block;
  text-align: center;
}
.activity .hint-container .hint-content span.spaced-equation span:nth-child(odd) {
  width: 145px;
}
.activity .hint-container .hint-content span.spaced-equation span:nth-child(even) {
  width: 15px;
}
.activity .hint-container .hint-content li {
  font-family: "Gentium Basic";
  font-size: 1.2em;
  padding: 0.25em 0;
}
.activity .hint-container.open {
  height: 100%;
}
.activity .hint-container .content-half-width p {
  width: 50%;
  max-width: 30em;
}
.activity .hint-button:hover,
.activity .hint-button:focus {
  text-decoration: underline;
}
.activity .lined {
  font-style: normal;
  text-decoration: underline;
}
.activity .stacked-equation {
  margin: 0.25em 0;
}
@media (max-width: 1130px) {
  .activity .stacked-equation {
    font-size: 0.9em;
  }
}
@media (max-width: 1130px) {
  .activity .stacked-equation {
    font-size: 0.85em;
  }
}
.activity .numeric_fill_in_the_blank_equation .line {
  font-family: "Gentium";
  font-weight: 500;
  margin: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.activity .numeric_fill_in_the_blank_equation .line input {
  width: 10em;
}
.activity .numeric_fill_in_the_blank_equation .line span.input {
  font-size: 2em;
}
.activity .activity-balance-the-basic-accounting-equation .column_drag_and_drop .column-container {
  min-width: 246px;
  text-align: left;
}
.activity .activity-balance-the-basic-accounting-equation .column_drag_and_drop .column-container .droppable-column {
  margin: 0.5em 0.2em;
}
.activity .single_drag_and_drop_equation,
.activity .column_drag_and_drop {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5em;
  width: 100%;
}
.activity .single_drag_and_drop_equation .static,
.activity .column_drag_and_drop .static {
  font-family: "Gentium Basic";
  font-size: 1.5em;
  margin-right: 0.25em;
}
.activity .single_drag_and_drop_equation .column-container,
.activity .column_drag_and_drop .column-container {
  min-width: 176px;
  text-align: center;
}
.activity .single_drag_and_drop_equation .column-title,
.activity .column_drag_and_drop .column-title {
  color: #878787;
  font-family: "Open Sans";
  font-size: 0.9em;
  font-weight: 500;
}
.activity .single_drag_and_drop_equation {
  -ms-flex-align: center;
      align-items: center;
}
.activity .testout-container {
  counter-reset: mega-step;
  position: relative;
}
.activity .testout-container .title-container {
  position: relative;
}
.activity .testout-container .title-container h5 a,
.activity .testout-container .title-container p.description a {
  text-decoration: underline;
}
.activity .testout-container .title-container .showAllTooltips {
  right: 100px;
  top: 0;
  width: 125px;
}
.activity .testout-container .activity-container {
  margin: 25px 0;
  padding: 25px 50px;
  position: relative;
}
.activity .testout-container .activity-container:last-child {
  border-bottom: none;
}
.activity .testout-container .activity-container.no-attempt {
  pointer-events: none;
}
.activity .testout-container .activity-header {
  clear: both;
  margin: 0 auto;
  width: 95%;
  padding-bottom: 1.75em;
  position: relative;
}
.activity .testout-container .activity-separation {
  width: 100%;
  border-bottom: 2px solid #bebebe;
  padding-top: 25px;
}
.activity .testout-container .activity-number {
  counter-increment: mega-step;
  border: 2px solid #bebebe;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  font-size: 1.5em;
  padding-left: 16px;
  padding-top: 12px;
  font-weight: 600;
  color: #bebebe;
}
.activity .testout-container .activity-number:before {
  content: counter(mega-step);
}
.activity .testout-container .stacked-equation {
  display: none;
}
.activity .testout-container .stacked-equation-act-fin {
  display: block;
}
.activity .testout-description {
  margin-top: 1em;
  margin-bottom: 2em;
}
.activity .column_fill_in_the_blank {
  margin: 0;
  max-width: 60em;
}
.activity .column_fill_in_the_blank .item + .item {
  margin-top: 0.75em;
}
.activity .column_fill_in_the_blank .single {
  display: inline-block;
  width: 49%;
}
.activity .column_fill_in_the_blank .single label {
  display: inline-block;
  margin-right: 0.75em;
  text-align: right;
  width: 33%;
}
.activity .taccounts_drag_and_drop {
  width: 60em;
  margin: 0;
  padding-bottom: 2em;
}
.activity .taccounts_drag_and_drop .answer-pool {
  min-height: 7em;
}
.activity .taccounts_drag_and_drop .answer-container {
  width: 90%;
}
.activity .taccounts_drag_and_drop .draggable-card {
  border-width: 0.0765em;
}
.activity .taccounts_drag_and_drop .toggle-button:first-child {
  border-right-width: 0.062em;
}
.activity .drop_down {
  width: 45em;
  margin-left: 3em;
}
.activity .drop_down .account-dropdown {
  display: inline-block;
  margin-right: 3.5em;
  margin-bottom: 1.5em;
}
.activity .drop_down .account-dropdown label {
  display: block;
}
.activity .drop_down .account-dropdown label .select-wrapper {
  margin-top: 0.5em;
}
.activity .drop_down .account-dropdown .invalid {
  border: 0.125em solid #ed6b06;
  border-radius: 0.25em;
}
.activity .advanced_numeric_fill_in_the_blank .questions-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.5em;
}
.activity .advanced_numeric_fill_in_the_blank .data-table {
  margin-bottom: 3.75em;
}
.activity .advanced_numeric_fill_in_the_blank .question {
  padding: 1.5em 3em 1.5em 0;
  width: 50%;
}
.activity .advanced_numeric_fill_in_the_blank .question:nth-child(odd) {
  border-right: 1px solid #d8d8d8;
}
.activity .advanced_numeric_fill_in_the_blank .question:nth-child(even) {
  padding-left: 3em;
}
.activity .advanced_numeric_fill_in_the_blank .question:nth-child(1) {
  padding-top: 0;
}
.activity .advanced_numeric_fill_in_the_blank .question:nth-child(2) {
  padding-top: 0;
}
.activity .advanced_numeric_fill_in_the_blank .question .title {
  display: block;
  margin: 0 0 1em;
  width: 100%;
  font-weight: 600;
}
.activity .advanced_numeric_fill_in_the_blank .question label {
  width: 135px;
  display: inline-block;
}
.activity .multiple_choice .question {
  padding-left: 2em;
  position: relative;
  margin-bottom: 4em;
}
.activity .multiple_choice .question .title {
  font-weight: bold;
}
.activity .multiple_choice .question .option {
  width: 100%;
  display: inline-block;
}
.activity .multiple_choice .question .option input,
.activity .multiple_choice .question .option label {
  cursor: pointer;
  float: left;
  width: 90%;
}
.activity .multiple_choice .question .fa-check-circle,
.activity .multiple_choice .question .fa-exclamation-circle {
  visibility: hidden;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.activity .multiple_choice .question.correct .fa-check-circle {
  visibility: visible;
}
.activity .multiple_choice .question.correct .option input,
.activity .multiple_choice .question.correct .option label {
  cursor: not-allowed;
}
.activity .multiple_choice .question.incorrect .fa-exclamation-circle {
  visibility: visible;
}
.activity .column_toggle .toggle-container.error,
.activity .single_toggle .toggle-container.error {
  width: auto;
  border: 0.125em solid #ed6b06;
  border-radius: 0.3583em;
}
.activity .data_table .vertically-stacked-label {
  display: block;
  line-height: 40px;
  margin: 0 0.25em 10px;
}
.activity .step-tracker-container {
  width: 8em;
  padding-top: 0.5em;
  position: absolute;
  top: 0em;
  right: 0.5em;
  text-align: center;
}
.activity .step-tracker-container.fixed {
  position: fixed;
  top: -6em;
  z-index: 3;
}
.activity .step-tracker-container .button.ask {
  width: 100px;
  height: auto;
  padding: 2px 5px;
  border-radius: 0.25em;
  background: #0092cc;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: normal;
  text-transform: none;
  color: #f6f6f6;
}
.activity .step-tracker-title {
  color: #3fa85d;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.activity .step-tracker {
  background: rgba(230,230,230,0.8);
  border: 1px solid #bebebe;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
  margin: 1em auto 0;
  text-align: center;
  width: 2.5em;
}
.activity .step-circle {
  background: #d8d8d8;
  border: 1px solid #979797;
  border-radius: 100%;
  height: 1.25em;
  margin: 0.5em auto;
  transition: background 0.25s linear;
  width: 1.25em;
}
.activity .step-circle.current {
  background: #f6861f;
}
.activity .activity-the-four-items-that-affect-equity .draggable-card,
.activity .activity-testout-the-four-items-that-affect-equality .draggable-card,
.activity .activity_1_14 .draggable-card {
  width: 127px;
}
.activity .activity-the-four-items-that-affect-equity .draggable-card.small,
.activity .activity-testout-the-four-items-that-affect-equality .draggable-card.small,
.activity .activity_1_14 .draggable-card.small {
  width: 6.7em;
}
.activity .activity_2_7_104 .data_table {
  text-align: center;
}
.activity .activity_2_7_104 table {
  display: inline-block;
}
.activity .activity_2_7_104 table:first-child {
  margin-right: 50px;
}
.activity .activity-the-four-items-that-affect-equity,
.activity .activity-testout-the-four-items-that-affect-equality {
  line-height: 1.1em;
}
.activity .activity-the-four-items-that-affect-equity .draggable-card span,
.activity .activity-testout-the-four-items-that-affect-equality .draggable-card span {
  display: block;
  width: 90%;
}
.activity .activity-identify-the-source-documents .account-dropdown {
  background: #f5f5f5;
  border-radius: 0.25em;
  display: block;
  float: left;
  height: 260px;
  margin: 0 2.5em 2.5em 0;
  padding: 0 1em 0 0.5em;
  position: relative;
}
.activity .activity-identify-the-source-documents .account-dropdown label ul {
  color: #646464;
  text-align: left;
  width: 295px;
  padding: 0;
  padding-left: 20px;
}
.activity .activity-identify-the-source-documents .account-dropdown .custom-select {
  bottom: 1.5em;
  position: absolute;
}
.activity .activity-classify-the-accounts {
  line-height: 1.1em;
}
.activity .activity-record-transactions-as-journal-entries .data-table {
  margin-bottom: 60px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts {
  float: left;
  margin-top: 20px;
  padding: 0;
  width: 478px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts .table-wrapper,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts .table-wrapper {
  height: 100px; /* locking in so this will line up with table to left */
  margin-bottom: 20px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts .table-wrapper:nth-child(2n),
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts .table-wrapper:nth-child(2n) {
  margin-bottom: 60px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts .table-wrapper .custom-select,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts .table-wrapper .custom-select {
  width: 135px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial {
  margin-top: 20px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .tiny,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .tiny {
  width: 7em;
  margin: auto !important;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .title-table .title,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .title-table .title {
  max-width: 800px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .title-table .inline,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .title-table .inline {
  float: left;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .title-table .inline[data-type="label"],
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .title-table .inline[data-type="label"] {
  line-height: 42px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .debit-account,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .debit-account {
  float: left;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .debit-account .title,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .debit-account .title {
  font-size: 1.6em;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .debit-account,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .debit-account {
  margin-right: 40px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .table-wrapper:nth-child(4),
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .table-wrapper:nth-child(4),
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .table-wrapper:nth-child(7),
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .table-wrapper:nth-child(7) {
  clear: both;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .table-wrapper:last-child:after,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .table-wrapper:last-child:after {
  content: " ";
  display: block;
  clear: both;
  margin-bottom: 50px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .data-table-taccount,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .data-table-taccount {
  margin-bottom: 50px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .data-table-taccount.debit-account,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .data-table-taccount.debit-account {
  margin-bottom: 15px;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .data-table-taccount.has-footer tr:last-child td:first-child,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .data-table-taccount.has-footer tr:last-child td:first-child {
  padding-right: 0.8em;
}
.activity .content .activity-container.activity-post-transactions-to-t-accounts-finacial .medium,
.activity .content .activity-container.activity-testout-post-transactions-to-t-accounts-finacial .medium {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 56px;
}
.activity .activity-container.activity-identifying-the-similar-elements-between-the-t-account-and-the-four-column-ledger-account,
.activity .activity-container.activity-testout-identifying-the-similar-elements-between-the-t-account-and-the-four-column-ledger-account {
  float: left;
  margin: 30px auto;
  padding: 0;
  width: 600px;
}
@media (max-width: 1098px) {
  .activity .single_drag_and_drop_equation .static {
    font-size: 1.3em;
  }
}
@media (max-width: 1050px) {
  .activity .advanced_numeric_fill_in_the_blank .question label {
    width: 145px;
  }
  .activity .advanced_numeric_fill_in_the_blank .answer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (max-width: 850px) {
  .activity h2.activity-title {
    margin-left: 0.85em;
  }
  .activity h5,
  .activity p.description {
    margin-left: 0.75em;
  }
  .activity .content .activity-container {
    padding: 0 1em 1em;
  }
  .activity footer .submit-button {
    margin-left: 20px;
  }
  .activity .numeric_fill_in_the_blank_equation .line {
    margin-left: 0;
  }
  .activity .numeric_fill_in_the_blank_equation .line span.input {
    font-size: 1.6em;
  }
}
@media (max-width: 828px) {
  .activity .column_fill_in_the_blank .single label {
    display: block;
    margin-bottom: 0.5em;
    text-align: left;
    width: 100%;
  }
}
.activity .activity_2_7_104 .data_table {
  text-align: center;
}
.activity .activity_2_7_104 table {
  display: inline-block;
}
.activity .activity_2_7_104 table:first-child {
  margin-right: 50px;
}
.activity .activity-identify-the-source-documents .select-wrapper {
  bottom: 1.5em;
  position: absolute;
}
.activity .activity-identify-the-source-documents select {
  position: absolute;
}
.activity .activity-identify-the-source-documents .account-dropdown label ul {
  color: #646464;
  text-align: left;
  width: 295px;
  padding: 0;
  padding-left: 20px;
}
.activity .activity-analyze-the-transactions .title,
.activity .activity-analyze-the-transactions-1 .title,
.activity .activity-testout-analyze-the-transactions .title {
  font-weight: bold;
}
.activity .activity-analyze-the-transactions .data-table,
.activity .activity-analyze-the-transactions-1 .data-table,
.activity .activity-testout-analyze-the-transactions .data-table {
  margin-bottom: 50px;
  margin: 10px auto;
  max-width: 732px;
  font-weight: bold;
}
.activity .activity-analyze-the-transactions .data-table .custom-select.medium.fixed,
.activity .activity-analyze-the-transactions-1 .data-table .custom-select.medium.fixed,
.activity .activity-testout-analyze-the-transactions .data-table .custom-select.medium.fixed {
  width: 15em;
}
.activity .activity-analyze-the-transactions .data-table .custom-select.medium.fixed select,
.activity .activity-analyze-the-transactions-1 .data-table .custom-select.medium.fixed select,
.activity .activity-testout-analyze-the-transactions .data-table .custom-select.medium.fixed select {
  padding-left: 0.25em;
}
.activity .activity-identifying-the-normal-balance-financial .single_toggle .term .icon {
  margin: 10px 15px;
  font-size: 0.8em;
}
.activity .activity-identifying-the-normal-balance-financial .single_toggle .term .icon.equals .fa {
  height: 9px;
  font-size: 0.8em;
}
.activity .content .activity-identifying-the-normal-balance-financial {
  padding: inherit;
  font-size: 15px;
}
.activity .activity-record-transactions-as-journal-entries .title,
.activity .activity-more-practice-with-journalizing-transactions .title,
.activity .activity-testout-more-practice-with-journalizing-transactions .title,
.activity .activity-part-1-journal-entries .title,
.activity .activity-part-4-adjusting-entries .title,
.activity .activity-part-5-adjusting-entries-financial .title {
  margin: 10px auto;
  max-width: 732px;
  font-weight: bold;
}
.activity .activity-record-transactions-as-journal-entries .data-table,
.activity .activity-more-practice-with-journalizing-transactions .data-table,
.activity .activity-testout-more-practice-with-journalizing-transactions .data-table,
.activity .activity-part-1-journal-entries .data-table,
.activity .activity-part-4-adjusting-entries .data-table,
.activity .activity-part-5-adjusting-entries-financial .data-table {
  margin-bottom: 60px;
}
.activity .activity-part-1-journal-entries .title,
.activity .activity-part-4-adjusting-entries .title,
.activity .activity-part-5-adjusting-entries-financial .title {
  max-width: 832px;
}
.activity .activity_2_10_23 .title-underline,
.activity .activity_2_1008 .title-underline {
  border-bottom: 1px solid #828282;
}
.activity .content .activity-post-transactions-to-the-four-column-ledger-account,
.activity .content .activity-testout-post-transactions-to-the-four-column-ledger-account {
  width: 800px;
  margin: 40px auto 0;
  padding: 0;
}
.activity .content .activity-post-transactions-to-the-four-column-ledger-account .data-table,
.activity .content .activity-testout-post-transactions-to-the-four-column-ledger-account .data-table {
  margin-bottom: 40px;
  width: 100%;
}
.activity .content .activity-post-transactions-to-the-four-column-ledger-account .title,
.activity .content .activity-testout-post-transactions-to-the-four-column-ledger-account .title {
  margin: 5px 0;
}
.activity .content .activity-post-transactions-to-the-four-column-ledger-account .top-mini-row th,
.activity .content .activity-testout-post-transactions-to-the-four-column-ledger-account .top-mini-row th {
  padding: 5px 0 0 0;
  border: none;
}
.activity .content .activity-post-transactions-to-the-four-column-ledger-account .top-mini-row .centered,
.activity .content .activity-testout-post-transactions-to-the-four-column-ledger-account .top-mini-row .centered {
  text-align: center;
}
.activity .content .activity-post-transactions-to-the-four-column-ledger-account thead th,
.activity .content .activity-testout-post-transactions-to-the-four-column-ledger-account thead th {
  text-align: center;
}
.activity .content .activity-post-transactions-to-the-four-column-ledger-account .data_table .table-wrapper,
.activity .content .activity-testout-post-transactions-to-the-four-column-ledger-account .data_table .table-wrapper {
  margin: 0px;
}
.activity .content .activity-post-transactions-to-the-four-column-ledger-account .data_table .table-wrapper:first-child td:nth-child(2),
.activity .content .activity-testout-post-transactions-to-the-four-column-ledger-account .data_table .table-wrapper:first-child td:nth-child(2) {
  width: 380px;
}
.activity .activity_2_10_22 .data_table {
  text-align: center;
}
.activity .activity_2_10_22 .data_table .table-wrapper {
  text-align: left;
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.activity .content .activity-prepare-an-unadjusted-trial-balance,
.activity .activity-testout-prepare-an-unadjusted-trial-balance {
  float: left;
  margin-top: 25px;
}
.activity .content .activity-prepare-an-unadjusted-trial-balance .data-table,
.activity .activity-testout-prepare-an-unadjusted-trial-balance .data-table {
  width: 484px;
}
.activity .content .activity-prepare-an-unadjusted-trial-balance .medium select,
.activity .activity-testout-prepare-an-unadjusted-trial-balance .medium select {
  padding-left: 0;
}
.activity .content .activity-prepare-an-unadjusted-trial-balance th *,
.activity .activity-testout-prepare-an-unadjusted-trial-balance th * {
  margin: 0 auto;
}
.activity .activity-more-practice-with-preparing-an-unadjusted-trial-balance .data_table,
.activity .activity-prepare-financial-statements .data_table,
.activity .activity-testout-prepare-financial-statements .data_table,
.activity .activity-testout-more-practice-with-preparing-an-unadjusted-trial-balance .data_table {
  position: relative;
  height: 30em;
  min-height: 738px;
}
.activity .activity-more-practice-with-preparing-an-unadjusted-trial-balance .table-wrapper:nth-child(1),
.activity .activity-prepare-financial-statements .table-wrapper:nth-child(1),
.activity .activity-testout-prepare-financial-statements .table-wrapper:nth-child(1),
.activity .activity-testout-more-practice-with-preparing-an-unadjusted-trial-balance .table-wrapper:nth-child(1),
.activity .activity-more-practice-with-preparing-an-unadjusted-trial-balance .table-wrapper:nth-child(2),
.activity .activity-prepare-financial-statements .table-wrapper:nth-child(2),
.activity .activity-testout-prepare-financial-statements .table-wrapper:nth-child(2),
.activity .activity-testout-more-practice-with-preparing-an-unadjusted-trial-balance .table-wrapper:nth-child(2) {
  float: left;
  clear: left;
  margin-bottom: 1.5em;
}
.activity .activity-more-practice-with-preparing-an-unadjusted-trial-balance .table-wrapper:nth-child(3),
.activity .activity-prepare-financial-statements .table-wrapper:nth-child(3),
.activity .activity-testout-prepare-financial-statements .table-wrapper:nth-child(3),
.activity .activity-testout-more-practice-with-preparing-an-unadjusted-trial-balance .table-wrapper:nth-child(3) {
  position: absolute;
  left: 31em;
}
.activity .activity-more-practice-with-preparing-an-unadjusted-trial-balance .table-wrapper:last-child,
.activity .activity-prepare-financial-statements .table-wrapper:last-child,
.activity .activity-testout-prepare-financial-statements .table-wrapper:last-child,
.activity .activity-testout-more-practice-with-preparing-an-unadjusted-trial-balance .table-wrapper:last-child {
  display: block;
  margin-left: 0;
  height: auto;
}
.activity .activity-balance-the-expanded-accounting-equation span.input,
.activity .activity-testout-balance-the-expanded-accounting-equation span.input {
  font-size: 1.4em !important;
}
.activity .activity-balance-the-expanded-accounting-equation input,
.activity .activity-testout-balance-the-expanded-accounting-equation input {
  width: 8em !important;
}
.activity .activity-container.activity-identify-worksheet-order .table-wrapper td.squeeze {
  padding: 0 2px;
}
.activity .activity-container.activity-identify-worksheet-order .table-wrapper .custom-select.medium {
  width: 151px;
  min-width: 151px;
}
.activity .activity-container.activity-identify-worksheet-order .table-wrapper .custom-select.medium select {
  padding-left: 0.5em;
}
.activity .activity-container.activity-identify-worksheet-order .table-wrapper .custom-select.teeny {
  width: 6em;
  min-width: 0;
}
.activity .activity-container.activity-identify-worksheet-order .table-wrapper .custom-select.teeny select {
  font-size: 0.75em;
  height: 31.5px;
  padding-left: 5px;
  padding-right: 35px;
}
.activity .activity-container.activity-identify-worksheet-order .table-wrapper td:first-child {
  width: 150px;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-continued-tvm .table-wrapper div[class='title'] {
  margin-bottom: 3%;
  text-align: justify;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-continued-tvm .data-table.centered {
  width: auto;
  margin: 0px 0px 30px 0px;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-continued-tvm .data-table.centered .custom-select.teeny {
  min-width: 12em;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-continued-tvm .data-table.centered td {
  min-width: 8em;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-continued-tvm .data-table.centered input[type="text"] {
  max-width: 12em;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-tvm .table-wrapper div[class='title'] {
  margin-bottom: 3%;
  text-align: justify;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-tvm .data-table.centered {
  width: auto;
  margin: 0px 0px 30px 0px;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-tvm .data-table.centered .custom-select.teeny {
  min-width: 12em;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-tvm .data-table.centered td {
  min-width: 8em;
}
.activity .activity-understanding-timelines-for-deferred-ordinary-annuitites-tvm .data-table.centered input[type="text"] {
  max-width: 12em;
}
.activity .activity-understanding-the-difference-between-present-value-PV-and-future-value-FV-tables-annuity-due-tvm .data-table {
  margin-bottom: 30px;
}
.activity .activity-container.activity-build-the-unadjusted-trial-balance-columns,
.activity .activity-container.activity-testout-build-the-unadjusted-trial-balance-columns {
  float: left;
  margin-top: 28px;
  padding: 0 2.25em 1em;
}
.activity .activity-container.activity-build-the-unadjusted-trial-balance-columns-financial,
.activity .activity-container.activity-testout-build-the-unadjusted-trial-balance-columns-financial {
  float: left;
  margin-top: 28px;
  padding: 0 2.25em 1em;
}
.activity .activity-container.activity-testout-build-the-unadjusted-trial-balance-columns-financial .data-table,
.activity .activity-container.activity-build-the-unadjusted-trial-balance-columns-financial .data-table {
  margin-top: -895px;
  margin-left: 255px;
  width: 81%;
}
@media only screen and (min-width: 1845px) {
  .activity .activity-container.activity-testout-build-the-unadjusted-trial-balance-columns-financial .data-table,
  .activity .activity-container.activity-build-the-unadjusted-trial-balance-columns-financial .data-table {
    margin-top: 15px;
    margin-left: 0;
    width: 81%;
  }
}
.activity .activity-container.activity-income-statement-and-balance-sheet-columns,
.activity .activity-container.activity-calculating-net-income-loss-on-income-statement---balance-sheet-equity,
.activity .activity-testout-income-statement-and-balance-sheet-columns,
.activity .activity-testout-calculating-net-income-loss-on-income-statement---balance-sheet-equity {
  padding: 0 40px 40px;
}
.activity .activity-container.activity-income-statement-and-balance-sheet-columns .table-wrapper,
.activity .activity-container.activity-calculating-net-income-loss-on-income-statement---balance-sheet-equity .table-wrapper,
.activity .activity-testout-income-statement-and-balance-sheet-columns .table-wrapper,
.activity .activity-testout-calculating-net-income-loss-on-income-statement---balance-sheet-equity .table-wrapper {
  margin-bottom: 40px;
}
.activity .activity-container.activity-income-statement-and-balance-sheet-columns .data-table,
.activity .activity-container.activity-calculating-net-income-loss-on-income-statement---balance-sheet-equity .data-table,
.activity .activity-testout-income-statement-and-balance-sheet-columns .data-table,
.activity .activity-testout-calculating-net-income-loss-on-income-statement---balance-sheet-equity .data-table {
  max-width: 1200px;
}
@media (max-width: 850px) {
  .activity .activity-container.activity-income-statement-and-balance-sheet-columns,
  .activity .activity-container.activity-calculating-net-income-loss-on-income-statement---balance-sheet-equity,
  .activity .activity-testout-income-statement-and-balance-sheet-columns,
  .activity .activity-testout-calculating-net-income-loss-on-income-statement---balance-sheet-equity {
    padding: 0 16px 40px;
  }
}
.activity .activity-container.activity-identifying-differences-between-cash-and-accrual-basis {
  margin-top: 30px;
}
.activity .activity-container.activity-identifying-differences-between-cash-and-accrual-basis .title {
  margin: 10px auto;
  width: 820px;
}
.activity .activity-container.activity-identifying-differences-between-cash-and-accrual-basis .table-wrapper {
  margin-bottom: 5em;
}
.activity .activity-container.activity-identifying-differences-between-cash-and-accrual-basis-titlebold {
  margin-top: 30px;
}
.activity .activity-container.activity-identifying-differences-between-cash-and-accrual-basis-titlebold .title {
  margin: 10px auto;
  width: 930px;
  font-weight: bold;
}
.activity .activity-container.activity-identifying-differences-between-cash-and-accrual-basis-titlebold .table-wrapper {
  margin-bottom: 5em;
}
@media (max-width: 850px) {
  .activity .content .activity-container.activity-identifying-differences-between-cash-and-accrual-basis {
    padding-left: 20px;
  }
  .activity .content .activity-container.activity-identifying-differences-between-cash-and-accrual-basis .title {
    margin: 10px 0;
  }
  .activity .content .activity-container.activity-identifying-differences-between-cash-and-accrual-basis .data-table {
    margin: 0;
  }
}
.activity .activity-more-practice-identifying-differences-between-cash-and-accrual-basis {
  margin-bottom: 20px;
}
.activity .activity-identifying-adjustments-as-deferrals---prepaids-or-accrual .column-container {
  margin: 0 40px;
  max-width: 260px;
  text-align: center;
}
.activity .activity-identifying-adjustments-as-deferrals---prepaids-or-accrual .column-container .column-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100px;
  width: 100%;
  color: #646464;
}
.activity .activity-identifying-adjustments-as-deferrals---prepaids-or-accrual .column-container .droppable {
  text-align: left;
  display: inline-block;
}
.activity .content .activity-container.activity-identifying-differences-between-cash-and-accrual-basis-1,
.activity .content .activity-container.activity-testout-identifying-differences-between-cash-and-accrual-basis {
  margin-top: 24px;
  padding-right: 25%;
}
.activity .content .activity-container.activity-identifying-differences-between-cash-and-accrual-basis-1 td.spacer,
.activity .content .activity-container.activity-testout-identifying-differences-between-cash-and-accrual-basis td.spacer {
  width: 50px;
}
.activity .content .activity-container.activity-understanding-gaap-rules {
  margin-top: 32px;
}
.activity .content .activity-container.activity-identify-on-which-statement-an-account-is-recorded,
.activity .content .activity-container.activity-identifying-adjustments-as-deferrals---prepaids-or-accrual {
  margin-top: 28px;
}
.activity .content .activity-container.activity-identify-on-which-statement-an-account-is-recorded .custom-select,
.activity .content .activity-container.activity-identify-on-which-statement-an-account-is-recorded label {
  width: 300px;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments {
  margin-top: 20px;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .title-table .title,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .title-table .title {
  max-width: 800px;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .title-table .inline,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .title-table .inline {
  float: left;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .title-table .inline[data-type="label"],
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .title-table .inline[data-type="label"] {
  line-height: 42px;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .debit-account,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .debit-account,
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .credit-account,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .credit-account {
  float: left;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .debit-account .title,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .debit-account .title,
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .credit-account .title,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .credit-account .title {
  font-size: 1.6em;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .debit-account,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .debit-account {
  margin-right: 40px;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .table-wrapper:nth-child(4),
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .table-wrapper:nth-child(4),
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .table-wrapper:nth-child(7),
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .table-wrapper:nth-child(7) {
  clear: both;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .table-wrapper:last-child:after,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .table-wrapper:last-child:after {
  content: " ";
  display: block;
  clear: both;
  margin-bottom: 50px;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .data-table-taccount,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .data-table-taccount {
  margin-bottom: 50px;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .data-table-taccount.debit-account,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .data-table-taccount.debit-account {
  margin-bottom: 15px;
}
.activity .content .activity-container.activity-using-t-accounts-to-analyze-adjustments .data-table-taccount.has-footer tr:last-child td:first-child,
.activity .content .activity-container.activity-testout-using-t-accounts-to-analyze-adjustments .data-table-taccount.has-footer tr:last-child td:first-child {
  padding-right: 0.8em;
}
.activity .activity-journalizing-and-posting-transactions .data-table,
.activity .activity-testout-journalizing-and-posting-transactions .data-table {
  width: 705px;
  margin-bottom: 40px;
}
.activity .activity-container.activity-verify-ending-balances-after-adjustments,
.activity .activity-container.activity-testout-verify-ending-balances-after-adjustments {
  margin-top: 25px;
}
.activity .activity-container.activity-verify-ending-balances-after-adjustments .tiny,
.activity .activity-container.activity-testout-verify-ending-balances-after-adjustments .tiny {
  width: 7em;
  margin: auto !important;
}
.activity .activity-container.activity-verify-ending-balances-after-adjustments .table-wrapper,
.activity .activity-container.activity-testout-verify-ending-balances-after-adjustments .table-wrapper {
  display: inline-block;
  margin: 0 3em 3em 0;
}
.activity .activity-container.activity-verify-ending-balances-after-adjustments .table-wrapper:nth-child(2n):after,
.activity .activity-container.activity-testout-verify-ending-balances-after-adjustments .table-wrapper:nth-child(2n):after {
  content: "";
  clear: both;
}
.activity .activity-container.activity-verify-ending-balances-after-adjustments .table-wrapper table,
.activity .activity-container.activity-testout-verify-ending-balances-after-adjustments .table-wrapper table {
  margin: 0 auto;
}
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial {
  margin-top: 25px;
  height: 610px;
}
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .tiny {
  width: 7em;
  margin: auto !important;
}
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(2),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(3),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(4),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(5),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(6),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(7),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(8),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(9),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(10),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(11),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(12),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(13),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(14),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(15),
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(16) {
  margin-bottom: 1.5em;
}
@media (min-width: 1300px) {
  .activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:last-of-type {
/*position: absolute;*/
    top: 43em;
    left: 52em;
    height: 460px;
    overflow: auto;
  }
}
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper {
  float: left;
  margin: 0 1em 3em 0;
}
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper:nth-child(2n):after {
  content: "";
  clear: both;
}
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .table-wrapper table {
  margin: 0 auto;
}
.activity .activity-container.activity-prepare-the-adjusted-trial-balance-financial .data_table {
  display: table-caption;
}
.activity .activity-prepare-the-adjusted-trial-balance .data_table {
  position: relative;
  height: 30em;
  min-height: 928px;
}
.activity .activity-prepare-the-adjusted-trial-balance .table-wrapper:nth-child(1),
.activity .activity-prepare-the-adjusted-trial-balance .table-wrapper:nth-child(2),
.activity .activity-prepare-the-adjusted-trial-balance .table-wrapper:nth-child(3),
.activity .activity-prepare-the-adjusted-trial-balance .table-wrapper:nth-child(4) {
  float: left;
  clear: left;
  margin-bottom: 1.5em;
}
.activity .activity-prepare-the-adjusted-trial-balance .table-wrapper:nth-child(5) {
  position: absolute;
  left: 22em;
}
.activity .activity-prepare-the-adjusted-trial-balance .table-wrapper:last-child {
  display: block;
  margin-left: 0;
  height: auto;
}
.activity .activity-prepare-the-adjusted-trial-balance .data-table-taccount {
  width: 22em;
}
.activity .activity-container.activity-more-practice-preparing-the-adjusted-trial-balance,
.activity .activity-container.activity-testout-more-practice-preparing-the-adjusted-trial-balance {
  float: left;
  margin-top: 25px;
  padding: 0 2.25em 1em;
}
.activity .activity-container.activity-preparing-the-income-statement,
.activity .activity-container.activity-prepare-the-multiple-step-income-statement,
.activity .activity-container.activity-prepare-the-multiple-step-income-statement-financial,
.activity .activity-container.activity-more-practice-with-preparing-the-income-statement,
.activity .activity-container.activity-preparing-the-single-step-income-statement-financial,
.activity .activity-container.activity-testout--1,
.activity .activity-container.activity-testout-prepare-statements .data_table .table-wrapper:first-child,
.activity .activity-container.activity-testout-prepare-statements .data_table .table-wrapper:nth-child(2) {
  float: left;
  margin-top: 28px;
  padding: 0 2.25em 1em;
}
.activity .activity-container.activity-testout-prepare-statements {
  margin: 0;
  padding: 0;
}
.activity .activity-container.activity-testout-prepare-statements .data_table .table-wrapper:first-child table,
.activity .activity-container.activity-testout-prepare-statements .data_table .table-wrapper:nth-child(2) table {
  width: 611px;
}
.activity .activity-container.activity-testout-prepare-statements .data_table .table-wrapper:nth-child(3) {
  clear: both;
  padding: 0 40px 40px;
}
.activity .activity-container.activity-testout-prepare-statements .data_table .table-wrapper:nth-child(3) table {
  margin: 0;
}
.activity .activity-preparing-the-income-statement .data-table,
.activity .activity-prepare-the-multiple-step-income-statement .data-table,
.activity .activity-prepare-the-multiple-step-income-statement-financial {
  width: 525px;
}
.activity .activity-container.activity-prepare-a-statement-of-retained-earnings,
.activity .activity-container.activity-more-practice-with-preparing-the-statement-of-retained-earnings,
.activity .activity-container.activity-indirect-method-statement-of-cash-flows-operating-activities {
  float: left;
  padding: 0;
}
.activity .activity-container.activity-prepare-a-statement-of-retained-earnings .data-table,
.activity .activity-container.activity-more-practice-with-preparing-the-statement-of-retained-earnings .data-table,
.activity .activity-container.activity-indirect-method-statement-of-cash-flows-operating-activities .data-table {
  margin: 0;
  width: 530px;
}
.activity .activity-container.activity-prepare-a-statement-of-retained-earnings .centered,
.activity .activity-container.activity-more-practice-with-preparing-the-statement-of-retained-earnings .centered,
.activity .activity-container.activity-indirect-method-statement-of-cash-flows-operating-activities .centered {
  margin-bottom: 10px !important;
}
.activity .activity-prepare-a-balance-sheet,
.activity .activity-more-practice-with-preparing-the-balance-sheet,
.activity .activity-container.activity_8_1036 {
  clear: both;
  padding: 0 2.25em 1em;
}
.activity .activity-container.activity-temporary-vs--permanent-accounts,
.activity .activity-container.activity-closing-temporary-accounts {
  margin-top: 30px;
}
.activity .activity-temporary-vs--permanent-accounts .column_drag_and_drop {
  width: 70%;
  margin: 0 0 0 3em;
  -ms-flex-pack: center;
      justify-content: center;
}
.activity .activity-temporary-vs--permanent-accounts .column_drag_and_drop .column-container {
  max-width: 280px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.activity .activity-temporary-vs--permanent-accounts .column_drag_and_drop .column-container .droppable-column {
  width: calc(100% - 1em);
}
.activity .content .activity-container.activity-journalize-closing-entries,
.activity .content .activity-container.activity-more-practice-journalizing-closing-entries,
.activity .content .activity-container.activity-direct-method-statement-of-cash-flows-operating-activites,
.activity .content .activity-container.activity-direct-method-statement-of-cash-flows,
.activity .content .activity-container.activity-testout-more-practice-journalizing-closing-entries {
  float: left;
  margin: 30px 0;
  padding: 0;
}
.activity .content .activity-container.activity-journalize-closing-entries .table-wrapper,
.activity .content .activity-container.activity-more-practice-journalizing-closing-entries .table-wrapper,
.activity .content .activity-container.activity-direct-method-statement-of-cash-flows-operating-activites .table-wrapper,
.activity .content .activity-container.activity-direct-method-statement-of-cash-flows .table-wrapper,
.activity .content .activity-container.activity-testout-more-practice-journalizing-closing-entries .table-wrapper {
  margin-bottom: 25px;
}
.activity .activity-container.activity-post-to-the-ledger,
.activity .activity-container.activity-testout-post-to-the-ledger {
  clear: both;
  margin: 40px 0 40px 40px;
  max-width: 1450px;
  padding: 0;
}
.activity .activity-container.activity-post-to-the-ledger .table-wrapper,
.activity .activity-container.activity-testout-post-to-the-ledger .table-wrapper {
  float: left;
  margin: 0 30px 40px 0;
}
.activity .activity-container.activity-post-to-the-ledger .table-wrapper:nth-child(2n),
.activity .activity-container.activity-testout-post-to-the-ledger .table-wrapper:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 850px) {
  .activity .activity-container.activity-post-to-the-ledger,
  .activity .activity-container.activity-testout-post-to-the-ledger {
    margin-left: 16px;
  }
}
.activity .activity-container.activity-post-to-the-ledger-financial {
  padding: 0px 25px;
  margin-right: 80px;
}
.activity .activity-container.activity-post-to-the-ledger-financial .tiny {
  width: 7em;
  margin: auto !important;
}
.activity .activity-container.activity-post-to-the-ledger-financial .table-wrapper {
  margin-bottom: 25px;
}
.activity .activity-container.activity-post-to-the-ledger-financial .data_table {
  display: table;
}
.activity .activity-container.activity-testout-post-to-the-ledger-financial {
  margin: 30px 0;
  padding: 10px 5px;
}
.activity .activity-container.activity-testout-post-to-the-ledger-financial .tiny {
  width: 7em;
  margin: auto !important;
}
.activity .activity-container.activity-testout-post-to-the-ledger-financial .table-wrapper {
  margin-bottom: 25px;
}
.activity .activity-container.activity-testout-post-to-the-ledger-financial .data_table {
  display: table;
}
.activity .activity-container.activity-identify-the-source-documents-financial,
.activity .activity-container.activity-testout-identify-the-source-documents-financial {
  max-width: 1180px;
  margin-top: 25px;
}
.activity .activity-container.activity-identify-the-source-documents-financial .select-wrapper,
.activity .activity-container.activity-testout-identify-the-source-documents-financial .select-wrapper {
  bottom: 0;
  position: relative;
}
.activity .activity-container.activity-identify-the-source-documents-financial .table-wrapper:nth-child(1),
.activity .activity-container.activity-testout-identify-the-source-documents-financial .table-wrapper:nth-child(1),
.activity .activity-container.activity-identify-the-source-documents-financial .table-wrapper:nth-child(3),
.activity .activity-container.activity-testout-identify-the-source-documents-financial .table-wrapper:nth-child(3),
.activity .activity-container.activity-identify-the-source-documents-financial .table-wrapper:nth-child(5),
.activity .activity-container.activity-testout-identify-the-source-documents-financial .table-wrapper:nth-child(5),
.activity .activity-container.activity-identify-the-source-documents-financial .table-wrapper:nth-child(7),
.activity .activity-container.activity-testout-identify-the-source-documents-financial .table-wrapper:nth-child(7) {
  float: left;
  clear: left;
  margin-bottom: 2.5em;
  width: 34%;
}
.activity .activity-container.activity-identify-the-source-documents-financial .table-wrapper:nth-child(2),
.activity .activity-container.activity-testout-identify-the-source-documents-financial .table-wrapper:nth-child(2),
.activity .activity-container.activity-identify-the-source-documents-financial .table-wrapper:nth-child(4),
.activity .activity-container.activity-testout-identify-the-source-documents-financial .table-wrapper:nth-child(4),
.activity .activity-container.activity-identify-the-source-documents-financial .table-wrapper:nth-child(6),
.activity .activity-container.activity-testout-identify-the-source-documents-financial .table-wrapper:nth-child(6),
.activity .activity-container.activity-identify-the-source-documents-financial .table-wrapper:nth-child(8),
.activity .activity-container.activity-testout-identify-the-source-documents-financial .table-wrapper:nth-child(8) {
  float: right;
  width: 34%;
  margin-right: 201px;
}
@media (max-width: 850px) {
  .activity .activity-container.activity-identify-the-source-documents,
  .activity .activity-container.activity-testout-identify-the-source-documents {
    margin-left: 16px;
  }
}
@media (max-width: 850px) {
  .activity .activity-container.activity-post-to-the-ledger-financial,
  .activity .activity-container.activity-testout-post-to-the-ledger-financial {
    margin-left: 16px;
  }
}
.activity .activity-container.activity-prepare-an-unadjusted-trial-balance-financial,
.activity .activity-testout-prepare-an-unadjusted-trial-balance-financial {
  margin-top: 25px;
}
.activity .activity-container.activity-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(1),
.activity .activity-testout-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(1),
.activity .activity-container.activity-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(2),
.activity .activity-testout-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(2),
.activity .activity-container.activity-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(3),
.activity .activity-testout-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(3),
.activity .activity-container.activity-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(4),
.activity .activity-testout-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(4),
.activity .activity-container.activity-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(5),
.activity .activity-testout-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(5),
.activity .activity-container.activity-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(6),
.activity .activity-testout-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(6) {
  float: left;
  clear: left;
  margin-bottom: 1.5em;
}
.activity .activity-container.activity-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(7),
.activity .activity-testout-prepare-an-unadjusted-trial-balance-financial .table-wrapper:nth-child(7) {
  position: absolute;
  left: 31em;
}
.activity .activity-container.activity-updating-accounts-for-the-next-accounting-cycle,
.activity .activity-calculate-post-closing-ending-balances,
.activity .activity-testout-updating-accounts-for-the-next-accounting-cycle,
.activity .activity-testout-calculate-post-closing-ending-balances {
  margin-top: 25px;
  max-width: 1450px;
}
.activity .activity-container.activity-updating-accounts-for-the-next-accounting-cycle .table-wrapper,
.activity .activity-calculate-post-closing-ending-balances .table-wrapper,
.activity .activity-testout-updating-accounts-for-the-next-accounting-cycle .table-wrapper,
.activity .activity-testout-calculate-post-closing-ending-balances .table-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 40px 0;
}
.activity .activity-container.activity-updating-accounts-for-the-next-accounting-cycle .table-wrapper:nth-child(2n),
.activity .activity-calculate-post-closing-ending-balances .table-wrapper:nth-child(2n),
.activity .activity-testout-updating-accounts-for-the-next-accounting-cycle .table-wrapper:nth-child(2n),
.activity .activity-testout-calculate-post-closing-ending-balances .table-wrapper:nth-child(2n) {
  margin-right: 0;
}
.activity .activity-verifying-ending-balances-for-specific-accounts,
.activity .activity-testout-verifying-ending-balances-for-specific-accounts {
  margin-top: 25px;
  max-width: 1450px;
}
.activity .activity-verifying-ending-balances-for-specific-accounts .tiny,
.activity .activity-testout-verifying-ending-balances-for-specific-accounts .tiny {
  width: 7em;
  margin: auto !important;
}
.activity .activity-verifying-ending-balances-for-specific-accounts .table-wrapper,
.activity .activity-testout-verifying-ending-balances-for-specific-accounts .table-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 40px 0;
}
.activity .activity-verifying-ending-balances-for-specific-accounts .table-wrapper:nth-child(2n),
.activity .activity-testout-verifying-ending-balances-for-specific-accounts .table-wrapper:nth-child(2n) {
  margin-right: 0;
}
.activity .activity-preparing-a-post-closing-trial-balance .data-table,
.activity .activity-testout-preparing-a-post-closing-trial-balance .data-table {
  width: auto;
}
.activity .snippet-prepare-the-adjusted-trial-balance-financial.scrolly {
  float: left;
  height: auto;
  overflow-y: auto;
  margin: 28px 0 36px 25px;
  width: 320px;
}
.activity .snippet-part-2-post-to-ledger,
.activity .snippet-part-5-post-adjusting-entries {
  float: left;
  margin: 20px 1.5em 1em 30px;
  padding-right: 1em;
}
.activity .snippet-part-2-post-to-ledger table,
.activity .snippet-part-5-post-adjusting-entries table {
  width: 390px;
  margin-bottom: 50px;
}
.activity .snippet-part-2-post-to-ledger-financial {
  float: left;
  margin: 20px 1.5em 1em 30px;
  padding-right: 1em;
  height: 550px;
  overflow-y: scroll;
}
.activity .snippet-part-2-post-to-ledger-financial table {
  width: 360px;
  margin-bottom: 50px;
}
.activity .activity-container.activity-part-2-post-to-ledger,
.activity .activity-container.activity-part-5-post-adjusting-entries {
  float: left;
  margin: 20px 0 1em;
  padding: 0 1em 0;
}
.activity .activity-container.activity-part-2-post-to-ledger table,
.activity .activity-container.activity-part-5-post-adjusting-entries table {
  margin-bottom: 20px;
}
.activity .activity-container.activity-part-2-post-to-ledger-financial {
  float: left;
  margin: 20px 0 1em;
  padding: 0 1em 0;
  height: 550px;
  overflow-y: scroll;
}
.activity .activity-container.activity-part-2-post-to-ledger-financial table {
  margin-bottom: 20px;
}
.activity .snippet-part-6-post-adjusting-entries-financial {
  float: left;
  margin: 20px 1.5em 1em 30px;
  padding-right: 1em;
  height: 550px;
  overflow-y: scroll;
  width: 33%;
}
.activity .snippet-part-6-post-adjusting-entries-financial table {
  width: 360px;
  margin-bottom: 50px;
}
.activity .activity-container.activity-part-6-post-adjusting-entries-financial {
  float: left;
  margin: 20px -32px 1em;
  padding: 0 1em 0;
  height: 550px;
  overflow-y: scroll;
  width: 66%;
}
.activity .activity-container.activity-part-6-post-adjusting-entries-financial .table-wrapper {
  width: 778px;
}
.activity .activity-container.activity-part-6-post-adjusting-entries-financial table {
  margin-bottom: 20px;
}
.activity .snippet-part-3-prepare-unadjusted-trial-balance-financial {
  float: left;
  padding: 1em 1.25em;
  margin-top: 2.5em;
  height: 550px;
  overflow-y: scroll;
  width: 33%;
}
.activity .snippet-part-3-prepare-unadjusted-trial-balance-financial table {
  width: 360px;
  margin-bottom: 50px;
}
.activity .snippet-part-3-prepare-unadjusted-trial-balance,
.activity .snippet-part-4-prepare-the-unadjusted-trial-balance-financial,
.activity .snippet-part-7-prepare-the-adjusted-trial-balance-financial,
.activity .snippet-part-6-prepare-adjusted-trial-balance {
  float: left;
  padding: 1em 2.25em;
  margin-top: 2.5em;
}
.activity .activity-container.activity-part-3-prepare-unadjusted-trial-balance-financial {
  float: left;
  margin: 20px -2px 1em;
  padding: 15px 2em 0;
  height: 550px;
  overflow-y: scroll;
  width: 66%;
}
.activity .activity-container.activity-part-3-prepare-unadjusted-trial-balance-financial table {
  width: auto;
  margin-bottom: 40px;
  margin-left: -20px;
}
.activity .activity-container.activity-part-3-prepare-unadjusted-trial-balance-financial .title {
  margin-left: -20px;
}
.activity .activity-container.activity-part-3-prepare-unadjusted-trial-balance-financial .table-wrapper {
  width: 769px;
}
.activity .activity-container.activity-part-3-prepare-unadjusted-trial-balance-financial .table-wrapper.income-statement {
  max-width: 500px;
}
.activity .activity-container.activity-part-3-prepare-unadjusted-trial-balance,
.activity .activity-container.activity-part-4-prepare-the-unadjusted-trial-balance-financial,
.activity .activity-container.activity-part-7-prepare-the-adjusted-trial-balance-financial,
.activity .activity-container.activity-part-6-prepare-adjusted-trial-balance,
.activity .activity-container.activity-part-11-post-closing-trial-balance-financial {
  float: left;
  padding: 1em 2.25em;
}
.activity .activity-container.activity-part-3-prepare-unadjusted-trial-balance table,
.activity .activity-container.activity-part-4-prepare-the-unadjusted-trial-balance-financial table,
.activity .activity-container.activity-part-7-prepare-the-adjusted-trial-balance-financial table,
.activity .activity-container.activity-part-6-prepare-adjusted-trial-balance table,
.activity .activity-container.activity-part-11-post-closing-trial-balance-financial table {
  width: auto;
}
.activity .activity-container.activity-part-3-prepare-unadjusted-trial-balance .table-wrapper.income-statement,
.activity .activity-container.activity-part-4-prepare-the-unadjusted-trial-balance-financial .table-wrapper.income-statement,
.activity .activity-container.activity-part-7-prepare-the-adjusted-trial-balance-financial .table-wrapper.income-statement,
.activity .activity-container.activity-part-6-prepare-adjusted-trial-balance .table-wrapper.income-statement,
.activity .activity-container.activity-part-11-post-closing-trial-balance-financial .table-wrapper.income-statement {
  max-width: 500px;
}
.activity .snippet-part-7-prepare-financial-statements,
.activity .snippet-part-8-prepare-financial-statements-financial,
.activity .snippet-part-8-closing-entries,
.activity .snippet-part-9-closing-entries-financial {
  float: left;
  padding: 0 2.25em 1em;
  margin-top: 2.5em;
}
.activity .snippet-part-7-prepare-financial-statements table,
.activity .snippet-part-8-prepare-financial-statements-financial table,
.activity .snippet-part-8-closing-entries table,
.activity .snippet-part-9-closing-entries-financial table {
  width: 350px;
}
.activity .activity-container.activity-part-7-prepare-financial-statements,
.activity .activity-container.activity-part-8-prepare-financial-statements-financial {
  max-width: 1110px;
  padding-top: 0.5em;
}
.activity .activity-container.activity-part-7-prepare-financial-statements table,
.activity .activity-container.activity-part-8-prepare-financial-statements-financial table {
  width: calc(100% - 352px - 4.5em);
  padding: 0 2.25em 1em;
  margin-bottom: 2.5em;
}
.activity .activity-container.activity-part-7-prepare-financial-statements table.balance-sheet,
.activity .activity-container.activity-part-8-prepare-financial-statements-financial table.balance-sheet {
  width: auto;
}
.activity .activity-container.activity-part-8-closing-entries,
.activity .activity-container.activity-part-9-closing-entries-financial {
  padding-top: 0.5em;
}
.activity .activity-container.activity-part-8-closing-entries table,
.activity .activity-container.activity-part-9-closing-entries-financial table {
  margin: 0 0 2.5em;
}
.activity .snippet-part-10-post-and-close-all-accounts-financial {
  max-width: 1010px;
  padding: 0 0 1em 2.25em;
  margin-top: 2.5em;
  padding: 1em 1.25em;
  float: left;
  margin-top: 2.5em;
  height: 550px;
  overflow-y: scroll;
}
.activity .snippet-part-10-post-and-close-all-accounts-financial table {
  width: 360px;
  margin-bottom: 50px;
}
.activity .activity-container.activity-part-10-post-and-close-all-accounts-financial {
  padding: 1em 2.25em;
  margin-left: 427px;
  height: 550px;
  overflow-y: scroll;
}
.activity .activity-container.activity-part-10-post-and-close-all-accounts-financial table {
  width: auto;
  margin-bottom: 40px;
}
.activity .activity-container.activity-part-10-post-and-close-all-accounts-financial .table-wrapper {
  width: 778px;
}
.activity .activity-container.activity-part-10-post-and-close-all-accounts-financial .table-wrapper.income-statement {
  max-width: 500px;
}
.activity .snippet-part-9-post-and-close-all-accounts {
  max-width: 1010px;
  padding: 0 0 1em 2.25em;
  margin-top: 2.5em;
}
.activity .snippet-part-9-post-and-close-all-accounts table {
  float: left;
  width: calc(50% - 2.25em);
  margin: 0 2.25em 2.25em 0;
}
.activity .snippet-part-9-post-and-close-all-accounts table:nth-child(2) {
  margin-right: 0;
}
.activity .activity-container.activity-part-9-post-and-close-all-accounts {
  clear: both;
  max-width: 1010px;
  padding: 2.25em 0 1em 2.25em;
}
.activity .activity-container.activity-part-9-post-and-close-all-accounts .table-wrapper {
  float: left;
  margin: 0 2.25em 2.25em 0;
}
.activity .activity-container.activity-part-9-post-and-close-all-accounts .table-wrapper:nth-child(2n) {
  margin-right: 0;
}
.activity .snippet-part-10-post-closing-trial-balance,
.activity .snippet-part-11-post-closing-trial-balance-financial {
  float: left;
  padding: 1em 2.25em;
}
.activity .activity-container.activity-part-10-post-closing-trial-balance,
.activity .activity-container.activity-part-11-post-closing-trial-balance-financial {
  margin-top: 0;
  padding-top: 1em;
}
@media (max-width: 1024px) {
  .activity .activity-container.activity-identifying-the-normal-balance-financial {
    overflow-x: hidden;
  }
  .activity .single_toggle .term p {
    height: 32px;
    font-size: 12px !important;
  }
  .activity .toggle-container {
    width: auto !important;
  }
  .activity .toggle-button {
    font-size: 15px !important;
  }
  .activity .single_toggle .term .icon {
    margin: 10px 3px !important;
    font-size: 12px !important;
  }
  .activity .single_toggle .term .icon.equals .fa {
    height: 8px !important;
    font-size: 14px !important;
  }
}
.activity div#popupHint {
  padding: 0em 0em;
  position: absolute;
  left: -10000px;
}
.activity .activity-a-closer-look-at-simple-interest-continued-tvm .data-table {
  margin-bottom: 60px;
}
.activity .activity-a-closer-look-at-compound-interest-tvm .data-table {
  margin-bottom: 60px;
}
.activity .activity-understanding-the-difference-between-present-value-and-future-value-tvm .data-table {
  margin-bottom: 19px;
}
.activity .activity-using-formulas-vs-using-tables-to-calculate-time-value-of-money-single-sum-tvm .data-table {
  margin-bottom: 24px;
}
.activity .activity-using-formulas-vs-using-tables-to-calculate-time-value-of-money-ordinary-annuity-tvm .data-table {
  margin-bottom: 19px;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-tvm .data-table {
  margin-bottom: 20px;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-single-sum-tvm .answer-pool {
  width: 27em;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-single-sum-tvm .draggable-card {
  width: 26.5em;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-single-sum-tvm .column_drag_and_drop {
  display: block;
  width: 70%;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-single-sum-tvm .column-container {
  text-align: left;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-single-sum-tvm .droppable-column {
  width: 26.5em;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-ordinary-annuity-tvm .answer-pool {
  width: 27em;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-ordinary-annuity-tvm .draggable-card {
  width: 26.5em;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-ordinary-annuity-tvm .column_drag_and_drop {
  display: block;
  width: 70%;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-ordinary-annuity-tvm .column-container {
  text-align: left;
}
.activity .activity-using-excel-to-calculate-time-value-of-money-ordinary-annuity-tvm .droppable-column {
  width: 26.5em;
}
.activity .activity-using-formulas-vs-using-tables-to-calculate-time-value-of-money-annuity-due-tvm .data-table {
  margin-bottom: 20px;
}
.activity .activity-using-formulas-vs-using-tables-to-calculate-time-value-of-money-annuity-due-tvm .data-table .braceswidth {
  min-width: 5em;
}
.activity .activity-understanding-the-difference-between-present-value-and-future-value-tables-single-sum-tvm .data-table {
  margin-bottom: 24px;
}
.activity .activity-using-a-financial-calculator-to-calculate-time-value-of-money-tvm .data-table {
  margin-top: 20px;
  margin-bottom: 25px;
}
.activity .activity-using-a-financial-calculator-to-calculate-time-value-of-money-tvm .alignLast {
  margin: 0;
}
.activity .activity-time-value-of-money-and-financial-statements-continued-tvm .draggable-card {
  width: 12.416em;
}
.activity .activity-understanding-the-concept-of-annuities-tvm .data-table {
  margin-bottom: 20px;
}
.activity .activity-understanding-the-concept-of-annuities-tvm th .custom-select {
  margin: 0px;
  min-width: 28em;
}
.activity .activity-understanding-the-concept-of-annuities-tvm input[type=text].tiny,
.activity .activity-understanding-the-concept-of-annuities-tvm input[type=number].tiny {
  width: 6.2em;
}
.activity .activity-understanding-the-difference-betweenc-ompounding-and-discounting .draggable-card {
  width: 11em;
}
.activity .activity-using-a-financial-calculator-to-calculate-time-value-of-money-ordinary-annuity-tvm .data-table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.activity .activity-using-a-financial-calculator-to-calculate-time-value-of-money-ordinary-annuity-tvm input[type="text"] {
  margin-left: 0%;
}
.activity .activity-billys-balloon-factory-applying-tables-tvm .data-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.activity .activity-billys-balloon-factory-applying-tables-tvm .mini {
  width: auto;
  margin: 0px 0px 30px 0px;
}
.activity .activity-billys-balloon-factory-applying-tables-tvm .left {
  text-align: left;
}
.activity .activity-billys-balloon-factory-applying-tables-tvm .right {
  text-align: right;
}
.activity .activity-billys-balloon-factory-applying-tables-tvm input[type="text"] {
  margin-left: 0%;
}
.activity .activity-billys-balloon-factory-applying-tables-tvm .custom-select {
  max-width: none;
}
.activity .activity-billys-balloon-factory-applying-tables-tvm .custom-select.fill {
  min-width: 20em;
}
.activity .activity-naw-corporation-applying-tables-tvm .data-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.activity .activity-naw-corporation-applying-tables-tvm .mini {
  width: auto;
  margin: 0px 0px 30px 0px;
}
.activity .activity-naw-corporation-applying-tables-tvm .left {
  text-align: left;
}
.activity .activity-naw-corporation-applying-tables-tvm .right {
  text-align: right;
}
.activity .activity-naw-corporation-applying-tables-tvm input[type="text"] {
  margin-left: 0%;
}
.activity .activity-naw-corporation-applying-tables-tvm .custom-select {
  max-width: none;
}
.activity .drag_and_drop_timeline {
  width: 100%;
  float: left;
  min-height: 120px;
  display: block;
}
.activity .drag_and_drop_timeline .flowKey_drag_and_drop {
  width: 17%;
  margin-left: auto;
  margin-right: auto;
}
.activity .drag_and_drop_timeline .left_droppable_card {
  width: 17%;
  float: left;
}
.activity .drag_and_drop_timeline .right_droppable_card {
  width: 17%;
  float: right;
}
.activity .drag_and_drop_timeline .arrow_container {
  width: 62%;
  float: left;
  margin-top: 2.5%;
  margin-left: 0.5%;
}
.activity .drag_and_drop_timeline .arrow_alignment {
  font-size: 30px;
  color: #c7c7c7;
  margin-top: -10px;
  padding-right: 4px;
  cursor: pointer;
  border: 2px dashed #d8d8d8;
  border-radius: 3px;
  width: 4.3%;
}
.activity .drag_and_drop_timeline i[clickid="iLeftArrow"] {
  float: left;
}
.activity .drag_and_drop_timeline i[clickid="iRightArrow"] {
  float: right;
}
.activity .drag_and_drop_timeline .arrow_ellipsis {
  float: left;
  margin-left: 50%;
  margin-top: -2px;
}
.activity .drag_and_drop_timeline .arrow_line {
  width: 91.3%;
  border: 1px solid;
  float: left;
  height: 12px;
  border-right: 0px;
  border-left: 0px;
}
.activity .activity-solving-for-present-value-single-sum-using-a-formula-tvm .data-table {
  margin-top: 10px;
  margin-bottom: 20px;
}
.activity .activity-solving-for-present-value-single-sum-using-a-formula-tvm .fillright {
  text-align: right;
}
.activity .activity-solving-for-present-value-single-sum-using-a-formula-tvm .underline {
  text-decoration-line: underline;
}
.activity .txtboxlarge {
  width: 26em;
  min-width: 0;
}
.activity .txtboxsmall {
  width: 11em;
  min-width: 0;
}
.activity .txtboxmedium {
  width: 16em;
  min-width: 0;
}
.activity .txtboxtiny {
  width: 6em;
  min-width: 0;
}
.activity .txtboxteeny {
  width: 7em;
  min-width: 0;
}
.activity .dropdownteeny {
  width: 7em;
  min-width: 0;
}
.activity .dropdownsmall {
  width: 9em;
  min-width: 0;
}
.activity .dropdownmid {
  width: 10.5em;
  min-width: 0;
}
.activity .dropdownmedium {
  width: 15em;
  min-width: 0;
}
.activity .dropdownmedium_611 {
  width: 16.2em;
  min-width: 0;
}
.activity .dropdownmedium_612 {
  width: 11.2em;
  min-width: 0;
}
.activity .txtboxwide {
  width: 20em;
  min-width: 0;
}
.activity .txtboxwider {
  width: 18em;
  min-width: 0;
}
.activity .txtboxnormal {
  width: 10em;
  min-width: 0;
}
.activity .fontitalic {
  font-style: italic;
}
.activity .fillright {
  text-align: right;
}
.activity .dropdownlarge {
  width: 24em;
  min-width: 0;
}
.activity .dropdownwider {
  width: 26em;
  min-width: 0;
}
.activity .dropdown-date {
  width: 9.5em;
  min-width: 0;
}
.activity .boldfont {
  font-weight: bold;
}
.activity .rowunderline {
  border-bottom: 2px solid;
}
.activity .blankcell {
  width: 90px;
}
.activity .activity-solving-for-present-value-ordinary-annuity-using-tables-tvm .data-table {
  margin-top: 10px;
  margin-bottom: 20px;
}
.activity .activity-solving-for-present-value-ordinary-annuity-using-tables-tvm .fillright {
  text-align: right;
}
.activity .activity-solving-for-present-value-ordinary-annuity-using-tables-tvm .underline {
  text-decoration-line: underline;
}
.activity .activity-cline-company-applying-formulas-tvm .data-table {
  margin-top: 25px;
  margin-bottom: 25px;
  width: auto;
}
.activity .activity-container.activity-cline-company-applying-financial-calculator-tvm,
.activity .activity-container.activity-testout-cline-company-applying-financial-calculator-tvm {
  margin-top: 25px;
}
.activity .activity-container.activity-cline-company-applying-financial-calculator-tvm .tiny,
.activity .activity-container.activity-testout-cline-company-applying-financial-calculator-tvm .tiny {
  width: 7em;
  margin: auto !important;
}
.activity .activity-container.activity-cline-company-applying-financial-calculator-tvm .data-table,
.activity .activity-container.activity-testout-cline-company-applying-financial-calculator-tvm .data-table {
  margin-top: 25px;
  margin-bottom: 25px;
  width: auto;
}
.activity .activity-container.activity-cline-company-applying-financial-calculator-tvm .table-wrapper,
.activity .activity-container.activity-testout-cline-company-applying-financial-calculator-tvm .table-wrapper {
  display: inline-block;
  margin: 0 3em 1em 0;
}
.activity .activity-container.activity-cline-company-applying-financial-calculator-tvm .table-wrapper:nth-child(2n):after,
.activity .activity-container.activity-testout-cline-company-applying-financial-calculator-tvm .table-wrapper:nth-child(2n):after {
  content: "";
  clear: both;
}
.activity .activity-container.activity-watch-works-p-applying-a-financial-calculator-tvm,
.activity .activity-container.activity-testout-watch-works-p-applying-a-financial-calculator-tvm {
  margin-top: 25px;
}
.activity .activity-container.activity-watch-works-p-applying-a-financial-calculator-tvm .tiny,
.activity .activity-container.activity-testout-watch-works-p-applying-a-financial-calculator-tvm .tiny {
  width: 7em;
  margin: auto !important;
}
.activity .activity-container.activity-watch-works-p-applying-a-financial-calculator-tvm .data-table,
.activity .activity-container.activity-testout-watch-works-p-applying-a-financial-calculator-tvm .data-table {
  margin-top: 25px;
  margin-bottom: 25px;
  width: auto;
}
.activity .activity-container.activity-watch-works-p-applying-a-financial-calculator-tvm .table-wrapper,
.activity .activity-container.activity-testout-watch-works-p-applying-a-financial-calculator-tvm .table-wrapper {
  display: inline-block;
  margin: 0 3em 1em 0;
}
.activity .activity-container.activity-watch-works-p-applying-a-financial-calculator-tvm .table-wrapper:nth-child(2n):after,
.activity .activity-container.activity-testout-watch-works-p-applying-a-financial-calculator-tvm .table-wrapper:nth-child(2n):after {
  content: "";
  clear: both;
}
.activity .activity-container.activity-watch-works-p-applying-a-financial-calculator-tvm .table-wrapper:nth-child(4),
.activity .activity-container.activity-testout-watch-works-p-applying-a-financial-calculator-tvm .table-wrapper:nth-child(4),
.activity .activity-container.activity-watch-works-p-applying-a-financial-calculator-tvm .table-wrapper:nth-child(5),
.activity .activity-container.activity-testout-watch-works-p-applying-a-financial-calculator-tvm .table-wrapper:nth-child(5) {
  display: block;
  margin: 0 0 0 0;
}
.activity .emptycell {
  width: 120px;
}
.activity .activity-container.activity-post-to-the-ledger-act-financial {
  padding: 0px 25px;
}
.activity .activity-container.activity-post-to-the-ledger-act-financial .table-wrapper {
  margin-bottom: 15px;
}
.activity .centered {
  text-align: center;
}
.activity .snippet_2_7_102 table {
  display: inline-block;
}
.activity .snippet_2_7_102 table:first-child {
  margin-right: 50px;
}
.activity .snippet_2_10_23,
.activity .snippet_2_1008 {
  margin: 20px;
}
.activity .snippet_2_10_23 .float-wrapper table,
.activity .snippet_2_1008 .float-wrapper table {
  display: inline-block;
}
.activity .snippet_2_10_23 .float-wrapper table:first-child,
.activity .snippet_2_1008 .float-wrapper table:first-child {
  margin-right: 20px;
}
.activity .snippet_2_10_23 table,
.activity .snippet_2_1008 table {
  margin-top: 40px;
}
.activity .snippet-post-transactions-to-the-four-column-ledger-account {
  text-align: center;
}
.activity .snippet-post-transactions-to-the-four-column-ledger-account .table-wrapper {
  text-align: left;
  display: inline-block;
}
.activity .snippet-post-transactions-to-the-four-column-ledger-account .title {
  margin: 5px 0;
}
.activity .snippet-post-transactions-to-t-accounts,
.activity .snippet-testout-post-transactions-to-t-accounts {
  float: left;
  margin: 20px 40px 0;
  max-width: 560px;
  width: calc(100% - 598px); /* 478 is width of t-accounts + 40 margin on either side + 40 space between */
}
.activity .snippet-post-transactions-to-t-accounts .table-wrapper,
.activity .snippet-testout-post-transactions-to-t-accounts .table-wrapper {
  display: inline-block;
  height: 220px; /* locking in hight so we can position t-accounts */
  margin-bottom: 60px;
  width: 100%;
}
.activity .snippet-post-transactions-to-t-accounts .data-table,
.activity .snippet-testout-post-transactions-to-t-accounts .data-table {
  width: 100%;
}
@media (max-width: 850px) {
  .activity .snippet-post-transactions-to-t-accounts,
  .activity .snippet-testout-post-transactions-to-t-accounts {
    margin-left: 16.5px;
    width: calc(100% - 621px); /* +23 in saved space */
  }
}
.activity .snippet-post-transactions-to-the-four-column-ledger-account,
.activity .snippet-testout-post-transactions-to-the-four-column-ledger-account {
  width: 800px;
  margin: 40px auto 0;
}
.activity .snippet-post-transactions-to-the-four-column-ledger-account .title,
.activity .snippet-testout-post-transactions-to-the-four-column-ledger-account .title {
  text-align: left;
}
.activity .snippet-identifying-the-similar-elements-between-the-t-account-and-the-four-column-ledger-account,
.activity .snippet-testout-identifying-the-similar-elements-between-the-t-account-and-the-four-column-ledger-account {
  float: left;
  margin: 30px 40px;
}
.activity .snippet-identifying-the-similar-elements-between-the-t-account-and-the-four-column-ledger-account .data-table-taccount,
.activity .snippet-testout-identifying-the-similar-elements-between-the-t-account-and-the-four-column-ledger-account .data-table-taccount {
  width: 300px;
}
@media (max-width: 850px) {
  .activity .snippet-identifying-the-similar-elements-between-the-t-account-and-the-four-column-ledger-account,
  .activity .snippet-testout-identifying-the-similar-elements-between-the-t-account-and-the-four-column-ledger-account {
    margin-left: 16px;
  }
}
.activity .content .snippet-prepare-an-unadjusted-trial-balance,
.activity .snippet-testout-prepare-an-unadjusted-trial-balance {
  float: left;
  width: 530px;
  margin: 10px 0 20px 1.75em;
  text-align: left;
}
.activity .content .snippet-prepare-an-unadjusted-trial-balance .data-table-taccount,
.activity .snippet-testout-prepare-an-unadjusted-trial-balance .data-table-taccount {
  width: 20.5em;
  margin: 0 0 3em 1em;
  display: inline-block;
}
.activity .content .snippet-prepare-an-unadjusted-trial-balance .data-table-taccount tr:first-child td,
.activity .snippet-testout-prepare-an-unadjusted-trial-balance .data-table-taccount tr:first-child td {
  font-size: 1.125em;
  font-weight: 100;
  padding-bottom: 1em;
  position: relative;
}
.activity .content .snippet-prepare-an-unadjusted-trial-balance .data-table-taccount td,
.activity .snippet-testout-prepare-an-unadjusted-trial-balance .data-table-taccount td {
  min-width: 0;
}
@media (max-width: 1140px) {
  .activity .content .snippet-prepare-an-unadjusted-trial-balance,
  .activity .snippet-testout-prepare-an-unadjusted-trial-balance {
    width: 388px;
  }
  .activity .content .snippet-prepare-an-unadjusted-trial-balance .data-table-taccount,
  .activity .snippet-testout-prepare-an-unadjusted-trial-balance .data-table-taccount {
    width: auto;
  }
  .activity .content .snippet-prepare-an-unadjusted-trial-balance .data-table-taccount td,
  .activity .snippet-testout-prepare-an-unadjusted-trial-balance .data-table-taccount td {
    min-width: 92px;
  }
}
@media (max-width: 850px) {
  .activity .content .snippet-prepare-an-unadjusted-trial-balance,
  .activity .snippet-testout-prepare-an-unadjusted-trial-balance {
    margin-left: 12px;
  }
}
.activity .snippet-compare-and-contrast-the-unadjusted-trial-balance-and-the-expanded-accounting-equation,
.activity .snippet-testout-compare-and-contrast-the-unadjusted-trial-balance-and-the-balance-sheet {
  margin-top: 40px;
}
.activity .snippet-compare-and-contrast-the-unadjusted-trial-balance-and-the-expanded-accounting-equation .data-table,
.activity .snippet-testout-compare-and-contrast-the-unadjusted-trial-balance-and-the-balance-sheet .data-table {
  width: 600px;
}
.activity .snippet-build-the-unadjusted-trial-balance-columns,
.activity .snippet-testout-build-the-unadjusted-trial-balance-columns {
  float: left;
  margin: 28px 20px 40px 40px;
}
.activity .snippet-build-the-unadjusted-trial-balance-columns .data-table,
.activity .snippet-testout-build-the-unadjusted-trial-balance-columns .data-table {
  width: 225px;
  margin-top: 15px;
}
@media (max-width: 850px) {
  .activity .snippet-build-the-unadjusted-trial-balance-columns,
  .activity .snippet-testout-build-the-unadjusted-trial-balance-columns {
    margin-left: 16px;
  }
}
.activity .snippet-build-the-unadjusted-trial-balance-columns-financial,
.activity .snippet-testout-build-the-unadjusted-trial-balance-columns-financial {
  float: left;
  margin: 28px 20px 40px 40px;
}
.activity .snippet-build-the-unadjusted-trial-balance-columns-financial .data-table,
.activity .snippet-testout-build-the-unadjusted-trial-balance-columns-financial .data-table {
  width: 225px;
  margin-top: 15px;
}
@media (max-width: 850px) {
  .activity .snippet-build-the-unadjusted-trial-balance-columns-financial,
  .activity .snippet-testout-build-the-unadjusted-trial-balance-columns-financial {
    margin-left: 16px;
  }
}
.activity .snippet-build-the-adjustments-columns,
.activity .snippet-testout-build-the-adjustments-columns {
  margin-top: 40px;
}
.activity .snippet-more-practice-identifying-differences-between-cash-and-accrual-basis {
  margin-top: 28px;
}
.activity .snippet-more-practice-identifying-differences-between-cash-and-accrual-basis .snippet-wrapper {
  background: #fafafa;
  text-align: left;
  margin: 0 auto;
  padding: 20px;
  width: 535px;
}
.activity .snippet-more-practice-preparing-the-adjusted-trial-balance,
.activity .snippet-testout-more-practice-preparing-the-adjusted-trial-balance {
  float: left;
  margin: 25px 2.5em 1em;
}
@media (max-width: 850px) {
  .activity .snippet-more-practice-preparing-the-adjusted-trial-balance,
  .activity .snippet-testout-more-practice-preparing-the-adjusted-trial-balance {
    margin-left: 16px;
  }
}
.activity .snippet-compare-and-contrast-the-adjusted-trial-balance-and-the-expanded-accounting-equation,
.activity .snippet-testout-compare-and-contrast-the-adjusted-trial-balance-and-the-balance-sheet {
  margin-top: 40px;
}
.activity .snippet-compare-and-contrast-the-adjusted-trial-balance-and-the-expanded-accounting-equation .data-table,
.activity .snippet-testout-compare-and-contrast-the-adjusted-trial-balance-and-the-balance-sheet .data-table {
  width: 600px;
}
.activity .snippet-preparing-the-income-statement,
.activity .snippet-prepare-the-multiple-step-income-statement,
.activity .snippet-prepare-the-multiple-step-income-statement-financial,
.activity .snippet-more-practice-with-preparing-the-income-statement,
.activity .snippet-preparing-the-single-step-income-statement-financial,
.activity .snippet-testout--1,
.activity .snippet-testout-prepare-statements {
  float: left;
  margin: 28px 0 2em 2.5em;
}
@media (max-width: 850px) {
  .activity .snippet-preparing-the-income-statement,
  .activity .snippet-prepare-the-multiple-step-income-statement,
  .activity .snippet-prepare-the-multiple-step-income-statement-financial,
  .activity .snippet-more-practice-with-preparing-the-income-statement,
  .activity .snippet-preparing-the-single-step-income-statement-financial,
  .activity .snippet-testout-prepare-statements {
    margin-left: 16px;
    margin-right: 20px;
  }
}
.activity .snippet-prepare-a-statement-of-retained-earnings,
.activity .snippet-more-practice-with-preparing-the-statement-of-retained-earnings,
.activity .snippet-indirect-method-statement-of-cash-flows-operating-activities,
.activity .snippet-testout-prepare-a-statement-of-cash-flows {
  margin-top: 40px;
}
.activity .snippet-prepare-a-statement-of-retained-earnings .trial-balance,
.activity .snippet-more-practice-with-preparing-the-statement-of-retained-earnings .trial-balance,
.activity .snippet-indirect-method-statement-of-cash-flows-operating-activities .trial-balance,
.activity .snippet-testout-prepare-a-statement-of-cash-flows .trial-balance {
  float: left;
  margin: 0 35px 40px 40px;
  width: auto;
}
.activity .snippet-prepare-a-statement-of-retained-earnings .income-statement,
.activity .snippet-more-practice-with-preparing-the-statement-of-retained-earnings .income-statement,
.activity .snippet-indirect-method-statement-of-cash-flows-operating-activities .income-statement,
.activity .snippet-testout-prepare-a-statement-of-cash-flows .income-statement {
  width: 530px;
}
@media (max-width: 850px) {
  .activity .snippet-prepare-a-statement-of-retained-earnings .trial-balance,
  .activity .snippet-more-practice-with-preparing-the-statement-of-retained-earnings .trial-balance,
  .activity .snippet-indirect-method-statement-of-cash-flows-operating-activities .trial-balance {
    margin-left: 16px;
  }
}
.activity .snippet-prepare-a-balance-sheet,
.activity .snippet-more-practice-with-preparing-the-balance-sheet,
.activity .snippet_8_1036 {
  padding-top: 28px;
}
.activity .snippet-prepare-a-balance-sheet table,
.activity .snippet-more-practice-with-preparing-the-balance-sheet table,
.activity .snippet_8_1036 table {
  float: left;
  margin: 0 3.5em 2.5em;
  width: calc((100% - 10.5em) / 2);
}
.activity .snippet-prepare-a-balance-sheet table:first-child,
.activity .snippet-more-practice-with-preparing-the-balance-sheet table:first-child,
.activity .snippet_8_1036 table:first-child {
  margin-right: 0;
}
@media (max-width: 850px) {
  .activity .snippet-prepare-a-balance-sheet .data-table:first-child,
  .activity .snippet-more-practice-with-preparing-the-balance-sheet .data-table:first-child,
  .activity .snippet_8_1036 .data-table:first-child {
    margin-left: 16px;
  }
}
.activity .snippet-prepare-a-statement-of-cash-flows,
.activity .snippet_8_1037 {
  margin-top: 2.5em;
}
.activity .snippet-journalize-closing-entries,
.activity .snippet-more-practice-journalizing-closing-entries,
.activity .snippet-direct-method-statement-of-cash-flows-operating-activites,
.activity .snippet-direct-method-statement-of-cash-flows,
.activity .snippet-testout-more-practice-journalizing-closing-entries {
  float: left;
  max-width: 315px;
  margin: 0 30px 30px 40px;
  padding-top: 28px;
}
@media (max-width: 850px) {
  .activity .snippet-journalize-closing-entries,
  .activity .snippet-more-practice-journalizing-closing-entries,
  .activity .snippet-direct-method-statement-of-cash-flows-operating-activites,
  .activity .snippet-direct-method-statement-of-cash-flows,
  .activity .snippet-testout-more-practice-journalizing-closing-entries {
    margin-left: 16px;
  }
}
.activity .snippet-post-to-the-ledger,
.activity .snippet-testout-post-to-the-ledger {
  margin: 40px 0 40px 40px;
  max-width: 1450px;
}
.activity .snippet-post-to-the-ledger .data-table,
.activity .snippet-testout-post-to-the-ledger .data-table {
  float: left;
  width: 466px;
  margin: 0 30px 40px 0;
}
.activity .snippet-post-to-the-ledger .data-table:nth-child(2n),
.activity .snippet-testout-post-to-the-ledger .data-table:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 850px) {
  .activity .snippet-post-to-the-ledger,
  .activity .snippet-testout-post-to-the-ledger {
    margin-left: 16px;
  }
}
.activity .snippet-post-to-the-ledger-financial,
.activity .snippet-testout-post-to-the-ledger-financial {
  float: left;
  max-width: 375px;
  margin: 0 20px 30px 15px;
  padding-top: 28px;
}
.activity .activity-container.scrolly.activity-post-to-the-ledger-financial {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.activity .snippet-container.scrolly.snippet-post-to-the-ledger-financial {
  overflow-x: auto;
  max-height: 600px;
}
.activity .snippet-preparing-a-post-closing-trial-balance,
.activity .snippet-testout-preparing-a-post-closing-trial-balance {
  float: left;
  margin: 28px 40px 40px 40px;
}
.activity .snippet-preparing-a-post-closing-trial-balance .data-table-taccount,
.activity .snippet-testout-preparing-a-post-closing-trial-balance .data-table-taccount {
  margin-bottom: 40px;
}
.activity .snippet-compare-and-contrast-the-post-closing-trial-balance-and-the-balance-sheet,
.activity .snippet-testout-compare-and-contrast-the-post-closing-trial-balance-and-the-balance-sheet {
  margin-top: 40px;
}
.hint-editor .content {
  position: relative;
}
.hint-editor .content textarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 50%;
  height: 100%;
  padding: 10px;
}
.hint-editor .content .preview {
  background-color: #fbf5ea;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.hint-editor .save-btn {
  cursor: pointer;
  margin: 10px;
  color: #00f;
}
.hint-editor .save-btn:hover {
  text-decoration: underline;
}
.ask-the-instructor.content,
.ask-the-publisher.content {
  padding: 0 1.75em;
}
.ask-the-instructor aside,
.ask-the-publisher aside {
  padding-top: 35px;
}
.ask-the-instructor aside p,
.ask-the-publisher aside p {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
}
.ask-the-instructor aside p.warning,
.ask-the-publisher aside p.warning {
  color: #f00;
}
.ask-the-instructor h3,
.ask-the-publisher h3 {
  margin-bottom: 15px;
}
.ask-the-instructor .ask-form,
.ask-the-publisher .ask-form {
  margin-bottom: 20px;
}
.tutorial-summary .page-title {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 100;
  color: #646464;
  margin-left: 40px;
}
.tutorial-summary .page-title .part-number {
  font-weight: 600;
}
.tutorial-summary .content.results-summary p {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
}
.tutorial-summary .content.results-summary .assigned-steps-list {
  margin: 0 40px;
  padding: 5px 70px 25px;
}
.tutorial-summary .content.results-summary .assigned-steps-list.last {
  border-bottom: none;
}
.tutorial-summary .content.results-summary .step-breakdown {
  display: none;
  position: relative;
}
.tutorial-summary .content.results-summary .step-breakdown.show {
  display: block;
}
.tutorial-summary .content.results-summary .step-breakdown .header-row {
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.tutorial-summary .content.results-summary .step-breakdown .header-row .corner-cell {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 50px;
}
.tutorial-summary .content.results-summary .step-breakdown .header-row .header-cell {
  width: 23%;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tutorial-summary .content.results-summary .step-breakdown .header-row .header-cell .bar {
  background: #7db658;
}
.tutorial-summary .content.results-summary .step-breakdown .header-row .header-cell .header-name {
  top: 0;
  left: calc(100% + 30px);
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
}
.tutorial-summary .content.results-summary .step-breakdown .part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2em 0;
  border-bottom: 1px solid #cbcbcb;
}
.tutorial-summary .content.results-summary .step-breakdown .part.last {
  border-bottom: none;
}
.tutorial-summary .content.results-summary .step-breakdown .part .part-name {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 50px;
}
.tutorial-summary .content.results-summary .step-breakdown .part .score-value {
  text-align: center;
  width: 23%;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tutorial-summary .content.results-summary .step-breakdown .part .score-value .bar {
  background: #7db658;
}
.tutorial-summary .content.results-summary .step-breakdown .part .score-value .your-score {
  top: 0;
  left: calc(100% + 30px);
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2.5em;
}
.tutorial-summary footer {
  padding: 24px 50px;
}
.tutorial-summary footer .results-summary-button {
  margin: 0 1em 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
}
.tutorial-summary footer .results-summary-button.hide {
  display: none;
}
.tutorial-summary footer .results-summary-button.you-fancy.hidden {
  margin: 0;
}
.tutorial-summary footer button.results-summary {
  width: 222px;
}
.tutorial-summary footer button.results-summary.retry-button {
  background: #fff;
}
.comprehensive-problem nav.comprehensive-main-nav {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 55px 0 75px;
}
.comprehensive-problem nav.comprehensive-main-nav a {
  font-size: 15px;
  line-height: 15px;
  color: #646464;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px;
  padding-top: 28px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comprehensive-problem nav.comprehensive-main-nav a .nav-icon:before {
  content: "\f023";
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 22px;
  color: #ababab;
  width: 100%;
  position: absolute;
  top: 0;
}
.comprehensive-problem nav.comprehensive-main-nav a .nav-icon.available:before {
  content: "\f058";
  font-size: 22px;
  color: #7db658;
}
.comprehensive-problem nav.comprehensive-main-nav a .nav-icon.available-in-progress:before {
  content: "\f111";
  font-size: 22px;
  color: #7db658;
}
.comprehensive-problem nav.comprehensive-main-nav a .nav-icon.current:before {
  content: "\f111";
  font-size: 22px;
  color: #f88600;
}
.comprehensive-problem nav.comprehensive-main-nav a.current {
  font-weight: 700;
}
.comprehensive-problem nav.comprehensive-main-nav a.current .tooltip-a11y {
  font-weight: normal;
}
.comprehensive-problem nav.comprehensive-main-nav a:hover:before,
.comprehensive-problem nav.comprehensive-main-nav a:focus:before {
  opacity: 0.8;
}
.comprehensive-problem nav.comprehensive-main-nav a .tooltip-a11y {
  text-transform: none;
}
.comprehensive-problem .part-number {
  text-transform: uppercase;
}
.comprehensive-problem .activity-title {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 100;
  color: #646464;
  margin-left: 40px;
}
.comprehensive-problem .activity-title .part-number {
  font-weight: 600;
}
.comprehensive-problem .content.comprehensive-results p {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
}
.comprehensive-problem .content.comprehensive-results .score-meter {
  background: #646464;
  border-radius: 5px;
  position: relative;
}
.comprehensive-problem .content.comprehensive-results .score-meter .bar {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.comprehensive-problem .content.comprehensive-results .score-meter .bar.full {
  border-radius: 5px;
}
.comprehensive-problem .content.comprehensive-results .score-meter .your-score {
  position: absolute;
}
.comprehensive-problem .content.comprehensive-results .attempt {
  margin: 0 40px;
  padding: 90px 70px;
  border-bottom: 3px solid #cbcbcb;
}
.comprehensive-problem .content.comprehensive-results .attempt.last {
  border-bottom: none;
}
.comprehensive-problem .content.comprehensive-results .attempt-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.comprehensive-problem .content.comprehensive-results .attempt-header h3 {
  width: 245px;
  padding: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  color: #646464;
  text-transform: none;
  text-align: center;
}
.comprehensive-problem .content.comprehensive-results .attempt-header h3 span {
  display: block;
  font-size: 0.6em;
  line-height: 1.2em;
}
.comprehensive-problem .content.comprehensive-results .attempt-header .score-meter {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 5em;
  margin: 0 1.5em;
  text-align: center;
}
.comprehensive-problem .content.comprehensive-results .attempt-header .score-meter .bar {
  background: #3ab2da;
}
.comprehensive-problem .content.comprehensive-results .attempt-header .score-meter .your-score {
  width: 100%;
  top: 0;
  left: 0;
  font-size: 2em;
  line-height: 2.5em;
  color: #fff;
}
.comprehensive-problem .content.comprehensive-results .attempt-header .toggle-parts {
  font-size: 2.4em;
  color: #7db658;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.comprehensive-problem .content.comprehensive-results .attempt-header .toggle-parts:hover {
  opacity: 0.8;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown {
  display: none;
  position: relative;
  padding-top: 130px;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown.show {
  display: block;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown .score-header {
  width: 40%;
  position: absolute;
  top: 80px;
  right: 90px;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown .part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2.5em 0;
  border-bottom: 1px solid #cbcbcb;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown .part.last {
  border-bottom: none;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown .part .part-name {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 50px;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown .part .score-meter {
  width: 40%;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 90px;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown .part .score-meter .bar {
  background: #7db658;
}
.comprehensive-problem .content.comprehensive-results .parts-breakdown .part .score-meter .your-score {
  top: 0;
  left: calc(100% + 30px);
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2.5em;
}
.comprehensive-problem footer {
  padding: 24px 50px;
}
.comprehensive-problem footer .comprehensive-button {
  margin: 0 1em 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
}
.comprehensive-problem footer .comprehensive-button.hide {
  display: none;
}
.comprehensive-problem footer .comprehensive-button.you-fancy.hidden {
  margin: 0;
}
.comprehensive-problem footer button.comprehensive-results {
  width: 222px;
}
.comprehensive-problem footer button.comprehensive-results.retry-button {
  background: #fff;
}
.comprehensive-problem footer .messages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.comprehensive-problem footer .messages .tries-message {
  padding: 5px 0;
}
.comprehensive-problem footer .messages .result-msg {
  margin-left: 0;
}
.comprehensive-problem footer .messages .result-msg span {
  display: inline-block;
  line-height: inherit;
  padding: 5px 0;
}
.comprehensive-problem footer .messages .result-msg .fa {
  font-size: 1.5em;
  float: none;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.comprehensive-problem .tooltip-a11y-container {
  position: relative;
}
.comprehensive-problem .tooltip-a11y-container .tooltip-a11y {
  padding: 10px 20px 15px;
  border-radius: 4px;
  background: #3c3c3c;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
  font-size: 14px;
  text-align: center;
  color: #d8d8d8;
  white-space: nowrap;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.comprehensive-problem .tooltip-a11y-container .tooltip-a11y:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3c3c3c;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
}
.comprehensive-problem .tooltip-a11y-container:hover .tooltip-a11y,
.comprehensive-problem .tooltip-a11y-container:focus .tooltip-a11y {
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  margin: 0;
}
.lti-launch body {
  background-color: #f3f3f3;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, "Myriad Pro", "Lucida Grande", sans-serif;
  font-size: 16px;
}
.lti-launch .container {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  text-align: left;
  margin-top: 20px;
}
.lti-launch .container div.annotation {
  font-size: 80%;
  background-color: #eee;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.lti-launch input[type="text"] {
  width: 35em;
}
.lti-launch input[type="checkbox"],
.lti-launch input[type="radio"] {
  opacity: 1;
}
.view-dnd-keyboard-instructions {
  font-size: 0.7em;
}
.user-input.teeny {
  width: 15.75em;
}
.user-input.teeny_small {
  width: 12.15em;
}
.minWidth {
  width: 18.75em;
}
.data-table tbody tr td input.currency {
  text-align: right;
}
.data-table thead th div.algnLeft {
  text-align: left;
}
.activity .activity-solving-for-present-value-deferred-ordinary-annuity-using-a-financial-calculator-tvm .title {
  margin-left: 20%;
}
.data-table .underline {
  text-decoration-line: underline;
}
.data-table .right {
  text-align: right;
}
.marginleft {
  margin-left: 50px;
}
