
/*--- SEARCH ---*/
.resource-main .hs-search-field {
  position: relative;
}
.resource-main .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.resource-main .hs-search-field__bar button svg {
  height: 10px;
}
.resource-main .hs-search-field__suggestions {
  border: 1px solid #000;
  background:#fff;
  padding:10px;
  display:none;
}

.resource-main .hs-search-field--open .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
  display:block;
  background:#fff;
  padding:10px;
}

.resource-main .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.resource-main .hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.resource-main .hs-search-field__suggestions a,
.resource-main .hs-search-field__suggestions #results-for {
  display: block;
}
.resource-main .hs-search-field__suggestions a:hover,
.resource-main .hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
/*--- END SEARCH ---*/



/*--- GRID LAYOUT ----*/
.resource-main .content-wrapper {
  max-width: 1400px;
}
.resource-outer {
  display: flex;
  gap: 60px;
}



/*--- FILTER WRAP ---*/
.resource-main .filter-search-wrap {
  display: flex;
  gap: 15px;
/*   align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
}
.resource-main .resource-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items:center;
}



/*--- TYPE FILTER ---*/
.resource-main .single-menu a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #06060c;
}
.resource-main .filter-box {
  margin-left: auto;
  max-width: 170px;
  flex: 0 0 100%;
  background-color: #d70c7e;
  border-radius: 28px;
  /*   padding: 2px 25px; */
  position: relative;
  background-image: url(https://448827.fs1.hubspotusercontent-na1.net/hubfs/448827/Website%20Redesign%202024/Images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;

}
.resource-main .single-menu.active a {
  color: #d70c7e;
}
.resource-main .single-menu button {
  appearance: none;
  border: none;
  background: transparent;
  letter-spacing: .8px;
  font-size: 14px;
  font-weight: 600;
  cursor:pointer;
  text-transform:uppercase;
  color:#000;
}

.single-menu.type-filter.active {
  border-bottom: 2px solid #d70c7e;
}

/*--- END TYPE FILTER ---*/


/* TOPIC FILTER */
.resource-main .filter-box a.listDropper {
  display: inline-block;
  border-radius: 28px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 24px;
  width: 100%;
}
.resource-main .dropdownList.show-filterList {
  display: block !important;
}
.resource-main .dropdownList {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 10px);
  background-color: #eef0f0;
  padding: 10px 15px 10px;
  max-height: 200px;
  overflow-y: auto;
  text-align: center;
  z-index: 1;
}
.resource-main .dropdownList > * {
  margin-bottom: 10px;
}
.resource-main .dropdownList > *:last-child {
  margin-bottom: 0;
}
.resource-main .dropdownList::-webkit-scrollbar {
  width: 10px;
}
.resource-main .dropdownList::-webkit-scrollbar-track {
  background: #eef0f0;
}
.resource-main .dropdownList::-webkit-scrollbar-thumb {
  background: #75797c;
  border-radius: 8px;
}
.resource-main .dropdownList a {
  color: #06060c;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.resource-main .dropdownList a:hover {
  color:#d70c7e;
}
/* END TOPIC FILTER */


/* CLEAR FILTER */
.clear-filters {
text-align: right;
    margin-bottom: 5px;
    margin-right: 45px;
}
.clear-filters a {text-transform: uppercase;font-size:12px;}


/* SEARCH */
.resource-main .search-wrapper .search_icon_main img {
  width: 24px;
  height: auto;
  vertical-align: bottom;
}




.resource-button-wrap {
  margin-top: 40px;
}
.resource-outer .resource-left-side {
  max-width: 66%;
  flex: 0 0 100%;
  padding: 60px 0;
}
.resource-outer .resource-right-side {
  max-width: calc(100% - 60% - 60px);
  flex: 0 0 100%;
  padding: 122px 60px 80px;
  background-color: #eef0f0;
  font-family: 'Century Gothic';
  box-shadow: 0 0 0 100vmax #eef0f0;
  clip-path: inset(0 -50vw 0 0);
}
.resource-multi-box-wrap {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.resource-multi-box-wrap > * {
  max-width: calc(100% / 3 - 14px);
  flex: 0 0 100%;
}



/* CARD STYLES */
.single-box-wrap {
  background-color: #1b1d1d;
  border-radius: 12px;
  position:relative;
}
.single-box-wrap .image img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 12px 12px 0 0;
  height: 180px;
  object-fit:cover;
  object-position: top;
}
.single-box-wrap .description-wrap {
  padding: 35px 25px 60px;
  position: relative;
  font-family: 'Century Gothic';
  color: #fff;
}
.single-box-wrap .description-wrap .tag {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  background-color: #d70c7e;
  width: 120px;
  padding: 2px 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  border-radius: 12px;
  text-transform:uppercase;
}
.single-box-wrap .description-wrap .date-author {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing:1px;
}
.single-box-wrap .description-wrap .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.single-box-wrap .description-wrap .description p {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
}
.single-box-wrap .btn a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px 0 0;
  position: absolute;
  left:25px;
  bottom:40px;
}
.single-box-wrap .btn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 7px;
  right: 0;
  background-image: url('https://448827.fs1.hubspotusercontent-na1.net/hubfs/448827/Website%20Redesign%202024/Images/read-more-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
}
/* END CARD STYLES */



