/*
 Theme Name:     Debt.com Microsite
 Description:    Debt.com Microsite Theme Launched in 2016
 Author:         Debt.com
 Author URI:     https://www.debt.com/
 Text Domain:    dcom_ms
 Template:       VT_Parent
 Version:        2.0.4
 License:        Proprietary, All Rights Reserved
*/

/* Base Styles */
body {
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  font-weight: 300;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

h2 {
  color: #44accd;
  font-size: 40px;
}

h2.white {
  color: #fff;
}

a, 
a:visited {
  outline: 0 !important;
  color: #44accd;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

/* Modal Styles */
#animatedModal .modal-content {
  background-color: transparent;
  border: 0;
}

/* Button Styles */
.btn-primary,
.vt-btn-primary,
button.btn-primary,
input.btn-primary {
  font-size: 25px;
  background-color: #6ea853;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  text-shadow: none;
  color: #fff !important;
  padding: 10px 35px;
  font-weight: 300;
  transition: all .4s ease;
}

.btn-primary:hover,
.vt-btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover,
.btn-primary:focus,
.vt-btn-primary:focus,
button.btn-primary:focus,
input.btn-primary:focus {
  background-color: #63974b;
  box-shadow: none;
}

/* Modal Close Button */
#animatedModal .close-animatedModal {
  font-size: 27px;
  font-weight: 300;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 46px;
  margin: 100px auto;
  cursor: pointer;
  transition: all .4s ease;
}

#animatedModal .close-animatedModal:hover {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Search Form */
#animatedModal form#search-form {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

#animatedModal form#search-form input#search-form-input {
  padding: 15px;
  font-size: 20px;
  margin-bottom: 25px;
}

#animatedModal form#search-form .btn-primary {
  margin: 0 auto;
}

/* Utility Classes */
img.circle-img {
  border-radius: 50%;
}

hr {
  width: 30%;
  height: 6px;
  margin: 20px auto 60px;
}

hr.dark {
  background-color: #2b353b;
}

hr.blue {
  background-color: #44accd;
}

/* Form Container Styles */
.hero-form-container {
  background-color: rgba(43, 53, 59, .9);
  color: #fff;
  padding: 45px;
}

.hero-form-container h3 {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 30px;
}

/* Form Elements */
.hero-form-container form label {
  display: block;
  font-size: 23px;
  font-weight: 300;
}

.hero-form-container form select,
.hero-form-container form input[type="text"],
.hero-form-container form textarea,
.hero-form-container form input[type="email"],
.hero-form-container form input[type="tel"],
.hero-form-container form input[type="number"] {
  width: 100%;
  margin-bottom: 25px;
  padding: 10px;
  border-radius: 4px;
  border: 0;
}

.hero-form-container form .has-error small {
  margin-top: -23px !important;
  display: block;
  color: red;
  margin-bottom: 10px;
}

/* Custom Select Styling */
.hero-form-container form select {
  background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Form Components */
.hero-form-container form .form-disclaimer p {
  font-size: 12px;
}

.hero-form-container form .checkbox label {
  font-size: 18px;
}

/* Button Wrapper */
.hero-form-container form .bib-button-wrap .col-lg-6 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.hero-form-container form .bib-button-wrap .col-lg-6:last-of-type {
  margin-bottom: 0;
}

.hero-form-container form .bib-button-wrap .col-lg-6 .vt-btn-primary {
  width: 80%;
}

/* Credibility Logos */
.hero-form-container .credibility-logos {
  text-align: center;
  margin-top: 40px;
}

.hero-form-container .credibility-logos img.header-uw-logo {
  max-width: 92px;
  padding: 0 5px;
}

.hero-form-container .credibility-logos img.header-bbb-logo {
  max-width: 125px;
  padding: 0 5px;
}

/* Content Sections */
.sidebar li {
  list-style-type: none;
}

.title-section {
  background-color: #44accd;
  padding: 15px 0;
  color: #fff;
}

.title-section h1 {
  font-weight: 300;
}

/* Error Page */
section.error-404 {
  padding: 50px 0;
  text-align: right;
}

section.error-404 h2 {
  font-size: 128px;
  font-weight: 700;
}

/* Single Page Styles */
.single-legal #content {
  padding: 40px 0;
}

