<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&amp;display=swap);
@charset "UTF-8";
:root {
  --site-green: #699447;
  --site-red: #c94829;
  --site-yellow: #b1862c;
  --site-blue: #4663ad;
  --leaf-green: #73ab4d;
  --ttp-orange-color: #ea9f6f;
  --standard-button-radius: 4px;
  --disabled-background: #555;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h3,
.h3 {
  font-size: 1.6rem;
}
h4,
.h4 {
  font-size: 1.4rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.figure {
  display: inline-block;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a &gt; code {
  color: inherit;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.carousel {
  position: relative;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /* -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease; */
  transition: transform 0.6s ease;
  /* transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators .active {
  background-color: #fff;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-auto {
  height: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.header-bg-gradient {
  background: white;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#4664ad, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#4664ad, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#4664ad, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#4664ad, white);
  /* Standard syntax */
}
.footer-bg-gradient {
  background: white;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #4664ad);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #4664ad);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #4664ad);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #4664ad);
}
.blue-listing-box {
  border-radius: 10px;
  color: white;
  background: rgba(62, 104, 176, 0.8);
  -moz-box-shadow: inset 0px 0px 2px 2px white;
  -webkit-box-shadow: inset 0px 0px 2px 2px white;
  box-shadow: inset 0px 0px 2px 2px white;
}
.checkout-boxes-common {
  background: #3e68b0;
  border-radius: 7px;
  -moz-box-shadow: inset 0px 0px 2px 2px white;
  -webkit-box-shadow: inset 0px 0px 2px 2px white;
  box-shadow: inset 0px 0px 2px 2px white;
}
/**
 * @license videogular v1.4.3 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
@font-face {
  font-family: 'videogular';
  src: url(/app/dist/3636624a9adb8f93056d3e90d2452fc2.eot);
  src: url(/app/dist/3636624a9adb8f93056d3e90d2452fc2.eot?#iefix) format('embedded-opentype'), url(/app/dist/09e80a708db485bc6a756d9477d0fc5c.woff) format('woff'), url(/app/dist/3cd21ec0b4800dededcccf444fabcc5f.ttf) format('truetype'), url(/app/dist/1c285d39b4b00904c9d19204fa7f69ba.svg#videogular) format('svg');
  font-weight: normal;
  font-style: normal;
}
videogular,
[videogular] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000000;
  display: block;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  /*****************/
  /* Poster plugin */
  /*****************/
  /**********************/
  /* OverlayPlay plugin */
  /**********************/
  /*********************/
  /* Controlbar plugin */
  /*********************/
  /* IE10 hack */
  /* Controlbar icons */
  /********************/
  /* Buffering plugin */
  /********************/
  /* Loading Spinner
   * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
   */
  /**********************/
  /* IMA ads plugin */
  /**********************/
}
videogular button,
[videogular] button {
  cursor: pointer;
}
videogular.fullscreen,
[videogular].fullscreen {
  position: fixed;
  left: 0;
  top: 0;
}
videogular vg-media,
[videogular] vg-media {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
videogular vg-media video,
[videogular] vg-media video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
videogular .iconButton,
[videogular] .iconButton {
  color: #ffffff;
  font-family: 'videogular';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: none;
  padding: 6px;
  border: none;
}
videogular .iconButton:focus,
[videogular] .iconButton:focus {
  border: 1px solid white;
}
videogular vg-poster,
[videogular] vg-poster {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  pointer-events: none;
}
videogular vg-poster img,
[videogular] vg-poster img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
videogular vg-poster img.pause,
videogular vg-poster img.play,
[videogular] vg-poster img.pause,
[videogular] vg-poster img.play {
  display: none;
}
videogular vg-poster img.stop,
[videogular] vg-poster img.stop {
  display: block;
}
videogular vg-overlay-play,
[videogular] vg-overlay-play {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
videogular vg-overlay-play .play:before,
[videogular] vg-overlay-play .play:before {
  content: '\e000';
}
videogular vg-overlay-play .overlayPlayContainer,
[videogular] vg-overlay-play .overlayPlayContainer {
  font-size: 100px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: table;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
videogular vg-overlay-play .overlayPlayContainer div,
[videogular] vg-overlay-play .overlayPlayContainer div {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
videogular vg-controls,
[videogular] vg-controls {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
}
videogular vg-controls .controls-container,
[videogular] vg-controls .controls-container {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: table;
}
videogular vg-play-pause-button,
[videogular] vg-play-pause-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-time-display,
[videogular] vg-time-display {
  color: #ffffff;
  display: table-cell;
  font-family: Arial;
  font-size: 18px;
  width: 75px;
  vertical-align: middle;
  text-align: center;
  cursor: default;
}
videogular .vgTimeDisplay,
[videogular] .vgTimeDisplay {
  display: table-cell;
  font-family: Arial;
  font-size: 18px;
  width: auto;
}
videogular vg-scrub-bar,
[videogular] vg-scrub-bar {
  width: auto;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
videogular vg-scrub-bar [role='slider'],
[videogular] vg-scrub-bar [role='slider'] {
  margin-top: 24px;
  margin-bottom: 24px;
  height: 2px;
  background-color: black;
  position: relative;
}
videogular vg-scrub-bar .container,
[videogular] vg-scrub-bar .container {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 24px;
  padding-left: 0;
}
videogular vg-scrub-bar :focus vg-scrub-bar-current-time,
[videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
  border-right: 6px black groove;
}
videogular vg-scrub-bar-current-time,
[videogular] vg-scrub-bar-current-time {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
videogular vg-scrub-bar-buffer,
[videogular] vg-scrub-bar-buffer {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
videogular vg-scrub-bar-cue-points,
[videogular] vg-scrub-bar-cue-points {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
videogular vg-scrub-bar-cue-points .cue-point-timeline,
[videogular] vg-scrub-bar-cue-points .cue-point-timeline {
  color: #ffffff;
  padding-top: 3px;
}
videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point,
[videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
  position: absolute;
  height: 3px;
  background-color: #ffffff;
}
videogular vg-scrub-bar-thumbnails,
[videogular] vg-scrub-bar-thumbnails {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  bottom: 24px;
  z-index: 1;
}
videogular vg-scrub-bar-thumbnails .vg-thumbnails,
[videogular] vg-scrub-bar-thumbnails .vg-thumbnails {
  position: absolute;
  top: -20px;
  margin-top: -40px;
  width: 80px;
  height: 60px;
  overflow: hidden;
}
videogular vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail,
[videogular] vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail {
  height: 60px;
  background-repeat: no-repeat;
}
videogular vg-scrub-bar-thumbnails .background,
[videogular] vg-scrub-bar-thumbnails .background {
  width: 100%;
  height: 50px;
}
videogular vg-playback-button,
[videogular] vg-playback-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume,
[videogular] vg-volume {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume-bar,
[videogular] vg-volume-bar {
  width: 50px;
  height: 100px;
  top: -100px;
  margin-left: -25px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  videogular vg-volume-bar,
  [videogular] vg-volume-bar {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
videogular vg-fullscreen-button,
[videogular] vg-fullscreen-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume-bar .verticalVolumeBar,
[videogular] vg-volume-bar .verticalVolumeBar {
  width: 50px;
  height: 100px;
  background-color: #000000;
  position: absolute;
}
videogular vg-volume-bar .volumeBackground,
[videogular] vg-volume-bar .volumeBackground {
  width: 20px;
  height: 70px;
  left: 15px;
  top: 15px;
  background-color: #222222;
  position: absolute;
}
videogular vg-volume-bar .volumeValue,
[videogular] vg-volume-bar .volumeValue {
  width: 20px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
}
videogular vg-volume-bar .volumeClickArea,
[videogular] vg-volume-bar .volumeClickArea {
  width: 20px;
  height: 100%;
  position: absolute;
}
videogular vg-controls .hide-animation,
[videogular] vg-controls .hide-animation {
  animation: hideControlsAnimationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: hideControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
videogular vg-controls .show-animation,
[videogular] vg-controls .show-animation {
  animation: showControlsAnimationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: showControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: showControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: showControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-moz-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-o-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-ms-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
videogular vg-play-pause-button .play:before,
[videogular] vg-play-pause-button .play:before {
  content: '\e000';
}
videogular vg-play-pause-button .pause:before,
[videogular] vg-play-pause-button .pause:before {
  content: '\e001';
}
videogular vg-mute-button,
[videogular] vg-mute-button {
  width: 50px;
  display: block;
}
videogular vg-mute-button .level3:before,
[videogular] vg-mute-button .level3:before {
  content: '\e002';
}
videogular vg-mute-button .level2:before,
[videogular] vg-mute-button .level2:before {
  content: '\e003';
}
videogular vg-mute-button .level1:before,
[videogular] vg-mute-button .level1:before {
  content: '\e004';
}
videogular vg-mute-button .level0:before,
[videogular] vg-mute-button .level0:before {
  content: '\e005';
}
videogular vg-mute-button .mute:before,
[videogular] vg-mute-button .mute:before {
  content: '\e006';
}
videogular vg-fullscreen-button .enter:before,
[videogular] vg-fullscreen-button .enter:before {
  content: '\e007';
}
videogular vg-fullscreen-button .exit:before,
[videogular] vg-fullscreen-button .exit:before {
  content: '\e008';
}
videogular vg-buffering,
[videogular] vg-buffering {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
}
videogular vg-buffering .bufferingContainer,
[videogular] vg-buffering .bufferingContainer {
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -50px;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
videogular vg-buffering .loadingSpinner,
[videogular] vg-buffering .loadingSpinner {
  background-color: transparent;
  border: 5px solid white;
  opacity: 0.9;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  box-shadow: 0 0 35px #ffffff;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
}
videogular vg-buffering .loadingSpinner .stop,
[videogular] vg-buffering .loadingSpinner .stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
videogular vg-ima-ads,
[videogular] vg-ima-ads {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  display: none;
}
@font-face {
  font-family: 'fontello';
  src: url(/app/dist/3286de62a95d436994892fb8e9bc1e9e.eot);
  src: url(/app/dist/3286de62a95d436994892fb8e9bc1e9e.eot#iefix) format('embedded-opentype'), url(/app/dist/65df605292e9ef3bb98592e95c743c32.woff2) format('woff2'), url(/app/dist/8c288a55b1454ff8e6533fc9436cb10e.woff) format('woff'), url(/app/dist/6bbd03a520e6106db5ba817d7d85c8f7.ttf) format('truetype'), url(/app/dist/a809d4a7012f52d3d1d12ae611d99872.svg#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?80204094#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-open:before {
  content: '\e75c';
}
/* 'îœ' */
.icon-up-open:before {
  content: '\e75f';
}
/* 'îŸ' */
.icon-mail:before {
  content: '\e800';
}
/* 'î&nbsp;€' */
.icon-langlithis03:before {
  content: '\e801';
}
/* 'î&nbsp;' */
.icon-archive:before {
  content: '\e802';
}
/* 'î&nbsp;‚' */
.icon-shuffle:before {
  content: '\e803';
}
/* 'î&nbsp;ƒ' */
.icon-phone:before {
  content: '\e804';
}
/* 'î&nbsp;„' */
.icon-basket:before {
  content: '\e805';
}
/* 'î&nbsp;…' */
.icon-mathsci02:before {
  content: '\e806';
}
/* 'î&nbsp;†' */
.icon-plus:before {
  content: '\e807';
}
/* 'î&nbsp;‡' */
.icon-garden:before {
  content: '\e808';
}
/* 'î&nbsp;ˆ' */
.icon-perfarts04:before {
  content: '\e80a';
}
/* 'î&nbsp;Š' */
.icon-worldhis02:before {
  content: '\e80c';
}
/* 'î&nbsp;Œ' */
.icon-ushis03:before {
  content: '\e80e';
}
/* 'î&nbsp;Ž' */
.icon-left-open:before {
  content: '\e80f';
}
/* 'î&nbsp;' */
.icon-right-open:before {
  content: '\e810';
}
/* 'î&nbsp;' */
.icon-ok:before {
  content: '\e811';
}
/* 'î&nbsp;‘' */
.icon-langlitcomms02:before {
  content: '\e813';
}
/* 'î&nbsp;“' */
.icon-reading01:before {
  content: '\e814';
}
/* 'î&nbsp;”' */
.icon-math01:before {
  content: '\e815';
}
/* 'î&nbsp;•' */
.icon-readinst01:before {
  content: '\e816';
}
/* 'î&nbsp;–' */
.icon-award:before {
  content: '\e817';
}
/* 'î&nbsp;—' */
.icon-beaker-1:before {
  content: '\e818';
}
/* 'î&nbsp;˜' */
.icon-book:before {
  content: '\e819';
}
/* 'î&nbsp;™' */
.icon-book-2:before {
  content: '\e81a';
}
/* 'î&nbsp;š' */
.icon-book-open-1:before {
  content: '\e81b';
}
/* 'î&nbsp;›' */
.icon-calendar:before {
  content: '\e81c';
}
/* 'î&nbsp;œ' */
.icon-chart-line:before {
  content: '\e81d';
}
/* 'î&nbsp;' */
.icon-chat:before {
  content: '\e81e';
}
/* 'î&nbsp;ž' */
.icon-check-1:before {
  content: '\e81f';
}
/* 'î&nbsp;Ÿ' */
.icon-cubes:before {
  content: '\e820';
}
/* 'î&nbsp;&nbsp;' */
.icon-docs:before {
  content: '\e821';
}
/* 'î&nbsp;¡' */
.icon-dollar:before {
  content: '\e822';
}
/* 'î&nbsp;¢' */
.icon-edtpa2:before {
  content: '\e823';
}
/* 'î&nbsp;£' */
.icon-globe:before {
  content: '\e824';
}
/* 'î&nbsp;¤' */
.icon-group:before {
  content: '\e825';
}
/* 'î&nbsp;¥' */
.icon-info:before {
  content: '\e826';
}
/* 'î&nbsp;¦' */
.icon-location:before {
  content: '\e827';
}
/* 'î&nbsp;§' */
.icon-monitor:before {
  content: '\e828';
}
/* 'î&nbsp;¨' */
.icon-parapro:before {
  content: '\e829';
}
/* 'î&nbsp;©' */
.icon-pencil:before {
  content: '\e82a';
}
/* 'î&nbsp;ª' */
.icon-pi:before {
  content: '\e82b';
}
/* 'î&nbsp;«' */
.icon-praxisspeced5:before {
  content: '\e82c';
}
/* 'î&nbsp;¬' */
.icon-puzzle:before {
  content: '\e82d';
}
/* 'î&nbsp;­' */
.icon-slideshare-1:before {
  content: '\e82e';
}
/* 'î&nbsp;®' */
.icon-slideshow01:before {
  content: '\e82f';
}
/* 'î&nbsp;¯' */
.icon-teacher4:before {
  content: '\e830';
}
/* 'î&nbsp;°' */
.icon-tutor_vid04:before {
  content: '\e831';
}
/* 'î&nbsp;±' */
.icon-video:before {
  content: '\e832';
}
/* 'î&nbsp;²' */
.icon-town-hall:before {
  content: '\e83c';
}
/* 'î&nbsp;¼' */
.icon-left-circled:before {
  content: '\f0a8';
}
/* 'ï‚¨' */
.icon-right-circled:before {
  content: '\f0a9';
}
/* 'ï‚©' */
.icon-cancel:before {
  content: '\f0aa';
}
/* 'ï‚ª' */
.icon-menu:before {
  content: '\f0c9';
}
/* 'ïƒ‰' */
.icon-help-circled:before {
  content: '\f0cb';
}
/* 'ïƒ‹' */
.icon-doc-text:before {
  content: '\f0f6';
}
/* 'ïƒ¶' */
.icon-star-half-alt:before {
  content: '\f123';
}
/* 'ï„£' */
.icon-paper-plane:before {
  content: '\f1d8';
}
/* 'ï‡˜' */
.icon-cc:before {
  content: '\f20a';
}
/* 'ïˆŠ' */
.icon-plus-circled:before {
  content: '\f20b';
}
/* 'ïˆ‹' */
.icon-minus-circled:before {
  content: '\f20c';
}
/* 'ïˆŒ' */
.icon-subway:before {
  content: '\f239';
}
/* 'ïˆ¹' */
.icon-balance-scale:before {
  content: '\f24e';
}
/* 'ï‰Ž' */
.icon-star-empty:before {
  content: 'ð‘…°';
}
/* '\11170' */
.icon-star:before {
  content: 'ð‘…±';
}
/* '\11171' */
.icon-star-half:before {
  content: 'ð‘…²';
}
/* '\11172' */
.icon-sun-filled:before {
  content: 'ð‘…³';
}
/* '\11173' */
.icon-sun-inv:before {
  content: 'ð‘…´';
}
/* '\11174' */
.icon-book-open:before {
  content: 'ð˜&nbsp;¨';
}
/* '\18828' */
.icon-alert:before {
  content: 'ðŸ’¥';
}
/* '\1f4a5' */
a {
  color: #00e;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0000a2;
  text-decoration: underline;
}
/* $Id: system.css,v 1.48 2008/01/09 09:56:39 goba Exp $ */
/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/*
** Other common styles
*/
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  float: left;
  /* LTR */
}
div.tree-child {
  background: url(/misc/tree.png) no-repeat 11px center;
  /* LTR */
}
div.tree-child-last {
  background: url(/misc/tree-bottom.png) no-repeat 11px center;
  /* LTR */
}
div.tree-child-horizontal {
  background: url(/misc/tree.png) no-repeat -11px center;
}
.messages.error {
  padding: 0 8px;
}
.messages.error ul {
  margin-bottom: 0;
}
.messages.error li {
  margin: 4px 0;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning,
tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok,
tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right;
  /* LTR */
  padding-left: 0.25em;
  /* LTR */
  clear: right;
  /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes,
.form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker,
.form-required {
  color: #f00;
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  display: inline;
  list-style-type: none;
}
.pager-current {
  font-weight: bold;
}
dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt,
dl.multiselect dd {
  float: left;
  /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
  /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}
/*
** Inline items (need to override above)
*/
.container-inline div,
.container-inline label {
  display: inline;
}
/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
  /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}
/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
  /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px;
  /* LTR */
}
/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  background: url(/misc/menu-expanded.png) 5px 75% no-repeat;
  /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(/misc/menu-collapsed.png);
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}
/*
** Resizable text areas
*/
.resizable-textarea {
  width: 100%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em;
  /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em;
  /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}
/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right;
  /* LTR */
  padding-right: 5%;
  /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right;
  /* LTR */
  margin: 0 5% 0 0;
  /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}
/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(/misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
  /* LTR */
}
.progress-disabled {
  float: left;
  /* LTR */
}
.ahah-progress {
  float: left;
  /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(/misc/throbber.gif) no-repeat 0px -18px;
  float: left;
  /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}
/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}
/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}
/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}
/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px;
  /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px;
  /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}
/* $Id: node.css,v 1.5 2008/01/25 21:21:44 goba Exp $ */
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
/* $Id: profile.css,v 1.3 2007/11/30 09:02:51 goba Exp $ */
#profile-fields td.category {
  font-weight: bold;
}
#profile-fields tr.category-message {
  color: #999;
}
#profile-fields tr.category-populated {
  display: none;
}
/* $Id: admin.css,v 1.18.2.1 2008/04/25 21:01:54 goba Exp $ */
div.admin {
  padding-top: 15px;
}
div.admin .left {
  float: left;
  width: 47%;
}
div.admin .right {
  float: right;
  width: 47%;
}
table.package {
  width: 100%;
}
table.package .description {
  width: 100%;
}
table.package .version {
  direction: ltr;
}
div.admin-dependencies,
div.admin-required {
  font-size: 0.9em;
  color: #444;
}
span.admin-disabled {
  color: #800;
}
span.admin-enabled {
  color: #080;
}
span.admin-missing {
  color: #f00;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
/* $Id: taxonomy.css,v 1.5 2008/01/25 21:20:26 goba Exp $ */
tr.taxonomy-term-preview {
  background-color: #eee;
}
tr.taxonomy-term-divider-top {
  border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #ccc;
}
.taxonomy-term-description {
  margin: 5px 0 20px;
}
/* $Id: user.css,v 1.7 2007/06/21 04:38:41 unconed Exp $ */
#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em;
  /* LTR */
}
table#permissions {
  width: 100%;
}
table#permissions thead {
  display: table;
  width: calc(100% - 17px);
}
table#permissions tbody {
  display: block;
  height: 1200px;
  overflow-y: scroll;
}
table#permissions th,
table#permissions td {
  width: 7.2%;
  padding: 4px;
  font-size: 14px;
  word-break: break-all;
}
table#permissions td:first-child,
table#permissions th:first-child {
  width: 20%;
  word-break: normal;
}
table#permissions tr {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
#access-rules .access-type,
#access-rules .rule-type {
  margin-right: 1em;
  /* LTR */
  float: left;
  /* LTR */
}
#access-rules .access-type .form-item,
#access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left;
  /* LTR */
  margin-left: 0.5em;
  /* LTR */
  clear: right;
  /* LTR */
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: 0.5em;
}
/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right;
  /* LTR */
  margin: 0 1em 1em 0;
  /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
