@charset "UTF-8";
/***!  /templates/shaper_helixultimate/css/custom.css  !***/

:root {
  --bhc-light-blue: #02aff0;
  --bhc-medium-blue: #008bca;
  --vengel-dark-blue: #000346;
  --vengel-light-color: #ffffff;
  --bhc-highlight-color: #eee8a9;
  --bhc-light-teal: #5d938b;
  --bhc-light-teal: #00645a;
  --bhc-light-gray: #f0fbff;
  --bhc-dark-gray: #baa6b1;
  --vengel-dark-color: #000000;
  --base-font-size: 18px;
  --menu-font-size: 20px;
  --menu-font-color: rgb(255,255,255,1);
  --vengel-menu-font: "DM Sans", sans-serif;
  --vengel-logo-font: "Merriweather", serif;
}
/* Reset Base Font Size to 16px */
body,
html {
  font-size: var(--base-font-size);
}

/* Start Header & Menu Styling */
#sp-header {
  background: transparent;
  box-shadow: none;
  position: absolute;
  z-index: 200;
}
#sp-header.header-sticky {
  animation: spFadeInDown 0.8s;
  background: rgb(0,0,0,.3);
  height: 68px;
}


#sp-header.header-sticky {
  .logo {
    height: 60px;
  }
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    line-height: inherit;
  }
}
.logo-image {
  height: 80px;
  filter: grayscale(1) saturate(100) brightness(200);
}

#sp-header.header-sticky .logo-image {
  height: 60px;
  filter: none;
}


@media (min-width: 992px) and (max-width: 1400px) {
  .sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a {
    font-size: calc(var(--menu-font-size) - .25rem)!important;
  }
}

.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent > li.active > a {
  color: var(--menu-font-color);
  font-size: var(--menu-font-size);
  transition: color 250ms;
  font-weight: 800;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 50%;
}

.header-sticky .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 53px;
}





.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: var(--menu-font-size);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: var(--vengel-dark-blue);
}

#sp-header li a:hover,
#sp-header li a:focus-visible,
#sp-header li a:active,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: var(--vengel-light-color);
  text-decoration: 2px underline solid;
  text-underline-offset: 6px;
}

#sp-header.header-sticky {
  #sp-header li a:hover,
  #sp-header li a:focus-visible,
  #sp-header li a:active,
  .sp-megamenu-parent > li.active > a,
  .sp-megamenu-parent > li > span,
  .sp-megamenu-parent > li > a {
    color: var(--vengel-light-color);
  }
}

.vengel-secondary-page {
  #sp-header {
    background: #ffffff;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
    z-index: 200;
  }
  .logo-image {
    height: 80px;
    filter: none;
  }
  #sp-header.header-sticky {
    background: rgb(255,255,255,1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  }

  .sp-megamenu-parent > li > span,
  .sp-megamenu-parent > li > a {
    color: var(--vengel-dark-blue);
  }
  #sp-header li a:hover,
  #sp-header li a:focus-visible,
  #sp-header li a:active,
  .sp-megamenu-parent > li.active > a {
    color: var(--vengel-dark-blue);
    text-decoration: 2px underline overline solid;
    text-underline-offset: 4px;
  }
}

/* Vengel Dropdown Menu Styling */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: transparent;
  box-shadow: none;
  padding: 20px;
}

.header-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgb(0,0,0,.3);
  box-shadow: none;
  padding: 20px;
}

/* Vengel Secondary Page Dropdown Menu Styling */
.vengel-secondary-page {
  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    box-shadow: none;
    padding: 20px;
  }
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item,
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: var(--vengel-dark-blue);
  }
}

.vengel-left-border {
  border-left: 10px solid #e4eebc;
}

.vengel-light-left-border {
  border-left: 10px solid #fffbd6;
}

.vengel-block-titles h3 {
transform: scale(1, .9);
}

.vengel-icon-column .sppb-row-column {
  padding: 0px!important;
}