.page-id-37 .col-md-4 h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #44accd;
  margin-bottom: 25px;
}

/* iFrame Styles */
iframe.bib-thank-you {
  width: 100%;
  border: 0;
  overflow: hidden;
  height: 230px;
  text-align: center;
}

div#thankyou-responsive {
  text-align: center;
  padding: 0 25px;
}

/* Response Messages */
.nf-response-msg p {
  background-color: #a4ce90;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #6ea853;
  color: #fff;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  section.error-404 {
      text-align: center;
  }
}

/* Header Styles */
header {
  padding: 15px 0 0;
}

header .breadcrumbs-container {
  background-color: #ececec;
  color: #464646;
  padding: 15px 0;
}

header .breadcrumbs-container .container {
  padding-bottom: 0;
}

/* Navigation Section */
header .nav-section {
  text-align: right;
}

/* Language Switcher */
header .nav-section .wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  clear: none;
  display: inline-block;
}

header .nav-section .wpml-ls-legacy-list-horizontal a {
  padding: 6px 30px;
  color: #2b353b !important;
}

/* Header Text */
header .nav-section h3 {
  font-weight: 300;
  float: right;
}

header .nav-section h3 span {
  font-weight: 500;
  color: #dc4138;
}

/* Main Navigation */
header .nav-section nav.navbar {
  padding: 0;
}

header .nav-section nav.navbar ul#primary-menu {
  float: right;
}

header .nav-section nav.navbar ul#primary-menu li {
  margin-left: 45px;
  transition: all .4s ease;
}

header .nav-section nav.navbar ul#primary-menu li.active {
  border-bottom: 3px solid #44accd;
}

/* Navigation Links */
header .nav-section nav.navbar ul#primary-menu li a {
  color: #464646;
  font-size: 18px;
  padding-bottom: 19px;
  transition: all .4s ease;
}

header .nav-section nav.navbar ul#primary-menu li a:hover {
  color: #44accd;
}

/* Submenu Styles */
header .nav-section nav.navbar ul#primary-menu li ul.sub-menu {
  background-color: #fff;
  border-top: 3px solid #44accd;
  text-align: right;
  top: 0;
  margin-top: 53px;
  padding: 10px 20px;
  right: 0;
  left: -165px;
  display: none;
}

/* Submenu Arrow */
header .nav-section nav.navbar ul#primary-menu li ul.sub-menu:after {
  bottom: 100%;
  left: 81%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #44accd;
  border-width: 15px;
  margin-left: -15px;
}

/* Submenu Items */
header .nav-section nav.navbar ul#primary-menu li ul.sub-menu li {
  margin-left: 10px;
}

header .nav-section nav.navbar ul#primary-menu li ul.sub-menu li a {
  padding-bottom: 8px;
  transition: all .4s ease;
}

header .nav-section nav.navbar ul#primary-menu li ul.sub-menu li a:hover {
  color: #44accd;
}

/* Dropdown Arrows */
header .nav-section nav.navbar ul#primary-menu li > a:after {
  content: ' ▾';
}

header .nav-section nav.navbar ul#primary-menu li > a:only-child:after {
  content: '';
}

/* Mobile Menu */
header ul#primary-mobile-menu {
  margin: 0;
  background-color: #2b353b;
  list-style-type: none;
}

header ul#primary-mobile-menu li a {
  color: #fff;
  padding: 15px 40px;
  transition: all .3s ease;
}

header ul#primary-mobile-menu li a:hover {
  background-color: #44accd;
}

header ul#primary-mobile-menu li ul.sub-menu {
  list-style-type: none;
  padding: 0 0 0 25px;
  margin-left: 0;
}

