/* Bootstrap CSS Custom Properties Override */
:root {
  --bs-font-sans-serif: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Application CSS - consolidated common styles */

/* Common styles */
body {
  overflow-x: hidden;
}

body ::-moz-selection {
  background: #fed136;
  text-shadow: none;
}
body ::selection {
  background: #fed136;
  text-shadow: none;
}
body img::-moz-selection {
  background: 0 0;
}
body img::selection {
  background: 0 0;
}
body img::-moz-selection {
  background: 0 0;
}
body > nav button svg path {
  fill: #ffffff;
}
body main > div.container {
  min-height: 75vh;
}
body main > div.container article header {
  margin-bottom: 1rem;
}
body main > div.container article header h2 {
  color: gray;
}
body main > div.container article nav ol.breadcrumb {
  font-size: 0.86rem;
}
body main > div.container article table tr td {
  position: relative;
}
body main > div.container article #modalHelpButton {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}
body dl.brief dt {
  font-weight: 400;
}
body dl.lines dt {
  display: inline-block;
  width: 68%;
}
body dl.lines dd {
  display: inline-block;
  text-align: right;
  width: 30%;
}
body input.money {
  text-align: right;
}
body .price_packages col.package {
  border-left: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
}
body .price_packages i.fa-file-pdf, body .price_packages i.fa-youtube-square {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
body .price_packages i.fa-frown, body .price_packages i.fa-smile {
  font-size: 1.5rem;
}
body .price_packages i.fa-file-pdf {
  color: #cc0000;
}
body .price_packages i.fa-frown {
  color: #aeaeae;
}
body .price_packages i.fa-smile {
  color: forestgreen;
}
body .price_packages i.fa-youtube-square {
  color: red;
}
body .price_packages .help img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
body .price_packages .plans {
  margin-top: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px;
}
body .price_packages .plans .package {
  background: #f7f7f7;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}
body .price_packages .plans .package .card-header {
  background-color: inherit;
  border: none;
  min-height: 5rem;
}
body .price_packages .plans .package .card-header h2 {
  color: #ff9a00;
  font-size: 1.5rem;
}
body .price_packages .plans .package .card-body {
  padding: 0 1.5rem;
}
body .price_packages .plans .package .card-body ul {
  font-size: 0.86rem;
  margin: 1em 0;
  padding: 0 0 0 0.5rem;
  text-align: left;
}
body .price_packages .plans .package .card-footer {
  background-color: inherit;
  border: none;
}
body .price_packages .plans .package .card-footer h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
body .price_packages .plans .package .card-footer h2 span {
  font-size: 30%;
  font-weight: 400;
  margin-left: -0.25em;
}
body .price_packages .plans .package .card-footer p {
  margin: 0;
}
body .price_packages .plans .package.regular:after {
  background-color: #2e9b3f;
  border-radius: 5rem;
  color: #ffffff;
  content: "\f164";
  font-family: "Font Awesome 5 Free";
  font-size: 2.2rem;
  font-weight: 900;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  right: 1rem;
  top: 5rem;
  transform: rotate(-25deg);
  width: 4rem;
}
body .price_packages .plans .package:hover {
  background-color: rgb(255, 234.8, 204);
  box-shadow: 2px 2px 5px #808080;
}
body .price_packages .plans .package.on {
  background-color: #ffa500;
}
body .price_packages .plans .package.on h2 {
  color: #ffffff;
}
body .price_packages .table th {
  border: none;
  text-align: center;
}
body .price_packages .table th h5 {
  margin: 0;
}
body .price_packages .table td:nth-child(1) {
  text-align: left;
  width: auto;
}
body .price_packages .table td:not(:nth-child(1)) {
  text-align: center;
  width: 8rem;
}
body > footer {
  background-color: lightgray;
  font-size: 0.8rem;
  margin-top: 3rem;
  padding: 1rem;
}
body > footer ul.quicklinks {
  margin-bottom: 0;
}
body > footer ul.social-buttons {
  font-size: 1.4rem;
  margin: 0;
}
body > footer ul.social-buttons li a {
  background-color: #808080;
  border-radius: 25%;
  color: #ffffff;
  display: inline-block;
  font-size: 1.25rem;
  height: 2rem;
  line-height: 2rem;
  outline: 0;
  text-align: center;
  transition: all 0.3s;
  width: 2rem;
  -webkit-transition: all 0.3s;
}
body > footer ul.social-buttons li a:active, body > footer ul.social-buttons li a:focus, body > footer ul.social-buttons li a:hover {
  background-color: #ff9a00;
  color: #000000;
}
body #mainNav .navbar-brand {
  font-size: 1.5rem;
}
body #mainNav .navbar-brand img {
  vertical-align: text-bottom;
}
body #mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  color: #fff;
}