.vengel-contact-icons {
  font-size: 3rem;
  color: #7A7585
}
@media (max-width: 1099px) {
  .vengel-contact-icons {
    font-size: 2.2rem;
  }
  .vengel-mobile-icons {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .vengel-contact-icons {
    font-size: 1.8rem;
  }
  .vengel-mobile-icons {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
  }
}

.vengel-contact-text p {
  margin: 0px;
}


.vengel-page-title {
  font-family: Sedan;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.1em;
  margin-bottom: 40px;
  color: #000000;
}

.vengel-aboutus-image {
  width: 300px;
  height: auto;
  shape-outside: url(https://vengelconsulting.com/images/suzanne-prouty-300.webp);
  float: left;
  display: flow-root;
  shape-margin: 1rem;
}

@media (max-width:1100px) {
  .vengel-page-title {
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  .vengel-aboutus-image {
    width: 280px;
    height: auto;
  }
}
@media (max-width:991px) {
  .vengel-page-title {
    font-size: 2.2rem;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
  .vengel-aboutus-image {
    width: 200px;
    height: auto;
  }
}
@media (max-width:579px) {
  .vengel-page-title {
    font-size: 1.8rem;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
  .vengel-aboutus-image {
    width: 200px;
    height: auto;
    float: none;
    margin: 0 auto 20px auto;
  }
}

.vengel-checkmark-list,
.vengel-arrow-list {
  list-style-type: none;
}
.vengel-checkmark-list li:before {
  content: "\2713";
  padding-right: 5px;
}
.vengel-arrow-list li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  padding-right: 5px;
  font-weight: 900;
  color: #491e6e;
}

.vengel-pointer-list li {
  list-style-type: none;
}

.vengel-pointer-list li:before {
  /*font-family: "Font Awesome 6 Pro";*/
  content: "\27A2";
  padding-right: 5px;
  /*font-weight: 900;*/
  color: #491e6e;
}



.d-flex {
  justify-content: center;
}
#sp-logo .d-flex {
  justify-content: left;
}
#sp-header .logo a {
  font-family: var(--vengel-logo-font);
  font-size: 50px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: var(--vengel-light-color);
  text-decoration: none;
  /* font-style: italic; */
  font-weight: 900;
  letter-spacing: -2px;
  text-shadow: 0px 0px 5px black;
}


@media (max-width: 991px) {
  #sp-header {
    height: 100px;
  }
  #sp-header .logo {
    height: 100px;
    display: inline-flex;
    margin: 0;
    align-items: center;
  }
  .d-flex {
    justify-content: end;
    margin: 0px;
  }
  .offcanvas-menu .d-flex {
    justify-content: left;
    margin: 0px;
    background: #ffffff;
  }
  .offcanvas-menu {
    background-color: #f0fbff;
  }
}
@media (max-width: 767px) {
  #sp-header {
    padding: 0px 20px!important;
  }
}

@media (max-width:1399px) {
  #sp-header,
  #sp-header.header-sticky {
  }
  #sp-header .logo a {
	font-size: 40px;
  }
}

@media (max-width:1099px) {
  #sp-header .logo a {
	font-size: 30px;
  }
}

@media (max-width:767px) {
  #sp-header .logo a {
	font-size: 20px;
  }
}







.sp-menu-item img {
  max-width: 24px;
  filter: grayscale(1) brightness(300%);
  transition: filter 250ms;
}

.sp-menu-item img:hover {
  filter: grayscale(0) brightness(100%);
}

.sp-menu-item .image-title {
  display: none;
}
.burger-icon > span,
.offcanvas-active .burger-icon > span {
  background-color: #ffffff;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #008bca;
}

/* End Header & Menu Styling */

/* Start Page Styling */
.nlt-eb-settings #sp-main-body {
  padding: 100px 0px 100px 0px;
  /* min-height: 80dvh; */
}
@media (max-width:1200px) {
  .nlt-eb-settings #sp-main-body {
    padding: 50px 0px 30px 0px;
    width: 94%!important;
    min-height: 60dvh;
  }
}

@media (min-width: 768px) and (max-width:1200px) {
  .btn-primary,
  .btn-secondary {
    padding-inline: 5px!important;
    font-size: .85rem!important;
  }
}
p {
  margin-bottom: .8rem
}
.sppb-btn-xlg {
  padding: 20px 20px;
}
/* End Page Styling */





/* Start Blog Page Styling */
.bhc-blog-pages #sp-main-body {
  padding: 150px 0px 50px 0px;
  min-height: 80dvh;
}

@media (max-width:991px;){
  .bhc-blog-pages #sp-main-body {
  padding: 50px 0px;
  min-height: 60dvh;
}

}

.blog,
.blogbhc-blog-pages,
.article-details {
  width: 60%;
  margin: 0 auto;
}

@media (max-width:1400px) {
  .blog,
  .blogbhc-blog-pages,
  .article-details {
    width: 90%;
  }
  .bhc-blog-pages #sp-main-body {
    padding: 100px 0px 50px 0px;
    min-height: 80dvh;
  }
}

.page-header {
  padding-bottom: 0px;
  text-align: center;
  color: var(--bhc-dark-blue);
}

.vengel-btn-shadow:hover,
.vengel-btn-shadow:focus {
    box-shadow: 2px 2px 4px 0px rgb(0, 0, 0, 0.65)!important;
}
.vengel-background-image {
  opacity: 20%;
}

/* Footer Logo Styling */
.footer-osw-logo img {
  opacity: .5;
  filter: grayscale(1);
  transition: all .3s ease;
}
.footer-osw-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
}
/* End Footer Logo Styling */


