@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,900);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
Golden ratio typescale
https://type-scale.com/?size=16&scale=1.618&text=A%20Visual%20Type%20Scale&font=Libre%20Franklin&fontweight=900&bodyfont=body_font_default&bodyfontweight=400&lineheight=1.75&backgroundcolor=%23ffffff&fontcolor=%23000000&preview=false
*/
/*
This is a tiny bit redundant, but makes things easy to understand and learn from
*/
/*
Breakpoints
Use for media queries, and max-widths
*/
html {
  font-size: 100%;
}

/*16px*/
body {
  font-family: "Libre Franklin" !important;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-weight: 900 !important;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 11.089rem;
}

h2 {
  font-size: 6.854rem;
}

h3 {
  font-size: 4.236rem;
}

h4 {
  font-size: 2.618rem;
}

h5 {
  font-size: 1.618rem;
}

small, .text_small {
  font-size: 0.618rem;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  word-wrap: break-word;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

body,
html {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5em;
  line-height: 0.875;
}

strong {
  font-weight: 900;
}

.dabody {
  background-color: white !important;
  padding-bottom: 0;
}
.dabody #dabody {
  min-height: calc(100vh - 77px);
  display: flex;
  flex-direction: column;
}
.dabody #dabody > .container {
  min-width: 95%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dabody #dabody > .container > .row:nth-child(2) {
  min-width: 100%;
  max-width: 100vw;
  justify-content: center;
  margin: 0;
}

.fixed-top {
  height: 5rem;
}
.fixed-top li {
  list-style: none;
}
.bg-body-tertiary {
  background-color: rgb(255, 255, 255) !important;
}

fieldset.field-radio label, fieldset.da-field-radio label {
  background-color: #eefaf8 !important;
  min-height: 50px;
}
 fieldset.da-field-radio input.labelauty + label > span.labelauty-checked {
  color: black;
}
input.labelauty + label {
  background-color: #eefaf8 !important;
  padding: 1rem 2.9rem !important;
  min-height: 50px;
  font-size: 1rem;
  font-family: "Libre Franklin" !important;
  font-weight: 800;
  color: black !important;
}
.text-start svg {
  padding: .5rem;
}

.da-form-group, .form-group {
  flex-direction: column;
}
.da-form-group > .da-form-label, .form-group > .da-form-label {
  min-width: 95%;
  text-align: left !important;
  padding: 0;
  padding-bottom: 0.5rem;
}

.text-info svg {
  color: #333;
}

#dabody .row {
  justify-content: center;
}

#daquestion {
  min-width: 86.5%;
  max-width: 90.5%;
  margin-left: 0;
  padding: 0;
  margin-bottom: 3.5rem;
  color: black !important;
}
@media (min-width: 576px) {
  #daquestion {
    max-width: 93.5%;
  }
}
@media (min-width: 480px) {
  #daquestion {
    margin-bottom: 0;
  }
}
#daquestion #daform {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
}
#daquestion #daform .da-form-group, #daquestion #daform .form-group {
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}
#daquestion #daform .da-form-group > .col-md-8.dafieldpart, #daquestion #daform .form-group > .col-md-8.dafieldpart {
  padding: 0;
}
#daquestion #daform .da-form-group.da-field-container-inputtype-yesnowide .dafieldpart, #daquestion #daform .form-group.da-field-container-inputtype-yesnowide .dafieldpart {
  padding: 0;
}

.h3 {
  color: black !important;
}

.alert-success {
  background-color: #6FCF97;
  color: #000;
}

.dafooter {
  position: relative;
  display: none;
}

#daattributions {
  min-width: 95%;
  margin: 0;
  padding: 0;
}
#daattributions p {
  padding: 0 15px;
}
@media (min-width: 720px) {
  #daattributions p {
    padding: 0;
  }
  #daattributions p img {
    padding: 0 0.5rem;
    object-fit: contain;
    max-height: 30rem;
  }
}

.da-form-group.darequired .da-form-label:after, .form-group.darequired .da-form-label:after {
  position: relative;
  top: 0;
  right: auto;
  font-weight: 900;
  padding-left: 0.25rem;
}