/* $Id: content-module.css,v 1.1.2.6 2009/03/14 18:45:38 yched Exp $ */
/* Node display */
.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight: bold;
}
.field .field-label-inline,
.field .field-label-inline-first {
  display: inline;
}
.field .field-label-inline {
  visibility: hidden;
}
/* Node form display */
.node-form .content-multiple-table td.content-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
  padding-right: 0.5em;
  /*LTR*/
}
.node-form .number {
  display: inline;
}
.node-form .text {
  width: auto;
}
/* CSS overrides for Views-based autocomplete results.
  - #autocomplete uses "white-space:pre", which is no good with
    Views' template-based rendering
  - Field titles are rendered with &lt;label&gt; in default templates,
    but we don't want the 'form' styling it gets under .form-item
*/
.form-item #autocomplete .reference-autocomplete {
  white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label {
  display: inline;
  font-weight: normal;
}
/* 'Manage fields' overview */
#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
  margin: 4px 4px 0 0;
  /*LTR*/
}
#content-field-overview-form .label-group,
#content-display-overview-form .label-group,
#content-copy-export-form .label-group {
  font-weight: bold;
}
table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
table#content-field-overview .label-add-new-group {
  float: left;
  /*LTR*/
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
  display: none;
}
table#content-field-overview tr.content-add-new .description {
  margin-bottom: 0;
}
table#content-field-overview .content-new {
  font-weight: bold;
  padding-bottom: 0.5em;
}
/* $Id: fieldgroup.css,v 1.2.2.2 2009/03/14 18:55:20 yched Exp $ */
div.fieldgroup {
  margin: 0.5em 0 1em 0;
}
div.fieldgroup .content {
  padding-left: 1em;
  /*LTR*/
}
/* Indent &amp; Justify classes */
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}
/* CKEditor padding in IE */
table.cke_editor fieldset {
  padding: 0 !important;
}
/* hack with ie and garland editing area size fix - [#733512] */
.cke_editor {
  display: table !important;
}
.cke_editor,
#ie#bug {
  display: inline-table !important;
}
.cke_panel_listItem {
  background-image: none;
  padding-left: 0;
}
/* remove top border from tbody - overwrite system.css - [#751672] */
tbody {
  border: 0;
}
div.widthMarker {
  height: 20px;
  border-top: 1px dashed #ccc;
  margin: 10px 0px 0px 1px;
  padding-left: 1px;
  text-align: center;
}
li.sortableItem {
  position: relative;
  float: left;
  margin: 3px 1px 1px 0px;
  border: 1px solid #ccc;
  background-color: #f0f0ee;
  z-index: 99;
}
/* $Id: system-menus.css,v 1.1 2007/10/05 14:50:25 goba Exp $ */
ul.menu {
  list-style: none;
  border: none;
  text-align: left;
  /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em;
  /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(/misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(/misc/menu-collapsed.png);
  /* LTR */
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(/misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */
}
/* Fix for fieldset for-edit-apperance in Firefox*/
fieldset#edit-appearance div#groupLayout,
div#allButtons {
  border: 0;
  padding: 0 0 0 0;
  margin: 1em 0;
  overflow: auto;
}
.date-inline .form-item select {
  margin-right: 3px;
  float: left;
  width: auto !important;
}
div.content-profile-display {
  border: 1px solid #ddd;
  margin: 1em 0em;
  padding: 0em 1em 1em 1em;
}
ul.content-profile {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
}
ul.content-profile li {
  display: inline;
  padding: 0 2em;
  border-right: 1px solid #ccc;
  position: relative;
  left: -1em;
  background: none;
}
/* ttpusc_import.css */
.problem {
  background: #ffb0b0;
}
.changed {
  background: gold;
}
.unchanged {
  background: #dcdcdc;
}
.newtfa {
  background: #e5ffe5;
}
.entry {
  border: 1px solid black;
}
.subentry {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  width: 256px;
  overflow-x: hidden;
}
/* date.css */
/* Force from/to dates to float using inline-block, where it works, otherwise inline. */
.container-inline-date {
  width: auto;
  clear: both;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
  /* LTR */
}
.container-inline-date .form-item {
  float: none;
  padding: 0;
  margin: 0;
}
.container-inline-date .form-item .form-item {
  float: left;
  /* LTR */
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: auto;
}
.container-inline-date .description {
  clear: both;
}
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 5px;
  /* LTR */
}
.container-inline-date .date-spacer {
  margin-left: -5px;
  /* LTR */
}
.container-inline-date .date-timezone .form-item {
  float: none;
  width: auto;
  clear: both;
}
/* Fixes for date popup css so it will behave in Drupal */
.date-repeat-input {
  float: left;
  /* LTR */
  width: auto;
  margin-right: 5px;
  /* LTR */
}
.date-repeat-input select {
  min-width: 7em;
}
.date-repeat fieldset {
  clear: both;
  float: none;
}
.date-views-filter-wrapper {
  min-width: 250px;
}
.date-views-filter input {
  float: left !important;
  /* LTR */
  margin-right: 2px !important;
  /* LTR */
  padding: 0 !important;
  width: 12em;
  min-width: 12em;
}
.date-clear {
  float: none;
  clear: both;
  display: block;
}
.date-clear-block {
  float: none;
  width: auto;
  clear: both;
}
/*
 ** Markup free clearing that fixes unwanted scrollbars
 */
.date-clear-block:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.date-clear-block {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .date-clear-block {
  height: 1%;
}
.date-clear-block {
  display: block;
}
/* End hide from IE-mac */
/* Generic display for all sources. */
div.filefield-source input.form-text,
div.filefield-source select.form-select {
  display: inline;
}
div.filefield-source .form-item {
  white-space: normal;
}
div.filefield-source input.hint {
  color: #999;
}
div.filefield-sources-list a.active {
  font-weight: bold;
}
/* Reference source. */
div.filefield-source-reference-item {
  font-size: 90%;
}
/* Remote source. */
div.filefield-source-remote input.form-text {
  /* Helps with display consistency since references has a background. */
  background-image: inherit;
}
/**
 * Formatter styles
 */
.filefield-icon {
  margin: 0 2px 0 0;
  /* RTL */
}
/* End formatter styles. */
/**
 * General widget form styles (applicable to all widgets).
 */
.filefield-element {
  margin: 1em 0;
  white-space: normal;
}
.filefield-element .widget-preview {
  float: left;
  /* RTL */
  padding: 0 10px 0 0;
  /* RTL */
  margin: 0 10px 0 0;
  /* RTL */
  border-width: 0 1px 0 0;
  /* RTL */
  border-style: solid;
  border-color: #ccc;
  max-width: 30%;
}
.filefield-element .widget-edit {
  float: left;
  /* RTL */
  max-width: 70%;
}
.filefield-element .filefield-preview {
  width: 16em;
  overflow: hidden;
}
.filefield-element .widget-edit .form-item {
  margin: 0 0 1em 0;
}
.filefield-element input.form-file {
  margin: 0;
}
.filefield-element input.progress-disabled {
  float: none;
  display: inline;
}
.filefield-element div.ahah-progress,
.filefield-element div.throbber {
  display: inline;
  float: none;
  padding: 1px 13px 2px 3px;
  /* RTL */
}
.filefield-element div.ahah-progress-bar {
  display: none;
  margin-top: 4px;
  width: 28em;
  padding: 0;
}
.filefield-element div.ahah-progress-bar div.bar {
  margin: 0;
}
/* End general widget form styles. */
/* The hierarchical select. */
.hierarchical-select-wrapper .hierarchical-select .selects {
  float: left;
  /* If a block is floated, it won't consume as much width as
                  available, only just enough. This allows the grippie to
                  perfectly scale with the with consumed by the selects. */
}
.hierarchical-select-wrapper .hierarchical-select .selects .grippie {
  clear: left;
  height: 9px;
  overflow: hidden;
  background: #eee url(/misc/hs-grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  margin-right: 0.5em;
  /* Give the grippie the same margin as each select. */
  min-width: 70px;
  /* Hack for IE, makes the grip usable, but not yet the same as in other browsers. */
}
.hierarchical-select-wrapper .hierarchical-select select,
.hierarchical-select-wrapper .hierarchical-select .add-to-dropbox,
.hierarchical-select-wrapper .hierarchical-select .create-new-item {
  margin: 0;
  margin-right: 0.5em;
  margin-bottom: 3px;
  float: left;
}
/* The flat select (only used in GET forms). */
.hierarchical-select-wrapper .flat-select {
  display: none;
}
/* The pseudo-modal window for creating a new item or new level. */
.hierarchical-select-wrapper .hierarchical-select .create-new-item {
  padding: 0.7em;
  border: 2px outset gray;
}
.hierarchical-select-wrapper .hierarchical-select .create-new-item {
  width: 11em;
}
.hierarchical-select-wrapper .hierarchical-select .create-new-item-create,
.hierarchical-select-wrapper .hierarchical-select .create-new-item-cancel {
  float: right;
  margin: 0;
  margin-left: 0.4em;
}
.hierarchical-select-wrapper .hierarchical-select .create-new-item-input {
  width: 10.5em;
  margin: 0;
  margin-bottom: 1em;
  float: left;
  clear: right;
}
/* Child level indicator. */
.hierarchical-select-wrapper .hierarchical-select option.has-children {
  background: url(/misc/hs-arrow.png) no-repeat right center;
}
/* Dropbox limit warning.*/
p.hierarchical-select-dropbox-limit-warning {
  padding: 0;
  color: #f7a54f;
  font-size: 110%;
  padding-left: 0.5em;
}
/* The dropbox table. */
.hierarchical-select-wrapper .dropbox-title {
  font-size: 115%;
  color: #898989;
  margin-bottom: 0.2em;
}
.hierarchical-select-wrapper .dropbox {
  display: inline-block;
  margin: 0.5em 0;
}
.hierarchical-select-wrapper .dropbox table {
  margin: 0;
  width: auto;
  max-width: 100%;
  min-width: 20em;
  color: gray;
  font-size: 90%;
  border: 1px solid gray;
}
tr.dropbox-entry {
  line-height: 1.3em;
  padding: 0.3em 0.6em;
}
tr.dropbox-entry.even {
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
}
tr.dropbox-entry.odd {
  background-color: #edf5fa;
  border-bottom: 1px solid #cccccc;
}
tr.dropbox-entry.first {
  border-top: 1px solid gray;
}
tr.dropbox-entry.last {
  border-bottom: 1px solid gray;
}
.dropbox-selected-item {
  font-weight: bold;
}
.hierarchical-select-item-separator {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
td.dropbox-remove *,
td.dropbox-remove a:link,
td.dropbox-remove a:visited {
  color: #f7a54f;
  text-decoration: none;
}
td.dropbox-remove a:hover {
  text-decoration: underline;
}
tr.dropbox-is-empty {
  padding: 0.5em 1em;
}
/* The "Update" button and help text (used when Javascript is disabled). */
.hierarchical-select-wrapper .nojs .update-button {
  margin: 0 0 1em;
}
.hierarchical-select-wrapper .nojs .help-text {
  font-size: 90%;
  color: transparent;
  display: block;
  border: 1px dotted black;
  overflow: hidden;
  width: 34em;
  height: 1.2em;
  padding: 0.6em;
  line-height: normal;
}
.hierarchical-select-wrapper .nojs .help-text:hover {
  height: auto;
  width: auto;
  min-width: 25em;
  max-width: 45em;
  color: gray;
}
.hierarchical-select-wrapper .nojs .help-text .ask-to-hover {
  color: gray;
  font-style: italic;
}
.hierarchical-select-wrapper .nojs .help-text:hover .ask-to-hover {
  display: none;
}
.hierarchical-select-wrapper .nojs .help-text .highlight {
  text-decoration: underline;
}
.hierarchical-select-wrapper .nojs .help-text .warning {
  color: red;
}
.hierarchical-select-wrapper .nojs .help-text .solutions {
  margin: 0;
  padding: 0;
}
/* The 'waiting' class is set dynamically, during a callback to the server. */
.hierarchical-select-wrapper.waiting {
  opacity: 0.5;
}
/* Use a monospace font for the import/export config code text areas. */
.hierarchical-select-config-code {
  font-family: 'Monaco', 'Lucida Console', 'Consolas', monospace;
}
.hierarchical-select-config-form .live-preview {
  margin-left: auto;
  margin-right: auto;
  width: 25em;
  float: right;
}
.hierarchical-select-config-form fieldset {
  clear: right;
}
.filefield-element .imagefield-preview {
  min-width: 100px;
  min-height: 100px;
}
.filefield-element .imagefield-text {
  max-width: 40em;
  /* Reflect the maxlength of the ALT attribute (80 characters). */
}
div.view-list-page-titles th.views-field-nid {
  width: 5%;
}
div.view-list-page-titles th.views-field-edit-node {
  width: 20%;
}
/* $Id: quiz.css,v 1.9.2.1 2009/05/10 16:26:39 sivaji Exp $ */
/*
 * Definitions that apply while taking the quiz.
 */
span.multichoice_answer_text p {
  display: inline;
}
/*
 * Definitions that apply on the summary pages.
 */
.quiz_question_bullet {
  font-weight: bold;
  font-size: 120%;
}
#quiz_score_possible,
#quiz_score_percent {
  font-weight: bold;
}
.quiz_summary_question {
  margin-bottom: 0.5em;
}
tr.quiz_summary_qrow {
  background: transparent;
}
td.quiz_summary_qcell {
  vertical-align: top;
  padding: 1em 1em 0em 0em;
}
td.quiz_summary_qcell table tr {
  background: transparent;
}
td.quiz_summary_qcell table td {
  vertical-align: top;
  padding: 0.5em;
}
.quiz_answer_feedback {
  font-style: italic;
}
.quiz_summary_header {
  font-weight: bold;
}
div.multichoice_answer_correct {
  padding: 5px;
  border: 1px solid green;
}
div.multichoice_answer_incorrect {
  padding: 5px;
  border: 1px solid red;
}
.add-questions {
  background: transparent url(/misc/quiz-add.png) no-repeat scroll 0% 10%;
  padding: 0 0 1em 2em;
}
.simplenews-subscription-filter .form-item {
  clear: both;
  line-height: 1.75em;
  margin: 0pt 1em 0pt 0pt;
}
.simplenews-subscription-filter .form-item label {
  float: left;
  width: 12em;
}
.simplenews-subscription-filter .spacer {
  margin-left: 12em;
}
.simplenews-subscription-filter .form-select,
.simplenews-subscription-filter .form-text {
  width: 14em;
}
select#edit-field-target-test-choices-value {
  height: 309px;
}
/**
 * Taxonomy Manager Tree formating
 */