/* Language Specific Styles */
:lang(es-ES) header .nav-section nav.navbar ul#primary-menu li {
  margin-left: 22px;
}

:lang(es-ES) header .nav-section nav.navbar ul#primary-menu li ul.sub-menu {
  left: -110px;
}

/* Responsive Header */
@media (max-width: 1200px) {
  header .nav-section h3 {
      font-size: 22px;
  }

  header .nav-section nav.navbar ul#primary-menu li {
      margin-left: 35px;
  }

  :lang(es-ES) header .nav-section nav.navbar ul#primary-menu li {
      margin-left: 13px !important;
  }

  :lang(es-ES) header .nav-section nav.navbar ul#primary-menu li a {
      font-size: 16px !important;
  }
}

@media (max-width: 992px) {
  header .container {
      padding-bottom: 15px;
  }

  header button.navbar-toggler {
      background-color: #44accd;
      border: 0;
      box-shadow: none;
      text-shadow: none;
      color: #fff;
  }
}

@media (max-width: 600px) {
  .main-navigation ul {
      display: block;
  }
}

/* Homepage Hero Section */
.homepage-hero {
  background-image: url('./images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 32% 50%;
}

.homepage-hero h1 {
  font-size: 66px;
  color: #fff;
  font-weight: 300;
  padding-top: 55%;
}

.homepage-hero h2 {
  font-size: 41px;
  color: #fff;
  font-weight: 300;
}

/* Featured Logos Section */
.featured-logos {
  margin: 50px 0;
  text-align: center;
}

.featured-logos h3 {
  font-weight: 300;
}

/* Solution Boxes */
.solution-box {
  color: #fff;
  position: relative;
  text-align: center;
  padding: 60px 25px 25px;
  margin: 50px 0;
}

.solution-box .icon-circle {
  position: absolute;
  border: 4px solid white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  top: -50px;
  left: 222px;
}

.solution-box a.more-btn {
  position: absolute;
  display: block;
  padding: 10px 55px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  bottom: -22px;
  left: 146px;
  border-radius: 4px;
}

/* Credit Card Debt Box */
.solution-box.credit-card-debt {
  background-color: #44accd;
}

.solution-box.credit-card-debt .icon-circle {
  background-color: #44accd;
  padding-top: 14px;
}

.solution-box.credit-card-debt a.more-btn {
  background-color: #2f90af;
}

/* Credit Correction Box */
.solution-box.credit-correction {
  background-color: #6ea853;
}

.solution-box.credit-correction .icon-circle {
  background-color: #6ea853;
  padding-top: 20px;
}

.solution-box.credit-correction a.more-btn {
  background-color: #588642;
}

/* Tax Debt Box */
.solution-box.tax-debt {
  background-color: #dc4138;
}

.solution-box.tax-debt .icon-circle {
  background-color: #dc4138;
  padding-top: 12px;
}

.solution-box.tax-debt a.more-btn {
  background-color: #bf2a22;
}

/* Student Loans Box */
.solution-box.student-loans {
  background-color: #2b353b;
}

.solution-box.student-loans .icon-circle {
  background-color: #2b353b;
  padding-top: 18px;
}

.solution-box.student-loans a.more-btn {
  background-color: #161a1d;
}

/* Homepage Testimonials */
.homepage-testimonials {
  background-color: #f5f5f5;
  margin: 75px 0;
  padding: 75px 0;
  text-align: center;
}

.homepage-testimonials .testimonial img {
  margin-bottom: 25px;
}

.homepage-testimonials .testimonial p.testimonial-sig {
  font-weight: 700;
  margin-bottom: 0;
  font-style: italic;
}

/* Featured Story Section */
.featured-story-container h2 {
  text-align: center;
}

.featured-story-container .featured-story {
  display: flex;
}

.featured-story-container .featured-story .featured-image {
  background-image: url('/wp-content/themes/dcom_ms/images/lochte-featured.jpg');
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.featured-story-container .featured-story .featured-info {
  width: 50%;
  background-color: #ececec;
  padding: 20px;
}

.featured-story-container .featured-story .featured-info h3 {
  font-size: 23px;
}

.featured-story-container .featured-story .featured-info h4 {
  font-size: 19px;
}

.featured-story-container .featured-story .featured-info p:first-of-type {
  margin-bottom: 10px;
}

.featured-story-container .featured-story .featured-info .btn-primary {
  font-size: 18px;
}

/* About Section */
.about-debtcom {
  background-image: url('./images/team-bkg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 75px 0;
  margin-top: 100px;
  text-align: center;
}

.about-debtcom p {
  color: #fff;
  font-size: 18px;
}

/* Homepage Responsive */
@media (max-width: 1200px) {
  .homepage-hero h1 {
      font-size: 59px;
      padding-top: 70%;
  }

  .homepage-hero h2 {
      font-size: 32px;
  }

  .homepage-hero .homepage-form-container h3 {
      font-size: 30px;
  }

  .homepage-hero .homepage-form-container form label {
      font-size: 20px;
  }

  .homepage-hero .homepage-form-container form .vt-btn-primary {
      padding: 10px 30px;
      font-size: 22px;
  }

  .solution-box .icon-circle {
      left: 175px;
  }

  .solution-box a.more-btn {
      left: 98px;
  }
}

@media (max-width: 992px) {
  .homepage-hero h1 {
      padding-top: 5%;
      margin-top: 0;
      font-size: 55px;
      margin-bottom: 20px;
      text-align: center;
  }

  .homepage-hero h2 {
      font-size: 35px;
      margin-bottom: 20px;
      text-align: center;
  }

  .solution-box .icon-circle {
      left: 293px;
  }

  .solution-box a.more-btn {
      left: 222px;
  }

  .solution-box.credit-card-debt,
  .solution-box.tax-debt {
      margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .solution-box .icon-circle {
      left: 40%;
  }

  .solution-box a.more-btn {
      left: 26%;
  }

  .featured-story-container .featured-story {
      display: block;
  }

  .featured-story-container .featured-story .featured-image {
      width: 100%;
      height: auto;
      min-height: 290px;
  }

  .featured-story-container .featured-story .featured-info {
      width: 100%;
  }
}

@media (max-width: 576px) {
  .solution-box {
      padding-top: 25px;
  }

  .solution-box .icon-circle {
      position: static;
      margin: 0 auto 20px;
  }

  .solution-box a.more-btn {
      position: static;
  }
}

/* Footer Styles */
footer .footer-main {
  background-color: #2b353b;
  border-top: 3px solid #44accd;
  padding: 40px 0;
}

footer .footer-main ul {
  margin: 0;
  padding: 0;
}

footer .footer-main ul li {
  display: inline-block;
}

footer .footer-main ul li a {
  color: #fff;
  transition: all .4s ease;
}

footer .footer-main ul li a:hover {
  text-decoration: none;
  color: #44accd;
}

/* Footer Menus */
footer .footer-main ul#menu-footer-menu,
footer .footer-main ul#menu-footer-menu-spanish {
  text-align: center;
  line-height: 42px;
}

footer .footer-main ul#menu-footer-menu li,
footer .footer-main ul#menu-footer-menu-spanish li {
  font-size: 18px;
  padding: 0 15px;
}

footer .footer-main ul#menu-secondary-footer-menu,
footer .footer-main ul#menu-secondary-footer-menu-spanish {
  margin: 30px 0 50px;
  text-align: center;
}

footer .footer-main ul#menu-secondary-footer-menu li,
footer .footer-main ul#menu-secondary-footer-menu-spanish li {
  padding: 0 15px;
}