.required-field-explanation {
  margin-left: 15px;
  margin-right: 15px;
}
.required-field-explanation:after {
  position: relative;
  content: "*";
  color: red;
  font-weight: 900;
  padding-left: 0.25rem;
}

.da-field-buttons {
  margin-top: 1.5rem;
  display: flex;
}
@media (min-width: 480px) {
  .da-field-buttons {
    justify-content: flex-start;
    align-items: center;
  }
}
.da-field-buttons .btn.btn-primary, .da-field-buttons .btn.btn-secondary {
  margin: 0 0.5rem 0.5rem;
}
@media (min-width: 1000px) {
  .da-field-buttons {
    position: relative;
    left: -3.4rem;
  }
  .da-field-buttons .daquestionbackbutton {
    padding-left: 0.75rem;
  }
  .da-field-buttons button.btn.btn-primary {
    width: auto;
  }
}
.da-field-buttons.first-page-alignment {
  position: initial;
}

[data-bs-theme=dark] .navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

h3.dainterviewpage {
  position: relative;
  top: 10px;
  font-size: 1.618rem;
  font-weight: 300 !important;
  padding: 0 0.75rem;
  justify-content: flex-start;
}
@media (min-width: 576px) {
  h3.dainterviewpage {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  h3.dainterviewpage {
    padding: 0 3rem;
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  h3.dainterviewpage {
    padding: 0 4rem;
  }
}

p.dainterviewpage {
  padding: 0 0.75rem !important;
}

table.dainterviewpage tbody a {
  color: #146656;
}
table.dainterviewpage tbody .btn.btn-sm.btn-warning {
  background-color: #FF4630;
  border-color: #FF4630;
  color: #fff;
}
table.dainterviewpage tbody .btn.btn-sm.btn-danger {
  color: #fff;
}

#damain {
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#damain div.row {
  width: 100%;
}
#damain div.row div.offset-lg-3 {
  margin-left: 0;
  padding-right: 0;
  min-width: 100%;
}
#damain div.row div.offset-lg-3 div.da-page-header {
  min-width: 100vw;
}
#damain div.row div.offset-lg-3 div.da-page-header h1 {
  width: 100%;
  padding-left: 16.7%;
}
@media (max-width: 720px) {
  #damain div.row div.offset-lg-3 div.da-page-header h1 {
    padding-left: 1rem;
  }
}
#damain div.row div.offset-lg-3 div#signin-container {
  margin: 2.5rem 16.7%;
  border-bottom: solid 2px #24BA9D;
}
#damain div.row div.offset-lg-3 div#signin-container h6 {
  font-size: 1.618rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
