/* Do not edit this file directly, it is derived from custom.scss. */
/* Add here all your css styles (customizations) */
.lead-intake-disclosure {
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
}

.lead-intake-terms {
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.lead-intake-terms .lead-intake-terms-body {
  margin-top: 0.5rem;
}
.lead-intake-terms .lead-intake-terms-body h1, .lead-intake-terms .lead-intake-terms-body h2, .lead-intake-terms .lead-intake-terms-body h3, .lead-intake-terms .lead-intake-terms-body h4, .lead-intake-terms .lead-intake-terms-body h5, .lead-intake-terms .lead-intake-terms-body h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.lead-intake-terms .lead-intake-terms-body p {
  margin-bottom: 0.75rem;
}
.lead-intake-terms .lead-intake-terms-body ul, .lead-intake-terms .lead-intake-terms-body ol {
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
}
.lead-intake-terms .lead-intake-terms-body li {
  margin-bottom: 0.35rem;
}

.lead-intake-authorization,
.lead-intake-delegate {
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.lead-intake-authorization .form-check + .form-check,
.lead-intake-delegate .form-check + .form-check {
  margin-top: 0.5rem;
}
.lead-intake-authorization .form-control,
.lead-intake-delegate .form-control {
  margin-top: 0.5rem;
}

.lead-intake-signature {
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.lead-intake-signature-drawn {
  margin-top: 1rem;
}

.lead-intake-canvas {
  border: 1px solid #ced4da;
  background-color: #fff;
  cursor: crosshair;
}

@media (min-width: 992px) {
  .affix {
    position: fixed;
  }
}
@media (max-width: 991px) {
  .affix {
    position: relative;
  }
}
.affix-bottom {
  position: absolute;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Used for form labels in bootstrap theme */
.control-label {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #777;
  text-shadow: none;
}

.control-label-sm {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #777;
  text-shadow: none;
}

/* Fix issue with bootstrap theme making select values invisible */
.form-select {
  padding-left: 1rem !important;
  padding-right: 2rem !important;
  background-position: right 0.5rem center !important;
}

.price-table {
  width: 90%;
}
.price-table .price-text {
  font-size: 30px;
  color: #a10f2b;
  vertical-align: text-top;
  padding-left: 10px;
}
.price-table .price-right {
  text-align: right;
}

.bg-color-theme {
  color: #ffffff;
  background-color: #a10f2b !important;
}

.color-theme {
  color: #a10f2b;
}

.link-colors a {
  color: #a10f2b;
}

.bg-color-theme-pattern1 {
  background-color: #cc7212;
  background-image: url("/web/images/black-thread-light.png");
}

.border-right {
  border-right: 1px solid #EEE;
}

.required {
  color: #a10f2b;
}

.message-container {
  padding: 25px 30px;
  border-radius: 5px;
  border: 3px solid #a10f2b;
  background-color: #FFFFFF;
}

.valid-input {
  border: 2px solid #23873f !important;
}

.valid-input-message {
  color: #23873f;
}

.invalid-input {
  border: 2px solid #ed1212 !important;
}

.invalid-input-message {
  color: #ed1212;
}

.js-off {
  display: inline;
}

.js .js-off {
  display: none;
}

.js-on {
  display: none;
}

.js .js-on {
  display: inline;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

/*Promo Box*/
.promo-box {
  padding: 20px;
  margin: 25px 0 20px;
  text-align: center;
}

.promo-box i {
  display: block;
  font-size: 50px;
}

.promo-box p {
  margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
  color: #555;
  display: block;
  font-weight: 200;
  margin: 20px 0 15px;
}

.promo-box:hover strong,
.promo-box:hover strong a {
  color: #a10f2b;
}

/*Promo Elements*/
.title-box {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 30px;
  border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
  color: #555;
  display: block;
  font-size: 35px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .title-box .title-box-text {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .title-box p {
    font-size: 15px;
  }
}
/* Page Features
------------------------------------*/
/* Tag Boxes v1 */
.tag-box-v1 {
  border-top: solid 2px #a10f2b;
}

.breads {
  padding: 10px 0 10px;
  border-bottom: solid 1px #eee;
  background: url(../img/patterns/breadcrumbs.png) repeat;
}

/* Heading */
.headline h2,
.headline h3,
.headline h4 {
  border-bottom: 2px solid #a10f2b;
}

/* Tabs v3 */
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
  background: #a10f2b;
  border: solid 1px #b61332;
}

/* drop down menu */
.hs-sub-menu .dropdown-menu {
  min-width: 12rem;
}

/* Boxed (for myReports */
.boxed {
  border-radius: 0 !important;
  border-width: thin;
  margin-left: 0;
  margin-right: 0;
}

.emphasized input {
  border-width: 3px;
  border-color: #000000;
}

/*# sourceMappingURL=custom.css.map */
