﻿.heading-gap{margin-bottom: clamp(2rem, 4vw, 3.75rem);}

.section--resources-hero{}
.resources-hero-caption{max-width:1130px; text-align: center; gap:24px; min-height:260px;}
.resources-hero-caption h1, .nd-hd{font-size: clamp(2rem, 3vw, 3.75rem); letter-spacing: 1px; color: var(--PrimaryClr);}
.resources-hero-caption p{opacity: 0.8; max-width:700px; color: #14141E;}

.resopurces-search{max-width:470px;}
.resopurces-search .form-control{padding:9px 40px 9px 45px; border-color:#AABFFD!important;}
.resopurces-search .search-button{background:url('../images/search.svg') no-repeat center;width:50px;height:43px;background-size:18px;}
.close-search{top: 50%; right:15px; transform: translateY(-50%); opacity: 0.6; width: 12px;}

.resources-listing-card a.ratio::before{padding-top: 72%;}
.resources-listing-card a img, .lt-card-image img{transition:all 0.3s ease;}
.resources-listing-card a:hover img, .lt-card-image img:hover{transform: scale(1.05);}
.resources-listing-card h2{line-height: 142%;}

.resources-cat-name a{color: var(--PrimaryClr); border-color: var(--PrimaryClr)!important;}
.resources-cat-name a:hover{background: var(--PrimaryClr); color: var(--WhiteClr);}
.post-date{ color:#80807f;}
.learn-more-link a{color: var(--PrimaryClr);}

/* Resource details */
.newsroom-header h1{}

.newsroom-details .container{max-width: 900px;}
.newsroom-content h2{font-size: clamp(22px, 2.8vw, 28px);}
.newsroom-content h3{font-size: clamp(18px, 2.4vw, 24px);}
.newsroom-content p{line-height:190%;}
.newsroom-content a{color:#FD6533;}

.newsroom-content ul{list-style: none; padding: 0px; margin: 0px;}
.newsroom-content ul li{position: relative; padding-left: 1.4rem; padding-bottom:0.875rem;}
.newsroom-content ul li:before{content: ''; position: absolute; background: var(--BlackClr); left: 0px; top:11px; width: 4px; height: 4px; border-radius: 100%;}


@media all and (min-width:960px){
  .resources-hero-caption p{line-height: 180%;}
  .resources-meta, .newsroom-content p, .newsroom-content li{font-size:18px;}
  .resources-listing-card h2{max-width: 80%;}
}