@media (max-width: 720px) {
  #damain div.row div.offset-lg-3 div#signin-container h6 {
    margin-bottom: 0;
  }
}
#damain div.row div.offset-lg-3 div#signin-container #reg-google {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}
#damain div.row div.offset-lg-3 div#signin-container #reg-google h6 {
  margin-bottom: 0;
}
#damain div.row div.offset-lg-3 div#signin-container #reg-google a:nth-of-type(1) {
  margin-right: 1rem;
}
@media (max-width: 720px) {
  #damain div.row div.offset-lg-3 div#signin-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 2rem 1rem;
  }
  #damain div.row div.offset-lg-3 div#signin-container #reg-google {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  #damain div.row div.offset-lg-3 div#signin-container #reg-google h6 {
    width: 100%;
    margin: 1.309rem 0;
  }
}
#damain div.row div.offset-lg-3 form {
  padding: 0 16.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#damain div.row div.offset-lg-3 form .da-form-group, #damain div.row div.offset-lg-3 form .form-group {
  margin-bottom: 0.5rem;
  width: 50%;
  min-width: 275px;
}
#damain div.row div.offset-lg-3 form .da-form-group div.row div.col .text-right, #damain div.row div.offset-lg-3 form .da-form-group div.row div.col .text-end, #damain div.row div.offset-lg-3 form .form-group div.row div.col .text-right, #damain div.row div.offset-lg-3 form .form-group div.row div.col .text-end {
  min-width: 171px;
}
#damain div.row div.offset-lg-3 form .da-form-group div.row div.col .text-right a.email-right-text, #damain div.row div.offset-lg-3 form .da-form-group div.row div.col .text-end a.email-right-text, #damain div.row div.offset-lg-3 form .form-group div.row div.col .text-right a.email-right-text, #damain div.row div.offset-lg-3 form .form-group div.row div.col .text-end a.email-right-text {
  display: none;
}
#damain div.row div.offset-lg-3 form .da-form-group label, #damain div.row div.offset-lg-3 form .form-group label {
  font-weight: 900;
  margin-bottom: 0.809rem;
}
#damain div.row div.offset-lg-3 form .da-form-group input, #damain div.row div.offset-lg-3 form .form-group input {
  height: calc(1.5em + 0.75rem + 10px);
  margin-bottom: 0.75rem;
}
#damain div.row div.offset-lg-3 form .da-form-group a.pw-right-text, #damain div.row div.offset-lg-3 form .form-group a.pw-right-text {
  color: #146656;
}
#damain div.row div.offset-lg-3 form p.pw-requirements {
  width: 50%;
}
#damain div.row div.offset-lg-3 form div.form-actions button {
  font-size: 1.309rem;
  margin-top: 0.25rem;
}
@media (max-width: 720px) {
  #damain div.row div.offset-lg-3 form {
    display: block;
    padding: 0 1rem;
  }
  #damain div.row div.offset-lg-3 form .da-form-group, #damain div.row div.offset-lg-3 form .form-group {
    width: 100%;
  }
  #damain div.row div.offset-lg-3 form p.pw-requirements {
    width: 100%;
  }
}
#damain div.row div.offset-lg-3 > p {
  padding: 0 16.7%;
}
@media (max-width: 720px) {
  #damain div.row div.offset-lg-3 > p {
    padding: 0 1rem;
  }
}
#damain div.row div.offset-lg-3 > p a {
  color: #146656;
}
#damain div.row div.offset-lg-3 p.text-danger {
  padding: 0.25rem 0;
}

a.nav-link.danavlink, .da-subquestion a, a.email-link {
  color: #146656;
}

#signin-container a {
  color: #146656;
  text-decoration: underline;
}

a.nav-link.danavlink.danotavailableyet {
  color: #333;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #146656;
}

a.daterm {
  color: #000;
}

a#docx-dl {
  color: #000;
  text-decoration: underline;
  font-weight: 900;
}

a#docx-dl:hover, a#docx-dl:active {
  color: #146656;
}

span.labelauty-checked-image svg.fa-check {
  color: #24BA9D;
}

svg.nav-dot {
  width: 10px;
  height: 10px;
  fill: #146656;
}

svg.nav-dot-inactive {
  width: 10px;
  height: 10px;
  fill: #E5E5E5;
}

.dafieldpart, .da-form-group, .form-group {
  max-width: 100%;
}
.dafieldpart input, .dafieldpart select, .da-form-group input, .da-form-group select, .form-group input, .form-group select {
  border: 3px solid #219653;
  background: rgba(91, 203, 181, 0.1);
  border-radius: 9px;
}
.dafieldpart input:active, .dafieldpart input:focus, .dafieldpart select:active, .dafieldpart select:focus, .da-form-group input:active, .da-form-group input:focus, .da-form-group select:active, .da-form-group select:focus, .form-group input:active, .form-group input:focus, .form-group select:active, .form-group select:focus {
  box-shadow: 0 0 0 0.2rem #24BA9D;
  background: rgba(91, 203, 181, 0.1);
  color: #000000;
  border-color: #219653;
}
@media (min-width: 720px) {
  .dafieldpart input[type=date], .da-form-group input[type=date], .form-group input[type=date] {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .da-field-container-datatype-text .dafieldpart.col-md-8 {
    width: 100%;
    padding-left: 0.9rem;
  }

  .da-field-container-datatype-email .dafieldpart.col-md-8 {
    width: 100%;
  }
}
.btn-primary, .btn.btn-da.btn-warning,
.btn.btn-secondary, .btn-success,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #FF4630;
  border-color: #FF4630;
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
  padding: 0.333em 0.5em 0.25em;
  border-radius: 0.333em;
}
@media (max-width: 480px) {
  .btn-primary, .btn.btn-da.btn-warning,
.btn.btn-secondary, .btn-success,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-primary.disabled, .btn-primary:disabled {
    font-size: 1.25rem;
  }
}

