
/*

Theme Name: Vanhooser,
Author: JM,
Version: 1.00.0

*/

:root {
  --primary-color: #1c2d46;
  --title-font: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  --body-font: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

* {
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}

.site-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  color: var(--color-gold);
  border-bottom: 5px solid #CBA651;
  height: 150px;
}

.blue-top-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #1c2d46;
  justify-content: flex-end;
  padding: 7px 0px;
}

.blue-contact-container {
  padding: 5px;
  display: flex;
  flex-direction: row;
  color: #CBA651;
  justify-content: flex-end;
}

.nav_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 95px;
}

.site-header-menu {
  width: 100%;
}

.main-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.main-navigation .mn-ul {
  display: flex;
  flex-direction: row;
  width: 36%;
  justify-content: space-between;
  margin-right: 50px;
}

.main-navigation .mn-ul .mn-li {
  text-decoration: none;
}

.main-navigation .mn-ul .mn-li:hover .mn-a {
  color: #4e68b9;
}

.main-navigation .mn-ul .mn-li .mn-a {
  text-decoration: none !important;
  color: #1c2d46;
  padding: 25px 0px;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  text-align: center;
  min-width: 240px;
}

.company_logo_img {
  width: 200px;
      margin-top: 10px;
    margin-left: 10px;
}

.vanhooser-logo-text {
  padding: 7px;
}

/* dropdown menu ------------------------------- */

/* The container wrapper */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Style the clickable button */
.dropbtn {
  color: #1c2d46;
  border: none;
  font-size: 1rem;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  padding: 25px 0px;
  font-weight: 400;
  min-width: 240px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 240px;
  top: 50px;
  right: 0px;
  z-index: 20;
}

.dropdown-content ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  height: 100%;
    /* border: 1px solid blue !important; */
}

/* Style the links inside the dropdown */
.dropdown-content ul li a {
  color: #333333;
  padding: 18px 16px;
  text-decoration: none;
  display: block;
  /* margin: 1px 0; */
  background: #ffffff;
  font-size: 1rem;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

.dropdown-content ul li {
  list-style-type: none;
}


.dropdown-content ul li a:hover {
  background: red !important;
}

.dropdown-content ul li:hover a {
  background: #f1f5f9 !important;
}

/* Show the dropdown menu when hovering over the container */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content:hover  {
  display: block;
}

.dropdown:hover .dropdown {
  width: 700px;
}

.h1-hero-text {
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  font-size: 4.5rem;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
  line-height: 1.05;
  text-shadow: -0.05em 0.03em 0.04em rgba(0, 0, 0, 0.4);
}

.h1-hero-para {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3;
  color: #ffffff;
  width: 87%;
  text-shadow: -0.05em 0.03em 0.04em rgba(0, 0, 0, 0.4);
  margin: 5px 0px;
  font-weight: 200;
  margin-bottom: 70px !important;
}

.hero_banner_content-link {
  padding: 1em 2em;
  color: #102943 !important;
    border-width: 10px !important;
    border-color: rgba(210, 159, 104, 0);
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #ffffff;
    margin-top: 50px !important;
    width: 335px;
}

.hero-banner {
  background-image: url('http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/08/tress_hero.jpg');
  background-size: cover;
  background-position: center;
  height: 70vh;
  width: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
} 
 
.hero-banner_img {
  background-image: url('https://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/08/tress_hero.jpg');
  background-size: cover;
  background-position: center;
}

.hero_banner_content {
  padding: 10px 0;
  width: 85%;
  max-width: 780px;
  margin-left: 8%;

}

.bi-envelope {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  font-size: 1rem;
  color: #CBA651;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  border: 2px solid #CBA651;
  border-radius: 5px;
  margin: 0px 5px;
}


.bi-envelope img {
  margin-right: 7px;
}

a:-webkit-any-link {
  text-decoration: none !important;
  
}



/* HOME_RETIREPLAN_CONTAINER ------------------------------------------- */

.home_retireplan_container {
  width: 100%;
  height: 70vh;
  background: #ffffff;
  display: flex;
  background-image: url('http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/08/blue_bg_home.webp');
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-attachment: fixed; */
  /* padding: 20px 0; */
}

.home_retireplan_container:before {
  content: "";
    width: 100%;
    height: 70vh;
    position: absolute;
    z-index: 1;
    /* top: 918px; */
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .4) 40%, rgba(163, 197, 228, 0.26) 60%, rgba(8, 45, 70, 1) 100%);
}