#taxonomy-manager-form {
  line-height: 120%;
}
#taxonomy-manager-form fieldset {
  margin: 0.5em 0;
}
#taxonomy-manager-form .left {
  margin-left: 0;
}
#taxonomy2-manager-tree-outer-div,
#taxonomy-manager-tree-outer-div {
  height: 550px;
  overflow: auto;
  width: 46%;
}
#taxonomy2-manager-tree-outer-div fieldset,
#taxonomy-manager-tree-outer-div fieldset {
  margin: 0;
  padding: 0 5px;
}
.taxonomy-manager-tree-size {
  padding: 0px;
  margin: 0px;
  /*height: 7px;*/
  text-align: right;
  display: inline;
}
.taxonomy-manager-tree-size img {
  cursor: pointer;
}
#taxonomy2-manager-tree-wrapper,
#taxonomy-manager-tree-wrapper {
  margin-top: 0em;
}
/* address .treeview additional with #taxonomy-manager to make it compatible with the admin module */
#taxonomy-manager .treeview,
.treeview,
.treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#taxonomy-manager .treeview .form-item,
.treeview .form-item {
  margin: 0;
  padding: 0;
  display: inline;
}
#taxonomy-manager .treeview li,
.treeview li {
  margin: 0;
  padding: 0 0 0 15px;
}
#taxonomy-manager .hitArea,
.hitArea {
  float: left;
  height: 15px;
  width: 15px;
  margin-left: -15px;
  cursor: pointer;
  _background: #fff;
  _filter: alpha(opacity=0);
  _display: inline;
}
#taxonomy-manager .treeview li,
.treeview li {
  background: url(/misc/tm-tv-item.gif) 0 0 no-repeat;
}
#taxonomy-manager .treeview .collapsable,
.treeview .collapsable {
  background-image: url(/misc/tm-tv-collapsable.gif);
}
#taxonomy-manager .treeview .expandable,
.treeview .expandable {
  background-image: url(/misc/tm-tv-expandable.gif);
}
#taxonomy-manager .treeview .last,
.treeview .last {
  background-image: url(/misc/tm-tv-item-last.gif);
}
#taxonomy-manager .treeview .lastCollapsable,
.treeview .lastCollapsable {
  background-image: url(/misc/tm-tv-collapsable-last.gif);
}
#taxonomy-manager .treeview .lastExpandable,
.treeview .lastExpandable {
  background-image: url(/misc/tm-tv-expandable-last.gif);
}
.term-line {
  display: inline;
}
.term-item {
  display: inline;
  padding-right: 5px;
}
.term-has-more-siblings {
  height: 38px;
  cursor: pointer;
}
.term-next-count {
  float: left;
  padding-top: 10px;
  color: #4ca108;
}
.term-operations {
  display: inline;
  padding-left: 5px;
}
.term-operations span.select-all-children {
  text-decoration: none;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(/misc/tm-select-all-children.png);
}
.term-operations span.unselect-all-children {
  text-decoration: none;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(/misc/tm-unselect-all-children.png);
}
.term-operations img.term-up,
.term-operations img.term-down,
.term-operations span.select-all-children,
.term-operations span.unselect-all-children,
.term-operations a img {
  cursor: pointer;
  vertical-align: bottom;
}
.term-operations a:link,
.term-operations a:visited,
.term-operations a:hover,
.term-operations a:active {
  text-decoration: none;
}
.highlightActiveTerm {
  background-color: #dddddd;
}
.highlightActiveTerm a {
  font-weight: bold;
}
#edit-taxonomy2-manager-top-language-wrapper,
#edit-taxonomy-manager-top-language-wrapper {
  padding: 0;
  padding-right: 0.5em;
  margin: 0;
  text-align: right;
  display: inline;
}
#edit-taxonomy2-manager-top-language-wrapper label,
#edit-taxonomy-manager-top-language-wrapper label {
  display: inline;
}
.taxonomy-manager-tree-top {
  text-align: right;
}
/**
 * Taxonomy Manger Toolbar
 */
#taxonomy-manager-toolbar-throbber {
  float: right;
  margin: 0px;
  padding: 0px;
  height: 25px;
}
#taxonomy-manager-toolbar-buttons {
  float: left;
}
input.taxonomy-manager-buttons {
  border: thin solid;
  border-color: #cccccc #555555 #555555 #cccccc;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 3px;
  padding-left: 26px;
  padding-bottom: 3px;
  padding-right: 3px;
  height: 28px;
}
input.add {
  background-image: url(/misc/tm-list-add.png);
}
input#edit-weight-up {
  background-image: url(/misc/tm-go-up.png);
}
input#edit-weight-down {
  background-image: url(/misc/tm-go-down.png);
}
input.delete {
  background-image: url(/misc/tm-list-remove.png);
}
input.move {
  background-image: url(/misc/tm-move.png);
}
input.merge {
  background-image: url(/misc/tm-merge.png);
}
input.cancel {
  background-image: url(/misc/tm-dialog-cancel.png);
}
input.search {
  background-image: url(/misc/tm-edit-find.png);
}
input.save {
  background-image: url(/misc/tm-document-save.png);
}
/**
 * Taxonomy Manager Search
 */
#taxonomy-manager-search .fieldset-wrapper {
  overflow: visible;
  /*fixes hidden autocomplete result in FF*/
}
#edit-search-button {
  margin-top: 15px;
  margin-left: 10px;
  float: left;
}
#edit-find-field {
  float: left;
  line-height: 150%;
}
#edit-find-field .form-item {
  padding: 0;
  margin: 0;
}
/**
 * Term Data Form
 */
#taxonomy-term-data fieldset {
  padding: 0.8em;
}
.term-data-overlay {
  position: absolute;
  left: 280px;
  top: 270px;
  width: 400px;
  z-index: 100;
  background: #ffffff;
}
.term-data-overlay fieldset {
  border-width: 6px;
  border-style: ridge;
}
.term-data-overlay legend {
  font-weight: bold;
  cursor: move;
  background-image: url(/misc/tm-move-small.png);
  background-repeat: no-repeat;
  background-position: 1px 4px;
  padding-left: 16px;
  line-height: 150%;
}
#term-data-close {
  padding: 0;
  margin: 0;
  text-align: right;
  line-height: 100%;
}
#term-data-close span {
  text-decoration: none;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(/misc/tm-dialog-cancel-small.png);
  cursor: pointer;
}
#term-data-close span:hover {
  background-image: url(/misc/tm-dialog-cancel-small-hover.png);
}
.term-data-autocomplete-add span {
  text-decoration: none;
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(/misc/tm-list-add.png);
}
.term-data-autocomplete-add span:hover {
  text-decoration: none;
  background-image: url(/misc/tm-list-add-hover.png);
}
.taxonomy-term-data-operations span {
  text-decoration: none;
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(/misc/tm-list-remove.png);
}
.taxonomy-term-data-operations span:hover {
  text-decoration: none;
  background-image: url(/misc/tm-list-remove-hover.png);
}
#taxonomy-term-data #edit-term-data-name-wrapper {
  margin-top: 0;
}
#taxonomy-term-data .resizable-textarea {
  width: 100%;
}
#taxonomy-term-data fieldset {
  margin-top: 0;
  padding-top: 0;
}
.taxonomy-term-data-operations {
  cursor: pointer;
}
.term-data-autocomplete {
  display: inline;
}
.term-data-autocomplete-add {
  display: inline;
  cursor: pointer;
}
.term-data-autocomplete-add img {
  vertical-align: bottom;
}
#edit-term-data-name {
  width: 100%;
}
#term-data-description {
  height: 130px;
}
#taxonomy-term-data .form-item {
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}
#taxonomy-term-data table .form-item {
  margin-bottom: 0.2em;
}
#taxonomy-term-data table {
  margin-top: 0.5em;
  margin-bottom: 0em;
}
#taxonomy-term-data td,
th {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#taxonomy-term-data .message,
#taxonomy-term-data .messages {
  margin: 1px 0;
}
#edit-term-data-save {
  margin: 0.5em 0;
}
.clear {
  clear: both;
}
/**
 overwrites some css settings from the admin module, which break the layout of the taxonomy manager
*/
#taxonomy-manager div.form-item:after,
#taxonomy-manager ul.links:after,
#taxonomy-manager div.admin-panel .body:after,
#taxonomy-manager .clear-block:after {
  display: inline;
}
/* $Id: uc_cart.css,v 1.5.2.5 2009/07/21 14:51:20 islandusurper Exp $ */
/**
 * CSS rules for the cart form at /cart.
 */
td.qty {
  text-align: center;
}
td.price {
  text-align: right;
  white-space: nowrap;
}
td.products {
  width: 100%;
}
td.subtotal {
  text-align: right;
}
#subtotal-title {
  font-weight: bold;
}
/**
 * CSS rules for the default checkout panes.
 */
.address-pane-table tbody {
  border-top: 0px;
}
.address-pane-table table td {
  padding: 2px;
}
.field-label {
  text-align: left;
  font-weight: bold;
}
.address-pane-table {
  margin-left: auto;
  margin-right: auto;
}
.address-pane-table .form-item {
  display: inline;
}
/**
 * CSS rules for payment details tables.
 */