.btn-primary:hover,
.btn.btn-da.btn-warning:hover {
  background-color: #50BC79;
  border-color: #50BC79;
}

.btn-primary:focus, .btn-primary:active,
.btn.btn-da.btn-warning:focus, .btn.btn-da.btn-warning:active {
  background-color: #50BC79 !important;
  border-color: #50BC79 !important;
  box-shadow: 0 0 0 0.2rem rgba(91, 203, 181, 0.6);
}

.navbar-brand svg {
  color: #000;
}

.btn-link {
  color: #000;
  font-size: 0.85rem;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  border: none;
  height: 2rem;
}
.btn-link svg {
  font-size: 1rem;
  position: relative;
  top: 1px;
}
.btn-link.daquestionbackbutton {
  padding-left: 0;
  padding-right: 5px;
}
.btn-link.daquestionbackbutton svg {
  margin-right: 2px;
}
.btn-link.btn-exit img {
  position: relative;
  top: 6px;
  margin-right: 3px;
  height: 1.25rem;
}

#dl-btn-container .btn-download {
  font-size: 1.3rem;
  height: 56px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 720px) {
  #dl-btn-container .btn-download {
    display: inline-block;
  }
}

.btn-primary.disabled, .btn-primary:disabled {
  pointer-events: none;
}

.form-actions {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .form-actions {
    justify-content: space-between;
    width: 100%;
  }
}

div#notification.alert-info {
  background-color: #6FCF97;
  color: #000;
  border: solid 2px #146656;
}

label.btn-primary {
  background-color: rgba(91, 203, 181, 0.1);
  color: #000000;
  border-radius: 7px !important;
  border-color: transparent;
}

label.btn-primary:hover, label.btn-primary:focus, label.btn-primary:active {
  box-shadow: 0 0 0 0.2rem #24BA9D !important;
  background-color: rgba(91, 203, 181, 0.1) !important;
  color: #000000 !important;
  outline: none;
}

fieldset.field-radio, fieldset.da-field-radio {
  margin-top: 1rem;
}
fieldset.field-radio label, fieldset.da-field-radio label {
  min-width: 70px;
  margin: 0 0 1rem;
/*  padding: 1rem 0.625rem;*/
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 720px) {
  fieldset.field-radio label, fieldset.da-field-radio label {
    width: 75%;
  }
}
fieldset.field-radio input.labelauty + label > span.labelauty-unchecked, fieldset.field-radio input.labelauty + label > span.labelauty-checked, fieldset.da-field-radio input.labelauty + label > span.labelauty-unchecked, fieldset.da-field-radio input.labelauty + label > span.labelauty-checked {
  line-height: 1;
}
fieldset.field-radio input.labelauty + label > span.labelauty-unchecked-image, fieldset.field-radio input.labelauty + label > span.labelauty-checked-image, fieldset.da-field-radio input.labelauty + label > span.labelauty-unchecked-image, fieldset.da-field-radio input.labelauty + label > span.labelauty-checked-image {
  width: auto;
  height: auto;
  margin: 0 0.4rem;
}

.da-page-header {
  background-image: url("/packagestatic/docassemble.bailbonds/BannerGreen.png");
  background-size: cover;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  border-bottom: 0;
  align-self: center;
  width: 100vw;
  overflow: hidden;
  margin-top: 8px;
  line-height: 1.25;
  padding-top: 1rem;
}
.da-page-header h1 {
  position: relative;
  top: 10px;
  font-size: 2.1rem;
  font-weight: 300 !important;
  width: 93.5%;
  padding: 0 0.25rem;
}
@media (min-width: 576px) {
  .da-page-header h1 {
    width: 94.5%;
  }
}
@media (min-width: 768px) {
  .da-page-header h1 {
    padding-left: 0;
    width: 86.8%;
  }
}
@media (min-width: 992px) {
  .da-page-header h1 {
    padding-left: 0;
  }
}
@media (max-width: 720px) {
  .da-page-header h1.text-long {
    font-size: 1.618rem;
  }
}