/* Social Icons */
footer .footer-main ul.footer-social-icons {
  margin: 0 auto;
  width: 295px;
}

footer .footer-main ul.footer-social-icons li {
  padding: 0 5px;
}

footer .footer-main ul.footer-social-icons li a {
  color: #44accd;
  font-size: 32px;
  border: 2px solid #44accd;
  border-radius: 50%;
  width: 60px;
  display: block;
  height: 60px;
  text-align: center;
  line-height: 55px;
  transition: all .4s ease;
}

footer .footer-main ul.footer-social-icons li a:hover {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Footer Bottom */
footer .footer-bottom {
  padding: 20px 0;
  font-size: 14px;
}

footer .footer-bottom .phone {
  text-align: right;
}

footer .footer-bottom .address {
  text-align: center;
}

/* Solutions Pages */
.page-id-9 .solutions-hero,
.page-id-328 .solutions-hero {
  background-size: cover;
}

.solutions-hero {
  background-color: #44accd;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.solutions-hero h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 30px 0 15px;
}

.solutions-hero h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

/* Content Section */
.content {
  padding: 50px 0;
}

.content .how-we-help-box {
  background-color: #e9e9e9;
  padding: 75px 30px 20px;
  position: relative;
  margin-top: 115px;
  margin-bottom: 50px;
}

.content .how-we-help-box h3 {
  position: absolute;
  background-color: #2b353b;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  padding: 20px 60px;
  width: 86%;
  margin: auto;
  top: -32px;
  left: 0;
  right: 0;
  text-align: center;
}

.content .how-we-help-box ul {
  margin: 0;
  list-style: none;
}

.content .how-we-help-box ul li {
  background: url(/wp-content/themes/dcom_ms/images/li-leaf.png) no-repeat 0 4px;
  padding-left: 25px;
  font-size: 18px;
  padding-bottom: 15px;
}

/* Solutions Sidebar */
.solutions-sidebar h3 {
  background-color: #44accd;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  padding: 15px 20px;
  margin-bottom: 25px;
}

.solutions-sidebar h2.widgettitle {
  display: none;
}

.solutions-sidebar li {
  list-style-type: none;
}

/* FAQ Sidebar */
.solutions-sidebar .faq-sidebar {
  margin-bottom: 50px;
}

.solutions-sidebar .faq-sidebar h3 {
  margin-bottom: 0;
}

.solutions-sidebar .faq-sidebar .letter {
  font-size: 35px;
  font-weight: 700;
  color: #44accd;
  line-height: 40px;
}

.solutions-sidebar .faq-sidebar .question {
  background-color: #f2f2f2;
  padding: 15px;
  font-weight: 700;
}

.solutions-sidebar .faq-sidebar .answer {
  padding: 15px;
}

.solutions-sidebar .faq-sidebar .btn-primary {
  margin: 0 auto;
  font-size: 22px;
  width: 80%;
  display: block;
  text-align: center;
  white-space: normal;
}

/* Testimonials Sidebar */
.solutions-sidebar .testimonials-sidebar .testimonial {
  margin-bottom: 25px;
}

.solutions-sidebar .testimonials-sidebar .testimonial p {
  margin-bottom: 10px;
}

.solutions-sidebar .testimonials-sidebar .testimonial:last-of-type {
  margin-bottom: 50px;
}

/* Responsive Footer */
@media (max-width: 768px) {
  footer .footer-bottom {
      text-align: center;
  }

  footer .footer-bottom .phone {
      text-align: center;
  }
}

/* Responsive Solutions Page */
@media (max-width: 991px) {
  .page-id-13 .solutions-hero {
      background-image: none;
  }
}

/************ Custom Footer Styles */
.custom-footer {
  background-color: #333333;
  padding: 20px 0;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
}

.custom-footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.custom-footer .footer-logo {
  max-height: 30px;
  margin-right: 15px;
}

.custom-footer .footer-left {
  display: flex;
  align-items: center;
}

.custom-footer .copyright {
  color: #ffffff;
}

.custom-footer .footer-center .address {
  color: #ffffff;
}

.custom-footer .footer-right .contact {
  color: #ffffff;
}

.custom-footer .phone-number {
  color: #800-338-6015;
  text-decoration: none;
  font-weight: bold;
}

.custom-footer .footer-links {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  max-width: 1200px;
  margin: 15px auto 0;
}

.custom-footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
}

