@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&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;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
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;
}
textarea {
  resize: vertical;
}
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 > code {
  color: inherit;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.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%;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.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;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.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;
}
.carousel {
  position: relative;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.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;
}
.w-100 {
  width: 100% !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;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-white {
  color: #fff !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;
}
@font-face {
  font-family: 'fontello';
  src: url(/app/dist/e94410f85044bf5c4822d08a27fedd9c.eot);
  src: url(/app/dist/e94410f85044bf5c4822d08a27fedd9c.eot#iefix) format('embedded-opentype'), url(/app/dist/d0c0ee5d74f70e3d8c7b813f0e4455f4.woff2) format('woff2'), url(/app/dist/eca872a17324d5c3354fd40f0d8fa216.woff) format('woff'), url(/app/dist/c56b595a02646f5f50a97d09fe672a5c.ttf) format('truetype'), url(/app/dist/edeac0fd8d8849fe87fe8b85263abf69.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?54296036#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';
}
/* '' */
.icon-langlithis03:before {
  content: '\e801';
}
/* '' */
.icon-archive:before {
  content: '\e802';
}
/* '' */
.icon-shuffle:before {
  content: '\e803';
}
/* '' */
.icon-phone:before {
  content: '\e804';
}
/* '' */
.icon-basket:before {
  content: '\e805';
}
/* '' */
.icon-mathsci02:before {
  content: '\e806';
}
/* '' */
.icon-plus:before {
  content: '\e807';
}
/* '' */
.icon-garden:before {
  content: '\e808';
}
/* '' */
.icon-perfarts04:before {
  content: '\e80a';
}
/* '' */
.icon-worldhis02:before {
  content: '\e80c';
}
/* '' */
.icon-ushis03:before {
  content: '\e80e';
}
/* '' */
.icon-left-open:before {
  content: '\e80f';
}
/* '' */
.icon-right-open:before {
  content: '\e810';
}
/* '' */
.icon-ok:before {
  content: '\e811';
}
/* '' */
.icon-langlitcomms02:before {
  content: '\e813';
}
/* '' */
.icon-reading01:before {
  content: '\e814';
}
/* '' */
.icon-math01:before {
  content: '\e815';
}
/* '' */
.icon-readinst01:before {
  content: '\e816';
}
/* '' */
.icon-award:before {
  content: '\e817';
}
/* '' */
.icon-beaker-1:before {
  content: '\e818';
}
/* '' */
.icon-book:before {
  content: '\e819';
}
/* '' */
.icon-book-2:before {
  content: '\e81a';
}
/* '' */
.icon-book-open-1:before {
  content: '\e81b';
}
/* '' */
.icon-calendar:before {
  content: '\e81c';
}
/* '' */
.icon-chart-line:before {
  content: '\e81d';
}
/* '' */
.icon-chat:before {
  content: '\e81e';
}
/* '' */
.icon-check-1:before {
  content: '\e81f';
}
/* '' */
.icon-cubes:before {
  content: '\e820';
}
/* '' */
.icon-docs:before {
  content: '\e821';
}
/* '' */
.icon-dollar:before {
  content: '\e822';
}
/* '' */
.icon-edtpa2:before {
  content: '\e823';
}
/* '' */
.icon-globe:before {
  content: '\e824';
}
/* '' */
.icon-group:before {
  content: '\e825';
}
/* '' */
.icon-info:before {
  content: '\e826';
}
/* '' */
.icon-location:before {
  content: '\e827';
}
/* '' */
.icon-monitor:before {
  content: '\e828';
}
/* '' */
.icon-parapro:before {
  content: '\e829';
}
/* '' */
.icon-pencil:before {
  content: '\e82a';
}
/* '' */
.icon-pi:before {
  content: '\e82b';
}
/* '' */
.icon-praxisspeced5:before {
  content: '\e82c';
}
/* '' */
.icon-puzzle:before {
  content: '\e82d';
}
/* '' */
.icon-slideshare-1:before {
  content: '\e82e';
}
/* '' */
.icon-slideshow01:before {
  content: '\e82f';
}
/* '' */
.icon-teacher4:before {
  content: '\e830';
}
/* '' */
.icon-tutor_vid04:before {
  content: '\e831';
}
/* '' */
.icon-video:before {
  content: '\e832';
}
/* '' */
.icon-town-hall:before {
  content: '\e83c';
}
/* '' */
.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: '𘠨';
}
/* '\18828' */
.icon-alert:before {
  content: '💥';
}
/* '\1f4a5' */
.responsive-generic a {
  color: #00e;
  text-decoration: none;
}
.responsive-generic a:hover {
  color: #0000a2;
  text-decoration: underline;
}
/*
** HTML elements
*/
body {
  -webkit-font-smoothing: antialiased;
}
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;
}
.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;
}
/*
** 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 $ */
.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: admin.css,v 1.18.2.1 2008/04/25 21:01:54 goba Exp $ */
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;
}
/* 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;
}
/* $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 <label> 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 & 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;
}
/* 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;
}
/* $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 */
}
.date-inline .form-item select {
  margin-right: 3px;
  float: left;
  width: auto !important;
}
/* 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. */
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;
}
.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). */
}
/* $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%;
}
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;
}
.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-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;
}
#edit-taxonomy-manager-top-language-wrapper {
  padding: 0;
  padding-right: 0.5em;
  margin: 0;
  text-align: right;
  display: inline;
}
#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#edit-weight-up {
  background-image: url(/misc/tm-go-up.png);
}
input#edit-weight-down {
  background-image: url(/misc/tm-go-down.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.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-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_order.css,v 1.7.2.4 2009/02/04 13:44:31 islandusurper Exp $ */