.home_retireplan_container:after {
  content: "";
  width: 100%;
  /* height: 800px; */
  position: absolute;
  z-index: 3;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .4) 40%, rgba(163, 197, 228, 0.26) 60%, rgba(8, 45, 70, 1) 100%);
  /* background-attachment: fixed; */
}

.parallax_bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_retireplan_subcontainer {
  width: 50%;
  /* height: 800px; */
  z-index: 5;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #CBA651; */
}

.rp_box_right {
  width: 300px;
  /* height: 60vh; */
  z-index: 5;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #CBA651; */
}

.container {
  position: relative; /* Establishes a positioning context */
  padding: 20px;
  color: #333;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-p {
  font-size: 1.2rem;
  color: #333;
  z-index: 0;
}
.container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/08/cellphone-overlay-1.webp');
  background-size: cover;
  opacity: 0.9; 
  z-index: 1;   
  transition: opacity 0.3s ease;
}
.content {
  position: relative;
  z-index: 10; 
  color: #333;
      display: flex;
    justify-content: center;
    align-items: center;
}

.container:hover::before {
  opacity: 0.1;
  
}

.container:hover .content {
  opacity: 0.1;
  
}

.container:hover .container-p {
  z-index: 20;
}

/* -------------------- */

.container1 {
  position: relative; /* Establishes a positioning context */
  padding: 20px;
  color: #333;
  /* background-color: orange; */
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container1-p {
  font-size: 1.2rem;
  color: #333;
  z-index: 0;
}
.container1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/08/park-overlay.webp');
  background-size: cover;
  opacity: 0.9; 
  z-index: 1;   
  transition: opacity 0.3s ease;
}
.content1 {
  position: relative;
  z-index: 10; 
  color: #333;
      display: flex;
    justify-content: center;
    align-items: center;
}

.container1:hover::before {
  opacity: 0.1;
  
}

.container1:hover .content1 {
  opacity: 0.1;
  
}

.containe1:hover .container1-p {
  z-index: 20;
}

/* -------------------- */

.container2 {
  position: relative; /* Establishes a positioning context */
  /* padding: 20px; */
  color: #333;
  /* background-color: orange; */
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.container2-p {
  font-size: 1.2rem;
  color: #333;
  z-index: 0;
  background: #fff;
    padding: 20px;
    width: 300px;
    height: 300px;
}
.container2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/08/beach-overlayy.webp');
  background-size: cover;
  opacity: 0.9; 
  z-index: 1;   
  transition: opacity 0.3s ease;
}
.content2 {
  position: relative;
  z-index: 10; 
  color: #333;
      display: flex;
    justify-content: center;
    align-items: center;
}

.container2:hover::before {
  opacity: 0.1;
  
}

.container2:hover .content1 {
  opacity: 0.1;
  
}

.containe2:hover .container2-p {
  z-index: 20;
  background: #fff;
}

.content h5 {
  font-size: 1.74rem;
  
}

.content p {
  font-size: 1.35rem;
}



.rp_box_left {
  width: 628px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #CBA651; */
  padding: 0% 3%;
}

.home_retireplan_subcontainer h2 {
  margin: 5px 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  color: #CBA651;
  width: 90%;
  /* border: 1px solid magenta; */
}

.home_retireplan_subcontainer h2 span {
    font-weight: 800;
    color: #1c2d46;
}


.home_retireplan_subcontainer p {
  margin: 5px 0px;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  width: 100%;
  font-weight: 300;
}

.home_clearpath_container {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('https://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/pathway.jpg');
  background-size: cover;
  background-position: center;
  border-top: 5px solid #CBA651;
}

.home_clearpath_subcontainer {
  width: 85%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; 
  /* border: 1px solid yellow; */
}

.home_clearpath_itemcontainers {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-between;
}

.home_clearpath_item {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 14px;
    min-height: 225px;
    background-color: #1c2d46;
    border-radius: 8px;
}

.h5-clearpath {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
  text-align: center;
  font-weight: lighter;
  color: #ffffff;
  margin: 0px;
}

.h4-clearpath {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
}

.p-clearpath {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: .9rem;
  text-align: center;
  font-weight: lighter;
  color: #ffffff;
  margin: 10px 0 0 0;
}

.h2-clearpath {
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: #1c2d46;
  margin: 0px 0 7px 0;
}


/* ------------FOOTER---------------- */

.site-footer {
   font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #1c2d46;
  justify-content: center;
  align-items: center;
  color: #CBA651;
  border-top: 5px solid #CBA651;
}

.site-footer-column {
  width: auto;
  /* border: 1px solid magenta; */
}

.site-footer-column ul li {
  margin: 1px 0;
}