.inline-pane-table tbody {
  border-top: 0em;
}
.inline-pane-table .form-item {
  display: inline;
}
/* $Id: uc_order.css,v 1.7.2.4 2009/02/04 13:44:31 islandusurper Exp $ */
.order-overview-form {
  float: left;
  padding: 0em 2em 0em 0em;
}
.order-overview-form .form-item {
  margin-bottom: 0em;
}
.order-overview-form #uc-order-select-form,
.order-overview-form #uc-order-admin-sort-form {
  margin-bottom: 0em;
}
.uc-orders-table {
  width: 100%;
  clear: both;
}
.uc-orders-table thead th {
  white-space: nowrap;
}
.uc-orders-table tr.odd:hover,
.uc-orders-table tr.even:hover {
  background-color: #ddd;
}
.uc-orders-table img {
  float: left;
  margin-right: 0.5em;
}
.order-admin-icons {
  margin-left: 2px;
}
.order-admin-icons img {
  position: relative;
  top: 3px;
  padding: 0px 3px;
}
.order-pane {
  border-style: solid;
  border-color: #bbb;
  border-width: 1px;
  padding: 0.5em;
  margin: 0.5em;
  width: auto;
  line-height: 1.1em;
}
.order-pane thead {
  background-color: #ddd;
}
.order-pane tbody {
  border-top: 0px;
}
.order-pane-title {
  font-weight: bold;
  padding-bottom: 0.5em;
}
.pos-left {
  float: left;
}
.abs-left {
  /*float: left;*/
  clear: left;
}
.pos-right {
  float: right;
}
.abs-right {
  float: right;
  clear: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.order-pane-table {
  width: 100%;
}
.order-pane-table thead th {
  font-weight: bold;
  background-color: #ddd;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #bbb;
  padding: 4px 8px;
}
.order-pane-table tr {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #bbb;
}
.order-pane-table tr.odd td,
.order-pane-table tr.even td {
  padding: 4px 8px;
}
.order-edit-table {
  width: auto;
}
.order-edit-table .oet-label {
  text-align: right;
  font-weight: bold;
}
.order-edit-table .form-item {
  display: inline;
}
.address-select-box {
  background-color: #ddd;
  border: solid 1px #999;
  width: auto;
  padding-left: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.customer-select-box {
  background-color: #ddd;
  border: solid 1px #999;
  width: auto;
  padding: 1em;
  margin-top: 1em;
}
.product-select-box {
  background-color: #ddd;
  border: solid 1px #999;
  width: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.product-select-box2 {
  background-color: #ddd;
  border: solid 1px #999;
  width: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.line-item-table {
  width: 100%;
}
.line-item-table td {
  padding: 2px;
}
.line-item-table .li-title {
  width: 100%;
  font-weight: bold;
  text-align: right;
}
.line-item-table .li-amount {
  text-align: right;
}
.line-item-table .form-item {
  display: inline;
}
.order-pane-table .product-description {
  font-size: 0.7em;
}
/* Move to uc_credit.css eventually... */
.order-pane #uc-credit-order-view-form {
  margin-top: 0.5em;
  margin-bottom: 0em;
}
#uc-credit-order-view-form .form-submit {
  margin: 0em;
}
.order-pane #uc-order-view-update-form {
  margin-bottom: 1em;
}
.address-select-box #uc-order-address-book-form {
  margin-bottom: 0em;
}
.order-pane.abs-left .form-submit {
  margin: 0.5em 0.5em 0.5em 0em;
}
.order-pane #customer-select form {
  margin-bottom: 0em;
}
/* $Id: uc_product.css,v 1.9.2.5 2009/04/22 17:35:40 islandusurper Exp $ */
.product-image {
  float: right;
  clear: right;
  text-align: center;
  padding-top: 4px;
  padding-left: 4px;
  margin-left: 4px;
}
.model {
  display: inline;
  margin-right: 2em;
  font-weight: bold;
}
h3.title {
  margin-top: 1em;
}
.node-form .product-field table {
  width: auto;
  margin: 0;
}
.node-form .product-field td {
  padding: 3px 6px 0 0;
}
.node-form tbody {
  border: none;
  margin: 0;
}
.node-form .product-field table .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.node-form .product-field .form-text {
  display: inline;
}
#products-selector table {
  margin: 0em 0em;
}
#products-selector td {
  padding: 0em 0.5em;
}
div#products-selector form {
  margin-bottom: 0em;
}
#products-selector div.form-item {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
table.product-list {
  clear: both;
}
.add-feature div {
  padding-right: 1em;
}
.add-feature div,
.add-feature label {
  display: inline;
}
/* $Id: uc_reports.css,v 1.6.2.4 2009/01/19 20:31:28 islandusurper Exp $ */
.sales-year {
  display: inline;
}
.sales-year .form-item {
  display: inline;
}
.sales-year .form-item label {
  display: inline;
}
.sales-year .form-submit {
  margin: 0px;
}
.uc-sales-table tr.odd:hover,
.uc-sales-table tr.even:hover {
  background-color: #dddddd;
}
.uc-sales-table td {
  vertical-align: top;
}
form.uc-reports-customize-report-form fieldset.collapsible .fieldset-wrapper {
  overflow: visible;
}
/* $Id: uc_stock.css,v 1.4.2.4 2009/07/21 14:51:22 islandusurper Exp $ */
.uc-stock-table tr.odd:hover,
.uc-stock-table tr.even:hover {
  background-color: #dddddd;
}
tbody tr.uc-stock-below-threshold {
  background-color: #dddddd;
}
/* $Id: uc_store.css,v 1.8.2.6 2009/07/08 12:56:49 islandusurper Exp $ */
.uc-store-admin-panel {
  margin: 1em;
  padding: 1em;
}
.uc-store-admin-panel .uc-store-icon {
  float: left;
  margin-right: 1em;
}
.uc-store-admin-panel .panel-title {
  padding-top: 4px;
  font-size: 1.5em;
  width: 100%;
}
.uc-store-admin-panel .panel-show-link a {
  cursor: pointer;
}
.uc-customer-table .uc-store-icon {
  float: left;
  margin-right: 0.5em;
}
.uc-customer-table tr.odd:hover,
.uc-customer-table tr.even:hover {
  background-color: #ddd;
}
.uc-cust-orders-table tr.odd:hover,
.uc-cust-orders-table tr.even:hover {
  background-color: #ddd;
}
.uc-cust-orders-table .uc-store-icon {
  float: left;
  margin-right: 0.5em;
}
#store-footer {
  width: 100%;
  text-align: center;
  font-size: x-small;
  clear: both;
}
table.section-items {
  width: auto;
}
table.section-items td {
  padding: 0.25em;
}
#uc-country-import-form .form-item,
#uc-country-import-form .form-item label {
  display: inline;
  margin-right: 1em;
}
#uc-country-import-form .form-submit {
  float: left;
  margin-top: 1em;
}
#uc-country-import-form table {
  clear: left;
}
/**
 * CSS enhancements for Ubercart summary overviews.
 */
.summary-overview {
  padding: 0.5em;
  border: 1px dashed #bbb;
  margin-bottom: -1px;
}
.summary-title {
  font-weight: bold;
}
.summaryOnclick-processed {
  cursor: pointer;
}
.summaryOnclick-processed:hover {
  background-color: #ddd;
}
.summary-edit-icon {
  float: left;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}
.summaryOnclick-processed .item-list {
  margin-left: 1.75em;
}
.summaryOnclick-processed .summary-link {
  display: none;
}
.ubercart-throbber {
  background-image: url(/misc/uc-throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% -20px;
}
div.uc-coupon-certificate {
  page-break-after: always;
  background: white;
  width: 90%;
  margin: auto;
  border: 1px solid blue;
  padding: 2%;
}
#uc-coupon-add-form #edit-valid-from-wrapper label,
#uc-coupon-add-form #edit-valid-until-wrapper label {
  float: left;
  width: 8em;
  margin-top: 2px;
}
.totals {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #555;
  background-color: #ccc;
  margin: 10px 0;
}
#gtct_pane {
  border: 1px solid #d2e6f3;
  height: 70px;
  overflow: auto;
  padding: 5px;
  margin: 0 0 10px 0;
}
/**
 * @file
 * Styles that are used when viewing results or modifying webform settings.
 */
/* Submission view page */
.webform-submission-info {
  padding: 10px;
}
.webform-submission-info-text {
  overflow: hidden;
}
.webform-submission-actions {
  float: left;
}
.webform-submission-navigation {
  text-align: right;
}
.webform-submission-next {
  margin-left: 20px;
}
/* Element for selecting components, i.e. included components for e-mails. */
.webform-component-select-wrapper {
  max-height: 300px;
  overflow: auto;
}
.webform-component-select-table table {
  margin: 0;
}
.webform-component-select-table tr.selected td,
.webform-component-select-table tr.selected td.active {
  background: inherit;
  color: inherit;
}
.form-item .webform-component-select-table .description {
  font-size: inherit;
}
.form-item .webform-component-select-table input {
  width: 12px;
  height: 12px;
  margin: 0 2px 2px;
}
.webform-select-list-format table {
  border: 1px solid;
  width: auto;
  font-size: 90%;
}
.webform-select-list-format td,
.webform-select-list-format th {
  border: 1px solid;
}
/* Special theming for the options element widget (if installed) */
.webform-options-element thead {
  display: none;
}
.webform-options-element fieldset {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.webform-options-element fieldset legend {
  display: none;
}
/* Checkboxes for allowed file extensions */
table.webform-file-extensions td {
  vertical-align: top;
}
table.webform-file-extensions td .description {
  white-space: normal;
}
table.webform-file-extensions .form-checkboxes .form-item {
  width: 5em;
  float: left;
}
table.webform-file-extensions input.form-text {
  width: 95%;
}
/* General styles */
.webform-checkbox {
  text-align: center;
  width: 40px;
}
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline;
}
.webform-default-value {
  color: #999;
}
.webform-results-per-page a.selected {
  font-weight: bold;
}
/* Display of adding/editing components */
html.js fieldset.webform-position,
html.js div.webform-position {
  display: none;
}
tr.webform-add-form .tabledrag-changed {
  display: none;
}
#webform-components tr.webform-add-form {
  background-color: inherit;
}
/**
 * @file
 * Front-end styling for the display of webforms.
 */
.webform-container-inline label {
  display: inline;
  margin-right: 1em;
}
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline;
}
.webform-container-inline div.description {
  display: block;
}
/**
 * @file style sheet for Weight module.
 */
.weight-selector {
  display: inline;
  position: relative;
}
#node-admin-nodes td a {
  margin-right: 3px;
}
#weight-settings-form .form-radios,
#weight-settings-form .form-radios .form-item {
  margin-top: 0;
}
#weight-settings-form .form-text,
#weight-settings-form .form-select,
#weight-settings-form .form-checkboxes .form-item,
#weight-settings-form .form-radios .form-item {
  margin-left: 1em;
}
#weight-settings-form .description {
  clear: both;
  margin-left: 1em;
}
/* Main */
html {
  background-color: white;
}
.bg-listing {
  background-color: rgba(62, 104, 176, 0.8);
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
/* General CSS */
button,
html,
body,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
input[type='text'][size='32'] {
  width: 240px;
}
.responsive-mode input[type='text'],
.responsive-mode input[type='password'] {
  border: 2px inset #eeeeee;
  max-width: 100%;
}
.location_node_info a {
  text-decoration: none !important;
}
.diagnosticscontent {
  background: rgba(62, 104, 176, 0.8);
  color: white;
  padding: 10px 15px;
}
.diagnosticscontent a:link,
.diagnosticscontent a:visited {
  color: white;
}
.roadmapenddate {
  position: relative;
  left: 400px;
  top: 220px;
  z-index: 10;
  width: 350px;
}
#edit-field-step3-description-0-value-wrapper label,
#edit-field-step3-description-0-value-wrapper input {
  display: none;
}
.available {
  color: black;
}
.booked {
  color: red;
}
#edit-test-hierarchical-select-selects-3 {
  visibility: hidden;
}
.roadmaptitle {
  position: relative;
  left: -16px;
}
#edit-field-select-your-test-value,
#edit-field-select-your-test-from-prog-value {
  max-height: 100px;
}
/**
 * CSET Tutor, for Drupal 6.x
 */
/* #210615: Mozilla on Mac fix */
html.js fieldset.collapsible div.fieldset-wrapper {
  overflow: visible;
}
img.imagecache-slide_large {
  border: 1px solid white;
  box-shadow: 2px 2px 8px 1px #1f1f1f;
}
#ttp-roadmap-smartstem-myform .form-submit {
  display: none;
}
.pager li a.active {
  color: white !important;
}
.roadmaptime {
  color: white;
  padding-top: 24px;
  float: left;
  width: 130px;
  margin-right: 37px;
  vertical-align: top;
  max-width: 130px;
}
.roadmapcar {
  width: 58px;
  vertical-align: top;
}
.roadmapicon {
  width: 64px;
  height: 64px;
  vertical-align: top;
}
html.js fieldset.collapsed {
  height: auto;
}
.roadmaptext {
  padding-top: 24px;
  width: 460px;
  vertical-align: top;
}
.fieldset {
  margin-left: 2em;
}
.fieldsetdepth1 p {
  padding-left: 2em;
}
.fieldsetdepth3 {
  width: 400px;
  padding-left: 2em;
}
.fieldsetdepth4 {
  padding-left: 2em;
  width: 400px;
}
html.js fieldset.collapsible legend a {
  background-image: url('/sites/all/themes/ttp2013/images/hidedetails.png');
  background-repeat: no-repeat;
  padding-right: 74px;
  background-position: right;
  text-decoration: none;
}
html.js fieldset.collapsed legend a {
  background-image: url('/sites/all/themes/ttp2013/images/viewdetails.png');
  background-repeat: no-repeat;
  padding-right: 74px;
  background-position: right;
  text-decoration: none;
}
.hierarchical-select-wrapper .hierarchical-select .selects,
.hierarchical-select-wrapper .hierarchical-select select,
.hierarchical-select-wrapper .hierarchical-select .add-to-dropbox,
.hierarchical-select-wrapper .hierarchical-select .create-new-item {
  float: left;
}
.roadmapviewed {
  background-image: url('/sites/all/themes/ttp2013/images/vieweditem.png');
  padding-left: 32px;
  height: 48px;
  background-repeat: no-repeat;
  clear: left;
  float: left;
}
.roadmapnotviewed {
  padding-left: 32px;
  clear: left;
  float: left;
  height: 48px;
  background-repeat: no-repeat;
}
.tablevideoselection {
  height: 60px;
  padding-top: 0px !important;
}
.biography {
  width: 600px;
}
.biography .biocontent {
  min-height: 180px;
}
.biography .biocontent.partner {
  min-height: 160px;
}
.biography .biocontent.partner hr {
  height: 0px;
  border: 1px solid white;
}
.biography .title {
  font-size: 18px;
}
.biography .field-field-introduction {
  font-size: 16px;
}
.biography .img_container {
  float: left;
  margin-right: 5px;
}
.biography .img_container img {
  vertical-align: middle;
}
div.biography.partner h2 {
  padding: 0px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
div.biography.partner td {
  padding: 8px;
  font-size: 14px;
}
div.biography {
  margin: 8px auto 0px;
}
div.biography .img_container img {
  border-radius: 7px;
  box-shadow: 0px 0px 1px 1px white;
}
div.biography .img_container td {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
}
.roadmaptop {
  margin-left: 130px;
  background-image: url('/sites/all/themes/ttp2013/images/roadtop.png');
  height: 56px;
  background-repeat: no-repeat;
}
.roadmap {
  background-image: url('/sites/all/themes/ttp2013/images/roadpiece.png');
  background-repeat: repeat-y;
}
#menu-mainmenu {
  margin-bottom: 2px;
  margin-left: 7px;
}
#menu-mainmenu &gt; ul &gt; li {
  padding-bottom: 2px;
}
#menu-mainmenu a,
#menu-mainmenu a:link,
#menu-mainmenu .active {
  text-decoration: none;
}
#menu-mainmenu li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
#menu-mainmenu ul {
  margin: 0;
}
#menu-mainmenu ul ul {
  background-color: white;
}
#menu-mainmenu .menuparent ul {
  margin-left: 0px;
  border: 1px black solid;
  padding: 4px 4px 0px 4px;
}
#menu-mainmenu .menuparent .menuparent ul {
  padding: 0;
  margin-left: 200px;
  padding: 4px 4px 0px 4px;
}
.brown_box_content {
  margin-bottom: 20px;
  border: 2px solid #b69696;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 2px 2px white;
  -moz-box-shadow: 0px 0px 2px 2px white;
  box-shadow: 2px 2px 5px 0px #352525;
  background-color: #af6618;
}
/*  verisign seal*/
.node-unpublished {
  background-color: transparent;
}
.verisignsealcentered table {
  margin-left: 140px;
}
#uc-cart-checkout-form #discounts-pane {
  display: none;
}
#uc-cart-checkout-form a:link,
#uc-cart-checkout-form a:visited {
  color: white;
}
/* General stuff */
p {
  margin: 1em 0;
}
#modalContent,
#modalContent a:link,
#modalContent a:visited {
  color: black;
}
#imce-content {
  margin-top: 30px;
  background-color: white;
  border: 2px solid black;
  color: black;
}
div#wrapper {
  background-image: url('/sites/all/themes/ttp2013/images/backgroundline.png');
  background-repeat: repeat-x;
}
#container {
  width: 1030px;
  min-height: 989px;
  margin: 0 auto;
  background-color: #040707;
  background-position: -12px 0;
}
.form-required {
  color: #c51829;
}
/* Header and login */
#header {
  height: 158px;
}
#header_left {
  width: 500px;
  height: 150px;
  float: left;
}
#header_right {
  width: 370px;
  float: right;
}
.login_box_left {
  color: white;
  text-align: right;
  padding-top: 24px;
  padding-left: 40px;
  vertical-align: top;
  margin-right: 10px;
}
.login_box_left h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.login_box_left p {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}
.login_box_right {
  text-align: right;
  float: right;
  vertical-align: top;
  width: 160px;
}
.login_box_right input {
  display: block;
  margin-right: 10px;
}
.login_box_right .form-text {
  margin-top: 20px;
  width: 143px;
}
.login_box_right .form-submit {
  float: right;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 20px;
  width: 59px;
}
.login_box_right p {
  font-size: 10px;
  width: 80px;
  float: left;
}
div.user_info {
  margin-right: 15px;
  text-align: right;
}
div.user_info p {
  margin: 0 3px;
}
p.user_cart {
  line-height: 20px;
}
p.user_cart img {
  vertical-align: middle;
}
/* Main menu */
#menubar a {
  text-decoration: none;
}
#menubar a:link {
  text-decoration: none;
}
#menubar .active {
  text-decoration: none;
}
#menubar li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  margin-right: 0px;
  padding: 0;
  cursor: pointer;
}
#menubar li.active a {
  color: black;
}
/* Tabs */
ul.tabs {
  border: none;
}
ul.tabs li a {
  background-color: #595e6a;
  border-color: black;
  color: #c3c3c3;
}
ul.tabs li a:hover {
  background-color: #6b7281;
  border-color: black;
  color: white;
}
ul.tabs li.active a {
  background-color: #4b5ea7;
  border-color: black;
  color: white;
}
/* Site Main Content Styles */
h1.page_title img {
  vertical-align: middle;
}
h1.page_title {
  margin: 15px 4px 0px 0px;
  padding: 6px 0 8px 0;
  line-height: 29px;
  font-size: 33px;
  margin-bottom: 0px;
  color: #4664ad;
  font-weight: normal;
}
.page_title .big {
  font-size: 30px;
}
.page_title .small {
  font-size: 18px;
  margin-left: 2px;
}
body.hide_pagetitle h1.page_title {
  display: none;
}
#header {
  padding-left: 80px;
  padding-right: 60px;
}
p.newsletter_description {
  margin-left: 30px;
}
/* Page Specific Styles */
#career_form {
  width: 300px;
}
#user-profile-form {
  margin-top: 10px;
}
/* MyAccount */
.enrolled,
.roadmapstudy {
  color: #ea9f6f;
}
.notenrolled {
  color: #a0a0a0;
}
fieldset.simplenews_register_fieldset {
  display: none;
}
/* Class locations list */
.class_location_node {
  width: 434px;
  height: 178px;
  margin-right: 10px;
  margin-bottom: 0px;
  background-repeat: none;
}
.class_location_node .location_node_info {
  height: 150px;
}
.class_location_node .imagefield-field_picture {
  float: left;
  margin-left: 12px;
  margin-top: 11px;
}
.class_location_node h2.title {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  background-image: url('/sites/all/themes/ttp2013/images/class_location_title_bg.png');
  background-repeat: no-repeat;
  background-position: 120px 20px;
  margin: 14px 0 14px 0;
  padding-top: 24px;
  height: 46px;
}
.class_location_node h2.title td {
  width: 260px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}