.custom-footer .footer-links .separator {
  color: #ffffff;
}

/* Custom Footer Responsive Styles */
@media (max-width: 768px) {
  .custom-footer .footer-content {
      flex-direction: column;
      text-align: center;
      justify-content: center;
  }

  .custom-footer .footer-left,
  .custom-footer .footer-right {
      margin-bottom: 15px;
  }

  .custom-footer .footer-left {
      flex-direction: column;
  }

  .custom-footer .footer-logo {
      margin-right: 0;
      margin-bottom: 10px;
  }
}

/* Full Width Custom Template Styles */
.custom-page-container.full-width {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.custom-page-container.full-width .site-main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.custom-page-container.full-width .entry-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.custom-page-container.full-width .entry-content > * {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Override any potential WordPress content width limitations */
.custom-page-container.full-width .entry-content > .alignwide,
.custom-page-container.full-width .entry-content > .alignfull {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

/* Custom Landing Page Header Styles */
.header-custom-lp {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background-color: #fff;
  padding: 10px !important;
  margin-top: 0 !important;
}

.header-custom-lp .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
}

.header-custom-lp .wp-container-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-custom-lp .wp-container-4 {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-custom-lp .wp-container-2 {
  text-align: right;
}

.header-custom-lp .wp-container-2 p {
  margin: 0;
  color: #333;
  font-size: 14px;
}

.header-custom-lp .wp-container-3 {
  text-align: right;
}

.header-custom-lp .wp-container-3 p {
  margin: 0;
  line-height: 1.2;
}

.header-custom-lp .wp-container-3 p:first-child {
  color: #333;
  font-size: 16px;
}

.header-custom-lp .wp-container-3 a {
  color: #0066cc;
  text-decoration: none;
  font-size: 20px;
}

/* Fix image sizes */
.header-custom-lp .wp-block-image {
  margin: 0;
}

.header-custom-lp .wp-block-image img {
  height: auto !important;
}

/* Logo Debt.com */
.header-custom-lp .wp-image-863 {
  width: 172px !important;
  height: 40px !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header-custom-lp .wp-image-863 {
      width: 100px !important;
      height: 45px !important;
  }
}

/* Logo United Way */
.header-custom-lp .wp-image-865 {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header-custom-lp .wp-image-865 {
      display: none;
  }
}

/* Logo BBB */
.header-custom-lp .wp-image-867 {
  width: 100px !important;
  height: 45px !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header-custom-lp .wp-image-867 {
      display: none;
  }
}

/* Logo Best Money */
.header-custom-lp .wp-image-870 {
  width: 150px !important;
  height: 20px !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header-custom-lp .wp-image-870 {
      width: 100px !important;
      height: 20px !important;
  }
}

.text-partner {
  text-align: center;
}

@media (max-width: 768px) {
  .text-partner {
      font-size: 10px !important;
  }
}

.cu-mobile {
  display: block;
  text-align: center;
}

.cu-desktop {
  display: none;
}

@media (min-width: 768px) {
  .cu-mobile {
      display: none;
  }
}

@media (min-width: 768px) {
  .cu-desktop {
      display: block;
  }
}

@media (max-width: 768px) {
  .header-phone a{
      font-size: 12px !important;
  }
}

.dh-aling-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.dh-aling-center .wp-block-group__inner-container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 800px;
}

.dh-aling-center.container {
  padding: 20px 15px !important;
}

.dh-aling-center p {
  text-align: justify;
  font-size: 11px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 15px;
  max-width: 100%;
}

.dh-aling-center strong {
  color: #333;
  font-weight: bold;
}

.wp-block-group.header-custom-lp {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .wp-block-group.header-custom-lp {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
  }
}

.wp-block-group__inner-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Reset espacios superiores */
.page-template-template-custom {
  margin: 0 !important;
  padding: 0 !important;
}

.page-template-template-custom .custom-page-container {
  margin: 0 !important;
  padding: 0 !important;
}

.page-template-template-custom .site-main {
  margin: 0 !important;
  padding: 0 !important;
}

.page-template-template-custom article {
  margin: 0 !important;
  padding: 0 !important;
}

.page-template-template-custom .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

.page-template-template-custom .wp-block-group {
  margin: 0 !important;
}

.page-template-template-custom .wp-block-group__inner-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* To header */
.header-custom-lp {
  margin: 0 !important;
  padding: 0 !important;
}

/* Reset WordPress margins */
.entry-header,
.entry-content > *:first-child {
  margin-top: 0 !important;
}

.page-template-template-custom header {
  padding: 0 !important;
}

.header-custom-lp {
  margin: 0 !important;
  padding: 0 !important;
}



.header-custom-lp .has-background {
  margin: 0 !important;
}

.wp-block-spacer {
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Contenedores centrados */
.header-custom-lp .container,
.wp-container-5.is-content-justification-space-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Left logos group */
.wp-container-1.is-nowrap {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

/* Right info group */
.logo-phone-container {
  display: flex !important;
  align-items: center !important;
  gap: 50px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

@media screen and (max-width: 768px) {
  .logo-phone-container {
      gap: 15px !important;
  }
}

.logo-phone-container a {
  color: #2f90af !important;
}

/* Reset margins for all figures in header */
.header-custom-lp figure,
.wp-container-1 figure,
.wp-container-4 figure {
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure logos maintain size */
.header-custom-lp img {
  max-width: none !important;
}

/* Force space between */
.header-custom-lp .container > *:first-child {
  margin-right: auto !important;
}

.header-custom-lp .container > *:last-child {
  margin-left: auto !important;
}

.wp-container-7.wp-block-group.container.dh-aling-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 15px;
}

.wp-container-7 .wp-block-group__inner-container {
  width: 100%;
  margin: 0 auto;
}

.custom-page-container {
  padding: 40px 0 0 0 !important;
}

.custom-page-container .site-main {
  margin: 150px 0 0 0 !important;
  padding: 0 !important;
}

.custom-page-container .entry-header {
  margin: 0 !important;
  padding: 0 !important;
  display: none;
}

.custom-page-container .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-page-container article {
  margin: 0 !important;
  padding: 0 !important;
}

#disclaimer {
  max-width: 800px;
  margin: 30px auto;
  padding-top: 0;
}

.disclaimer-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

#disclaimer {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

#disclaimer p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #000;
  text-align: left;
}

#disclaimer p:first-child {
  margin-bottom: 20px;
}

#disclaimer strong {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}

#disclaimer a {
  color: #2f90af;
  text-decoration: none;
}

#disclaimer a:hover {
  text-decoration: underline;
}

.iframe-subtitle {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #2c2c2c;
  text-align: center;
  font-style: oblique;
}

@media screen and (max-width: 768px) {
  .iframe-subtitle {
      font-size: 24px;
      line-height: 1.3;
      padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .iframe-subtitle {
      font-size: 20px;
  }
}

.iframe-header {
  padding-top: 40px !important;
}

#partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#partner-logo {
  max-width: 140px !important;
  display: flex;
  justify-content: center;
}

#partner-logo img {
  width: 120px !important;
  height: auto !important;
  object-fit: contain;
}

.text-partner {
  text-align: center;
  margin-bottom: 10px !important;
}

.entry-content {
  max-width: 800px;
  margin: 0 auto !important;
  padding: 0 20px;
}

.site-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-main article {
  width: 100%;
  max-width: 800px;
}

.iframe-header {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.call-wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
}

.call-wrapper a {
  color: #00bfef;
}