.footer-menu-link {
  font-size: 1rem;
  font-size: 1rem;
  line-height: 1;
  margin: 0px;
  color: #fff !important;

}

.site-footer-container {
    width: 85%;
    flex-direction: row;
    display: flex;
    margin: 20px auto;
    justify-content: space-between;
}

.site-footer p {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
  /* text-align: center; */
  margin: 0px;
  color: #ffffff;
  /* padding: 10px 0px; */
} 

.footer-logo-container {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-top: 6px;
}

.ft-lc-r {
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none !important;
  align-items: flex-start !important;
  height: 197px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;    
     
    width: 200px !important;
    
}

.ft-lg-r h4 {
  padding: 0px;
  text-decoration: none !important;
      margin-top: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff !important;
}

.ft-lg-r p {
  padding: 0px;
  text-decoration: none !important;
      margin: 0px;
    font-size: 1rem;
    
}

.ft-lg-r  {
  padding: 0px;
  text-decoration: none !important;
  margin-top: 10px;
}

.ft-lg-r a {
  text-decoration: none !important;
  color: #ffffff !important;
}

.footer-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-info-container h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0px !important;
}

.footer-info-container p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  margin: 0 0 8px 0;
  color: #333;
}

.footer-info-container a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
}


.footer-info-container a {
  text-decoration: none;
}

.linkedin-link-container {
  display: flex;
  flex-direction: row;
}

/* Matters Most ---------------- */

.home_mattersmost_container {
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1c2d46;
  border-top: 5px solid #CBA651;
  border-bottom: 5px solid #CBA651;
}

.home_mattersmost_inner {
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;       
}

.h2-mattersmost {
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 25px 0;
  line-height: 1.3;
}

.p-mattersmost {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
}

.home_mattersmost_item-container {
  /* width: 85%; */
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-around;
} 

.home_mattersmost_item {
  width: 290px;
  padding: 10px 0px;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.home_mattersmost_item p {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #CBA651 !important;
    line-height: 1.2;
    text-align: center;
    width: 83%;
    margin-top: 15px;
    text-transform: uppercase;
} 

.home_mattersmost_circ {
  border-radius: 100% 100% 100% 100%;
    background-color: #ffffff;
    width: 160px;
    height: 160px;
        border: 5px solid #CBA651;
        /* border: 1px solid magenta; */
        display: flex;
  justify-content: center;
  align-items: center;
}


/* MAP SECTION */

.h2-home-map {
  display: none;
}

.h2-home-map {
  display: none;
}

.home-map-p {
  display: none;
}

.home-map-iframe {
  border-top: 5px solid #CBA651;
  overflow: hidden;
}


/* NEW Section ---------------- */

.home_why_rick_container {
  width: 100%;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
    padding-bottom: 0px;
    background-color: #1c2d46;
}

.home_why_rick_inner {
  width: 92%;
  /* height: 500px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;       
}

.home_why_rick_item-container {
  width: 100%;
  /* padding: 10px 0px; */
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
} 

.home_why_rick_item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 10px;
  /* background-color: rgba(16, 41, 67, 0.86); */
}