.class_location_node p {
  margin: 0;
  text-align: center;
  font-size: 13px;
}
.class_location_map {
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.class_location_map .location_node_info {
  height: 135px;
}
.class_location_map .location_map_img {
  height: 100%;
  float: left;
}
.class_location_map .imagefield-field_picture {
  vertical-align: top;
}
.class_location_map h2.title {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  background-image: url('/sites/all/themes/ttp2013/images/class_location_title_bg.png');
  background-repeat: no-repeat;
  background-position: 120px 0;
  margin: 14px 0 0 0;
  padding-top: 4px;
  height: 46px;
}
.class_location_map h2.title td {
  width: 260px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}
.class_location_map p {
  margin: 8px 0 8px 0px;
  font-size: 14px;
}
#location_map_map img {
  margin: 0 auto;
  display: block;
}
/* Class list */
.class_listing {
  font-size: 0.9em;
  width: 540px;
  border-radius: 10px;
  color: white;
  background: rgba(62, 104, 176, 0.8);
  -moz-box-shadow: inset 0px 0px 2px 2px white;
  -webkit-box-shadow: inset 0px 0px 2px 2px white;
  box-shadow: inset 0px 0px 2px 2px white;
}
.class_listing a,
.class_listing a:link,
.class_listing a:visited {
  color: white;
  text-decoration: underline;
}
.class_listing h2.title {
  font-size: 14px;
}
.written_response_grading p.cost {
  margin-top: 15px;
}
/* Itinerary pages */
#itinerary_container {
  padding-bottom: 20px;
  margin-left: 40px;
  margin-right: 160px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#itinerary_image {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
  height: 100%;
  width: 150px;
}
#itinerary_image_cbestmath {
  margin-top: 3px;
  margin-left: 0px;
  float: left;
  height: 100%;
  width: 180px;
}
#itinerary_image_cbestrw {
  margin-top: 3px;
  margin-left: 0px;
  float: left;
  height: 100%;
  width: 171px;
}
#itinerary_image_rica {
  margin-top: 10px;
  margin-left: 25px;
  float: left;
  height: 100%;
  width: 140px;
}
#itinerary_contents {
  padding-top: 10px;
}
#itinerary_title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.itinerary_table td {
  padding-bottom: 5px;
}
.itinerary_table_cset2 td {
  padding-bottom: 10px;
}
.itinerary_table_cbestmath td {
  padding-bottom: 30px;
}
.itinerary_table_cbestrw td {
  padding-bottom: 25px;
}
.itinerary_table_rica td {
  padding-bottom: 25px;
}
.itinerary_time {
  width: 80px;
}
.itinerary_table_cbestmath .itinerary_time {
  width: 90px;
}
.itinerary_description {
  width: 480px;
}
.itinerary_table_cbestrw .itinerary_description {
  width: 470px;
}
#itinerary_select_container {
  margin-left: 230px;
}
#itinerary_select_container img {
  vertical-align: top;
}
#itinerary_select {
  vertical-align: top;
  height: 18px;
  font-size: 12px;
  margin-left: 0;
}
/* Practice Test */
#written_response_sample_prev {
  margin-left: 100px;
}
#written_response_sample_next {
  margin-left: 510px;
}
div.test_page_wrap {
  margin: 5px auto;
  width: 892px;
  height: 1263px;
  background-image: url('/sites/all/themes/ttp2013/images/test_bg.png');
  background-repeat: no-repeat;
  color: black;
  border: 1px solid #008fff;
  box-shadow: 0px 0px 20px 3px #008fff;
}
div.test_page_wrap .form-textarea {
  width: 100%;
}
.blue-shadow-border {
  border: 1px solid #008fff;
  box-shadow: 0px 0px 20px 3px #008fff;
}
.quiz_feedback .sticky-enabled {
  background-color: white;
  color: black;
}
.quiz_feedback tr.even,
.quiz_feedback tr.odd {
  color: black;
}
.quiz_feedback tr.even a,
.quiz_feedback tr.odd a {
  color: black !important;
}
div.test_page {
  font-size: 16px;
  padding: 90px 50px 0px 50px;
  height: 1075px;
}
.smartstemanswerempty {
  height: 470px;
  padding: 8px;
}
.smartstemanswer div.test_page_wrap {
  width: auto;
  height: 450px;
  overflow: auto;
}
.smartstemanswer div.test_page {
  width: auto;
  height: auto;
  padding: 40px 80px 0px;
}
div.test_pagenum {
  text-align: center;
  font-size: 20px;
}
div.test_page h2.test_title {
  padding: 0;
  line-height: 40px;
  font-size: 24px;
  font-weight: normal;
  text-align: right;
  background-image: url('/sites/all/themes/ttp2013/images/test_title_bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 50px;
}
div.test_page fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
span.test_left_column {
  width: 340px;
  display: inline-block;
}
span.test_divider {
  height: 10px;
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
span.test_right_column {
  width: 340px;
  display: inline-block;
  vertical-align: top;
}
div.test_page .form-radio {
  margin: 0px 10px;
}
div.test_page label.option {
  margin: 6px 0;
  position: relative;
}
div.test_page div.form-radios div.form-item {
  margin-bottom: 16px;
}
div.test_question_wrap {
  margin-bottom: 60px;
  position: relative;
}
div.quiz_feedback {
  background-color: white;
  width: 500px;
  margin: 20px auto;
  padding-left: 40px;
  border: 1px solid #008fff;
  box-shadow: 0px 0px 20px 3px #008fff;
}
td.quiz_summary_qrow {
  width: 400px;
}
div.test_feedback {
  color: blue;
}
fieldset.test_left_column p,
fieldset.test_right_column p,
fieldset.test_top_column p,
fieldset.test_bottom_column p {
  position: relative;
}
img.test_marking {
  display: inline;
  position: absolute;
  left: -30px;
  top: 5px;
}
img.test_correct_option {
  display: inline;
  position: absolute;
  left: -35px;
  top: -2px;
}
div.quiz_score {
  min-height: 46px;
  width: 400px;
  border: 2px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #4d4d4f;
  margin: 0 auto;
  padding-bottom: 4px;
}
span.quiz_score_title {
  font-size: 12px;
  display: block;
  margin-top: 4px;
  margin-left: 4px;
}
a.quiz_score_breakdown,
a.quiz_score_completed {
  font-size: 10px;
  display: block;
  margin-left: 4px;
}
div.practice_test_listing a {
  text-decoration: none;
}
/* Contact form */
.listing-background {
  color: white;
  background: rgba(62, 104, 176, 0.8);
}
.webform-client-form input[type='text'],
.webform-client-form input[type='password'] {
  padding: 8px;
}
/* Ubercart */
#comments-pane {
  display: none;
}
#uc-cart-checkout-form #cart-pane {
  display: none;
}
#customer-pane {
  margin: 0px 52px;
  border-radius: 4px;
  padding: 20px;
  border: none;
  border-radius: 7px;
  -moz-box-shadow: inset 0px 0px 2px 2px white;
  -webkit-box-shadow: inset 0px 0px 2px 2px white;
  box-shadow: inset 0px 0px 2px 2px white;
  background: #3e68b0;
}
#tpuserinfo-pane {
  border: none;
  padding-left: 200px;
  margin-left: 36px;
  position: relative;
  top: -105px;
  height: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#customer-pane legend,
#tpuserinfo-pane legend {
  display: none;
}
.uc_pic_cartitemdivider {
  width: 200px;
  height: 6px;
  background-image: url('/sites/all/themes/ttp2013/images/cartblock2.png');
  background-repeat: no-repeat;
}
#order_complete_container {
  width: 834px;
  margin: 20px auto;
}
#order_complete_top {
  background-image: url('/sites/all/themes/ttp2013/images/checkout_complete_top.png');
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 52px;
  padding-left: 80px;
  color: white;
}
div.order_complete_section {
  border-bottom: 2px solid black;
  padding-bottom: 5px;
}
#order_complete_container h2 {
  margin: 5px 0 5px 0;
  font-weight: normal;
  font-size: 18px;
}
#order_complete_container h3 {
  margin: 5px 0 5px 0;
  font-weight: normal;
  font-size: 18px;
  margin-left: 40px;
}
#order_complete_container p {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  margin-left: 80px;
}
#order_complete_bottom {
  margin-top: 15px;
  background-image: url('/sites/all/themes/ttp2013/images/checkout_bottom_bg.png');
  background-repeat: no-repeat;
  width: 834px;
  height: 52px;
}
img#checkout_progress {
  display: block;
  margin: 0 auto 0px auto;
}
#checkout_progress-pane {
  border: none;
  background: #3e68b0;
  border-radius: 7px;
  -moz-box-shadow: inset 0px 0px 2px 2px white;
  -webkit-box-shadow: inset 0px 0px 2px 2px white;
  box-shadow: inset 0px 0px 2px 2px white;
  margin: 8px 52px;
}
fieldset#checkout_progress-pane legend {
  display: none;
}
#breakdown_blurbs {
  width: 600px;
  margin: 30px auto;
}
.white-links a,
.white-links a:link,
.white-links a:visited {
  color: white;
  text-decoration: underline;
}
.white-links-only a,
.white-links-only a:link,
.white-links-only a:visited {
  color: white;
}
/* Register page */
.register-box {
  margin: 12px 2px;
  padding: 22px;
  background: #555;
  border-radius: 24px;
}
.register-box p {
  margin-top: 0;
}
.register-box ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.unauth-page__second-box {
  flex: 1;
  font-size: 16px;
  color: white;
}
.unauth-page__second-box h4 {
  text-align: right;
  margin-right: 75px;
  margin-top: 0;
}
.unauth-page__second-box div.title_image img {
  margin-left: 40px;
}
.unauth-page__second-box a:link,
.unauth-page__second-box a:visited {
  color: white;
  text-decoration: underline;
}
.unauth-page__first-box {
  font-size: 14px;
  color: black;
  border-radius: 7px;
  box-shadow: unset;
  flex: 1;
  margin: 4px 2px;
  padding: 36px 22px;
}
.unauth-page__first-box .description {
  line-height: normal;
}
.unauth-page__first-box input[type='password'],
.unauth-page__first-box input[type='text'] {
  width: 100%;
  height: 22px;
  font-size: 18px;
  padding-left: 4px;
  padding-right: 4px;
}
.unauth-page__first-box .captcha input[type='text'] {
  height: 18px;
  font-size: 14px;
}
.unauth-page__first-box input[type='password']:focus,
.unauth-page__first-box input[type='text']:focus {
  background: #ffffaa;
}
.unauth-page__first-box div.description {
  font-size: 10px;
}
.unauth-page__first-box div.form-item {
  margin: 6px 0;
}
.unauth-page__first-box fieldset {
  margin-top: 0px;
  margin-bottom: 0px;
}
.unauth-page__first-box fieldset legend {
  font-weight: bold;
}
.unauth-page__first-box #edit-submit {
  -webkit-appearance: button;
  display: block;
  margin: 0px auto;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.unauth-page__first-box &gt; fieldset:nth-of-type(1) &gt; legend,
