/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Header Overrides */
.header--sticky-active .header__section--main {
    background: rgb(0 0 0 / 85%)!important;
}

.header--sticky-active .nav__list--level1>li>a, .header--sticky-active .nav__list--level1>li>a:hover {
    color: #fff;
}

ul.nav__list.nav__list--level2 li a {
    line-height: normal;
}

/*Button Overrides*/
body .hs-button, body .btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px !important;
  border: 2px solid transparent;
}


/* Footer Links */
.footer__section--top.section {
  background-image: url('https://19498760.fs1.hubspotusercontent-na1.net/hubfs/19498760/Katzcy/Website/2023/kata.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__section--main.section {
  background-image: url('https://www.katzcymarketing.com/hubfs/Katzcy/Website/Katzcy%20Marketing/Katzcy-Marketing_hero_bkgd.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-nav__title a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #83BF3A !important;
}

li.col-nav__item {
    line-height: normal;
}

.col-nav__item a {
    font-size: 17px;
}

div#rtext__footer_copyright .small-text, #rtext__footer_links .small-text {
    font-size: 14px;
}

footer .footer__section--main {
    padding-bottom: 0;
  
}

.footer--11 .footer__section--bottom {
    width: 100%;
}

footer .footer__legal {
    border-top: 0;
    padding-top: 0;
}

footer.footer h4 {
    margin-bottom: 0;
    text-transform: uppercase;
  font-weight: 600;
}

footer .hs-input {
    padding: 0.75rem;
}

/* Blog Overrides */
.blog-sub.section {
  display: none;
}

/* Landing Page Form */
.landing-form .form-title span {
    color: #000;
    font-size: 20px;
    /* font-weight: 400; */
}

/* Landing Page Footer */
.footer--4 .footer__nav {
    display: none;
}
.footer--4 .module--footer_icons {
    margin-bottom: 20px;
}

.footer--4 .icon--extra-large .icon__glyph
{
  height: inherit;
    width: inherit;
}

.footer--4 .footer__section--main {
    padding: 20px 0;
}


/*Blog Author */
.blog-author.section {
    padding-bottom: 48px;
    padding-top: 250px;
    background-image: url(https://19498760.fs1.hubspotusercontent-na1.net/hubfs/19498760/Katzcy/Website/2023/Katzcy-Hero-Background.png);
      background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.blog-author .section-intro__desc-inner {
    color: #fff;
}
.tags .tag-background {
    padding-top: 250px !important;
    padding-bottom: 80px !important;
}
.tags .tag-background {
    background-image: url(https://19498760.fs1.hubspotusercontent-na1.net/hubfs/19498760/Katzcy/Website/2023/Katzcy-Hero-Background.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.blog-author__photo img {
    border-radius: 50% !important;
}

/* Career */
.team .team-card__img {
    border-radius: 999px;
    height: 200px;
    width: 200px;
}

/*Pillar*/ 
.pillar-nav {
    top: 86px !important;
}

.outline-hover.btn:hover {
    text-decoration: none;
    transform: scale(1.07);
    background-color: transparent !important;
    border: 2px solid #83bf3a;
}
.outline-hover.blue.btn:hover {
	border: 2px solid #46ace3;
}
.dark-text.btn:hover {
  color: #333;
}

@media all and (max-width: 767px) {
  .pillar-nav {
      top: 50px !important;
  }
}

  .multi-head .section-intro__title h2 {
      text-transform: uppercase;
      letter-spacing: 5px;
      font-size: 140%;
  }
  .section-intro__overline {
    font-size: 18px;
  }

 /*testimonial slider*/
#testimonal-mod .review__author__photo img {
    border-radius: revert;
    height: revert;
    max-width: 200px;
    width: revert;
    max-height: 80px;
    margin-right: 40px;
    filter: brightness(0) invert(1);
}
#testimonal-mod .review__author {
    max-width: 60%;
}
  #testimonal-mod .splide--draggable>.splide__track>.splide__list>.splide__slide {
    align-items: center;
    justify-content: center;
}
  #testimonal-mod .review__author__details {
    font-style: italic;
    font-size: 80%;
    line-height: 110%;
}
 
.blog-hero-1__overlay {
  opacity: .8 !important;
}

/* 2024 Rebranding */
header .nav__link { text-transform: uppercase; font-weight: 400; }
header .btn { border: 0; border-radius: 5px; }
.cell_16832897043884-background-layers { border-radius: 20px; }

@media(min-width: 1140px) {
  .footer__about { padding-right: 100px; }
  #footer-logos .s2 { width: 14.285%;
}
@media(max-width: 1139px) {
  .col-nav__col { text-align: center; }
  .footer__legal > div { justify-content: center; }
}