.dropdown-menu {
  font-size: 0.8rem;
}
.dropdown-menu a {
  text-decoration: none;
}

div.indigent {
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 0.25rem rgba(255, 0, 0, 0.2);
  border-radius: 0.5rem;
  color: rgba(255, 0, 0, 0.2);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 5rem;
  text-align: center;
  text-transform: uppercase;
  top: 1rem;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}

audio {
  max-width: 100%;
}

audio::-internal-media-controls-download-button {
  display: none;
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

audio::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

img.avatar {
  background: white;
  padding: 1%;
  box-shadow: 0 0 10px 0 lightgray;
}

.nobr {
  white-space: nowrap;
}

.onepix {
  border: none;
  height: 1px;
  width: 1px;
}

.text-bea {
  color: #ffa500;
}

.videostill {
  border: 2px solid black;
}

#go {
  background: url(/assets/icons/256/money-increase.png) no-repeat 0 2em;
  min-height: 300px;
  padding-left: 300px;
}
#go p {
  font-size: 16px;
}

#videoplayer {
  border: 2px solid black;
  margin-bottom: 1em;
}

tr[data-nn] {
  position: relative;
}

tr[data-nn] td:first-child {
  padding-left: 1rem;
}

tr[data-nn]::after {
  content: attr(data-nn);
  font-size: 0.67rem;
  color: lightgrey;
  position: absolute;
  left: 1px;
  top: 1px;
}

form h5.label.required:after,
form label.required:after {
  content: "*";
  color: #ff0000;
}

abbr[title=required] {
  color: #ff0000;
  margin-left: 0.1em;
  text-decoration: none;
}

label.form-check-label {
  cursor: pointer;
}

.x-small {
  font-size: 0.85em;
}

.xx-small {
  font-size: 0.75em;
}

.page span {
  white-space: nowrap;
}

.checkbox-help {
  margin-left: 1.5rem;
  font-size: 0.9rem;
}