.home_rick_container_inner {
  background-color: #4E8FCC;
  height: 100%;
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-rick-img {
  /* width: 480px; */
  height: 550px;
}

.home_rick_h2 {
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  color: #CBA651;
  margin-bottom: 75px;
  font-size: 4rem; 
  color: #cba651;
}

.home_rick_p {
  width: 75%;
  margin: 0 auto;
  color: #ffffff;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.1rem;
  text-align: center;
}

.home_rick_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.rick-left {
width: 30%;
}

.rick-right {
  width: 50%;
}

.home_rick_button {
      padding: 1em 2em;
    color: #102943 !important;
    border: 3px solid #102943;
    border-radius: 100px;
    font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #ffffff;
    margin: 20px auto;
}

.home_faq_button {
      padding: 1em 2em;
    color: #102943 !important;
    border: 3px solid #102943;
    border-radius: 100px;
    font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #ffffff;
    margin: 20px auto;
}

.home-lets-design-container {
  width: 100%;
  padding: 8% 0 0 0;
  /* height: 700px; */
  display: flex;
  flex-direction: row;
/* border: 1px solid yellow; */
  align-items: flex-start;
  background-color: #ffffff;
  border-top: 5px solid #CBA651;
  background-image: url('https://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/lets-design.jpg');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-image: linear-gradient(90deg, #102943 0%, rgba(16, 41, 67, 0.9) 100%), url(http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/4gbC2ONRcdH0_XArInRIMih70YUB4802y5iZeapJP3c.jpeg) !important;
}

.home-lets-design-subcontainer {
  width: 50%;
}

.home-lets-design-inner {
  color:#ffffff;
  width: 85%;
}

.let-design-img {
  width: 47%;
  background-image: url('https://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/pointing-980x546.jpg');
  background-size: cover;
  background-position: center;
      height: 400px;
      /* padding: 2% 0px; */
}

.let-design-textbox {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.9em;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 6%;
  padding-left: 2%;
  width: 43%;
  max-width: 554px;
  margin-left: 20px;
  /* height: 550px; */
}

.h2-lets-design {
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
    font-weight: 600 !important;
    font-size: 40px;
    color: #000000;
    line-height: 1.2;
}

.p-lets-design {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
  word-wrap: break-word;
  line-height: 1.5;

}



/* NEW  SECTION LOCATION-------------- */


.home-location-container {
  width: 100%;
  padding: 75px;
  /* height: 350px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #ffffff;
  border-top: 5px solid #CBA651;
  background-color: #1c2d46 !important;
}

.home-location-inner {
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;    
  /* border: 1px solid red;    */
}

.h2-home-location {
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0px auto;
  width: 100%;
      line-height: 1.35;
}


/* _________-----NEW SECTION NORTHSTAR____---------------- */


.home-northstar-container {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #ffffff;
  border-top: 11px solid #1c2d46;
  border-bottom: 5px solid #1c2d46;
  margin-top: -9px !important;
  background-image: url(http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/4gbC2ONRcdH0_XArInRIMih70YUB4802y5iZeapJP3c.jpeg) !important;
}

.home-northstar-subcontainer {
  width: 27%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.h2-home-northstar {
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  text-align: left;
  font-weight: bold;
  color: #102943;
  margin: 0px auto 25px auto;
  width: 100%;
}

.north-right {
  justify-content: center;
  align-items: center;
}

.h2-button-container {
  width: 351px;
}

/* __________________CARD-------------------------------------- */



.home_retireplan_inner {
    width: 58%;
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.65);
    justify-content: center;
    padding: 40px 20px 60px 20px;
    min-width: 700px;
}

.card {
  position: relative;
  width: 330px;
  height: 300px;
}

.card .img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 300px;
  object-fit: cover;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
  
}

.card:hover .img {
  opacity: 0;
}

.message {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1c2d46;
  z-index: 1;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: .9em;
  line-height: 1.25; 
  margin: 0 auto;
}

.icon {
  padding: 20px;
}

.icon p {
  z-index: 5;
}

.rick-card {
  position: relative;
  width: 300px;
  height: 500px;
}

.rick-card .rick-img {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 300px;
  height: 500px;
  object-fit: cover;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}

.rick-message {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 300px;
    height: 500px;
    display: none;
    align-items: center;
    justify-content: center;
    /* background-color: none; */
    color: #ffffff;
    z-index: 1;
    padding: 17px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: .75em;
    line-height: 1.4;
    transition: opacity 0.5s ease-in-out;
}

.rick-card:hover .rick-message {
  z-index: 3;
  opacity: 1;
}

/* .rick-card:hover .rick-img {
  opacity: 0;
} */


/* FAQ */

.home-faq-container {
 padding: 53px 0px;
}

.home-faq-itemcontainer {
 display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion {
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}
.accordion-item {
  background-color: #EBF2F9;
  border-bottom: 1px solid #e2e8f0;
  margin: 8px 0px;
}
.accordion-item:last-child {
  border-bottom: none;
}
/* Header Styling */
.accordion-header {
  width: 100%;
  padding: 11px 20px;
  background-color: #EBF2F9;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.accordion-header:hover {
  background-color: rgba(203, 166, 81, 0.5);
}

.icon {
    font-size: 18px;
    transition: transform 0.2s ease;
}

/* Content Container (Hidden by default) */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: rgba(203, 166, 81, 0.5);
}

.accordion-content p {
    padding: 0 20px 18px 20px;
    color: #333;
    line-height: 1.4;
        font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

/* Active State Styles */
/* .accordion-item.active .accordion-content {
} */

.accordion-item.active .icon {
    transform: rotate(45deg); /* Turns the '+' into an 'x' */
}

.accordion-item.active .accordion-header {
    background-color: rgba(203, 166, 81, 0.5);
}

.faq-h2 {
  font-size: 2rem;
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
}

.faq-h5 {
  font-size: 1.5rem;
  font-family: 'Frank Ruhl Libre', Georgia, "Times New Roman", serif;
  text-align: center;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 20px;
}

.faq-h5-button {
  margin: 25px auto 0px auto; 
  border: 2px solid #102943; 
  padding: 10px 20px 10px 20px; 
  background: #fff; 
  border-radius: 2em; 
  font-size: 16px; 
  color: #102943; 
  font-weight: 600;
}

/* SERVICES SECTION --------- */

.services-body {
  width: 100%;
  height: 100vh;
}

.services-hero {
  width: 100%;
  height: 900px;
  background-size: 100% auto;
  background-position: center top 40%;
  background-image: radial-gradient(ellipse at top left, rgba(78, 143, 204, 0.48) 0%, rgba(247, 247, 247, 0.9) 100%), url(http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/kzCkfzy1tTwIa2kYIAFmIgK40_udZGiHDuS_bSq1mJc.jpeg) !important;
  background-repeat: no-repeat;
}

.services-hero-innercontainer {
  width: 100%;
  height: 900px;
  background-size: 100% auto;
  background-position: center top 40%;
  background-image: radial-gradient(ellipse at top left, rgba(78, 143, 204, 0.48) 0%, rgba(247, 247, 247, 0.9) 100%), url(http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/kzCkfzy1tTwIa2kYIAFmIgK40_udZGiHDuS_bSq1mJc.jpeg) !important;
}

/* FOOTER SECTION ------------------- */

.footer-logo-section {
  width: 450px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.footer-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-info-container h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  padding: 0px !important;
  color: #fff;
}

.footer-info-container p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  margin: 0 0 7px 0;
  color: #fff !important;
  line-height: 1.2;
}

.footer-info-container a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
}