.resource-button-wrap button#loadMore {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #06060c;
  text-transform: uppercase;
  width: 180px;
  height: 50px;
  border: 2px solid;
  background-color: transparent;
  margin: 40px auto 0;
  display: block;
  cursor: pointer;
  font-family: 'Century Gothic';
  padding: 10px 20px;
}


/* NO RESULTS MESSAGE */
.no-results-message {max-width: 100%;}
.no-results-message p {font-weight:bold;color:#d70c7e;}


/* RIGHT COLUMN */
.form-title-wrap p {
  margin-top: 0;
}
.form-title-wrap .title-text p {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #06060c;
  display: inline-block;
  margin-bottom: 0px;
}
.form-title-wrap .title-text h3 {
  font-size: 18px;
  color: #06060c;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Century Gothic';
  margin-top: 5px;
}
.form-title-wrap .title-text h3 span {
  color: #d70c7e;
}
.resource-outer .form-wrap .form-title {
  display: none;
}
.resource-outer .form-wrap {
  margin-top: 30px;
}
.resource-outer form .hs-form-field > label {
  font-size: 16px;
  font-family: 'Century Gothic';
  color: #06060c !important;!i;!;
  margin-bottom: 5px;
  display: inline-block;
}
.resource-outer form .hs-form-field .hs-input {
  background-color: #bfc4c4;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  height: 50px;
  font-size: 16px;
  font-family: 'Century Gothic';
}
.resource-outer form .hs-form-field {
  margin-bottom: 20px;
  padding: 0 !important;!i;!;
}
.resource-outer .form-wrap form fieldset.form-columns-2 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.resource-outer .form-wrap form fieldset.form-columns-2 > * {
  max-width: calc(100% / 2 - 15px);
  flex: 0 0 100%;
}
.resource-outer .form-wrap form fieldset {
  width: 100%;
}
.resource-outer .form-wrap form .hs-submit {
  margin-top: 30px;
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.resource-outer .form-wrap form .hs-submit::before, 
.resource-outer .form-wrap form .hs-submit::after {
  display: none;
}
.resource-outer .form-wrap form .hs-submit .hs-button {
  padding: 10px 20px;
  font-size: 14px;
  color: #06060c;
  font-weight: bold;
  font-family: "Century Gothic";
  border: 2px solid;
  border-radius: 0 !important;
  min-width: 180px;
  height: 50px;
  background:transparent;
}
.resource-outer .form-wrap form .hs_error_rollup {
  display: none;
}
.resource-outer .form-wrap form label.hs-error-msg {
  font-size: 14px;
  color: red;
}
.resource-outer .form-wrap form ul.hs-error-msgs {
  margin: 10px 0 0;
}
.resource-outer .form-wrap .submitted-message {
  text-align: left;
  font-weight: 400;
}

.resource-outer .trending-wrap {
  margin-top: 100px;
}
.trending-wrap .title-text p {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #06060c;
  display: inline-block;
  margin-bottom: 0px;
}
.trending-wrap .title-text h3 {
  font-size: 18px;
  color: #06060c;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Century Gothic';
  margin-top: 5px;
}
.trending-wrap .title-text h3 span {
  color: #d70c7e;
}
.trending-wrap .image {
  margin-top: 30px;
}
.trending-wrap .image img {
  width: 100%;
  vertical-align: bottom;
}
.trending-wrap .btn a {
  margin-top: 60px;
  display: inline-block;
  width: 180px;
  height: 50px;
  padding: 10px 20px;
  font-size: 14px;
  color: #06060c;
  font-weight: bold;
  font-family: "Century Gothic";
  border: 2px solid;
  text-transform: uppercase;
  text-align: center;
}

.quick-links-wrapper {margin-top:100px;}

.quick-links-wrapper .quick-links-title p {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #06060c;
  display: inline-block;
  margin-bottom: 0px;
}
.quick-links-wrapper .quick-links-title h3 {
  font-size: 18px;
  color: #06060c;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Century Gothic';
  margin-top: 5px;
}
.quick-links-nav ul {margin-top:20px;display:flex;flex-direction:column;list-style: disc;padding-left: 20px;}
.quick-links-nav ul li a {padding: 0;}
.quick-links-nav ul li {padding:10px 0;}
.quick-links-nav ul li a:hover,
.quick-links-nav ul li a:focus {color: #d70c7e;}

/*--- search bar ----*/
.resource-main .search-wrapper .search_icon_main {
  z-index: 9;
  cursor:pointer;
}
.resource-main .filter-search-wrap .search-wrapper {
  position: relative;
  display: flex;
}
.resource-main .search-wrapper .hs-search-field{
  display: block !important;
  width: 0;
  opacity:0;
  transition: 0.3s;
  position: absolute;
  right: 30px;
  top:-5px;*
}
.resource-main .search-wrapper .hs-search-field.show_search_bar {
  width: 300px;
  opacity: 1;
  top:-5px;
  z-index:999;
}
.resource-main .search-wrapper .hs-search-field form input {
  background-color: #bfc4c4;
  border: 1px solid;
  padding: 10px;
  font-size: 14px;
  font-family: 'Century Gothic';
  color: #000;
  letter-spacing: 1px;
}
.resource-main .search-wrapper .hs-search-field form input::placeholder {
  font-weight: 700;
  letter-spacing: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* TEMP FIX FOR HEADER SEARCH SUGGESTIONS */
.pwr-header-search__inner .hs-search-field__suggestions {
  display:block;background:#fff;padding-left:20px;
}


/*---- responsive ----*/

@media(max-width: 1480px){
  .resource-main .content-wrapper {
    max-width: calc(100% - 80px);
    padding: 0;
  }
  .resource-outer > *:nth-child(1) {
    max-width: 60%;
  }
  .resource-outer > *:nth-child(2) {
    max-width: calc(100% - 60% - 60px);
  }
}
@media(max-width: 1400px){
  .stella_resource_2024 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .resource-outer > *:nth-child(1) {
    max-width: 65%;
  }
  .resource-outer {
    gap: 50px;
  }
  .resource-outer > *:nth-child(2) {
    max-width: calc(100% - 65% - 50px);
    padding: 100px 40px;
  }
  .resource-main .filter-box {
    max-width: 180px;
  }
  .resource-main .filter-search-wrap {
    gap: 10px;
    align-items: flex-start;
  }
  .resource-main .resource-menu-wrap {
    flex-wrap: wrap;
  }
}
@media(max-width: 1200px){
  .resource-outer > *:nth-child(1) {
    max-width: 60%;
  }
  .resource-outer > *:nth-child(2) {
    max-width: calc(100% - 60% - 50px);
  }
  .resource-multi-box-wrap {
    flex-wrap: wrap;
  }
  .resource-multi-box-wrap > * {
    max-width: calc(100% / 2 - 10px);
  }
}

@media(max-width: 991px){
  .resource-outer {
    flex-wrap: wrap;
    gap: 0;
  }
  .resource-outer > *:nth-child(1) {
    max-width: 100%;
  }
  .resource-outer > *:nth-child(2) {
    max-width: 100%;
    box-shadow: none;
    clip-path: unset;
  }
}

@media(max-width: 767px){
  .resource-multi-box-wrap > * {
    max-width: 100%;
  }
  .resource-outer > *:nth-child(2) {
    padding: 60px 20px;
  }
  .resource-outer .trending-wrap {
    margin-top: 40px;
  }
}
@media(max-width: 580px){
  .resource-main .content-wrapper {
    max-width: calc(100% - 40px);
  }
}
@media(max-width: 475px){
  .resource-main .filter-box {margin-left:auto!important;}
  .clear-filters {margin-right:0;}
  .resource-main .resource-menu-wrap {justify-content:flex-end;}
}



/* NEW STYLES */

/* Update card styles for clickable cards */
.single-box-wrap {
  background-color: #1b1d1d;
  border-radius: 12px;
  position: relative;
  display: block; /* Makes the anchor block-level */
  text-decoration: none; /* Removes underline from link */
  color: inherit; /* Inherits text color */
  transition: transform 0.2s ease; /* Smooth transform on hover */
}

/* Add subtle hover effect to entire card */
.single-box-wrap:hover {
  transform: translateY(-2px);
}

/* Update hover states for title and read more */
.single-box-wrap:hover .title,
.single-box-wrap:hover .btn span {
  color: #fffa09 !important;
}

/* Update the btn styles since we're now using a span instead of an a tag */
.single-box-wrap .btn span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px 0 0;
  position: absolute;
  left: 25px;
  bottom: 40px;
  transition: color 0.2s ease;
}

.single-box-wrap .btn span::before {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 7px;
  right: 0;
  background-image: url('https://448827.fs1.hubspotusercontent-na1.net/hubfs/448827/Website%20Redesign%202024/Images/read-more-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
}

/* Ensure title has transition */
.single-box-wrap .title {
  transition: color 0.2s ease;
}