.question-welcome div.da-page-header {
  background-image: url("/packagestatic/docassemble.bailbonds/BannerOrange.png");
  color: #FFFFFF;
}

div.dafieldpart div.combobox-container input.combobox {
  border: 2px solid;
  border-radius: 0.5rem 0rem 0rem 0.5rem;
  padding: 4px 12px;
  border-right: none;
  border-color: #219653;
}
div.dafieldpart div.combobox-container div.dropdown-menu .dropdown-item.active, div.dafieldpart div.combobox-container div.dropdown-menu .dropdown-item:active {
  background-color: #5BCBB5;
}
div.dafieldpart div.combobox-container div.dropdown-menu a.dropdown-item strong {
  font-weight: 400;
}
div.dafieldpart .form-select option {
  background: #ffffff;
  color: #000000;
  font-family: "Libre Franklin", sans-serif !important;
}

fieldset.da-field-checkboxes input + label, fieldset.da-field-checkbox input + label {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0.75rem 0;
  padding: 1rem 0.5rem;
}
fieldset.da-field-checkboxes input.labelauty + label > span.labelauty-unchecked-image, fieldset.da-field-checkboxes input.labelauty + label > span.labelauty-checked-image, fieldset.da-field-checkbox input.labelauty + label > span.labelauty-unchecked-image, fieldset.da-field-checkbox input.labelauty + label > span.labelauty-checked-image {
  width: auto;
  height: auto;
}
fieldset.da-field-checkboxes input.labelauty + label > span.labelauty-unchecked, fieldset.da-field-checkboxes input.labelauty + label > span.labelauty-checked, fieldset.da-field-checkbox input.labelauty + label > span.labelauty-unchecked, fieldset.da-field-checkbox input.labelauty + label > span.labelauty-checked {
  line-height: 1;
  font-weight: 400;
}

.daaudiovideo-control {
  margin-top: 1rem;
}
.daaudiovideo-control p {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1 !important;
  text-align: center;
}

.navbar.bg-light, .navbar.bg-dark {
  background-color: #fff !important;
  color: #000 !important;
  padding-top: 0;
  padding-bottom: 0;
  height: 77px;
  max-width: 100vw;
}
.navbar.bg-light #dapagetitle.navbar-brand, .navbar.bg-dark #dapagetitle.navbar-brand {
  max-width: 70%;
  padding: 0;
}
.navbar.bg-light #dapagetitle.navbar-brand img, .navbar.bg-dark #dapagetitle.navbar-brand img {
  width: 240px;
  max-width: 100%;
}
@media (min-width: 480px) {
  .navbar.bg-light #dapagetitle.navbar-brand, .navbar.bg-dark #dapagetitle.navbar-brand {
    position: absolute;
    left: 0;
    z-index: -1;
    min-width: 100vw;
    display: flex;
    justify-content: center;
  }
}
.navbar.bg-light #damobile-toggler, .navbar.bg-dark #damobile-toggler {
  position: absolute;
  top: 15px;
  right: 8px;
}
.navbar.bg-light #danavbar-collapse ul .nav-item .nav-link, .navbar.bg-dark #danavbar-collapse ul .nav-item .nav-link {
  display: none;
}

div#daSpinner {
  z-index: 2000;
  top: 77px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 480px) {
  div#daSpinner {
    top: 0;
  }
}
div#daSpinner div.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#daSpinner div.container div.row {
  width: 8rem;
  content: url("/packagestatic/docassemble.bailbonds/tetris.gif");
}

.question-final-steps-last-page div#daSpinner div.container::after {
  content: "WE ARE GENERATING A PDF OF YOUR DOCUMENT THIS CAN TAKE UP TO A MINUTE - ESTAMOS GENERANDO UN PDF DE SU DOCUMENTO, ESTO PUEDE TOMAR HASTA UN MINUTO";
  background: rgba(255, 255, 255, 0.9);
}