article.page.welcome .headline {
  background-color: lightgrey;
}
article.page.welcome .banner {
  background-blend-mode: overlay;
  background-color: #343a40;
  background-image: url(/assets/O6X5CP0.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
article.page.welcome .banner h4, article.page.welcome .banner p {
  text-shadow: black 1px 1px 3px;
}
article.page.welcome .rating {
  border-radius: 5px;
  display: table;
  font-size: 1.25rem;
  margin: 1.5rem auto 0;
  padding: 0.25rem 0.75rem;
}
article.page.welcome .rating i.fas {
  margin: 0 0.125rem;
}
article.page.welcome .rating svg {
  -webkit-filter: drop-shadow(0 0 3px rgb(0, 0, 0));
  filter: drop-shadow(0 0 3px rgb(0, 0, 0));
}


/* Fonts */
body, table, td, input, select, optgroup, option, textarea {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

h4, h5, h6, caption, optgroup option {
  font-weight: 400;
}

i, em, optgroup {
  font-style: normal;
}

a, b, em, i, strong, span {
  font-size: inherit;
}

img {
  font-size: 0;
}

p span {
  white-space: nowrap;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.625em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.075em;
}

h6 {
  font-size: 1em;
}


/* Shared components */
article.dashboard ul li {
  display: inline-block;
  font-size: 14px;
  height: 180px;
  margin: 0 -4px 6px 0;
  padding: 15px 0;
  text-align: center;
  vertical-align: top;
  width: 221px;
}
article.dashboard ul li img {
  height: 128px;
  width: 128px;
}
article.dashboard ul li a {
  color: #333333;
  display: block;
  font-size: 17px;
  font-weight: 700;
}
article.dashboard ul li:nth-child(4n+2),
article.dashboard ul li:nth-child(4n+3),
article.dashboard ul li:nth-child(4n+4) {
  margin-left: 6px;
}
article.dashboard ul li:hover {
  background-color: #e7e7e7;
}
table.budget.top tr td:nth-child(1), table.budget.top tr th:nth-child(1) {
  width: auto;
}
table.budget.top tr td:nth-child(2), table.budget.top tr th:nth-child(2) {
  text-align: right;
  width: 20%;
}
table.budget.top tr td:nth-child(3), table.budget.top tr th:nth-child(3) {
  text-align: right;
  width: 20%;
}
table.budget.top tr td:nth-child(4), table.budget.top tr th:nth-child(4) {
  text-align: right;
  width: 15%;
}

table.budget.details tr td:nth-child(1), table.budget.details tr th:nth-child(1) {
  width: auto;
}
table.budget.details tr td:nth-child(2), table.budget.details tr th:nth-child(2) {
  text-align: right;
  width: 15%;
}

table.budget.structure tr td:nth-child(1), table.budget.structure tr th:nth-child(1) {
  width: auto;
}
table.budget.structure tr td:nth-child(2), table.budget.structure tr th:nth-child(2) {
  text-align: right;
  width: 30%;
}

/* Layout components */
article.budget h2 i {
  color: #b53e79;
}
article.budget form table td:nth-child(1) {
  width: auto;
}
article.budget form table td:nth-child(2) {
  text-align: right;
  width: 30%;
}
article.budget form table td:nth-child(2) input {
  background-color: lightyellow;
  border: none;
  padding: 1px;
  text-align: right;
}
article.budget form table td:nth-child(2):before {
  color: gray;
  content: "$";
  font-size: 16px;
}

article.budget_chart table.budget.top tr td:nth-child(1), article.budget_chart table.budget.top tr th:nth-child(1) {
  width: auto;
}
article.budget_chart table.budget.top tr td:nth-child(2), article.budget_chart table.budget.top tr th:nth-child(2) {
  width: 20%;
  text-align: right;
}
article.budget_chart table.budget.top tr td:nth-child(3), article.budget_chart table.budget.top tr th:nth-child(3) {
  width: 20%;
  text-align: right;
}
article.budget_chart table.budget.top tr td:nth-child(4), article.budget_chart table.budget.top tr th:nth-child(4) {
  width: 15%;
  text-align: right;
}
article.budget_chart table.budget.details tr td:nth-child(1), article.budget_chart table.budget.details tr th:nth-child(1) {
  width: auto;
}
article.budget_chart table.budget.details tr td:nth-child(2), article.budget_chart table.budget.details tr th:nth-child(2) {
  width: 30%;
  text-align: right;
}
article.budget_chart table.budget.structure tr td:nth-child(1), article.budget_chart table.budget.structure tr th:nth-child(1) {
  width: auto;
}
article.budget_chart table.budget.structure tr td:nth-child(2), article.budget_chart table.budget.structure tr th:nth-child(2) {
  width: 30%;
  text-align: right;
}

article.help h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
}

#result .card-header {
  font-size: 24px;
  font-variant: all-small-caps;
}
#result span {
  font-weight: 700;
  font-size: 40px;
}
a.help {
  background: white url(/assets/icons/32/help.png) no-repeat 5px center;
  border-radius: 20em;
  bottom: 1em;
  color: black;
  font-size: 12px;
  left: 1em;
  line-height: 16px;
  padding: 5px 10px 5px 40px;
  position: fixed;
}