.unauth-page__first-box &gt; fieldset:nth-of-type(2) &gt; legend {
  display: none;
}
.unauth-page__first-box input[type='button'] {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0);
  background: #4d90fe;
}
.unauth-page__first-box fieldset {
  padding: 7px 10px 7px 0px;
}
.unauth-page__first-box fieldset.captcha div.description {
  margin-left: 3px;
}
.unauth-page__first-box fieldset:nth-of-type(1) {
  padding-bottom: 0px;
}
.unauth-page__first-box fieldset:nth-of-type(2) {
  padding-top: 0px;
}
.unauth-page__first-box legend {
  color: white;
}
.unauth-page__first-box .captcha {
  margin-bottom: 18px;
}
.unauth-page__first-box h1 {
  color: black;
}
.unauth-page__first-box input[type='password'],
.unauth-page__first-box input[type='text'] {
  width: 100%;
  height: unset;
  font-size: 18px;
  padding: 8px 8px;
  border-radius: 10px;
}
.unauth-page__first-box .captcha input[type='text'] {
  height: 18px;
  font-size: 14px;
}
#recaptcha_area {
  margin: 0px auto;
}
img.whitebar {
  display: block;
  margin: 0 auto;
}
#user-profile-form {
  padding-bottom: 130px;
}
/* Test submission confirmation */
#confirm_test_submission {
  text-align: center;
}
#confirm_test_submission h2 {
  font-size: 32px;
}
#confirm_test_submission h3 {
  color: red;
  font-size: 20px;
}
#confirm_test_submission p {
  font-size: 14px;
}
body {
  margin: 0px !important;
  background: white;
}
h3.subtitle {
  font-size: 14px;
}
.content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
div.user_info em {
  font-style: none;
}
div.user_info h2 {
  padding-right: 3px;
}
#header {
  padding-left: 0px;
  padding-right: 0px;
}
#ttpi-page {
  width: 950px;
  margin: 0 auto 0px;
  padding: 0;
}
#ttpi-content-container {
  margin: auto;
  margin-top: 0px;
  padding: 0px 0px 20px 0px;
  width: 949px;
  background-repeat: no-repeat;
}
/* CSS for the front page or home page, anything starting with fp- is definitely home page content style */
#front-page-content-our-partners {
  width: 949px;
  margin: auto;
  margin-bottom: 10px;
  letter-spacing: 0.11em;
}
#fp-our-partners-top-wrapper {
  width: 931px;
  height: 253px;
  margin-left: 0px;
}
#fp-our-partners-top {
  width: 931px;
  height: 77px;
  background: url('/sites/all/themes/ttp2013/images/ourbluebg_sprite.png') 0px -362px;
  background-repeat: no-repeat;
  margin: auto;
  box-shadow: 0px 0px 10px 0px black;
  border-radius: 10px;
}
#fp-our-partners-top-small-txt {
  color: white;
  margin-top: 10px;
  margin-left: 258px;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 2px;
}
#partners-bottom-text {
  font-size: 11px;
  width: 830px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
}
#fp-our-partners-list {
  clear: both;
  position: relative;
  width: 898px;
  height: 202px;
  margin-left: 0px;
  margin-top: -2px;
  margin-bottom: 0px;
  padding: 0;
}
#fp-our-partners-list li {
  margin: 0;
  padding: 0;
  list-style: none none;
  position: absolute;
  top: 0;
  font-size: 10px;
  height: 201px;
  width: 169px;
  display: block;
}
#fp-our-partners-list a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
#fp-our-partners-list a:link {
  text-decoration: none;
  color: #ffffff;
}
#fp-our-partners-list a.active {
  text-decoration: none;
  color: #ffffff;
}
#tfa {
  left: 18px;
  width: 168px;
  height: 202px;
}
#usc-rossier {
  left: 200px;
  width: 168px;
  height: 202px;
}
#ennounce {
  left: 382px;
  width: 168px;
  height: 202px;
}
#partnerpod4 {
  left: 565px;
  width: 168px;
  height: 202px;
}
#more-partners {
  left: 746px;
  width: 168px;
  height: 202px;
}
#fp-our-philosophy {
  width: 949px;
  height: 280px;
  margin-left: 0px;
  margin-top: 11px;
  margin-bottom: 10px;
  letter-spacing: 0.11em;
}
#fp-our-philosophy-inner-wbgimage {
  width: 930px;
  height: 277px;
  margin-left: 0px;
  margin-top: 0px;
  background: url('/sites/all/themes/ttp2013/images/ourbluebg_sprite.png') 0px -84px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px 0px black;
  border-radius: 10px;
}
#fp-our-philosophy-text-area {
  width: 447px;
  font-size: 15px;
  padding-top: 40px;
  padding-left: 17px;
}
#fp-our-philosophy-text-area a:visited,
#fp-our-philosophy-text-area a:link {
  color: white;
}
#fp-our-philosophy-video-area {
  width: 447px;
  height: 266px;
  margin-top: 6px;
  margin-right: 6px;
  position: relative;
  float: right;
}
#our-services-wrapper {
  height: 203px;
  width: 929px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#our-services {
  color: white;
  height: 81px;
  width: 929px;
  background: url('/sites/all/themes/ttp2013/images/ourbluebg_sprite.png') 0px 0px;
  background-repeat: no-repeat;
  letter-spacing: 0.11em;
  box-shadow: 0px 0px 10px 0px black;
  border-radius: 10px;
}
#fp-our-services-top-text {
  margin-top: 10px;
  margin-left: 258px;
  font-size: 14px;
  padding-top: 7px;
}
#fp-our-services-list {
  position: relative;
  height: 154px;
  margin: 0px;
}
#fp-our-services-list a {
  height: 154px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 9px;
  text-decoration: none;
  color: #ffffff;
}
#fp-our-services-list a:link {
  text-decoration: none;
  color: #ffffff;
}
#fp-our-services-list a.active {
  text-decoration: none;
  color: #ffffff;
}
#fp-our-services-practice-tests {
  position: absolute;
  top: 0px;
  left: 18px;
  width: 168px;
  height: 154px;
}
#fp-our-services-study-guides {
  left: 199px;
  width: 168px;
  height: 154px;
}
#fp-our-services-live-prep {
  left: 381px;
  width: 168px;
  height: 154px;
}
#fp-our-services-1on1-tutoring {
  left: 564px;
  width: 168px;
  height: 154px;
}
#fp-our-services-online-prep {
  left: 745px;
  width: 168px;
  height: 154px;
}
ul li#menu-8585 ul,
ul li#menu-8591 ul {
  left: auto;
  right: 0;
}
ul li#menu-8585 ul ul,
ul li#menu-8591 ul ul,
ul li#menu-8343 ul ul {
  left: auto;
  right: 99.5%;
}
ul li#menu-8585 ul ul ul ul {
  left: 0;
  right: auto;
}
span.childmenu a {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#fp-our-partners-list &gt; a:hover,
#fp-our-services-list &gt; a:hover img {
  -webkit-box-shadow: 0px 0px 2px 2px white;
  -moz-box-shadow: 0px 0px 2px 2px white;
  box-shadow: 0px 0px 2px 2px white;
  border-radius: 7px;
}
.usc_rossier_partner_pod {
  background: url('/sites/all/themes/ttp2013/images/partnerpods_sprite.png') 0px 0px;
  width: 168px;
  height: 202px;
  border-radius: 7px;
}
.goennounce_partner_pod {
  background: url('/sites/all/themes/ttp2013/images/partnerpods_sprite.png') 0px -202px;
  width: 168px;
  height: 202px;
  border-radius: 7px;
}
.partnerpod4img {
  background: url('/sites/all/themes/ttp2013/images/partnerpods_sprite.png') 0px -404px;
  width: 168px;
  height: 202px;
  border-radius: 7px;
}
.more_partner_pod {
  background: url('/sites/all/themes/ttp2013/images/partnerpods_sprite.png') 0px -606px;
  width: 168px;
  height: 202px;
  border-radius: 7px;
}
.tfa_partner_pod {
  background: url('/sites/all/themes/ttp2013/images/partnerpods_sprite.png') 0px -808px;
  width: 168px;
  height: 202px;
  border-radius: 7px;
}
.ourservices_onlineprep {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px 0px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_practicetests {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -154px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_prepclasses {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -307px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_studyguides {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -460px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_tutoring {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -614px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_tutoring:hover {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -768px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_onlineprep:hover {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -922px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_prepclasses:hover {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -1076px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_studyguides:hover {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -1230px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
.ourservices_practicetests:hover {
  background: url('/sites/all/themes/ttp2013/images/ourservices_sprite.png') 0px -1384px;
  width: 168px;
  height: 153px;
  border-radius: 7px;
}
#fp-our-philosophy-text-area p {
  color: white;
  padding-left: 10px;
  text-align: left;
}
.editor-blue-box-style,
#itinerary_container {
  border-radius: 10px;
  color: white;
  background: rgba(62, 104, 176, 0.8);
  -moz-box-shadow: inset 0px 0px 2px 2px white;
  -webkit-box-shadow: inset 0px 0px 2px 2px white;
  box-shadow: inset 0px 0px 2px 2px white;
  padding: 10px 20px 10px 20px;
  margin-bottom: 7px;
  margin-top: 7px;
}
.editor-blue-box-style a:link,
.editor-blue-box-style a:visited {
  color: white;
}
span.button-extra-large:hover a,
span.button-extra-large2:hover a,
span.button-extra-large3:hover a {
  background-color: white;
  background-image: none;
  color: black;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px gray;
}
li .childmenu a {
  border-radius: 0px;
}
.user_cart &gt; a &gt; img {
  width: 25px;
  height: 21px;
}
.no-margins {
  margin: 0;
}
.blue-styled-h2 {
  display: block;
  background-color: transparent;
  background-image: url('/sites/all/themes/ttp2013/images/h2_background.png');
  background-repeat: no-repeat;
  padding-left: 5px;
  margin-left: 10px;
  height: 35px;
  line-height: 35px;
  color: #5272c7;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
}
.blue-styled-h2-wide {
  display: block;
  background: #4664ad;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-left: 0px;
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: normal;
  border-radius: 8px;
}
.font-size-13 {
  font-size: 13px;
}
p.button-extra-wide {
  width: 325px;
  height: 55px;
  display: block;
  background-image: url('/sites/all/themes/ttp2013/images/button_xtra-wide.png');
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
}
p.button-extra-wide a,
p.button-extra-wide a:visited {
  color: white;
  text-decoration: none;
}
p.button-extra-wide:hover {
  background-color: white;
  background-image: none;
  color: black;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px gray;
}
p.button-extra-wide:hover a:link,
p.button-extra-wide:hover a:visited {
  color: black;
}
.button-extra-large &gt; a {
  width: 169px;
  height: 55px;
  display: block;
  background-image: url('/sites/all/themes/ttp2013/images/button_xtra-large.png');
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin: 0 auto;
}
.button-extra-large a:link,
.button-extra-large2 a:link,
.button-extra-large3 a:link,
.button-extra-large a:visited,
.button-extra-large2 a:visited,
.button-extra-large3 a:visited {
  color: white;
}
span.button-extra-large &gt; span &gt; a {
  width: 159px;
  height: 42px;
  display: block;
  font-weight: bold;
  padding: 13px 5px 0px 5px;
  background-image: url('/sites/all/themes/ttp2013/images/button_xtra-large.png');
}
span.button-extra-large2 &gt; span &gt; a {
  width: 159px;
  height: 37px;
  margin: 15px 0px 0px 0px;
  display: block;
  font-weight: bold;
  padding: 18px 5px 0px 5px;
  background-image: url('/sites/all/themes/ttp2013/images/button_xtra-large.png');
}
.button-extra-large2 &gt; a {
  width: 170px;
  height: 55px;
  display: block;
  background-image: url('/sites/all/themes/ttp2013/images/appleside-button.png');
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin: 0 auto;
}
.button-extra-large3 &gt; a {
  width: 170px;
  height: 56px;
  display: block;
  background-image: url('/sites/all/themes/ttp2013/images/appleatom-button.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin: 0 auto;
}
.button-small,
.button-small2 {
  width: 107px;
  height: 36px;
  border: none;
  display: block;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 41px;
  font-size: 18px;
  color: white;
  margin: 0 auto;
}
.button-small {
  background-image: url('/sites/all/themes/ttp2013/images/buttonsmall.png');
}
.button-small2 {
  background-image: url('/sites/all/themes/ttp2013/images/buttonsmall2.png');
}
.ttp-hover a:link,
.ttp-hover a:visited {
  color: white;
}
.ttp-hover {
  opacity: 0.8;
}
.ttp-hover:hover {
  opacity: 1;
}
.button-extra-large a,
.button-extra-large2 a,
.button-extra-large3 a,
.button-small a,
.button-small2 a {
  text-decoration: none;
}
#ttpi-page h2.pane-title {
  background-color: transparent;
  background-image: url('/sites/all/themes/ttp2013/images/h2_background_wide.png');
  background-repeat: no-repeat;
  height: 35px;
  line-height: 35px;
  color: #5272c7;
}
#user-profile-form,
div.profile {
  background: rgba(62, 104, 176, 0.8);
  color: white;
  border-radius: 7px;
}
#user-profile-form a,
div.profile a,
#user-profile-form a:link,
div.profile a:link,
#user-profile-form a:visited,
div.profile a:visited {
  color: white;
  text-decoration: underline;
}
div.profile,
#user-profile-form {
  padding: 15px 10px;
}
div.needmorehelp {
  border: 2px solid #7d8dc5;
  border-radius: 10px;
  background-color: #4168af;
  box-shadow: 2px 2px 2px 0px #2e2e2e;
}
div.needmorehelp {
  padding: 8px 10px 6px 10px;
  margin-bottom: 12px;
}
.node-roadmap {
  background: #3e68b0;
  color: white;
  border-radius: 5px;
  margin: 0px 20px 0px;
  border: 2px white solid;
  box-shadow: inset 0px 0px 5px 0px white;
}
.node-roadmap {
  padding: 0px 20px;
}
.node-roadmap a,
.node-roadmap a:link,
.node-roadmap a:visited {
  color: white;
  text-decoration: underline;
}
.node-roadmap .node-roadmap_written_response_audio {
  display: none;
}
#roadmapuserselection {
  margin: 6px 0px 0px;
  padding: 5px 12px;
  background: #3e68b0;
  color: white;
  border-radius: 5px;
  border: 2px white solid;
  box-shadow: inset 0px 0px 5px 0px white;
}
#roadmapuserselection a:link,
#roadmapuserselection a:visited,
#roadmapuserselection div.node-form {
  color: white;
}
iframe[name='google_conversion_frame'] {
  display: none;
}
#review-submit-warning {
  margin-top: 20px;
  text-align: center;
}
#review-submit-warning h2 {
  font-size: 15px;
}
input[type='submit'] {
  cursor: pointer;
}
img[src$='/sites/default/files/Study_Guide_Description_for_All.jpg'] {
  border-radius: 17px;
}
iframe[src='about:blank'] {
  display: none;
}
.slide-bottom .slide-currentlyviewing {
  width: 400px;
  margin-left: 82px;
  float: left;
  text-align: center;
}
.slide-bottom .slide-currentlyviewing p {
  margin: 10px 0px 0px;
}
.slide-bottom .slide-currentlyviewing h2 {
  margin: 0px 0px 5px;
}
.slide-bottom .slide-needmorehelp {
  margin: 20px 0px 0px 70px;
  float: left;
  width: 256px;
  height: 70px;
  border: 2px solid #7d8dc5;
  border-radius: 10px;
  background-color: #4168af;
  box-shadow: 2px 2px 2px 0px #2e2e2e;
}
.slide-needmorehelp-inner {
  margin: 2px 12px;
}
ul {
  padding-left: 22px;
}
ul.primary {
  padding: 0px;
  margin: 0px;
}
.krumo-root {
  color: black;
}
.bg-control-panel {
  background: #ae6518;
}
.control-panel {
  background: #ae6518;
}
.nav-button {
  margin: 2% 5%;
  padding: 20px auto;
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  box-shadow: inset 0px 0px 1px 1px #deb58e, 1px 1px 1px 1px #2e3f60;
  border-radius: 10px;
  text-transform: none;
}
.md-button:hover:enabled {
  box-shadow: 0px 0px 4px 4px whitesmoke;
}
.md-button:focus:enabled {
  outline: 4px solid #4d90fe;
}
.nav-button.clickable:hover {
  color: black;
  background: white;
}
.ttp-invisible {
  visibility: hidden;
}
.ttp-dimmed {
  position: relative;
}
.ttp-dimmed:after {
  content: ' ';
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
ul.tabs.secondary,
ul.tabs.primary {
  font-size: 12px;
}
.font-size-18px {
  font-size: 18px;
}
#long-answer-score-form {
  background: white;
  padding: 5px;
  border-radius: 5px;
  color: black;
}
.testinfo-table {
  color: white;
}
.testinfo-table a,
.testinfo-table a:link,
.testinfo-table a:visited {
  color: white;
  text-decoration: underline;
}
.testinfo-table caption {
  color: black;
  caption-side: top;
}
.testinfo-table th {
  font-size: large;
}
.testinfo-table th:nth-child(odd) {
  background-color: #567829;
}
.testinfo-table th:nth-child(even) {
  background-color: #4664ad;
}
.testinfo-table td {
  font-size: medium;
}
.testinfo-table td:nth-child(odd) {
  background-color: #85a24a;
}
.testinfo-table td:nth-child(even) {
  background-color: #6586c0;
}
tr.even,
tr.odd {
  background: none;
}
.blue-styled-h2-wide.roadmaptitle {
  background: none;
}
form#uc-cart-checkout-form {
  color: white;
  font-size: 14px;
}
.partner-logo {
  border-radius: 12px;
  border: 1px solid black;
  box-shadow: -6px 6px 10px 2px rgba(34, 34, 34, 0.95);
  margin-left: 10px;
  margin-bottom: 8px;
  margin-top: -4px;
  background: black;
  width: 188px;
}
.lb-shadow-image {
  border-radius: 12px;
  border: 1px solid black;
  box-shadow: -6px 6px 10px 2px rgba(34, 34, 34, 0.95);
  margin-left: 10px;
  margin-bottom: 8px;
  margin-top: -4px;
  background: black;
}
div.lb-shadow-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 140px;
  text-align: center;
  font-size: 20px;
  color: black;
  background: white;
}
.lb-margin {
  margin-left: 10px;
  margin-bottom: 8px;
}
.lb-shadow {
  box-shadow: -6px 6px 10px 2px rgba(34, 34, 34, 0.95);
}
.bordered {
  border-radius: 12px;
  border: 1px solid black;
}
.partner img.lb-shadow-image {
  width: 180px;
  height: 140px;
}
div#alltasks {
  background: white;
  color: black;
  padding: 0px 5px;
  font-family: sans-serif;
  font-size: 13px;
  border: 3px solid purple;
}
#alltasks a:link,
#alltasks a:visited {
  color: #1155cc;
  text-decoration: none;
}
#alltasks td,
.ellipsis {
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#alltasks td {
  padding: 1px 2px;
}
.past {
  background: gray;
}
.task_ready {
  background: #f0c4c4;
  border-left: 5px solid red;
}
.task_completed {
  background: #c4f0c4;
  border-left: 5px solid green;
}
.task_assigned {
  background: #ffffc4;
  border-left: 5px solid yellow;
}
.task_notready {
  background: white;
}
.task_empty {
  background: #f0f0f0;
}
div#alltasks_form {
  text-align: center;
  font-weight: bold;
  color: white;
  background: purple;
  border-radius: 5px 5px 0px 0px;
}
ul.pager {
  margin: 12px 0 8px;
}
ul.pager li.pager-current {
  color: black;
  border-radius: 5px;
}
/******************************
 HORIZONTAL (down) menus
******************************/
.dashboard-item {
  margin-bottom: 24px;
}
.dashboard-card {
  background: #565864;
  color: white;
  border: 0px 0px 2px 2px solid black;
  border-radius: 0px;
}
.dashboard-card .unfinished {
  font-size: 12px;
}
.dashboard-card .unfinished-text {
  margin: 6px 0px;
}
.dashboard-card .score-section {
  margin: 12px 0px;
}
.dashboard-card .score-section .blurb {
  color: white;
}
.dashboard-card .score-section span.score-level-0 {
  color: #ec1f27;
}
.dashboard-card .score-section span.score-level-1 {
  color: #f28724;
}
.dashboard-card .score-section span.score-level-2 {
  color: #f8ef20;
}
.dashboard-card .score-section span.score-level-3 {
  color: #86cb38;
}
.dashboard-card .score-section span.score-level-4 {
  color: #14a750;
}
.dashboard-card .score-section span.score {
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: bold;
  background: black;
  border: 2px solid white;
}
.dashboard-card .grading-task-section {
  margin: 4px 0px;
  text-align: left;
  font-size: 12px;
}
.dashboard-card .grading-task-section .task-status {
  font-weight: bold;
}
.dashboard-card div.test-result-links {
  width: 88%;
  margin: 5px 0px;
  font-size: 12px;
}
.dashboard-card div.test-result-links a:link,
.dashboard-card div.test-result-links a:visited {
  text-align: center;
  margin-right: 11px;
}
.dashboard-card .inner {
  padding: 10px;
}
.dashboard-card a,
.dashboard-card a:link,
.dashboard-card a:visited {
  color: white;
  text-decoration: underline;
}
.dashboard-card .item-title {
  font-size: 16px;
  font-weight: bold;
}
.dashboard-card hr {
  border-color: black;
  border-width: 1px 0px;
  width: 100%;
  margin: 0px;
}
.dashboard-card ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.dashboard-card li {
  border-bottom: 2px solid #c6c4c4;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.guide-links a:link {
  text-decoration: none;
}
.online-prep-blurb {
  font-size: small;
}
.slidecontrolpanel {
  padding: 4px 0px;
  background-color: #af6618;
  border: 2px solid #b69696;
  border-radius: 5px;
}
.slidecontrolpanel form &gt; div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.slidecontrolpanel form &gt; div .form-item {
  flex: 1;
  text-align: center;
}
.slidecontrolpanel form &gt; div .form-select {
  width: 250px;
}
.roadmap legend {
  font-size: 12px;
}
.loader0 {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin0 0.5s linear infinite;
  animation: spin0 0.5s linear infinite;
}
@-webkit-keyframes spin0 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin0 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-header h1 {
  font-size: 24px;
  margin: 0;
}
.content-header h1 span {
  color: #4168af;
  background: linear-gradient(to right, white, #4168af);
  border-radius: 15px 0px 0px 15px;
  padding: 5px 50px 5px 10px;
  font-weight: normal;
  width: 100%;
  margin: 15px 15px 15px 0px;
}
.content-header img {
  height: 60px;
}
.content-header p {
  font-size: 16px;
}
.loading-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 4px;
  background-color: #c5cae9;
}
.loading-bar-item {
  content: '';
  display: inline;
  position: absolute;
  left: 50%;
  text-align: center;
}
.loading-bar-item:nth-child(1) {
  background-color: #3d67b1;
  animation: loading 3s ease infinite, loading 3s ease infinite;
}
.loading-bar-item:nth-child(2) {
  background-color: #c5cae9;
  animation: loading 3s ease 1s infinite, 3s ease 1s infinite;
}
.loading-bar-item:nth-child(3) {
  background-color: gray;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {
    left: 0;
    width: 0;
    z-index: 100;
  }
  to {
    left: 0;
    width: 100%;
  }
}
.ttp-logo img {
  height: 100px;
}
@media (min-width: 992px) {
  .ttp-logo img {
    height: 48px;
  }
}
.main-content {
  background-color: #4168af;
  color: white;
  border-radius: 5px;
  margin: 10px 20px;
  box-shadow: 0px 0px 5px 0px #4168af;
}
.main-content .subtitle {
  padding: 6px 10px;
  background-color: #ae6518;
  font-weight: bold;
  font-size: 22px;
}
.main-content .subtitle h2 {
  margin: 0;
  font-size: 20px;
}
.main-content .subtitle h3 {
  margin: 0;
  font-size: 14px;
}
.list-of-available-videos h2 {
  font-size: 18px;
  font-weight: bold;
}
.list-of-available-videos h3 {
  font-size: 14px;
  font-weight: bold;
}
.list-of-available-videos li {
  font-size: 12px;
}
.cc-caption-on {
  color: #28a745 !important;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  margin: 0;
  width: unset;
}
table.modern-table {
  color: #4c4d51;
  background: white;
  border-radius: 12px;
}
table.modern-table td,
table.modern-table th {
  padding: 4px 12px;
}
table.modern-table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
table.modern-table td:not(:last-child),
table.modern-table th:not(:last-child) {
  border-right: 1px solid #ddd;
}
table.modern-table.modern-table-generic {
  color: white;
  background-color: #5f6368;
}
table.modern-table.modern-table-generic-blue {
  color: white;
  background-color: #4663ad;
}
.unauth-page {
  display: flex;
  flex-direction: row;
}
.unauth-page h1 {
  color: #555;
}
.responsive-mode {
  min-width: 320px;
  font-size: 16px;
}
.responsive-mode form#uc-cart-checkout-review-form &gt; div {
  margin-top: 12px;
}
.responsive-mode form#uc-cart-checkout-review-form .form-submit {
  color: black;
  background: white;
  margin-left: 6px;
  padding: 6px 12px;
}
.responsive-mode .responsive-mode__inner {
  max-width: 1160px;
  padding-left: 12px;
  padding-right: 12px;
}
.responsive-mode.responsive-mode--tabs {
  background-color: #ccc;
}
.responsive-mode.responsive-mode--tabs .responsive-mode__inner {
  width: 100%;
}
.responsive-mode.responsive-mode--tabs .responsive-mode__inner ul.secondary {
  padding: 0;
  margin: 0;
}
.responsive-mode.responsive-mode--tabs .responsive-mode__inner ul.primary li,
.responsive-mode.responsive-mode--tabs .responsive-mode__inner ul.secondary li {
  padding: 0;
}
.responsive-mode.responsive-mode--tabs .responsive-mode__inner ul.primary li a,
.responsive-mode.responsive-mode--tabs .responsive-mode__inner ul.secondary li a {
  display: inline-block;
  background: gray;
  color: white;
  padding: 4px 6px;
  margin: 4px;
  border: 1px solid black;
}
.responsive-mode .c-section__inner {
  max-width: 1160px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
.responsive-mode .unauth-page {
  flex-direction: column;
}
.responsive-mode .content {
  font-size: 16px;
}
.responsive-mode input[type='text'],
.responsive-mode input[type='email'],
.responsive-mode select,
.responsive-mode textarea {
  width: 100%;
}
.responsive-mode input[type='text'],
.responsive-mode input[type='email'],
.responsive-mode select,
.responsive-mode textarea {
  padding: 8px 8px;
  border-radius: 8px;
}
.responsive-mode h1,
.responsive-mode h2,
.responsive-mode h3,
.responsive-mode h4,
.responsive-mode h5,
.responsive-mode h6 {
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
}
.responsive-mode h1 {
  font-size: 2rem;
}
.responsive-mode h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.responsive-mode .form-submit {
  background-color: #4663ad;
  color: white;
  border-style: none;
  padding: 8px 24px;
}
.responsive-mode .form-submit:hover {
  background-color: #5971b3;
}
.responsive-mode .form-submit:disabled {
  background-color: #ccc;
  color: white;
}
.responsive-mode .responsive-generic {
  background-image: url(/sites/default/files/zinc/images/backgrounds/opaque-apple-on-white.png);
  background-repeat: no-repeat;
  background-position: center 80px;
  background-color: white;
}
.responsive-mode .responsive-generic h1 {
  color: #4663ad;
}
.responsive-mode .responsive-generic h2 {
  color: #5f6368;
}
.responsive-mode .responsive-generic .responsive-generic-inner {
  max-width: 1080px;
  margin: auto;
  padding: 0px 24px;
}
.responsive-mode .responsive-generic--no-background {
  background-image: unset;
}
.responsive-mode p {
  margin: 12px 0;
}
.responsive-mode .dark-background h2 {
  color: white;
}
.responsive-mode .dark-background a {
  color: white;
  text-decoration: underline;
  background-color: transparent;
}
.responsive-mode .dark-background a:visited {
  color: white;
}
.responsive-mode .dark-background a:hover {
  color: white;
  text-decoration: underline;
}
.responsive-mode h1.page_title {
  font-family: unset;
  font-weight: bold;
}
@media (min-width: 680px) {
  .responsive-mode .responsive-mode__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .responsive-mode .responsive-generic .responsive-generic-inner {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: content-box;
  }
  .responsive-mode .c-section__inner {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 720px) {
  .responsive-mode .responsive-generic {
    background-position: right 80px;
  }
}
@media (min-width: 850px) {
  .responsive-mode .unauth-page {
    flex-direction: row;
  }
}
.c-section {
  color: black;
  line-height: 24px;
}
.c-section--dark {
  color: white;
}
.c-section--dark a:link,
.c-section--dark a:visited {
  color: white;
  text-decoration: underline;
}
.c-section--centered-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-section__inner {
  width: 100%;
}
.c-section--background-light-apple {
  background: no-repeat top right url(/sites/default/files/zinc/images/backgrounds/opaque-apple-on-white.png);
}
.c-section--background-dark-raised-hands {
  background: center / cover url(/sites/default/files/zinc/images/backgrounds/options-exam-group-background-01.jpg);
}
.c-section--background-dark-overhead-laptop {
  background: bottom center / cover url(/sites/default/files/zinc/images/backgrounds/background-overhead-laptop-dark.jpg);
}
.c-section--background-prep-classes-top-image {
  background: 100% 25% / cover url(/sites/default/files/zinc/images/backgrounds/prep-classes-by-test-group-top-image.jpg);
}
.c-section--background-test-dates-top-image {
  background-image: url(/sites/default/files/zinc/images/backgrounds/test-dates-calendar-wide-gray-35.png);
  background-repeat: no-repeat;
  background-position: 100% 75%;
  background-size: cover;
}
.c-section--background-test-registration-info-top-image {
  background-image: url(/sites/default/files/zinc/images/backgrounds/registration_background_30.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}
.c-section--background-tutoring-top-image {
  background-image: url(/sites/default/files/zinc/images/backgrounds/tutoring_background_35.png);
  background-repeat: no-repeat;
  background-position: 100% 75%;
  background-size: cover;
}
.c-section--background-headphones-top-image {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/sites/default/files/zinc/images/backgrounds/background-headphones-w427.jpg);
  background-repeat: no-repeat;
  line-height: 1.65em;
  background-size: cover;
}
@media (min-width: 960px) {
  .c-section--background-headphones-top-image {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/sites/default/files/zinc/images/backgrounds/background-headphones-w640.jpg);
    background-size: cover;
  }
}
.c-section--background-headphones-top-image2 {
  display: flex;
  padding: 32px 0px;
  justify-content: center;
}
@media (min-width: 680px) {
  .c-section--background-headphones-top-image2 {
    padding: 32px 0px;
  }
}
.c-section--background-practice-tests-top-image {
  background-image: url(/sites/default/files/zinc/images/backgrounds/wrg-background-darkened-w1440_95.png);
  background-repeat: no-repeat;
  background-position: 65% 25%;
  background-size: cover;
}
@media (min-width: 630px) {
  .c-section--background-practice-tests-top-image {
    background-position: 100% 25%;
  }
}
@media (min-width: 940px) {
  .c-section--background-practice-tests-top-image {
    background-position: 100% 90%;
  }
}
@media (min-width: 768px) {
  .c-section__inner-threefourths {
    width: 75%;
  }
}
.c-section--background-homepage {
  background: 0% 0% / cover url('/sites/default/files/zinc/images/backgrounds/homepage-background-narrow.png');
}
html.webp .c-section--background-homepage {
  background: 0% 0% / cover url('/sites/default/files/zinc/images/backgrounds/homepage-background-narrow.webp');
}
@media (min-width: 990px) {
  .c-section--background-homepage {
    background-image: url('/sites/default/files/zinc/images/backgrounds/homepage-background.png');
  }
  html.webp .c-section--background-homepage {
    background-image: url('/sites/default/files/zinc/images/backgrounds/homepage-background.webp');
  }
}
.fineline {
  flex: 1;
  padding-left: 16px;
}
.fineline .fineline-inner {
  opacity: 0.4;
  border-bottom: 1px solid brown;
  height: 67%;
}
.modern-button {
  background-color: #3f51b5;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border: 0;
}
.modern-button:hover {
  background-color: #303f9f;
}
.modern-button:active {
  position: relative;
  top: 1px;
}
.modern-select-container {
  display: flex;
  justify-content: center;
}
.modern-select-container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  background-color: #5f6368;
  padding: 18px;
  border-radius: 12px;
}
.modern-select {
  display: block;
  font-size: 16px;
  padding: 8px;
  border-radius: 4px;
  color: #333;
  background-color: #f6f7f9;
  border-color: #e1e7ed;
  width: 100%;
}
.modern-select:focus {
  outline: none;
}
.modern-select-container p {
  margin-top: 0px;
  padding-top: 0px;
}
.purchase-button-container {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.purchase-button-container a.purchase-button:link,
.purchase-button-container a.purchase-button:visited {
  background-color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: black;
  font-family: Arial;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid black;
}
.purchase-button:hover {
  opacity: 0.7;
}
.purchase-button:active {
  position: relative;
  top: 1px;
}
.general-container {
  display: flex;
  justify-content: center;
}
.general-container-inner {
  color: white;
  background: #4663ad;
  text-align: center;
  padding: 4px 20px;
  border-radius: 8px;
}
.general-container-inner a:link,
.general-container-inner a:visited {
  color: white;
  text-decoration: underline;
}
.custom-second-col {
  margin-top: 12px;
  margin-bottom: 12px;
}
.custom-second-col img {
  width: 100%;
}
@media (min-width: 960px) {
  margin-top: unset;
}
.fontello-icon-type-a {
  background: #cc471c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 30px;
}
.fontello-icon-type-b {
  background: #3d67b1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 30px;
  margin-right: 10px;
}
.partner-box-image {
  border: 1px solid rgba(153, 153, 153, 0.4);
  width: 150px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 25px;
}
.partner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-box-image {
  border: 1px solid rgba(153, 153, 153, 0.4);
  width: 150px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 25px;
}
.scholarship-box-image {
  border: 1px solid rgba(153, 153, 153, 0.4);
  width: 220px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 25px;
}
.o-text-blue {
  color: #3d67b1;
}
@media (min-width: 960px) {
  .partner-box {
    flex-direction: row;
    align-items: unset;
  }
  .partner-box-image {
    margin-bottom: unset;
  }
  .team-box-image {
    margin-bottom: unset;
  }
  .scholarship-box-image {
    margin-bottom: unset;
  }
}
.c-header-with-line {
  display: flex;
  margin-bottom: 24px;
}
.c-header-with-line__text {
  margin-top: 0;
  margin-bottom: 0;
}
.c-header-with-line__line {
  flex: 1;
  padding-left: 16px;
}
.c-header-with-line__line-inner {
  opacity: 0.4;
  border-bottom: 1px solid brown;
  height: 67%;
}
.c-header-with-line__line-inner--height-70 {
  height: 70%;
}
.c-rounded-blue-box {
  margin: 24px 0;
  border: 3px solid white;
  background-color: rgba(70, 99, 173, 0.5);
  padding: 20px;
  border-radius: 25px;
}
.c-rounded-blue-box__top {
  display: flex;
}
.c-rounded-blue-box__top-left-icon {
  margin-right: 16px;
}
.c-rounded-blue-box__bottom {
  margin: 16px 0;
}
.c-rounded-blue-box__button-wrapper {
  display: flex;
  justify-content: center;
}
.c-giant-button {
  margin: 16px 0;
  padding: 16px;
  background: white;
  border-radius: 8px;
}
a.c-giant-button:link,
a.c-giant-button:visited {
  font-weight: bold;
  color: #4663ad;
  text-decoration: none;
}
a.c-giant-button:hover {
  opacity: 0.9;
}
.c-rounded-blue-box__spaced-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px 0;
}
.c-rounded-blue-box__spaced-icon {
  margin: 8px 0;
}
.c-select-your-test {
  text-align: center;
  margin: 64px 0;
}
.c-select-your-test__header {
  padding: 12px 0 8px;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-select-your-test__select {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: auto;
}
.c-font-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
}
.c-font-icon__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 40px;
}
.c-font-icon__text {
  text-align: center;
  font-weight: bold;
}
.c-font-icon__text-b {
  font-weight: bold;
}
.c-font-icon-b {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-free-tools-section {
  margin-top: 16px 0;
}
.c-free-tools-section__item {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #3d67b1;
  text-decoration: none;
}
.c-free-tools-section__item:visited {
  color: #3d67b1;
}
.c-free-tools-section__item:hover {
  opacity: 0.6;
  color: #3d67b1;
  text-decoration: none;
}
.c-free-tools-section__icon {
  margin-top: 8px;
  margin-right: 24px;
}
.c-free-tools-section__link:visited {
  color: #3d67b1;
}
.c-info-by-exam-section__item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.o-lg-two-column__item {
  margin: 12px 0;
}
@media (min-width: 990px) {
  .c-rounded-blue-box--margin-unset {
    margin: unset;
  }
  .c-rounded-blue-box__spaced-icons {
    flex-direction: row;
    justify-content: space-around;
  }
  .c-rounded-blue-box__spaced-icon {
    margin: unset;
  }
  .o-lg-two-column {
    display: grid;
    column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .o-lg-two-column__item {
    margin: unset;
  }
  .c-free-tools-section {
    display: flex;
    justify-content: center;
  }
  .c-free-tools-section__item {
    margin: 16px;
  }
}
.c-font-icon--blue {
  color: #4663ad;
}
.c-font-icon--unset-width {
  width: unset;
}
.c-table-type-001 td,
.c-table-type-001 th {
  border-bottom: 1px solid gray;
  padding: 9px 12px;
}
.c-table-type-001 tr td:first-child {
  width: 30%;
}
.c-table-type-001 tr td:nth-child(2) {
  color: black;
}
a.o-blue-links:link,
a.o-blue-links:visited {
  color: #4663ad;
  text-decoration: none;
}
a.link-hover-underline:hover {
  text-decoration: underline;
}
.accordion {
  background-color: #f8f8f8;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 19px;
  transition: 0.4s;
  font-weight: 400;
}
.accordion-panel {
  padding: 0;
  background-color: #f8f8f8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 8px;
}
.accordion-panel .hr {
  width: 100%;
  border-top: 1px solid #4663ad;
}
.accordion-panel__body {
  padding: 0 32px;
}
.fontello-icon-type-c {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4663ad;
  width: 120px;
  height: 120px;
  font-size: 80px;
}
@media (min-width: 864px) {
  .node-product-template {
    display: grid;
    grid-template-columns: 120px 1fr 100px;
    column-gap: 16px;
    align-items: center;
  }
}
.product-bolded-blue {
  color: #4663ad;
  font-weight: bold;
}
.c-classlisting {
  margin: 0 8px 24px;
}
.c-classlisting__box-one {
  color: #4663ad;
}
.c-classlisting__buy-three-save-box {
  border: 2px solid #8bba34;
  border-radius: 15px;
  padding: 8px 9px;
  color: #8bba34;
  margin: 24px auto;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
}
.c-classlisting__buy-three-save-box p {
  color: gray;
}
.c-prepclassreg-boxes__box {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 12px;
  margin: 42px 0;
  align-items: center;
}
.c-prepclassreg-boxes__box &gt; :first-child {
  justify-self: center;
}
.c-prepclassreg-boxes__box h3 {
  font-size: 22px;
  color: #ed9600;
}
.fontello-icon-type-d {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #ed9600;
}
.c-prepclassreg-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 864px) {
  .c-prepclassreg-boxes__box {
    margin-top: 0;
  }
  .c-prepclassreg-top-section {
    display: grid;
    grid-template-columns: 224px 1fr;
    align-items: flex-start;
    column-gap: 24px;
  }
  .c-prepclassreg-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .c-classlisting {
    display: grid;
    grid-template-columns: 1fr 400px;
    column-gap: 24px;
    align-items: center;
  }
}
/* Home Page related styling */
.c-homepage-top {
  margin: 38px 0;
}
.c-select-your-test__select {
  max-width: 310px;
}
.c-service-iconitem {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.c-service-iconitem__linkicon {
  border-radius: 50px;
  margin-right: 30px;
}
.c-service-iconitem__body {
  flex: 1;
}
a.c-service-iconitem__link:link {
  color: white;
  text-decoration: none;
}
a.c-service-iconitem__link:visited {
  color: white;
}
.c-service-iconitem__linkicon:hover {
  opacity: 0.5;
}
.c-service-iconitem__icon {
  font-size: 30px;
}
.c-service-iconitem__body {
  line-height: 16px;
}
.c-service-iconitem__title {
  font-size: 18px;
  font-weight: bold;
}
.c-service-iconitem__desc {
  font-size: 12px;
}
.c-service-iconitem__title a:link {
  text-decoration: none;
}
.c-service-iconitem__title a:hover {
  text-decoration: underline;
}
.c-homepage-our-mission__item {
  margin: 12px 0;
}
.c-service-iconitem__title-wrapper {
  display: flex;
  align-items: center;
}
.c-service-iconitem__most-popular {
  margin-left: 8px;
  color: #cc471c;
  font-size: 12px;
  font-style: italic;
}
.o-w990-row {
  display: flex;
  flex-direction: column;
}
.c-most-popular-desktop {
  display: none;
}
a.c-pass-the-torch-learn-more-button:link,
a.c-pass-the-torch-learn-more-button:visited {
  color: white;
  display: block;
  margin: auto;
  text-decoration: none;
  border: 2px solid white;
  max-width: 360px;
  margin: 20px auto;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  box-sizing: border-box;
}
a.c-pass-the-torch-learn-more-button:link:hover {
  opacity: 0.7;
}
.c-study-guide-top-body {
  margin-bottom: 16px;
}
.c-study-guide-top-body &gt; :nth-child(1) {
  margin: 0 auto 32px;
  max-width: 300px;
}
@media (min-width: 990px) {
  .c-additional-help {
    display: flex;
    justify-content: center;
  }
  .c-study-guide-top-body {
    display: grid;
    column-gap: 32px;
    grid-template-columns: 1fr 300px;
  }
  .c-study-guide-top-body &gt; :nth-child(1) {
    order: 1;
  }
  .c-service-iconitem {
    flex-direction: column;
    width: 173px;
    text-align: center;
    padding-top: 48px;
    margin: 0px 18px;
  }
  .c-service-iconitem--wider {
    width: 216px;
  }
  .c-service-iconitem__linkicon {
    margin: 0 auto;
    width: unset;
    height: unset;
  }
  .c-service-iconitem__icon {
    border: 3px solid white;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .c-service-iconitem__icon {
    margin-bottom: 10px;
  }
  .c-service-iconitem__title {
    font-size: 18px;
  }
  .c-service-iconitem__desc {
    margin-top: 40px;
    padding: 8px 16px;
  }
  .c-most-popular-desktop {
    display: block;
    text-align: center;
    margin: 12px 0;
    font-weight: bold;
    color: #cc471c;
  }
  .o-two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 72px;
  }
  .c-homepage-our-mission__item {
    margin: unset;
  }
  .c-service-iconitem__title-wrapper {
    display: block;
  }
  .c-service-iconitem__most-popular {
    display: none;
  }
  .o-w990-row {
    flex-direction: row;
    justify-content: space-around;
  }
}
.c-select-your-test-para {
  font-weight: bold;
  color: #4663ad;
}
.popular-heart::before {
  content: 'â¤';
}
.c-sample-videos-image-auto {
  display: block;
  margin: auto;
}
.c-google-product {
  text-align: center;
}
.c-google-product-image {
  width: 250px;
  height: 340px;
  display: inline-block;
}
.c-google-product-description {
  margin-top: 30px;
  text-align: left;
}
.c-google-product-page-packages {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 880px) {
  .c-google-product {
    display: flex;
  }
  .c-google-product-image {
    margin-left: 10px;
    width: 400px;
    height: 540px;
  }
  .c-google-product-description {
    margin-left: 20px;
    margin-top: 0;
  }
  .c-google-product-page-packages {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .c-sample-videos-image-auto {
    margin-left: 15px;
    float: right;
  }
}
.trustpilot-box {
  text-align: center;
  background-color: #50734c;
  width: 144px;
  height: 78px;
  border-radius: 6px;
  margin: 4px;
  box-shadow: 1px 1px 3px #111;
}
.trustpilot-box a {
  color: white;
}
.trustpilot-box a:hover {
  text-decoration: none;
}
.info-help-video-youtube-size {
  height: calc(100vw * 0.75 * 360 / 639);
  max-height: 360px;
  width: calc(100vw * 0.75);
  max-width: 639px;
  object-fit: fill;
  display: block;
}
.sample-core-video-size {
  object-fit: fill;
  height: calc(100vw * 0.75 * 400 / 810);
  max-height: 400px;
  width: calc(100vw * 0.75);
  max-width: 810px;
  margin: auto;
  display: block;
}
.sample-test-tutoring-video-size {
  height: 275px;
  width: 365px;
  max-width: 100%;
  display: block;
  object-fit: fill;
}
.states {
  background-color: #4763ad;
  color: white;
  border-radius: 8px;
  margin: 0px 50px;
  text-align: center;
}
.states &gt; div {
  padding: 10px;
  border: 0.5px solid white;
}
@media (min-width: 864px) {
  .states {
    display: grid;
    grid-template-rows: 40px 40px 40px 40px 40px 40px 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }
}
.accordion2 {
  padding: 4px 10px;
  background-color: #f8f8f8;
  color: #444;
  font-size: 19px;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.accordion2 &gt; :nth-child(2) {
  transition: max-height 0.2s ease-in;
}
.accordion2 &gt; :first-child {
  cursor: pointer;
  padding: 5px 0;
}
@media (max-width: 1024px) {
  .about-us-image-top {
    display: none;
  }
}
@media (min-width: 1024px) {
  .about-us-image-bottom {
    display: none;
  }
}
.cart-progress-bar {
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-progress-step &gt; div:first-child {
  background-color: white;
  color: gray;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid gray;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.cart-progress-step.checked &gt; div:first-child {
  background-color: var(--leaf-green);
  color: white;
  border-color: var(--leaf-green);
}
.cart-progress-step &gt; div:nth-child(2) {
  font-size: 12px;
  text-align: center;
}
.cart-progress-connector {
  width: 80px;
  height: 4px;
  background-color: gray;
  margin: 6px;
}
.cart-progress-connector.connected {
  background-color: var(--leaf-green);
}
.ttp-info-page {
  visibility: hidden;
}
form[action="/node/add/tutoring-session"] #edit-field-test-subtest-tax-multiple-value {
  height: 240px;
}
.blue-border-pane {
  color: black;
  padding: 15px 20px;
  margin: 10px 0px;
  background: white;
  border-radius: 12px;
  border: 4px solid var(--site-blue);
  box-shadow: inset 0px 0px 2px 1px white;
}
.blue-border-pane label {
  font-weight: bold;
}
.blue-border-pane &gt; div {
  margin: 4px 0;
}
.blue-border-pane a:link,
.blue-border-pane a:visited {
  color: var(--site-blue);
}
.studyguidepage-content ul {
  margin: 16px 12px;
  padding-left: 22px;
  list-style-type: disc;
}
.studyguidepage-content a:link,
.studyguidepage-content a:visited {
  color: blue;
}
/* Tailwind Backport */
.mt-2 {
  margin-top: 0.5rem /* 8px */;
}
.px-2 {
  padding-left: 0.5rem /* 8px */;
  padding-right: 0.5rem /* 8px */;
}
.px-4 {
  padding-left: 1rem /* 16px */;
  padding-right: 1rem /* 16px */;
}
.py-4 {
  padding-top: 1rem /* 16px */;
  padding-bottom: 1rem /* 16px */;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.my-3 {
  margin-top: 0.75rem /* 12px */;
  margin-bottom: 0.75rem /* 12px */;
}
.flex {
  display: flex;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.rounded-xl {
  border-radius: 0.75rem /* 12px */;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.w-80 {
  width: 20rem /* 320px */;
}
.text-black {
  color: rgb(0 0 0);
}
.bg-white {
  background-color: rgb(255 255 255);
}
.font-bold {
  font-weight: 700;
}
.text-xs {
  font-size: 0.75rem /* 12px */;
  line-height: 1rem /* 16px */;
}
.max-w-lg {
  max-width: 32rem /* 512px */;
}
.w-full {
  width: 100%;
}
.max-w-xl {
  max-width: 36rem /* 576px */;
}
@media (min-width: 768px) {
  .md\:grid {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .lg\:float-right {
    float: right;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-1 {
    margin-bottom: 0.25rem /* 4px */;
  }
}
@media (min-width: 1024px) {
  .lg\:pl-2 {
    padding-left: 0.5rem /* 8px */;
  }
}
@media (min-width: 1024px) {
  .lg\:pb-2 {
    padding-bottom: 0.5rem /* 8px */;
  }
}
@media (min-width: 1024px) {
  .lg\:ml-2 {
    margin-left: 0.5rem /* 8px */;
  }
}
@media (min-width: 1024px) {
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .lg\:grid {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .lg\:max-w-none {
    max-width: none;
  }
}


/*# sourceMappingURL=style.0b924280f04662874598.css.map*/</pre></body></html>