.uc-orders-table {
  width: 100%;
}
.uc-orders-table thead th {
  white-space: nowrap;
}
.uc-orders-table img {
  float: left;
  margin-right: 0.5em;
}
.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;
}
.pos-left {
  float: left;
}
.abs-left {
  /*float: left;*/
  clear: left;
}
.abs-right {
  float: right;
  clear: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.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 $ */
.model {
  display: inline;
  margin-right: 2em;
  font-weight: bold;
}
.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;
}
/* $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;
}
form.uc-reports-customize-report-form fieldset.collapsible .fieldset-wrapper {
  overflow: visible;
}
/**
 * CSS enhancements for Ubercart summary overviews.
 */
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;
}
/**
 * @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;
}
#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);
}
/* 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;
}
.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;
}
html.js fieldset.collapsible div.fieldset-wrapper {
  overflow: visible;
}
img.imagecache-slide_large {
  border: 1px solid white;
  box-shadow: 2px 2px 8px 1px #1f1f1f;
}
.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;
}
.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;
}
.biography {
  width: 600px;
}
.biography .title {
  font-size: 18px;
}
.biography .field-field-introduction {
  font-size: 16px;
}
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;
}
.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;
}
/*  verisign seal*/
.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;
}
#container {
  width: 1030px;
  min-height: 989px;
  margin: 0 auto;
  background-color: #040707;
  background-position: -12px 0;
}
.form-required {
  color: #c51829;
}
/* 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 */
fieldset.simplenews_register_fieldset {
  display: none;
}
.written_response_grading p.cost {
  margin-top: 15px;
}
/* Practice Test */
.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.quiz_feedback {
  background-color: white;
  width: 500px;
  margin: 20px auto;
  padding-left: 40px;
}
td.quiz_summary_qrow {
  width: 400px;
}
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;
}
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 */
#uc-cart-checkout-form #cart-pane {
  display: none;
}
.uc_pic_cartitemdivider {
  width: 200px;
  height: 6px;
  background-image: url('/sites/all/themes/ttp2013/images/cartblock2.png');
  background-repeat: no-repeat;
}
.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 #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 > fieldset:nth-of-type(1) > legend,
.unauth-page__first-box > fieldset:nth-of-type(2) > 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.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 .captcha {
  margin-bottom: 18px;
}
.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;
}
#user-profile-form {
  padding-bottom: 130px;
}
body {
  margin: 0px !important;
  background: white;
}
h3.subtitle {
  font-size: 14px;
}
.content {
  font-family: Arial, Helvetica, sans-serif;
}
#ttpi-page {
  width: 950px;
  margin: 0 auto 0px;
  padding: 0;
}
span.childmenu a {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#fp-our-philosophy-text-area p {
  color: white;
  padding-left: 10px;
  text-align: left;
}
li .childmenu a {
  border-radius: 0px;
}
.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;
}
#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;
}
.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;
}
ul {
  padding-left: 22px;
}
ul.primary {
  padding: 0px;
  margin: 0px;
}
.krumo-root {
  color: black;
}
.md-button:hover:enabled {
  box-shadow: 0px 0px 4px 4px whitesmoke;
}
.md-button:focus:enabled {
  outline: 4px solid #4d90fe;
}
.ttp-invisible {
  visibility: hidden;
}
#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;
}
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;
}
.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;
}
.roadmap legend {
  font-size: 12px;
}
.ttp-logo img {
  height: 100px;
}
@media (min-width: 992px) {
  .ttp-logo img {
    height: 48px;
  }
}
.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;
}
.unauth-page fieldset {
  border: none;
}
.responsive-mode {
  min-width: 320px;
  font-size: 16px;
}
.responsive-mode form#uc-cart-checkout-review-form > 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 {
  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 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-narrow-v01.webp);
  background-repeat: no-repeat;
  line-height: 1.75rem;
  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-w534.webp);
    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-v01.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;
  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;
}
.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;
}
a.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-b {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-free-tools-section {
  margin-top: 16px 0;
}
a.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;
}
a.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--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;
}
.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;
  }
}
.c-prepclassreg-boxes__box {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 12px;
  margin: 42px 0;
  align-items: center;
}
.c-prepclassreg-boxes__box > :first-child {
  justify-self: center;
}
.c-prepclassreg-boxes__box h3 {
  font-size: 22px;
  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;
  }
}
/* 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;
}
.c-study-guide-top-body {
  margin-bottom: 16px;
}
.c-study-guide-top-body > :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 > :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;
  }
}
.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 > 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;
  }
}
@media (max-width: 1024px) {
  .about-us-image-top {
    display: none;
  }
}
@media (min-width: 1024px) {
  .about-us-image-bottom {
    display: none;
  }
}
.cart-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-progress-step > 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 > div:first-child {
  background-color: var(--leaf-green);
  color: white;
  border-color: var(--leaf-green);
}
.cart-progress-step > 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;
}
#site-alert {
  color: #856404;
  background-color: #fff3cd;
}
#site-alert > div {
  margin: auto;
  max-width: 1160px;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  #site-alert > div {
    padding: 0 40px;
  }
}


/*# sourceMappingURL=style.2935a99f9b472154e38a.css.map*/