#help h1 {
  font-size: 30px;
}
#help h2 {
  font-size: 26px;
}
#help h3 {
  font-size: 24px;
}
#help dd, #help p {
  font-size: 18px;
}
ul.locales {
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 65px;
}
ul.locales li {
  background-color: white;
  background-position: 13px center;
  background-repeat: no-repeat;
  border-left: solid 1px #707070;
  display: inline-block;
  margin: 0;
  padding: 1px 13px 1px 32px;
}
ul.locales li a {
  color: #707070 !important;
}
ul.locales li.active a {
  color: #000000 !important;
}
ul.locales li:first-child {
  border-left: none;
}
ul.locales li.en {
  background-image: url(/assets/locale/en.png);
}
ul.locales li.es {
  background-image: url(/assets/locale/es.png);
}
ul.locales li.ru {
  background-image: url(/assets/locale/ru.png);
}
.ribbon {
  background: #cc0000 linear-gradient(#cc0000, #990000);
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  margin-right: -495px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 20px;
  width: 200px;
}
.ribbon h1 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 4px;
  text-shadow: 1px 1px 0 #000000;
}
.ribbon .ribbon-content:after {
  border-color: #660000 transparent transparent transparent;
  border-style: solid;
  border-width: 11px 11px 0 0;
  bottom: -11px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
}

.ribbon:after {
  border-left-width: 11px;
  border-right-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
  right: -22px;
}


/* Information and pricing pages */
@charset "UTF-8";
.alert-secondary {
  background-color: lightblue;
  color: black;
}

.alert.budget:before {
  content: none;
}

.alert.congrat {
  background: #f5e6ee url(/assets/icons/128/book.png);
}

.alert.couple {
  background-image: url(/assets/icons/128/couple.png);
}

.alert.disclaimer:before {
  color: #157efb;
  content: "🛈";
}

.alert.downloads {
  background-color: #b73e7a;
  border-color: #b73e7a;
  height: 150px;
}
.alert.downloads a {
  background: white url(/assets/icons/32/pdf.png) no-repeat center 10px;
  border-radius: 10px;
  display: inline-block;
  font-size: 11px;
  height: 30px;
  margin: 5px 10px;
  overflow: hidden;
  padding: 45px 5px 5px;
  text-align: center;
  vertical-align: top;
  width: 123px;
}
.alert.downloads a:hover {
  background-color: black;
  color: white;
}

.alert.empty h2 {
  color: #cccccc;
  text-shadow: none;
}

.alert.feedback textarea {
  height: 60px;
  padding: 5px;
  width: 550px;
}

.alert.half {
  display: block;
  width: 250px;
}

.alert.half:nth-child(even) {
  float: left;
}

.alert.half:nth-child(odd) {
  float: right;
}

.alert.lawyers {
  padding: 5px;
}
.alert.lawyers p.more {
  text-align: center;
}
.alert.lawyers div.badge {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: -4px;
  min-height: 100px;
  padding: 10px 15px;
  position: relative;
  vertical-align: top;
}
.alert.lawyers div.badge h2 {
  margin-top: 0;
}
.alert.lawyers div.badge:not(:nth-of-type(3n+1)) {
  margin-left: 15px;
}
.alert.lawyers div.badge.lawyer {
  background-color: #ffffff;
  box-shadow: 1px 1px 3px #808080;
  text-align: right;
  width: 250px;
}
.alert.lawyers div.lawyer img.avatar {
  bottom: 15px;
  left: 15px;
  position: absolute;
}
.alert.lawyers div.lawyer img.nacba {
  bottom: 2px;
  left: 2px;
  position: absolute;
}
.alert.lawyers div.lawyer dl {
  margin: 0;
}
.alert.lawyers div.lawyer dd {
  margin: 2px 0;
}
.alert.lawyers div.lawyer p {
  font-size: 11px;
  margin: 0;
}

.alert.oldbrowser {
  border: solid 10px #cc0000;
}
.alert.oldbrowser table {
  border: none;
}