.footer-img-logo {
  margin: 0 auto;
}

.footer-info-container a {
  text-decoration: none;
}

/* h4 {
  padding: 10px;
} */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(28, 45, 70, .65);
  color: #fff;
  /* font-weight: 600px; */
  padding: 15px;
  display: none;
  box-sizing: border-box;
  text-align: center;
  z-index: 9999;
  font-size: 1rem;
  border-top: 1px solid #CBA651;
  height: 130px;
    
}
/* .cookie-banner button {
  margin-left: 10px;
  padding: 5px 15px;
  cursor: pointer;
} */

.cookie-button {
  padding: 10px 20px;
  background: #ffffff80;
  border: none;
  margin-left: 10px;
  padding: 8px 20px;
  cursor: pointer;
  color: #102943;
  font-size: 1rem;
  font-size: 600;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  margin: 10px;
}

/* ------------Final CTA  */

.home-finalcta-container {
  display: flex;
  flex-direction: row;
  color: #fff;
  background-color: rgba(78, 143, 204, 0.13);
  border-top: 3px solid #1c2d46;
  justify-content: center;
  align-items: center;
  /* background-color: #1c2d46; */
}

.home-finalcta-itemcontainer {
  display: flex;
  flex-direction: row;
}

.home-finalcta-subcontainer {
  display: flex;
  flex-direction: row;
  width: 50%;
  height: 700px;
    justify-content: center;
    align-items: center;
}

.finalcta-r {
  /* background-image: url("https://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/4gbC2ONRcdH0_XArInRIMih70YUB4802y5iZeapJP3c.jpg"); */
    background-image: linear-gradient(180deg, rgba(16, 41, 67, 0.46) 0%, #102943 100%), url(http://vanhooser.tuckeradvisorscm.com/wp-content/uploads/sites/177/2026/04/4gbC2ONRcdH0_XArInRIMih70YUB4802y5iZeapJP3c.jpg);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 900px;
    padding: 25px 0;
}

.finalcta-l-subl {
  /* height: 385px; */
  width: 197px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.finalcta-l-subr {
  /* height: 400px; */
  width: 40%;
      display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    margin: 0px;
}

.finalcta-l-subr h4 {
      /* margin-bottom: 10px; */
    font-size: 1.2rem;
    font-weight: 600;
}

.finalcta-l-subr p {
      margin-bottom: 10px;

}

.home-finalcta-iframecontainer {
  width: 80%;
  min-width: 475px;
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
}

.linkedin-link-container {
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}

.finalcta-l-subr {
  font-size: .9rem;
  color: #1c2d46;
      width: 155px;
    margin: 0px 24px;
}

.faq-p {
  width: 100%;
  height: 600px;
}


/* .wufoo .info h2 {
    display: none !important;
}z
.wufoo .recaptcha-text {
  display: none !important;
} */




@media (max-width: 1200px) {

  .footer-section {
    flex-direction: column;
  }

  .home-finalcta-container {
    flex-direction: column;
    /* border: 1px solid red; */
    width: 100%;
  }

  /* .cfc-form {
    width: 100%;
     border: 1px solid red;
  } */
  
  
}