.alert.ratio div.value {
  font-size: 62px;
  line-height: 114px;
  text-align: center;
}

.alert.second_course {
  background: gold url(/assets/icons/128/important.png);
}
.alert.second_course h2 {
  font-size: 28px;
  margin: 0;
}
.alert.second_course p {
  margin: 0.5em 0 0;
}

.alert.shortcuts a {
  display: block;
}

.alert.single {
  background-image: url(/assets/icons/128/single.png);
}

.alert.submissible {
  background-color: FireBrick;
}
.alert.submissible h2 {
  color: #ffffff;
}
.alert.submissible form {
  display: inline-block;
  margin: 1em 1em 0 0;
}

.alert.submitted {
  background-color: Green;
}
.alert.submitted h2 {
  color: #ffffff;
}
.alert.submitted dl {
  color: #ffffff;
}

.alert.warning {
  background: FireBrick url(/assets/icons/128/important.png);
  border-color: FireBrick;
  color: #ffffff;
}
.alert.warning h2 {
  color: #ffffff;
}
.alert.warning p > a {
  color: Wheat;
}

.row .alert.visit dl dt {
  width: 18%;
}
.row .alert.visit dl dd {
  width: 80%;
}
.row .alert.visit p {
  color: #808080;
  font-size: 11px;
  line-height: 1;
  max-height: 5em;
  overflow: hidden;
}

.ui-tabs-panel .row .alert.c {
  width: 244px;
}

.client .alert.lawyers {
  background-color: #dbffdb;
  border-color: #dbffdb;
  padding: 15px;
  text-align: left;
}
.client .alert.lawyers div.badge.lawyer {
  cursor: pointer;
}

.alert.icon {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 64px;
  min-height: 64px;
  padding-left: 84px;
}

.alert.budget {
  background-color: #d2e6fe;
}

.alert.course {
  background-color: #ccddee;
  border-color: #336699;
}

.alert.files {
  background-color: #fafad2;
  background-image: url(/assets/icons/128/pdf.png);
}

.alert.expired {
  border-color: #ff0000;
}

.alert.pdf {
  background-image: url(/assets/icons/128/pdf.png);
}

.alert.save20 {
  background: gold url(/assets/icons/128/save_money.png) no-repeat -48px center;
  font-size: 20px;
  min-height: 48px;
  padding: 10px 20px 10px 96px;
  width: 340px;
}

.alert.success h2 {
  color: #2e8b57;
  font-size: 30px;
  font-weight: 400;
}

.alert.success h2:before {
  content: "👍";
  margin-right: 10px;
}

.alert.study_more {
  background-color: orange;
}

.alert.check_spam {
  background-color: lightgoldenrodyellow;
  background-image: url(/assets/icons/128/email.png);
  margin-bottom: 1em;
}

.alert.contact {
  background-color: lightgoldenrodyellow;
}

.alert.contact.mail {
  background-image: url(/assets/icons/128/contact-mail.png);
}

.alert.contact.sms {
  background-image: url(/assets/icons/128/contact-sms.png);
}

.alert.fileupload {
  margin: 0;
  padding: 10px;
}

.alert.first_course {
  background-color: gold;
  background-image: url(/assets/icons/128/important.png);
  margin: 1em 0;
  padding-bottom: 0.5em;
}
.alert.first_course h1 {
  margin-top: 0.125em;
}
.alert.first_course h2 {
  font-size: 2em;
  margin: 0;
}

.alert.mobile {
  background-image: url(/assets/icons/128/iphone.png);
  background-color: darkseagreen;
}

.alert.one_account {
  background-color: gold;
  background-image: url(/assets/icons/128/important.png);
  margin: 1em 0;
  padding-bottom: 0.5em;
}

.alert.pdf_manual {
  background-image: url(/assets/icons/128/pdf.png);
  background-color: #dbffdb;
  border: solid 1px darkseagreen;
}

.alert.upload_certificate {
  background-color: lightcoral;
  background-image: url(/assets/icons/128/important.png);
  border: solid 3px darkred;
}
