/*
 Theme Name:   futuretheory
 Theme URI:    https://futuretheory.co
 Description:  Custom theme developed for Futuretheory by Futuretheory
 Author:       Futuretheory
 Author URI:   https://futuretheory.co
 Template:     generatepress
 Version:      0.1
*/


/* GENERAL  */
 a.button{
	 padding:18px 24px;
	 font: normal normal bold 18px/24px Soehne;
	 border-radius:2px;
}
 a.button.white{
	 background:#fff;
	 color:#333;
}
 a.button.blue{
	 background:var(--ft-blue);
	 color:#fff;
}
 a.button.black{
	 background:#333;
	 color:#fff;
}
 a.button.blue:hover{
	 background:#333;
	 color:#fff;
}
 a.button.black:hover{
	 background:var(--ft-blue);
	 color:#fff;
}
 a.button.white:hover{
	 background:var(--ft-blue);
	 color:#fff;
}
 .home.separate-containers .inside-article{
	 padding:0;
}
 body{
	 overflow-x:hidden;
}
 body.home .site {
	 max-width: 100%;
}
 a {
	 text-decoration: none;
	 overflow-wrap: break-word;
	 word-wrap: break-word;
	 word-break: break-word;
}
 .site-content a:hover img{
	/* transform:translatey(-6px);
	 */
	 transform: scale(1.05);
	 transition: transform 0.35s ease-out;
}
 .is-link-blue{
	 font:18px/26px Soehne;
	 color: var(--ft-blue);
	 border-bottom:2px solid;
	 padding-bottom:9px;
	 font-weight:bold;
	 position:relative;
}
 .is-link-blue:hover{
	 border-bottom:none;
	 padding-bottom:11px;
}
 .is-link-blue:hover:after{
	 transform: scaleX(1);
}
 .is-link-blue:after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 2px;
	 bottom: -1px;
	 left: 0;
	 background-color: #000;
	 transform-origin: bottom left;
	 transition: transform 0.25s ease-out;
	 transform: scaleX(0);
}
 .is-link-white{
	 font:18px/26px Soehne;
	 color: #fcfcfc;
	 font-weight:bold;
	 border-bottom:2px solid;
	 position:relative;
	 padding-bottom:9px;
}
 .is-link-white:hover{
	 border:none;
	 padding-bottom:11px;
}
 .is-link-white:hover:after{
	 transform: scaleX(1);
}
 .is-link-white:after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 2px;
	 bottom: 0;
	 left: 0;
	 background-color: #fff;
	 transform-origin: bottom left;
	 transition: transform 0.25s ease-out;
	 transform: scaleX(0);
}
 .sticky-enabled .main-navigation.is_stuck {
	 box-shadow: none !important;
}
 .wp-block-image figcaption{
	 font-size:16px;
	 margin-top:5px;
}
/* HEADER */
 .home .header-wrap{
	 border-bottom: 1px solid #F9F9F9;
}
/* .home .inside-page-hero:after {
	 width: 100%;
	 height: 100%;
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 0;
	 background: #000;
	 opacity: 0.1;
	 z-index: 3;
}
 */
 #menu-primary-menu li a{
	 position:relative;
}
 #menu-primary-menu > li > a {
	 padding-top: 37px;
	 padding-bottom: 37px;
}
 #menu-primary-menu > li > a:after {
	 content: '';
	 position: absolute;
	 width: calc(100% - 40px);
	 height: 1px;
	 bottom: -9px;
	 left: 0;
	 background-color:var(--ft-blue);
	 transform-origin: bottom left;
	 transition: transform 0.3s ease-out;
	 transform: scaleX(0);
}
 #menu-primary-menu li a:hover:after {
	 transform: scaleX(1);
}
 .is_stuck #menu-primary-menu li a:after {
	 background-color: var(--ft-blue);
	 bottom: 24px;
}
 .rank-math-breadcrumb .separator{
	 visibility:hidden;
	 position:relative;
	 margin:0 8px;
}
 .rank-math-breadcrumb .separator:after{
	 content:"";
	 width:100%;
	 height:85%;
	 position:absolute;
	 left: 0;
	 bottom: 0;
	 background-size:contain;
	 background-repeat:no-repeat;
	 background-position:center center;
	 background-image:url("../svg/chevron.svg");
	 visibility:visible;
}
 .single-post .single-header .rank-math-breadcrumb p span:nth-last-child(2):after{
	 visibility:hidden;
}
 .single-post .single-header .rank-math-breadcrumb p .last{
	 display:none;
}
 .main-navigation.sticky-navigation-transition .navigation-branding img{
	 height:56px;
}
 .inside-header{
	 justify-content: space-between;
	 padding: 0;
}
 .main-navigation .fas {
	 font-size:16px;
}
 .single-header .author-avatar img {
	 border-radius: 64px;
}
 .author-name img{
	 display:none;
	 border-radius: 150px;
}
 .single-header{
	 display: grid;
	 grid-template-columns: 8fr 7fr;
	 grid-column-gap: 128px;
}
 .home .single-header{
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-column-gap: 64px;
}
 .home a.button.white {
	 background:#ffffff;
	 color:var(--ft-blue);
}
 .home a.button.white:hover {
	 background:#000;
	 color:#ffffff;
}
 .single-header .breadcrumbs p, .single-header .breadcrumbs p a{
	 font: 16px/24px Soehne;
	 color: #999999;
	 text-decoration:none;
}
 .single-header .text{
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
}
 .single-header .text h2{
	 font-weight:500;
}
 .single-header .post-meta{
	 display: grid;
	 grid-template-columns: 680fr 400fr;
	 grid-column-gap: 120px;
	 align-items: end;
	 margin-top: 30px;
}
 .post-meta{
	 font: 16px/24px Soehne;
	 color: #333333;
}
 .post-meta .post-author{
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
}
 .post-meta .post-author .reviewed-by a{
	 color:#333333;
}
 .post-meta .author-avatar, .post-meta .author-info, .post-meta .publish-date, .post-meta .update-date{
	 display:inline-block;
}
 .post-meta .author-avatar{
	 margin-right:16px;
}
 .post-meta .author-info{
	 margin-right:32px;
}
 .post-meta .author-info .author.vcard a{
	 font: 16px/24px Soehne;
	 color: var(--ft-blue);
	 text-decoration:none;
	 font-weight:800;
}
 .post-meta .post-category a{
	 color:#333333;
}
 .single-post .single-header .button{
	 padding:18px 25px;
	 background:#000;
	 color:#fff;
	 margin-top:32px;
}
 .author .single-header .image img{
	 border-radius: 384px;
}
 .author .single-header .text{
	 display: flex;
	 flex-direction: column;
	 height: 100%;
	 justify-content: center;
}
 .author .single-header .breadcrumbs p{
	 margin:0;
}
 .author .single-header .text h2{
	 margin-bottom:16px;
}
 .author .single-header .author-position{
	 font: 24px/32px Soehne;
	 margin-bottom:32px;
	 color: #333333;
}
 .author .single-header .author-bio{
	 font: 18px/26px Soehne;
	 color: #333333;
}
 .author .single-header{
	 grid-template-columns: 7fr 3fr;
	 grid-gap:120px;
}
 .home .single-header{
	 max-width:1800px;
	 margin:auto;
	 padding:96px 0;
	 position:relative;
	 z-index:5;
}
 .home .single-header .hero-text {
	 padding:56px 0;
}
 .home .single-header .hero-text .call-to-action{
	 display: flex;
	 align-items: center;
	 gap: 24px;
	 flex-wrap: wrap;
}
 .home .single-header .hero-text .call-to-action .is-link-white{
	 padding-top:9px;
}
 .home .single-header .hero-text .call-to-action .is-link-white:hover{
	 color:#fff;
}
 .home .single-header .gif{
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 transition: all 0.1s linear;
}
 .page-id-10331 .header-wrapper {
	 margin:120px 0;
}
 .page-id-10331 .header-wrapper .single-header {
	 grid-template-columns:1fr 1fr;
	 align-items: center;
}
 .page-id-10331 .single-header h3 {
	 font: 104px/108px Soehne;
	 font-weight: bold;
	 margin-bottom: 0;
}
 .page-id-10331 .single-header .hero-desc{
	 font-size: 36px;
	 line-height: 48px;
	 margin-top: 48px;
}
 .page-id-10331 .header-wrapper .single-header .hero-gallery{
	 position:relative;
}
 .page-id-10331 .header-wrapper .single-header .hero-gallery img{
	 position:absolute;
	 left:0;
	 top:0;
}
 .page-id-10331 .header-wrapper .single-header .hero-gallery img.hero-image-center{
	 z-index:2;
	 transform: rotateZ(13deg);
	 position: relative;
	 left:50px;
}
 .page-id-10331 .header-wrapper .single-header .hero-gallery img.hero-image-top{
	 z-index:3;
	 transform: rotateZ(-13deg);
	 top: 100px;
	 left:50px;
}
 .page-id-10331 .header-wrapper .single-header .hero-gallery img.hero-image-base{
	 transform: rotateZ(-4deg);
	 top: -100px;
	 left: -50px;
}
 .home .header-wrapper{
	 height: 100%;
	 background-position:right center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .home .page-hero .header-wrapper{
	 background-color: #01018D;
	 background-image:url("../svg/bg-patterns.svg");
	 padding: 0 48px;
	 transition: all 0.1s linear;
}
 .home .background-video{
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 width: 100%;
}
 .home .page-hero{
	 position: relative;
	 overflow: hidden;
	 z-index: 5;
}
 .home .single-header .hero-desc{
	 font-size:36px;
	 line-height:48px;
	 font-family:Marr Sans Cond;
	 margin-top:48px;
	 margin-bottom:40px;
	 color: #ffffff;
}
 .home .single-header h3{
	 font: 104px/108px Marr Sans Cond;
	 font-weight: bold;
	 margin-bottom:0;
}
 .search-results .page-hero.style-1 h1, .search-no-results .page-hero.style-1 h1{
	 max-width:unset;
}
 .page-hero.style-1 h1, .page .page-hero h4{
	 max-width:990px;
}
 .page-hero.style-1 h1{
	 margin-top:16px;
	 margin-bottom:24px;
}
 .page-hero.style-1 h4{
	 font-weight:400;
	 line-height:38px;
}
 .page-hero.style-1 .rank-math-breadcrumb{
	 color: #999999;
}
 .page-hero.style-2 {
	 background-position-x: 50vw;
	 background-position-y: bottom;
	 background-size: cover;
	 background-repeat: no-repeat;
	 position:relative;
	 min-height:450px;
}
 .page-hero.style-2:after{
	/* content:"";
	 */
	 width:50%;
	 height:100%;
	 position:absolute;
	 right:0;
	 top:0;
	 background:#000;
	 z-index:1;
	 opacity:0.5;
}
 .page-hero.style-2 .single-header{
	 grid-template-columns: 1fr 1fr;
	 grid-column-gap:120px;
}
 .page-hero.style-2 .single-header .hero-text{
	 padding:56px 0 108px;
}
 .page-hero.style-2 .single-header h4{
	 font-weight: 400;
	 line-height: 38px;
	 margin-top:24px;
	 margin-bottom:0;
}
 .page-hero.style-2 .rank-math-breadcrumb {
	 color: #999999;
	 margin-bottom: 24px;
}
 .rank-math-breadcrumb p a{
	 color:#999999;
}
.single-glossary .rank-math-breadcrumb p a{
	 color:var(--contrast);
}
.single-glossary .rank-math-breadcrumb{
	margin-bottom:72px;
}
 .main-navigation .inside-navigation .main-nav{
	 padding-right: 20px;
}
 .site-logo.page-hero-logo img, .site-logo img {
	 display: block;
}
 .home .site-logo.page-hero-logo a{
	 position:relative;
	 z-index:2;
}
 .home .site-logo.page-hero-logo a:after{
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 bottom: 0;
	 left: 0;
	 visibility:hidden;
	 background-image:url("../svg/futuretheory-logotype-full-color-blue.svg");
}
 .home .site-logo.page-hero-logo a:hover:after{
	 visibility:visible;
}
 .home .site-logo.page-hero-logo a:hover img{
	 visibility:hidden;
}
/* Mega Menu */
 .nav-float-right #site-navigation {
	 width: 100%;
}
 .nav-float-right #site-navigation.toggled{
	 margin-top:0;
}
 .site-header .inside-navigation{
	 margin-right: 0;
	 margin-left: 20px;
	 max-width: unset;
	 position: unset;
	 justify-content: center;
}
 .nav-float-right .header-widget{
	 white-space: nowrap;
}
 .inside-header .header-widget aside .is-link-blue{
	 margin-right:24px;
}
 .inside-header .header-widget aside .button.blue{
	 padding:12px 18px;
}
 .main-navigation .inside-navigation .menu-bar-items {
	 position: absolute;
	 right: 250px;
}
 .footer-widget-1 #block-20 p {
	 margin-bottom: 0;
}
/* Footer */
 .footer-banner, .site-footer{
	 position:relative;
	 z-index:5;
}
 .site-footer{
	 background-color:#000;
}
 div#page{
	/* background-image:url("/wp-content/themes/futuretheory/images/sand.png");
	 */
	 background-repeat:no-repeat;
	 background-size:contain;
	 background-position:center 150%;
}
 .footer-widget-1 a {
	 font: 24px/31px Soehne;
	 text-decoration:none;
}
 .footer-widget-1 li{
	 list-style:none;
	 padding-bottom:12px;
}
 .footer-widget-1 h2 {
	 margin-top:38px;
}
 .footer-widget-1 .aboutlink {
	 font-size:18px;
}
 .inside-footer-widgets{
	 display:grid;
	 grid-template-columns: 61fr 119fr;
	 grid-gap:20px 
}
 .inside-footer-widgets a:hover{
	 text-decoration:underline;
	 text-underline-offset: 5px;
}
 .inside-footer-widgets>div{
	 flex:unset;
}
 .inside-footer-widgets .footer-widget-1{
	 max-width:309px;
}
 .inside-footer-widgets .footer-widget-2{
	 column-count: 3;
	 column-gap: 60px;
}
 .inside-footer-widgets .footer-widget-2 aside{
	 break-inside: avoid;
}
 .inside-footer-widgets .widget-title{
	 font: 18px/20px Soehne;
	 text-transform: uppercase;
	 opacity: 1;
	 margin-bottom:16px;
}
 .inside-footer-widgets .widget .menu li a {
	 font: 18px/23px Soehne;
}
 .site-footer .footer-desc{
	 background:#000;
}
 .site-footer .footer-desc .grid-container{
	 border-top:1px solid #999999;
	 padding:32px 0 24px;
	 display:grid;
	 grid-template-columns:61fr 119fr;
	 grid-gap:20px;
}
 .site-footer .footer-desc p{
	 font: 14px/21px Soehne;
	 margin:0;
	 color:#fff;
}
 .site-footer .footer-widgets-container .inside-footer-widgets .inner-padding{
	 padding:0;
}
 .site-footer .footer-widgets-container .inside-footer-widgets{
	 margin-left: 0px;
}
 .inside-site-info .copyright-bar, .inside-site-info .footer-bar a{
	 font: 14px/21px Soehne;
	 color: #fff;
	 text-decoration:none;
}
 .footer-banner{
	 background-color:var(--ft-blue);
}
 .footer-banner:before {
	 content: ' ';
	 display: block;
	 position: absolute;
	 right: 0;
	 top: 0;
	 z-index: -1;
	 width: 51%;
	 height: 100%;
	 background-color:var(--ft-blue);
	 background-image:url("../png/three-rows-ft-shapes-website-footer-section-pattern.png");
	 background-repeat:no-repeat;
	 background-size:cover;
	 background-position: left;
}
 .footer-bar-active .footer-bar .widget{
	 display: flex;
	 align-items: center;
	 gap:12px;
}
 .footer-banner .grid-container{
	 padding:80px 0;
	 display:grid;
	 grid-template-columns:1fr 1fr;
	 grid-gap:256px;
}
 .footer-banner .grid-container .text{
	 color:white;
}
 .footer-banner .grid-container .text h3{
	 font-size: 38px;
	 margin:16px 0;
	 color:#fff;
}
 .footer-banner .grid-container .text div{
	 font: 18px/27px Soehne;
}
 .contact-form .gist-branding-wrapper{
	 display:none!important;
}
 .contact-form{
	 max-width:480px;
	/* display: flex;
	 */
	 align-items: center;
}
 .contact-form .gist-button{
	 font:normal normal bold 18px/24px Soehne;
}
/* Home */
 .home.separate-containers .site-main{
	 margin:0;
}
 .home .site-main .wp-block-group__inner-container{
	/* padding:0;
	 */
}
 .home-section1{
	/* background:linear-gradient(0deg, rgba(45,45,254,1) 44%, rgba(75,75,254,1) 49%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	 */
	 background-color:#fff;
	 position:relative;
	 overflow:hidden;
}
/* .home-section1:before{
	 background-image:url("/wp-content/themes/futuretheory/images/One-Row-FT-Shapes-Website-Section-Pattern.png");
	 content: "";
	 width: 100%;
	 height: 100%;
	 display: none;
	 position: absolute;
	 left: -50%;
	 bottom: 0;
	 background-repeat: no-repeat;
	 background-position: right bottom;
}
 */
/* .home-section1:before {
	 position: absolute;
	 top:480px;
	 left:0;
	 content: "";
	 width: 100%;
	 height: 100%;
	 z-index: 1;
	 mix-blend-mode: overlay;
	 filter: url(#noise-filter);
}
 */
 .home-section1 .wp-block-group__inner-container:before, .home-section1 .wp-block-group__inner-container:after{
	 position: absolute;
	 left: 0;
	 top: 0;
	/* content: '';
	 */
	 width: 100%;
	 height: 100%;
	 z-index: 1;
	 mix-blend-mode: darken;
	 mix-blend-mode: difference;
	 mix-blend-mode: exclusion;
	 mix-blend-mode: multiply;
	 mix-blend-mode: overlay;
}
 .home-section1 .wp-block-group__inner-container:before{
	 filter: url(#noiseFilter);
}
 .block{
	 z-index: 2;
	 position:relative;
}
 figure.home-bg-pattern{
	 position:absolute;
	 transform: translate(0, 80px);
}
 .home-section1 .wp-block-group__inner-container{
	/* padding:40px 120px 120px;
	 */
}
 .home-section1 .container{
	 margin:0 auto;
}
 .home-section1 .wp-block-columns{
	 max-width:1800px;
	 margin:0 auto;
	 gap: 200px;
}
 .is-flex-center{
	 margin-left:auto!important;
	 margin-right:auto!important;
}
 .section-title{
	 color: #000;
}
 .home-section4{
	 padding:107px 0 0;
}
 .home-section4 > .wp-block-group__inner-container .wp-block-columns{
	 max-width:1800px;
	 margin:0 auto;
	 gap:48px;
	 justify-content: space-between;
}
 .home-section4 h6{
	 font: 18px/20px Soehne;
	 color: #999999;
	 text-transform: uppercase;
}
 .home-section4 h3{
	 margin-top:16px;
}
 .home-section4 h4{
	 font: 24px/26px Soehne;
	 color: #000000;
	 font-weight:600;
	 margin-top:32px;
}
 .home-section4 figure img{
	 width:100%;
	 height:auto;
}
 .home-section4{
	 color: #333333;
	 position:relative;
}
 .home-section4-pattern{
	 position:relative;
	 background: radial-gradient(circle, rgba(255,244,233,0.95) 0%, rgba(255,244,233,0.8) 14%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,1) 100%);
	 min-height:400px;
	 transform: scale(1.8);
	 z-index: 1;
}
 .home-section4-pattern:before, .home-section4-pattern:after{
	 position: absolute;
	 left: 0;
	 top: 10%;
	 content: '';
	 width: 100%;
	 height: 100%;
	 z-index: 1;
	 opacity: 0.5;
	 mix-blend-mode: darken;
	 mix-blend-mode: difference;
	 mix-blend-mode: exclusion;
	 mix-blend-mode: multiply;
	 mix-blend-mode: overlay;
	 mix-blend-mode: hard-light;
}
 .home-section4-pattern:before{
	 filter: url(#noiseFilter);
}
 .home-section4 .wp-block-group__inner-container{
	 position:relative;
	 z-index:3;
}
 .home-section4{
}
 .home-section4-pattern, .home-section4-pattern:before, .home-section4-pattern:after{
}
 .home .flexible-content{
	 max-width: 2056px;
	 margin: auto;
}
 .home .grid-container .all-post{
	 margin-bottom:0;
}
/* Search Result */
 .search-results .site-content .grid-container{
	 display: grid;
	 grid-template-columns: 1fr 1fr 1fr;
	 grid-auto-rows:1fr;
	 grid-gap: 40px;
	 margin-bottom:120px;
}
 .search-results .container .result-card{
	 display:flex;
	 flex-direction:column;
	 padding:40px;
	 border:2px solid var(--ft-sand);
}
 .search-results .container .result-card h3{
	 font-size: 24px;
	 font-weight: 600;
	 font-family: Soehne;
	 line-height:32px;
	 margin-bottom:16px;
}
 .search-results .container .result-card .result-desc{
	 font-family: Soehne;
	 font-size: 18px;
	 font-weight: 400;
	 line-height:24px;
	 height:100%;
	 margin-bottom:16px;
}
 .search-results .container .result-card h3:hover{
	 color: var(--accent);
}
 .search-results .container .result-card .is-link-blue{
	 width:fit-content;
}
 .search-no-results .site-content{
	 justify-content: center;
	 margin-bottom: 120px;
}
/* Single Post */
 .single-post .single-header, .single-journal .single-header{
	 grid-template-columns: 1fr;
	 grid-column-gap: 136px;
	 grid-row-gap: 0;
	 max-width: 1200px;
	 margin-left:auto;
	 margin-right:auto;
	 padding-bottom:64px;
	 border-bottom:solid 2px var(--ft-blue);
}
 .single-header .post-meta .social-share{
	 display: flex;
	 gap:16px;
}
 .single-header .post-meta .social-share p, .single-post .site-main .toc #ez-toc-container p.ez-toc-title{
	 font: normal normal bold 16px/24px Soehne;
	 color:#999999;
	 margin-bottom:0;
}
 .single-post .tools-header .single-header{
	 grid-template-columns: 1fr 1fr;
	 max-width: unset;
}
 .site-content .content-area{
	 width:100% 
}
 .single-post .site-content article{
	 padding:64px 0;
}
 .single-post .site-content .inside-article{
	 padding:0;
}
 .single-post .site-content .site-main{
	 margin:0;
}
 .single-post .content-area .site-main article, , .single-journal .content-area .site-main article{
	 margin-bottom:0;
	 word-break: break-word;
}
 .single-post .content-area .site-main, .single-journal .content-area .site-main{
	 display:grid;
	 grid-template-columns:680fr 400fr;
	 grid-column-gap:120px;
	 max-width:1200px;
	 margin-left: auto;
	 margin-right: auto;
}
/* .single-post .site-main .inside-article .entry-content > :Not( figure) {
	 max-width:680px;
	 margin-left: auto;
	 margin-right: auto;
}
 */
 .single-post .site-main .inside-article .entry-content ul, .single-post .site-main .inside-article .entry-content ol{
	 margin-left: calc((100% - 680px) / 2 + 54px);
	 margin-right: calc((100% - 680px) / 2 );
}
 .single-post .site-main .inside-article img{
	 width: 100%;
	 height:auto;
}
 .single-post .site-main .inside-article .wp-block-image{
	 margin-bottom:24px;
}
 .single-post .site-main .toc{
	 margin-top:64px;
}
 .single-post .ez-toc-counter nav ul li a::before{
	 content:"|";
	 color:var(--ft-blue);
	 margin-right:8px;
}
 .single-post .site-main .toc #ez-toc-container{
	 margin-right:0;
	 margin-bottom:32px;
	 width:100%;
	 padding:0;
	 border:none;
	 box-shadow:none;
}
 .single-post .site-main .toc #ez-toc-container ul{
	 list-style: none;
	 line-height: 1.6;
	 margin: 0;
	 padding:0;
}
 .single-post .site-main .toc #ez-toc-container ul li a{
	 color: #333333;
	 box-shadow: none;
	 text-decoration: none;
	 text-shadow: none;
	 display: inline-flex;
	 align-items: stretch;
	 flex-wrap: nowrap;
}
 .single-post .site-main .toc #ez-toc-container ul li a:hover, .single-post .site-main .toc #ez-toc-container ul.ez-toc-list a:visited:hover{
	 color: #2d2dfe;
	 text-decoration: underline;
}
 .single-post .site-main .toc #ez-toc-container nav{
	 margin-top:16px;
}
 .single-post .author-box{
	 background:var(--ft-sand);
	 padding:32px;
	 max-width: 680px;
	 margin: 64px auto 0;
}
 .author-box h6{
	 font: 18px/20px Soehne;
	 color: #999999;
	 margin-bottom:32px;
}
 .author-box .author-avatar, .author-box .author-info{
	 display:inline-block;
	 margin-right:16px;
}
 .author-box .author-avatar img{
	 border-radius:96px;
}
 .author-box .author-info li{
	 list-style:none;
	 font: 22px/32px Soehne;
	 color: #333333;
}
 .author-box .author-intro{
	 display: flex;
	 align-items: center;
	 margin-bottom:16px;
}
 .author-box .author-bio{
	 font: 18px/26px Soehne;
	 color: #333333;
	 margin-bottom:16px;
}
 .author-box a{
	 font: normal normal normal 18px/27px Soehne;
	 color: var(--ft-blue);
}
 .single-post h3.related-title{
	 margin:0 0 32px;
}
 .single-post .related-post{
	 display: grid;
	 grid-template-columns: 1fr 1fr 1fr 1fr;
	 grid-column-gap: 64px;
	 grid-row-gap: 32px;
	 margin-bottom:112px;
}
 .single-post .related-post .post-card{
	 grid-template:1fr/1fr;
	 grid-gap:16px;
	 padding:0;
}
 .single-post .inside-article h2{
	 font-weight: 500;
	 font-size: 46px;
	 line-height: 1.2em;
	 margin-bottom: 24px;
}
 .single-post .inside-article h3{
	 font-weight: 300;
	 font-size: 38px;
	 line-height: 52px;
	 margin-bottom: 8px;
}
 .single-post .inside-article h4{
	 font-weight: bold;
	 font-size: 28px;
	 line-height: 32px;
	 margin-bottom: 16px;
}
 .single-post .inside-article h5{
	 font-weight: bold;
	 font-size: 20px;
	 line-height: 28px;
	 margin-bottom: 0;
}
 .single-post .inside-article h6{
	 font-weight: bold;
	 font-size: 18px;
	 line-height: 26px;
	 margin-bottom: 0;
}
 .single-post article .inside-article .transcript-container .transcript {
	 margin-top: 1em;
	 max-height: 300px;
	 overflow-y: scroll;
	 padding: 32px;
	 background: var(--ft-sand);
}
 .single-post .inside-article .entry-content .alignfull{
	 margin-left:0;
	 margin-right:0;
}
 .single-post .inside-article .wp-block-embed__wrapper{
	 margin-bottom:24px;
}
 .single-post .site-main .toc{
	 position: sticky;
	 top: 154px;
	 left: 0;
	 height: fit-content;
}
 .single-post .inside-article h2 a, .single-post .inside-article h3 a, .single-post .inside-article h4 a, .single-post .inside-article h5 a, .single-post .inside-article h6 a{
	 color:#000;
}
 .single-post .author-box h6{
	 font-weight:bold;
}
 .single-post .single-header .post-title{
	 max-width:680px;
}
 .single-post .cta .grid-container{
	 padding: 40px;
}
/* Author Archive */
 .author .site-content{
	 padding:64px 0;
}
 .author .post-card .post-author{
	 display:none;
}
 .author .post-card .post-cate{
	 margin:30px 0 8px;
}
 .author .post-card .post-title{
	 margin:0;
}
/* Journal Archive */
 .post-type-archive-journal .site-main .grid-container{
	 column-count: 3;
	 column-gap: 64px;
}
 .post-type-archive-journal .site-main .grid-container article{
	 margin-bottom: 48px;
	 break-inside: avoid;
}
 .post-type-archive-journal .site-main .grid-container article .entry-title{
	 margin-bottom:28px;
	 font: 24px Soehne;
	 line-height:normal;
}
 .post-type-archive-journal .site-main .grid-container article .entry-title a{
	 color: #000000;
	 text-decoration: none;
	 font-weight: bold;
}
 .post-type-archive-journal .site-main .grid-container article .entry-content, .post-type-archive-journal .site-main .grid-container article .post-image{
	 margin-top:0;
}
 .post-type-archive-journal .site-main .grid-container article .post-image, .post-type-archive-journal .site-main .grid-container article .entry-content .wp-block-video, .post-type-archive-journal .site-main .grid-container article .entry-content .wp-block-embed{
	 margin-bottom:16px;
}
 .post-type-archive-journal .site-main .grid-container article .post-image a img{
	 display:block;
}
/* Single Work */
 .single-work{
	 color:#333333;
}
 .single-work .page-hero{
	 background-position: center top;
}
 .single-work .site-main, .post-type-archive-work .site-main{
	 padding:64px 0 112px;
}
 .single-work .site-main .work-meta{
	 padding-bottom:32px;
	 margin:0 120px;
}
 .single-work .site-main .outside-article{
	 display:grid;
	 grid-template-columns:2fr 1fr;
	 grid-gap:64px;
	 margin:0 120px 80px;
}
 .single-work .site-main .outside-article .button{
	 margin-top:24px;
}
 .work-meta p{
	 margin-bottom:12px;
	 font: 16px/24px Soehne;
}
 .work-meta p a{
	 color: #333333;
}
 .work-meta h2{
	 margin-bottom:0;
	 font-weight: 500;
}
 .work-outcome h5{
	 font: 24px/26px Soehne;
	 color: #000000;
	 margin:16px 0;
}
 .work-info h6{
	 font: 18px/20px Soehne;
	 color: #999999;
	 text-transform: uppercase;
	 margin-bottom:16px;
}
 .work-info .work-services{
	 margin-bottom:32px;
}
 .work-info .work-services li, .work-info .work-year{
	 list-style:none;
	 font: 18px/26px Soehne;
	 color: #000000;
}
 h3.related-title{
	 margin:128px 0 32px;
}
 .single-work .related-post{
	 display: grid;
	 grid-template-columns: 1fr 1fr 1fr;
	 grid-gap: 64px;
	 margin-bottom:112px;
}
 .single-work .post-card .post-author{
	 display:none;
}
 .single-work .entry-content .wp-block-image img{
	 border:40px solid var(--ft-sand);
}
/* Work Archive*/
 .post-type-archive-work .all-post{
	 display: grid;
	 grid-template-columns: 1fr 1fr 1fr;
	 grid-gap: 64px;
}
 .post-type-archive-work .work-filter{
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .post-type-archive-work .facetwp-facet{
	 display:inline-block;
}
 .post-type-archive-work .facetwp-facet select{
	 border:none;
	 background-color:transparent;
}
 .facetwp-facet-type_of_work .facetwp-radio.checked, .facetwp-facet-type_of_work .facetwp-radio:hover {
	 background-image: none;
	 color: var(--accent);
}
 .facetwp-facet-type_of_work .facetwp-radio {
	 display: inline-block;
	 margin-right: 16px;
	 margin-bottom: 16px;
	 background: none;
	 padding: 8px 12px;
	 background-color: #fff;
	 color: #333333;
}
 .facetwp-facet-type_of_work .facetwp-counter{
	 display:none;
}
 .post-type-archive-work .work-meta p{
	 margin-bottom: 32px;
	 text-align:center;
	 color:#999999;
}
 .post-type-archive-work .work-meta p a{
	 color:#999999;
}
 .post-type-archive-work .work-meta h1{
	 margin-bottom: 48px;
	 text-align:center;
}
 .post-type-archive-work .work-filter a{
	 color:#999999;
}
 .post-type-archive-work .work-filter a:hover, .post-type-archive-work .work-filter a:focus{
	 color:var(--ft-blue);
	 border-bottom:1px solid;
}
 .post-type-archive-work .work-filter select{
	 color:#999999;
	 padding: 0 0 0 24px;
	 text-align-last: center;
}
 .post-type-archive-work .work-filter select:focus{
	 color:var(--ft-blue);
}
/* Results Archive*/
 .post-type-archive-result .site-main .result-meta {
	 text-align:center;
}
 .post-type-archive-result .site-main .result-meta h2{
	 margin-bottom:48px;
}
 .post-type-archive-result .site-main .grid-container{
	 display:grid;
	 grid-template-columns:1fr;
	 grid-row-gap:120px;
}
 .post-type-archive-result .site-main .grid-container .result-card{
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-gap: 56px;
}
 .post-type-archive-result .site-main .grid-container .result-card .result-card-image{
	 border: 1px solid #2D2DFE;
	 border-radius: 2px;
}
 .post-type-archive-result .site-main .grid-container .result-card .result-card-text {
	 padding:0 80px;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
}
 .post-type-archive-result .site-main .grid-container .image-right .result-card-text{
	 grid-column:1/2;
	 grid-row:1/2;
}
 .post-type-archive-result .site-main .grid-container .result-stats{
	 display:grid;
	 grid-template-columns:1fr 1fr;
	 grid-gap:56px;
	 color: #333;
	 font-weight:bold;
	 margin-bottom:40px;
}
 .post-type-archive-result .site-main .grid-container .result-stat-number{
	 font-size: 80px;
	 line-height:80px;
	 margin-bottom:12px;
}
 .post-type-archive-result .site-main .grid-container .result-stat-number .number{
	 display:inline-block;
}
 .post-type-archive-result .site-main .grid-container .result-stat-number .postfix{
	 margin-left: -12px;
}
 .post-type-archive-result .site-main .grid-container .result-stat-text{
	 font-size: 18px;
}
 .post-type-archive-result .site-main .grid-container .result-card .result-card-text a{
	 width:fit-content;
}
 @property --num {
	 syntax: '<integer>';
	 initial-value: 0;
	 inherits: false;
}
 .result-stat-number {
	 transition: --num 1s;
	 counter-reset: num var(--num);
}
 .result-stat-number:hover {
	 --num: 10000;
}
 .result-stat-number:after {
	/* content: counter(num);
	 */
}
/* -------------------------------- Resources Page -------------------------------- */
 .resource-header .featured-articles-container{
	 display:grid;
	 grid-template-columns:1fr 1fr;
	 grid-gap:64px;
}
 .resource-header .grid-container{
	 margin-top: 48px;
	 margin-bottom: 48px;
	 padding: 80px;
}
 .resource-header .hero-text{
	 margin-top:40px;
}
 .resource-header .hero-text .featured-post-cate{
	 text-decoration: none;
	 font: 16px/24px Soehne;
	 position: relative;
}
 .resource-header .hero-text .featured-post-cate a{
	 color: #999999;
}
 .resource-header .hero-text .featured-post-author{
	 font: 16px/24px Soehne;
	 color: #999999;
}
 .resource-header .hero-text h3{
	 margin-bottom:16px;
	 margin-top:16px;
	 font: 42px/48px Soehne;
	 color: #000000;
	 text-decoration: none;
	 font-weight: bold;
}
 .resource-header .hero-text h3 a{
	 color:#000;
}
 .resource-header .hero-text h3 a:hover{
	 color:var(--accent);
}
 .resource-header .hero-text p{
	 margin-top:16px;
	 margin-bottom:0;
}
 .resource-header .hero-image{
	 background-size: cover;
	 background-repeat:no-repeat;
	 background-position:center;
	 min-height: 488px;
}
 .resource-header .other-articles{
	 display:grid;
	 grid-template-columns:1fr 1fr;
	 grid-gap:64px;
}
 .resource-header .other-articles .post-card .post-text{
	 margin-top:16px;
}
 .resource-header .other-articles .post-card .post-title{
	 margin:16px 0 8px;
}
 .resource-header .other-articles .post-card .post-excerpt{
	 margin-top:16px;
}
 .resource-header .other-articles .post-card .post-cate a:after{
	 display:none;
}
 .resource-header .other-articles .post-card .post-cate a:hover{
	 color:#999;
}
 .page:has(.resource-header) .page-hero .inside-page-hero.grid-container{
	 max-width:1800px;
}
 .page:has(.resources-wrp) .site-main{
	 margin-top:0;
}
/* -------------------------------- Search Result Page -------------------------------- */
/* -------------------------------- Glossary Archive Page -------------------------------- */
 .post-type-archive-glossary .glossary-meta p{
	 margin-bottom: 32px;
	 text-align:center;
	 color:#999999;
}
 .post-type-archive-glossary .glossary-meta p a{
	 color:#999999;
}
 .post-type-archive-glossary .glossary-meta h2{
	 margin-bottom: 48px;
	 text-align:center;
}
 .post-type-archive-glossary .alphabetical-initials-list ul{
	 display: flex;
	 list-style-type: none;
	 padding: 0;
	 margin:80px 0;
	 justify-content: center;
	 flex-wrap: wrap;
}
 .alphabetical-initials-list ul li{
	 font-size:40px;
	 line-height:40px;
	 font-weight:bold;
	 font-family: "Marr Sans Cond";
	 margin:8px 16px;
}
 .alphabetical-initials-list ul li a{
	 color:var(--contrast);
}
 .alphabetical-initials-list ul li a:hover{
	 color:var(--accent);
}
 .post-type-archive-glossary .glossaries{
	 display:grid;
	 grid-template-columns:1fr 1fr;
	 grid-gap:80px;
	 margin-bottom:32px;
}
 .post-type-archive-glossary .glossaries .glossary{
	 background: var(--ft-sand);
	 padding: 32px;
}
 .category-filter input[type="checkbox"]{
	 display: none;
}
 .category-filter label{
	 display: inline-block;
	 padding: 8px 18px;
	 background-color: var(--contrast);
	 color: #fff;
	 cursor: pointer;
	 transition: background-color 0.3s ease;
}
 .category-filter label:has(input:checked){
	 background-color: var(--accent);
	 color: #fff;
}
 .category-filter label:hover{
	 background-color: var(--accent);
}
 .category-filter .category-list{
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 gap: 12px;
}
/* ----------------------- Mega Menu - TK CSS ---------------------- */
/* 2/24/2025 */
 nav .main-nav .mega-menu.content-right > ul.sub-menu > li:last-child, nav .main-nav .mega-menu.content-left > ul.sub-menu > li:first-child {
	 display: none;
}
/* 2/24/2025 */
/* ----------------------- Mega Menu - TK CSS ---------------------- */
/* ----------------------- Glossary - TK CSS ---------------------- */
/* 3/26/2025 */
 .glossary-item-filter-wrp {
	 display: grid;
	 grid-template-columns: auto 291px;
	 position: relative;
	 gap: 0 50px 
}
 .glossary-filter-wrp {
	 order: 2;
	/* position: sticky;
	 top: 30px;
	 */
	/* height: fit-content;
	 */
}
/* .glossary-filter-wrp-inner {
	 padding-bottom: 50px;
}
 */
 .glossary-item-wrp {
	 order: 1;
	/* position: relative;
	 */
	 background-color: var(--ft-sand);
	 padding: 60px 50px 60px 0;
}
 .glossary-content {
	 position: absolute;
	 top: 0;
	 left: 0;
	 opacity: 0;
	 width: 100%;
	 height: 100%;
	 pointer-events: none;
	 padding: 60px 50px 60px 0;
	 background-color: var(--ft-sand);
	 z-index: 1;
}
 .glossary.active .glossary-content {
	 opacity: 1;
	 pointer-events: all;
	 transition: 0.15s ease-in-out;
}
 .glossary > h4 {
	 margin: 0;
	 font-size: 16px;
	 line-height: 21px;
}
 .post-type-archive-glossary > .site .glossary-item-filter-wrp::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: -50vw;
	 width: 50vw;
	 height: 100%;
	 background-color: var(--ft-sand);
	 z-index: -2;
}
 .post-type-archive-glossary > .site .glossary-item-filter-wrp::after {
	 content: "";
	 position: absolute;
	 top: 0;
	 right: -50vw;
	 width: 50vw;
	 height: 100%;
	 background-color: var(--ft-sand);
	 z-index: -2;
	 opacity: 0;
	 transition: 0.15s ease-in-out;
}
 .post-type-archive-glossary > .site .glossary-item-filter-wrp.glossary-open::after {
	 opacity: 1;
}
 .post-type-archive-glossary.post-type-archive .glossaries .glossary {
	 background-color: transparent;
	 padding: 0;
}
 .post-type-archive-glossary .glossaries .glossary > h4 {
	 background-color: #fff;
	 padding: 20px 32px;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 gap: 0 50px;
}
 .post-type-archive-glossary .glossaries .glossary > h4 span {
	 position: relative;
	 width: 30px;
	 height: 30px;
}
 .post-type-archive-glossary .glossaries .glossary > h4 span::after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%) rotate(-45deg);
	 border: solid #C2C2C2;
	 border-width: 0 2px 2px 0;
	 display: inline-block;
	 padding: 5px;
}
 .glossary-section > h2 {
	 font-size: 35px;
	 line-height: 41px;
	 color: #616161;
	 margin-bottom: 23px;
}
 .glossary-section {
	 padding-bottom: 47px;
	 border-bottom: 2px solid #C2C2C2;
	 margin-bottom: 30px;
}
 .post-type-archive-glossary .glossaries {
	 margin-bottom: 0;
}
 .glossary-item-filter-wrp .return-link {
	 display: block;
	 font-size: 18px;
	 line-height: 23px;
	 font-weight: normal;
	 padding-left: 23px;
	 position: relative;
	 transition: 0.15s ease-in-out;
	 cursor: pointer;
	 margin-bottom: 74px;
}
 .glossary-item-filter-wrp .return-link::before {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left: 0;
	 transform: translateY(-50%) rotate(180deg);
	 width: 16px;
	 height: 16px;
	 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.64098 4L13.3333 8M13.3333 8L9.64098 12M13.3333 8H2.66663" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	 background-size: cover;
	 transition: 0.15s ease-in-out;
}
 .glossary-item-filter-wrp .return-link:hover {
	 color: var(--accent);
}
 .glossary-item-filter-wrp .return-link:hover::before {
	 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.64098 4L13.3333 8M13.3333 8L9.64098 12M13.3333 8H2.66663" stroke="blue" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
 .glossary-content-inner {
	 max-width: 799px;
	 font-size: 16px;
	 line-height: 25px;
}
 .glossary-content-inner h4 {
	 font-size: 35px;
	 line-height: 41px;
	 font-weight: 600;
	 margin-bottom: 76px;
}
 .glossary-filter-wrp .category-filter .category-list {
	 justify-content: flex-start;
	 margin-top: 62px;
}
 .glossary-filter-wrp .category-filter label {
	 background-color: var(--ft-sand);
	 color: var(--contrast);
	 font-size: 16px;
	 line-height: 21px;
	 padding: 6px 13px;
	 font-weight: 600;
}
 .glossary-filter-wrp .category-filter label:hover {
	 background-color: var(--accent);
	 color: #fff;
}
 .post-type-archive-glossary .glossary-filter-wrp .alphabetical-initials-list ul {
	 margin: 50px 0 0 0;
	 display: grid;
	 grid-template-columns: repeat(8, 1fr);
}
 .glossary-filter-wrp .alphabetical-initials-list ul li {
	 font-size: 16px;
	 line-height: 21px;
	 text-align: center;
	 margin: 0;
}
 .glossary-filter-wrp .alphabetical-initials-list ul li a {
	 padding: 6px 12px;
	 display: block;
}
 .post-type-archive-glossary .glossary-item-wrp .glossaries {
	 grid-gap: 25px;
}
 .post-type-archive-glossary .container {
	 max-width: 100%;
	 overflow: hidden;
}
/* .post-type-archive-glossary .container.active {
	 overflow: hidden;
}
 */
 body.post-type-archive-glossary.post-type-archive .site-content .content-area {
	 padding: 0;
}
 body.post-type-archive-glossary.separate-containers.no-sidebar .site-main {
	 max-width: 1800px;
	 margin: 0 auto;
}
 .facetwp-facet-glossary_filter {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 11px 14px;
}
 .facetwp-facet-glossary_filter .facetwp-radio .facetwp-counter {
	 display: none;
}
 .facetwp-facet-glossary_filter .facetwp-radio {
	 background: none;
	 padding: 6px 13px;
	 background-color: var(--ft-sand);
	 margin: 0;
}
 .facetwp-facet-glossary_filter .facetwp-radio .facetwp-display-value {
	 padding: 0;
	 color: var(--contrast);
	 font-size: 16px;
	 line-height: 21px;
	 font-weight: 600;
}
 .facetwp-facet-glossary_filter .facetwp-radio {
	 color: var(--contrast);
	 font-size: 16px;
	 font-weight: 600;
}
 .facetwp-facet-glossary_filter .facetwp-radio.checked {
	 background-color: var(--ft-blue);
	 background-image: none;
}
 .facetwp-facet-glossary_filter .facetwp-radio.checked .facetwp-display-value, .facetwp-facet-glossary_filter .facetwp-radio.checked {
	 color: #f2f2f2;
}
 .facetwp-facet-glossary_search {
	 margin-bottom: 60px;
}
 .facetwp-facet.facetwp-facet-glossary_search input.facetwp-search {
	 padding: 8px 35px 8px 0;
	 min-width: 100%;
	 background-color: transparent;
	 border: none;
	 border-bottom: 2px solid #F2F2F2;
}
 .facetwp-facet-glossary_search .facetwp-input-wrap {
	 display: block;
}
 .facetwp-facet-glossary_search .facetwp-icon {
	 opacity: 0.3;
}
 .facetwp-facet-glossary_search input.facetwp-search::placeholder {
	 color: #C2C2C2;
}
 .facetwp-facet-glossary_initial {
	 display: grid;
	 grid-template-columns: repeat(8, 1fr);
}
 .facetwp-facet-glossary_initial .facetwp-checkbox {
	 background: none;
	 padding: 6px 10px;
	 margin: 0;
	 border-radius: 1px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .facetwp-facet-glossary_initial .facetwp-counter {
	 display: none;
}
 .facetwp-facet-glossary_initial .facetwp-display-value {
	 padding: 0;
	 font-size: 16px;
	 line-height: 21px;
	 font-weight: 700;
}
 .facetwp-facet-glossary_initial .facetwp-checkbox.checked {
	 background-color: var(--ft-blue);
	 background-image: none;
}
 .facetwp-facet-glossary_initial .facetwp-checkbox.checked .facetwp-display-value {
	 color: #F2F2F2;
}
/* 3/26/2025 */
/* ----------------------- Glossary - TK CSS ---------------------- */
/* ----------------------- Footer - TK CSS ---------------------- */
/* 4/23/2025 */
 .inside-footer-widgets .footer-widget-1 {
	 max-width: 509px;
}
 .site-footer .footer-sub-xl-title {
	 font-size: 31px;
	 line-height: 40px;
}
 .site-footer .footer-sub-title, .inside-footer-widgets .widget-title {
	 font-size: 16px;
	 line-height: 24px;
	 font-weight: 600;
	 color: #9B9B9B;
	 text-transform: none;
}
 .footer-widget-1 a, .footer-widget-1 p, .inside-footer-widgets .widget .menu li a, .site-footer .claim .desc-wrp p, .site-footer .claim {
	 font-size: 16px;
	 line-height: 24px;
}
 .inside-footer-widgets .widget-title {
	 margin-bottom: 10px;
}
 .widget ul li {
	 margin-bottom: 0;
	 line-height: normal;
}
 .site-footer .footer-widgets-container .inside-footer-widgets .inner-padding .footer-gap-bottom {
	 margin-bottom: 30px;
}
 .site-footer .footer-widgets-container .inside-footer-widgets .inner-padding .footer-constrained {
	 max-width: 437px;
}
 .footer-widget-1 li {
	 padding-bottom: 0;
}
 .footer-widget-1 .wp-block-social-links {
	 gap: 21px;
}
 .footer-widget-1 .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
	 color: #fff;
	 fill: transparent;
}
 .footer-widget-1 .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
	 color: #fff;
	 fill: #fff;
	 height: 20px;
	 width: 20px;
}
 .footer-widget-1 .wp-block-social-links li {
	 background-color: transparent;
}
 .footer-widgets-container {
	 padding-bottom: 60px;
}
 .footer-desc-img img {
	 width: 100%;
}
 .site-footer .claim {
	 display: grid;
	 grid-template-columns: 58fr 39fr 72fr;
	 grid-gap: 17px;
	 color: #9B9B9B;
	 margin-bottom: 45px;
}
/* .site-footer .claim .desc-wrp {
	 max-width: 739px;
	 margin-left: auto;
}
 */
 .site-footer .claim .desc-wrp p {
	 color: #9B9B9B;
}
 .site-info {
	 display: none;
}
 .site-footer .footer-desc {
	 padding-bottom: 50px;
}
 .inside-footer-widgets .footer-widget-2 {
	/* column-count: auto;
	 display: grid;
	 grid-template-columns: 45fr 40fr 40fr;
	 column-gap: 20px;
	 */
	 column-gap: 100px;
}
/* 4/23/2025 */
/* ----------------------- Footer - TK CSS ---------------------- */
/* ----------------------- Resources Detail - TK CSS ---------------------- */
/* 6/20/2025 */
 .resources-detail-header {
	 background-color: var(--accent);
	 color: var(--ft-light-blue);
	 padding: 50px 80px 0 80px;
}
 .resources-detail-header .grid-container {
	 max-width: 1200px;
}
 .resources-detail-header .category-wrp {
	 display: inline-block;
	 background-color: var(--ft-sand);
	 padding: 8px 14px;
	 color: var(--black);
	 margin-bottom: 30px;
	 font-weight: 300;
	 border-radius: 4px;
}
 .resources-detail-header .banner-wrp {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 20px;
}
 .resources-detail-header .banner-wrp .info-wrp {
	 max-width: 519px;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
}
 .resources-detail-header .banner-wrp .image-wrp {
	 display: flex;
}
 .resources-detail-header .banner-wrp .info-wrp .title-wrp h1 {
	 color: var(--ft-sand);
}
 .resources-detail-header .banner-wrp .info-wrp .author-wrp {
	 display: flex;
	 align-items: center;
	 gap: 17px;
	 margin-bottom: 30px;
}
 .resources-detail-header .banner-wrp .info-wrp .author-wrp .image-wrp img {
	 min-width: 64px;
	 width: 100%;
	 height: 64px;
	 object-fit: cover;
	 border-radius: 50%;
}
 .resources-detail-header .banner-wrp .info-wrp .author-wrp .title-wrp p {
	 margin-bottom: 0;
}
 .post-template-default.single-post .site-content article {
	 padding-top: 30px;
}
 .post-template-default.single-post .site-main .toc {
	 margin-top: 30px;
}
 .post-template-default.single-post .site-content article {
	 padding-top: 30px;
}
 .post-template-default.single-post .site-main .toc {
	 margin-top: 30px;
}
 .post-template-default.single-post .site-main .toc #ez-toc-container p.ez-toc-title {
	 font-size: 25px;
	 line-height: 26px;
	 margin-bottom: 20px;
	 color: #000;
}
 .post-template-default.single-post .site-main .toc #ez-toc-container ul {
	 display: flex;
	 flex-direction: column;
	 gap: 20px;
}
 .post-template-default.single-post .site-main .toc #ez-toc-container ul li a {
	 font-size: 18px;
	 line-height: 26px;
	 color: #000;
}
 .post-template-default.single-post .site-main .toc #ez-toc-container {
	 padding-bottom: 24px;
	 border-bottom: 3px solid #C2C2C2;
	 border-radius: 0;
	 margin-bottom: 34px !important;
}
 .post-template-default.single-post .social-share p {
	 font-size: 25px;
	 line-height: 32px;
}
 .post-template-default.single-post .site-content {
	 flex-direction: column;
}
 .post-template-default.single-post .mobile-toc #ez-toc-container {
	 max-width: 100%;
	 display: block;
	 padding: 0;
	 border: 0;
	 background-color: var(--ft-sand);
}
 .post-template-default.single-post .mobile-toc .ez-toc-title-container {
	 display: block;
	 padding: 18px 35px;
	 position: relative;
	 cursor: pointer;
	 border-bottom: 2px solid var(--accent);
}
 .post-template-default.single-post .mobile-toc div#ez-toc-container p.ez-toc-title, .post-template-default.single-post .mobile-toc #ez-toc-container .ez_toc_custom_title_icon, .post-template-default.single-post .mobile-toc #ez-toc-container .ez_toc_custom_toc_icon {
	 color: var(--black);
	 font-weight: 600;
}
 .post-template-default.single-post .mobile-toc .ez-toc-title-container::after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 right: 50px;
	 border: solid black;
	 border-width: 0 1px 1px 0;
	 display: inline-block;
	 padding: 6px;
	 transform: translateY(-50%) rotate(-45deg) 
}
 .post-template-default.single-post .mobile-toc #ez-toc-container > nav, .post-template-default.single-post .mobile-toc {
	 display: none;
}
 .post-template-default.single-post .site-main .toc #ez-toc-container ul li a {
	 position: relative;
	 display: block;
}
 .post-template-default.single-post .ez-toc-counter nav ul li a::before {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left: -10px;
	 background-color: var(--ft-blue);
	 width: 3px;
	 height: 12px;
	 transform: translateY(-50%);
	 margin: 0;
}
 .post-template-default.single-post #ez-toc-container li, .post-template-default.single-post #ez-toc-container ul, .post-template-default.single-post #ez-toc-container ul li, .post-template-default.single-post div.ez-toc-widget-container, .post-template-default.single-post div.ez-toc-widget-container li {
	 overflow: visible;
}
 .post-template-default.single-post .mobile-toc #ez-toc-container ul {
	 padding: 15px 35px 25px 35px;
	 display: flex;
	 flex-direction: column;
	 gap: 15px;
	 border-bottom: 2px solid var(--accent);
}
 .post-template-default.single-post .mobile-toc div#ez-toc-container ul.ez-toc-list a {
	 position: relative;
}
 .post-template-default.single-post .mobile-toc .active .ez-toc-title-container::after {
	 transform: translateY(-50%) rotate(45deg);
}
 .post-template-default.single-post #ez-toc-container ul li a.active {
	 font-weight: 600;
}
/* 6/20/2025 */
/* ----------------------- Resources Detail - TK CSS ---------------------- */
/* 6/23/2025 */
 .single-post .site-header {
	 position: relative;
	 max-width: 100%;
	 background-color: var(--accent);
}
 .single-post .inside-header {
	 position: relative;
}
 .single-post .site-header .header-image {
	 filter: brightness(0) grayscale(1) invert(1);
}
 .single-post .main-navigation {
	 background-color: var(--accent);
}
 .single-post .main-navigation .main-nav > ul > li:not([class*="current-menu-"]):hover > a, .single-post .main-navigation .main-nav > ul > li:not([class*="current-menu-"]):focus > a, .single-post .main-navigation .main-nav > ul > li.sfHover:not([class*="current-menu-"]) > a, .single-post .main-navigation .menu-bar-item:hover > a, .single-post .main-navigation .menu-bar-item.sfHover > a {
	 color: var(--base);
}
 .single-post .main-navigation .main-nav > ul > li > a, .single-post .main-navigation .menu-toggle, .single-post .main-navigation .menu-bar-items {
	 color: #C2C2C2;
}
 .single-post .inside-header .header-widget aside .is-link-blue {
	 color: var(--base);
	 border: none;
}
 .single-post .inside-header .is-link-blue:after {
	 background-color: var(--base);
}
 .single-post .inside-header .header-widget aside .button.blue {
	 background-color: var(--base);
	 color: var(--accent);
}
 .single-post .inside-header .header-widget aside .button.blue:hover {
	 background-color: var(--black);
	 color: var(--base);
}
 .single-post nav .main-nav .mega-menu > ul.sub-menu::before {
	 display: none;
}
/* 6/23/2025 */
/* ----------------------- Header Changes - TK CSS ---------------------- */
/* ----------------------- Glossary Detail - TK CSS ---------------------- */
/* 6/25/2025 */
 .glossary-template-default .site.grid-container {
	 max-width: 100%;
}
 .glossary-template-default .intro-content {
	 text-align: center;
}
 .glossary-template-default article {
	 background-color: var(--ft-sand);
	 padding: 50px 0;
}
 .glossary-template-default article .return-link {
	 margin-bottom: 65px;
}
 .glossary-template-default article .return-link a::before {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left: 0;
	 transform: translateY(-50%) rotate(180deg);
	 width: 16px;
	 height: 16px;
	 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.64098 4L13.3333 8M13.3333 8L9.64098 12M13.3333 8H2.66663" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	 background-size: cover;
	 transition: 0.15s ease-in-out;
}
 .glossary-template-default article .return-link a {
	 display: block;
	 font-size: 18px;
	 line-height: 23px;
	 font-weight: 600;
	 padding-left: 23px;
	 position: relative;
	 transition: 0.15s ease-in-out;
	 cursor: pointer;
	 margin-bottom: 74px;
	 color: var(--black);
}
 .glossary-template-default article .return-link a:hover {
	 color: var(--accent);
}
 .glossary-template-default article .grid-container {
	 max-width: 1075px;
	 padding: 0 40px;
}
 .glossary-template-default .site-main {
	 margin-bottom: 0;
}
 .glossary-template-default article .content-wrp {
	 display: grid;
	 grid-template-columns: minmax(500px, 590px) 1fr;
	 gap: 80px;
}
 .glossary-template-default article .content-wrp .more-links-wrp {
	 padding-top: 30px;
}
 .glossary-template-default article .content-wrp .see-more-wrp *, .glossary-template-default article .content-wrp .further-read-wrp * {
	 margin-bottom: 5px;
	 font-size: 16px;
	 line-height: 21px;
}
 .glossary-template-default article .content-wrp .see-more-wrp + .further-read-wrp {
	 margin-top: 20px;
}
 .glossary-template-default article .content-wrp .see-more-wrp span, .glossary-template-default article .content-wrp .further-read-wrp span {
	 font-weight: 700;
	 display: block;
}
 .glossary-template-default article .content-wrp .see-more-wrp *:last-child, .glossary-template-default article .content-wrp .further-read-wrp *:last-child {
	 margin-bottom: 0;
}
 .glossary-template-default article .content-wrp .see-more-wrp a, .glossary-template-default article .content-wrp .further-read-wrp a {
	 color: var(--black);
	 text-decoration: underline;
	 display: block;
}
 .glossary-template-default article .content-wrp .see-more-wrp a:hover, .glossary-template-default article .content-wrp .further-read-wrp a:hover {
	 color: var(--accent);
}
/* 6/25/2025 */
/* ----------------------- Glossary Detail - TK CSS ---------------------- */
/* -------------------------------- Responsive Code -------------------------------- */
 @media (min-width: 1281px) {
	 nav .main-nav .mega-menu {
		 position: static;
	}
	 .main-navigation ul ul{
		 box-shadow:none;
	}
	 nav .main-nav .mega-menu > ul {
		 position: absolute;
		 width: 100%;
		 left: 0!important;
		 display: flex;
		 flex-wrap: wrap;
	}
	 nav .main-nav .mega-menu > ul > li > a {
		 font-weight: bold;
	}
	 nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
		 width: 50%;
	}
	 nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
		 width: 33.3333%;
	}
	 nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
		 width: 20%;
	}
	 nav .main-nav .mega-menu > ul > li:hover > a, nav .main-nav .mega-menu > ul > li:focus > a, nav .main-nav .mega-menu > ul > li[class*="current-"] > a, nav .main-nav .mega-menu ul ul {
		 background-color: transparent !important;
		 color: inherit;
	}
	 nav .main-nav .mega-menu > ul.sub-menu > li > a:not([href]) {
		 font-size: 0.85em;
		 font-weight: 400 ;
		 text-transform: uppercase;
		 color: #888888;
		 letter-spacing: 0.08em;
		 border-bottom: 1px solid #dddddd;
		 padding-bottom: 16px;
		 margin-bottom: 8px;
	}
	 nav .main-nav .mega-menu ul .sub-menu {
		 position: static;
		 display: block;
		 opacity: 1;
		 visibility: visible;
		 width: 100%;
		 box-shadow: 0 0 0;
		 left: 0;
		 height: auto;
		 pointer-events: auto;
		 transform: scale(1);
	}
	 nav .main-nav .mega-menu ul.toggled-on .sub-menu {
		 pointer-events: auto;
	}
	 nav .main-nav .mega-menu > ul.sub-menu {
		 padding:32px 100px;
		 display: grid;
		 grid-template-columns:repeat(4,1fr);
		 grid-gap:32px;
		 justify-content: center;
	}
	 nav .main-nav .mega-menu > ul.sub-menu > li{
	}
	 nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
		 display: none;
	}
}
 @media (min-width: 1801px) {
	 nav .main-nav .mega-menu > ul.sub-menu {
		 grid-template-columns:repeat(4,424.5px);
		 padding:32px ;
		 justify-content: center;
	}
	 nav .main-nav .mega-menu > ul {
		 width: 100vw;
		 left: calc(-50vw + 900px )!important;
	}
	 .main-navigation .inside-navigation .menu-bar-items{
		 right:130px;
	}
}
 @media (min-width: 1896px) {
	 .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{
		 padding-left:0;
		 padding-right:0;
	}
	 .footer-banner .grid-container .text{
		 margin-left:120px;
	}
	 body.separate-containers .inside-article{
		 padding:0;
	}
}
 @media (max-width: 2040px) {
	 .home .site-main .home-section3 .wp-block-group__inner-container{
		 padding:0;
	}
}
 @media (max-width: 1960px) {
}
 @media (max-width: 1895px) {
	 body.separate-containers .inside-article{
		 padding:0;
	}
	 .inside-header{
		 padding: 0 40px;
	}
}
 @media (max-width: 1800px) {
	 .main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container{
		 padding:0 80px;
	}
	 .home-section1 .wp-block-columns{
		 gap: 120px;
	}
	 .home-section4 .wp-block-group__inner-container{
		 padding:0 80px;
	}
	 .footer-banner .grid-container{
		 padding:64px 80px;
		 margin:0;
	}
	 .site-footer{
		 padding:0 80px;
	}
	 .home-section2 .wp-block-group__inner-container{
		 padding:0 80px;
	}
	 body:not(.home) .site-content .content-area{
		 padding:0 80px;
	}
	 .home .single-header{
		 padding:96px 80px;
		 grid-template-columns: 1fr;
	}
	 .home .single-header .gif{
		 display:none;
	}
	 .home .page-hero .header-wrapper{
		 padding: 0;
	}
	 .home-section1 .wp-block-group__inner-container{
		 padding:0 80px;
	}
	 .page-hero.style-2 .single-header .hero-text{
		 padding-left:80px;
	}
	 .page-hero, .archive.author .page-hero{
		 padding-left:80px;
		 padding-right:80px;
	}
	 .single-header .post-meta{
		 flex-wrap:wrap;
	}
	 .single-post .content-area .site-main, .single-post .single-header, .single-header .post-meta, .single-journal .single-header{
		 grid-column-gap: 64px;
	}
	 .post-card .post-title {
		 margin: 18px 0 12px;
	}
	 .post-type-archive-result .site-main .grid-container .result-card .result-card-text{
		 padding:0;
	}
	 .single-work .site-main .work-meta, .single-work .site-main .outside-article{
		 margin-left:0;
		 margin-right:0;
	}
	 .home .flexible-content{
		 margin: 0 80px;
	}
	 .page-hero .resource-header{
		 margin: 0 80px;
	}
	 .search-results .site-content{
		 padding: 0 80px;
	}
	 .page-hero .inside-page-hero.grid-container{
		 max-width:1800px;
	}
	 .single-work .site-main, .post-type-archive-work .site-main{
		 padding:0;
	}
	 .home .page-hero{
		 padding:0;
	}
	 .resource-header .featured-articles-container{
		 grid-template-columns: 1fr;
	}
	 .resource-header .other-articles{
		 grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	 .inside-header{
		 padding: 0 80px;
	}
}
 @media (max-width: 1600px) {
	 .home-section1 .wp-block-columns{
		 gap:100px;
	}
	 .resource-header .other-articles{
		 grid-template-columns: 1fr 1fr 1fr;
	}
}
 @media (max-width: 1400px) {
	 .separate-containers .inside-article{
		 padding:0;
	}
	 .home-section1 .wp-block-columns{
		 gap: 64px 
	}
	 .home .background-video{
		 height: 100%;
		 width: auto;
	}
	 .images-block .grid-container{
		 grid-gap: 32px;
	}
	 .images-block .image-wrapper{
		 margin-bottom: 32px;
	}
	 .main-navigation .main-nav ul li a{
		 padding-left:0;
	}
	 .nav-float-right .header-widget {
		 margin-left: 0;
	}
	 .main-navigation .inside-navigation .main-nav{
		 padding-right:0;
	}
	 .single-work .site-main .outside-article{
		 grid-gap:40px;
		 grid-template-columns:3fr 1fr;
	}
	 .post-type-archive-journal .site-main .grid-container{
		 column-count: 2;
	}
}
 @media (max-width: 1280px) {
	/* .contained-content.one-container .site-content, .contained-content.separate-containers .inside-article{
		 padding:0 40px;
	}
	 */
	 .home-section1 figure.home-bg-pattern{
		 transform:unset;
	}
	 .home-section4 > .wp-block-group__inner-container .wp-block-columns{
		 gap:32px;
	}
	 .footer-banner .grid-container{
		 grid-gap:24px;
	}
	 .post-type-archive-work .all-post{
		 grid-template-columns:1fr 1fr;
	}
	 .grid-container .all-post{
		 grid-template-columns:1fr 1fr;
	}
	 .single-work .related-post, .single-post .related-post{
		 grid-template-columns:1fr 1fr;
	}
	 .author .single-header{
		 grid-gap:10px;
		 grid-template-columns: 2fr 1fr;
	}
	 .single-header{
		 grid-template-columns: 1fr;
		 grid-gap:64px;
	}
	 .contact-form{
		 justify-content: flex-end;
	}
	 .home .single-header {
		 grid-template-columns: 1fr;
	}
	 .page-hero.style-2{
		 background-image:none;
		 padding-bottom:0;
	}
	 .page-hero.style-2 .single-header {
		 grid-template-columns: 1fr;
	}
	 .page-hero.style-2 .single-header .hero-text{
		 padding:0 120px;
	}
	 .page:has(.style-2) .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li > a{
		 color: var(--contrast);
	}
	 .page:has(.style-2) .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li[class*="current-menu-"] > a, .page:has(.style-2) .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:hover > a{
		 color: var(--accent);
	}
	 .page:has(.style-2) .header-wrap #menu-primary-menu li a:after{
		 background-color: var(--accent);
	}
	 .page:has(.style-2) .header-wrap .gp-icon svg{
		 fill:var(--contrast);
	}
	 .single-header .post-meta .publish-date, .single-header .post-meta .update-date, .single-header .post-meta .post-category{
		 display:flex;
		 flex-wrap: wrap 
	}
	 .page-hero.style-2{
		 min-height:unset;
	}
	 .single-post .content-area .site-main, .single-journal .content-area .site-main{
		 grid-template-columns: 1fr;
	}
	 .home-section1:before{
		 left:0;
	}
	 .single-post .site-main .toc{
		 position:unset;
		 max-width: 680px;
		 width: 100%;
		 margin: 64px auto 0;
		 grid-row: 1 / 2;
	}
	 .single-post .site-main .toc #ez-toc-container{
		 max-width: 680px;
		 margin: 0 auto 32px;
	}
	 .single-post .single-header, .single-post .tools-header .single-header{
		 grid-template-columns: 1fr;
	}
	 .post-type-archive-result .site-main .grid-container .result-card{
		 grid-template-columns: 1fr;
	}
	 .post-type-archive-result .site-main .grid-container .result-card .result-card-image{
		 display: flex;
		 justify-content: center;
	}
	 .post-type-archive-result .site-main .grid-container .result-card .result-card-text{
		 align-items: flex-start;
		 padding:0;
		 max-width:872px;
		 margin: 0 auto;
	}
	 .post-type-archive-result .site-main .grid-container .image-right .result-card-text{
		 grid-column: unset;
		 grid-row: unset;
	}
	 .page-hero .resource-header .grid-container{
		 grid-template-columns: 1fr;
	}
	 .search-results .site-content .grid-container{
		 grid-template-columns: 1fr 1fr;
	}
	 .main-navigation .inside-navigation .menu-bar-items {
		 position: relative;
		 margin-right: 0;
		 right: unset;
	}
	 #mobile-header .inside-navigation{
		 padding: 32px 80px;
	}
	 .inside-header .header-widget{
		 margin-top:24px;
	}
	 .inside-header .header-widget aside{
		 display: flex;
		 align-items: center;
		 flex-wrap: wrap;
	}
	 .inside-header .header-widget aside a{
		 flex-basis: 50%;
		 text-align: center;
	}
	 .inside-header .header-widget aside a.is-link-blue{
		 border: 2px solid;
		 padding: 9px 15px;
		 margin-right:0;
	}
	 .inside-header .header-widget aside a.is-link-blue:after{
		 display:none;
	}
	 .site-header .header-image{
		 width:176px;
	}
	 .main-navigation .main-nav ul li a{
		 line-height:48px;
	}
	 #menu-primary-menu > li > a:after{
		 display:none;
	}
	 .main-navigation.toggled .main-nav .sub-menu .menu-item-has-children:has(.sub-menu) > a{
		 border-bottom:1px solid rgba(0,0,0,.05);
	}
	 .main-navigation.toggled .main-nav ul ul{
		 border-bottom:none;
	}
	 .resource-header .other-articles{
		 grid-template-columns: 1fr 1fr;
	}
	 .single-post .site-main .inside-article .entry-content ul, .single-post .site-main .inside-article .entry-content ol{
		 margin-left: 54px;
		 margin-right:unset;
	}
	.has-inline-mobile-toggle .inside-header {
		padding-bottom: 20px;
	}
	 #menu-primary-menu > li > a {
    	 padding-top: 5px;
    	 padding-bottom: 5px;
    }
}
 @media (max-width: 1200px) {
}
 @media (max-width: 1024px) {
	 .page-hero .resource-header .grid-container .hero-image{
		 margin-top: 40px;
	}
	 .page-hero .resource-header .grid-container {
		 margin-top: 40px;
	}
	 .home-section4 .wp-block-columns {
		 flex-direction:column;
	}
	 .footer-banner .grid-container{
		 padding:64px 40px;
		 grid-template-columns:1fr;
	}
	 .home-section4 .wp-block-group__inner-container, .home-section2 .wp-block-group__inner-container{
		 padding: 0 40px;
	}
	 .home-section1 .wp-block-group__inner-container{
		 padding: 0 40px;
	}
	 .inside-header{
		 padding:32px 40px;
	}
	 .site-footer, .main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container{
		 padding:0 40px;
	}
	 body:not(.home) .site-content .content-area{
		 padding:0 40px;
	}
	 .home-section4{
		 padding:0 ;
	}
	 .page:not(.home) .page-hero, .search .page-hero, .single-service .page-hero{
		 padding: 0px 40px;
	}
	 .site-main .home-section3 .wp-block-group__inner-container{
		 padding:0;
	}
	 .contact-form{
		 justify-content: flex-start;
	}
	 .home-section4 > .wp-block-group__inner-container .wp-block-columns{
		 gap: 0;
	}
	 .home .single-header h3{
		 font-size:78px;
		 line-height: 88px;
	}
	 .home .single-header{
		 padding: 64px 40px;
	}
	 .main-navigation .main-nav ul li a{
		 padding-left:0;
		 padding-right: 25px;
	}
	 #menu-primary-menu li a:after{
		 left:0;
		 width:calc(100% - 25px);
	}
	 .page-hero.style-2 .single-header .hero-text{
		 padding:56px 0 0;
	}
	 .page .page-hero.style-2{
		 padding-bottom: 0 
	}
	 .resources-block .title-section p{
		 max-width:100%;
	}
	 .page-hero, .archive.author .page-hero{
		 padding-left:40px;
		 padding-right:40px;
	}
	 .single-post .content-area .site-main{
		 grid-template-columns: 1fr;
	}
	 .post-meta .post-author {
		 display: grid;
		 grid-template-columns: 64px 1fr;
		 grid-gap: 16px;
	}
	 .post-meta .author-avatar{
		 margin-right:0;
	}
	 .search-results .container{
		 padding-left:40px;
		 padding-right:40px;
	}
	 .footer-banner:before{
		 width:100%;
	}
	 .home .flexible-content{
		 margin:0 40px;
	}
	 .page-hero .resource-header{
		 margin:0;
	}
	 .page-hero .resource-header .grid-container .hero-text{
		 padding:0;
	}
	 .search-results .site-content{
		 padding: 0;
	}
	 .home-section1 .wp-block-columns{
		 gap: 40px;
	}
	 .resource-header .other-articles{
		 grid-gap:32px;
	}
	 .post-type-archive-glossary .glossaries{
		 grid-gap:40px;
		 grid-template-columns: 1fr;
	}
}
 @media (max-width: 860px) {
	 .single-post .site-main .inside-article .entry-content ul, .single-post .site-main .inside-article .entry-content ol{
		 margin-left: 48px;
		 margin-right:unset;
	}
	 .single-header .post-meta{
		 grid-template-columns:1fr;
		 grid-gap:32px;
	}
	 .single-post .single-header, .single-journal .single-header{
		 padding-bottom:32px;
	}
}
 @media (max-width: 768px) {
	 .inside-footer-widgets .footer-widget-2{
		 column-count: 1;
	}
	 .separate-containers .inside-article{
		 padding:0;
	}
	 .footer-banner .grid-container .text h3{
		 font-size:32px;
		 line-height:40px 
	}
	 .home-section2 .wp-block-group__inner-container, .home-section4 .wp-block-group__inner-container{
		 padding: 0 40px;
	}
	 .inside-navigation .site-logo.mobile-header-logo img{
		 width: 160px;
		 height: auto;
	}
	 .inside-footer-widgets{
		 grid-template-columns:1fr 1fr;
		 grid-column-gap: 80px 
	}
	 .inside-footer-widgets .footer-widget-1{
		 grid-column: 1 / span 2;
	}
	 .footer-widgets-container{
		 padding-left: 0px;
		 padding-right: 0px;
	}
	 .site-footer .footer-desc{
		 grid-template-columns: 1fr;
	}
	 .footer-bar-active .inside-site-info{
		 flex-direction: row;
		 justify-content: space-between;
		 padding-left:0;
		 padding-right:0;
	}
	 .footer-bar-active .footer-bar{
		 margin-bottom:0;
	}
	 .home-section4 h2{
		 font-size:32px;
		 line-height:40px;
	}
	 .home-section4 h4{
		 font-weight:400;
	}
	 .post-type-archive-work .all-post{
		 grid-template-columns:1fr;
	}
	 .grid-container .all-post{
		 grid-template-columns:1fr;
	}
	 .entry-content .home-section1{
		/* background: linear-gradient(0deg, rgba(45,45,254,1) 40%, rgba(45,45,254,1) 66%, rgba(255,255,255,0.8099614845938375) 80%, rgba(255,255,255,1) 100%);
		 */
	}
	 .single-work .site-main .outside-article{
		 grid-template-columns: 1fr;
	}
	 .single-work .related-post, .single-post .related-post{
		 grid-template-columns: 1fr;
	}
	 .author .single-header .image {
		 display:none;
	}
	 .single-header .author-name img{
		 display:inline-block;
	}
	 .author .single-header{
		 grid-template-columns: 1fr;
	}
	 .author .single-header .author-name{
		 display: grid;
		 grid-template-columns: 2fr 1fr;
		 justify-content: space-between;
		 align-items: center;
	}
	 .inside-header .header-widget{
		 display:none;
	}
	 .home .single-header{
		 padding: 0 40px;
	}
	 .inside-header{
		 padding:8px 40px;
	}
	 .images-block .grid-container.col-2, .images-block .grid-container.col-3{
		 grid-template-columns: 1fr;
	}
	 .images-block .grid-container{
		 grid-gap:0;
	}
	 .home .single-header h3{
		 font-size:48px;
		 line-height:56px;
	}
	 .home .single-header .hero-desc{
		 margin:24px 0;
		 font-size: 24px;
		 line-height: 32px;
	}
	 .mobile-header-navigation .inside-navigation .site-logo{
		 margin-left:0;
	}
	 .site-footer .footer-desc .grid-container{
		 grid-template-columns:1fr;
	}
	 .post-type-archive-work .site-main{
		 padding: 0 0 80px;
	}
	 #mobile-header .menu-toggle{
		 padding-right:0;
	}
	 .post-type-archive-result .site-main .grid-container .result-stats{
		 grid-template-columns:1fr;
	}
	 .home .inside-page-hero:after {
		 opacity: 0.8;
	}
	 .search-no-results .site-content{
		 padding:0 80px;
	}
	 .search-results .site-content .grid-container{
		 grid-template-columns: 1fr;
	}
	 .single-post .content-area .site-main article{
		 padding-top:32px;
	}
	 .facetwp-facet-type_of_work .facetwp-radio{
		 margin-bottom:8px;
		 margin-right:8px;
	}
	 .resource-header .other-articles{
		 grid-template-columns:1fr;
	}
	 .resource-header .featured-articles-container{
		 grid-gap:32px;
	}
	 .resource-header .featured-article .hero-image{
		 aspect-ratio: 557 / 313;
		 width: 100%;
		 min-height:unset;
	}
	 .resource-header .featured-article .hero-text{
		 margin-top:16px;
	}
	 .resource-header .hero-text h3{
		 font-size:24px;
		 line-height:normal;
	}
	 .inside-site-info{
		 flex-wrap:wrap;
	}
	 .single-post .site-main .toc{
		 margin-top:32px;
	}
	 .post-type-archive-journal .site-main .grid-container{
		 column-count: 1;
	}
	 .single-post .cta .grid-container{
		 grid-gap: 40px;
	}
}
 @media (max-width: 520px) {
	 .inside-footer-widgets{
		 grid-column-gap: 40px;
	}
	 .site-footer{
		 padding: 0 30px 
	}
	 #mobile-header .inside-navigation{
		 padding: 32px 30px;
	}
	 .home-section1 .wp-block-group__inner-container{
		 padding: 0 30px;
	}
	 .home-section2 .wp-block-group__inner-container, .home-section4 .wp-block-group__inner-container{
		 padding: 0 30px;
	}
	 .footer-bar-active .inside-site-info{
		 flex-direction:column;
		 align-items: flex-start;
	}
	 .footer-bar-active .footer-bar{
		 margin-bottom:10px;
	}
	 .footer-banner .grid-container{
		 padding: 56px 30px;
	}
	 body:not(.home) .site-content .content-area{
		 padding:0 30px;
	}
	 .page:not(.home) .page-hero, .search .page-hero, .single-service .page-hero{
		 padding: 0 30px;
	}
	 .search-results .container{
		 padding-left: 20px;
		 padding-right: 20px;
	}
	 .home .single-header{
		 padding:0 30px;
	}
	 .home .single-header h3{
		 font-size:40px;
		 line-height:48px;
	}
	 .home .single-header .hero-desc{
		 font-size: 20px;
		 line-height: 28px;
	}
	 .page .page-hero.style-2{
		 padding: 70px 30px 0;
	}
	 .page-hero, .archive.author .page-hero{
		 padding-left:30px;
		 padding-right:30px;
	}
	 .home .flexible-content{
		 margin:0 30px;
	}
	 .search-no-results .site-content{
		 padding:0 30px;
	}
	 .inside-header {
		 padding: 0 30px;
	}
	 .post-type-archive-glossary .glossaries .glossary{
		 padding: 24px;
	}
	 .single-post .cta .grid-container{
		 grid-template-columns:1fr;
	}
	 .single-post .block.cta:before{
		 display:none;
	}
}
 @media (max-width: 480px) {
	 .home-section4 h2{
		 font-size:24px;
	}
	 .home-section4 h4{
		 font-size:20px;
		 font-weight:600;
	}
	 .post-type-archive-work .work-filter{
		 flex-direction:column;
	}
	 .home .single-header h3{
		 font-size:32px;
	}
	 .footer-banner .grid-container .text h3{
		 font-size:24px;
		 font-weight:32px 
	}
	 .inside-header .header-widget aside a{
		 flex-basis:100%;
	}
	 .resource-header .hero-text h3{
		 font-size:18px;
	}
	 .post-meta .post-author{
		 grid-template-columns:1fr;
	}
	 .single-header .post-meta .social-share{
		 flex-direction:column;
	}
	 .author-box .author-intro{
		 flex-direction:column;
	}
}
/*------------------------Animate It delays----------------------------*/
 .delay05 {
	 -webkit-animation-delay: .25s;
	 -moz-animation-delay: .25s;
	 -ms-animation-delay: .25s;
	 -o-animation-delay: .25s;
	 animation-delay: .25s;
}
 .delay15 {
	 -webkit-animation-delay: .75s;
	 -moz-animation-delay: .75s;
	 -ms-animation-delay: .75s;
	 -o-animation-delay: .75s;
	 animation-delay: .75s;
}
 .delay25 {
	 -webkit-animation-delay: 1.25s;
	 -moz-animation-delay: 1.25s;
	 -ms-animation-delay: 1.25s;
	 -o-animation-delay: 1.25s;
	 animation-delay: 1.25s;
}
 .delay35 {
	 -webkit-animation-delay: 1.75s;
	 -moz-animation-delay: 1.75s;
	 -ms-animation-delay: 1.75s;
	 -o-animation-delay: 1.75s;
	 animation-delay: 1.75s;
}
 .delay45 {
	 -webkit-animation-delay: 2.25s;
	 -moz-animation-delay: 2.25s;
	 -ms-animation-delay: 2.25s;
	 -o-animation-delay: 2.75s;
	 animation-delay: 2.25s;
}
 .delay55 {
	 -webkit-animation-delay: 2.75s;
	 -moz-animation-delay: 2.75s;
	 -ms-animation-delay: 2.75s;
	 -o-animation-delay: 2.75s;
	 animation-delay: 2.75s;
}
/*------------------------Remove Animation Delays on Mobile----------------------------*/
 @media(max-width: 991px) {
	 .delay05, .delay1, .delay15, .delay2, .delay25, .delay3, .delay35, .delay4, .delay45 {
		 -webkit-animation-delay: 0s;
		 -moz-animation-delay: 0s;
		 -ms-animation-delay: 0s;
		 -o-animation-delay: 0s;
		 animation-delay: 0s;
	}
	 .animated {
		/*CSS transitions*/
		 -o-transition-property: none !important;
		 -moz-transition-property: none !important;
		 -ms-transition-property: none !important;
		 -webkit-transition-property: none !important;
		 transition-property: none !important;
		/*CSS transforms*/
		 -o-transform: none !important;
		 -moz-transform: none !important;
		 -ms-transform: none !important;
		 -webkit-transform: none !important;
		 transform: none !important;
		/*CSS animations*/
		 -webkit-animation: none !important;
		 -moz-animation: none !important;
		 -o-animation: none !important;
		 -ms-animation: none !important;
		 animation: none !important;
	}
}
/* ----------------------- Mega Menu - Responsive - TK CSS ---------------------- */
/* 2/24/2025 */
 @media (min-width: 1280px) {
	 nav .main-nav .mega-menu > ul.sub-menu > li > a:not([href]) {
		 font-size: 16px;
		 line-height: 22px;
		 font-weight: bold;
		 letter-spacing: normal;
		 color: var(--accent);
		 text-transform: none;
		 border: none;
		 padding-bottom: 2px;
		 margin-bottom: 0;
	}
	 nav .main-nav .mega-menu > ul.sub-menu > li > a:not([href]) {
		 font-size: 16px;
		 line-height: 22px;
		 font-weight: bold;
		 letter-spacing: normal;
		 color: var(--accent);
		 text-transform: none;
		 border: none;
		 padding-bottom: 2px;
	}
	 nav .main-nav .mega-menu > ul.sub-menu {
		 top: 100%;
		 padding: 0;
	}
	 nav .main-nav .mega-menu > ul.sub-menu::before {
		 content: "";
		 position: absolute;
		 z-index: 1;
		 top: 0;
		 left: 50%;
		 transform: translateX(-50%);
		 width: calc(100% - 160px);
		 height: 2px;
		 background-color: var(--accent);
	}
	 nav .main-nav .mega-menu.content-right > ul.sub-menu {
		/* position: fixed;
		 */
		 top: 112px;
		/* left: 0 !important;
		 */
		 grid-template-columns: repeat(4, minmax(100px, 200px)) auto;
		 gap: 20px;
		 padding: 0 80px;
	}
	 nav .main-nav .mega-menu.content-right > ul.sub-menu > li:last-child {
		 background-color: var(--FT-Sand-50, #FFF4E9);
		 display: block;
	}
	 nav .main-nav .mega-menu > ul.sub-menu > li > a:first-child {
		 padding-top: 45px;
	}
	 nav .main-nav .mega-menu ul .sub-menu {
		 padding-bottom: 21px;
	}
	 nav .main-nav .mega-menu.content-right > ul.sub-menu > li:last-child a {
		 margin: 0 15px;
	}
	 nav .main-nav .mega-menu.content-right > ul.sub-menu > li:last-child > a:first-child {
		 padding-top: 45px;
		 padding-left: 0;
		 margin-bottom: 16px;
		 color: #333;
		 font-size: 20px;
		 line-height: 28px;
		 font-weight: bold;
	}
	 nav .main-nav .mega-menu.content-right > ul.sub-menu > li:last-child .sub-menu li:not(.mega-menu-button) a:first-child {
		 margin-bottom: 16px;
		 padding-left: 0;
	}
	 nav .main-nav .mega-menu.content-right > ul.sub-menu > li:last-child .sub-menu a:first-child:hover {
		 color: var(--contrast);
	}
	 .mega-menu-button:hover a {
		 color: #fff !important;
	}
	 nav .main-nav .mega-menu .mega-menu-button a {
		 display: inline-block;
		 background-color: var(--accent);
		 color: #fff;
		 padding: 16px 36px 16px 8px;
		 font-weight: bold;
	}
	 nav .main-nav .mega-menu .mega-menu-button a::after {
		 content: "";
		 position: absolute;
		 top: 50%;
		 right: 8px;
		 transform: translateY(-50%) !important;
		 width: 16px;
		 height: 16px;
		 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.64098 4L13.3333 8M13.3333 8L9.64098 12M13.3333 8H2.66663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 
	}
	 nav .main-nav .mega-menu .mega-menu-button a:hover {
		 background-color: #333;
		 color: #fff !important;
	}
	 #menu-primary-menu > li > a:after {
		 left: 0;
		 bottom: 35px;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu {
		 grid-template-columns: minmax(200px, 517px) repeat(2, minmax(100px, 180px));
		 gap: 26px;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:first-child {
		 padding-right: 47px;
		 display: block;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:first-child > a {
		 font-size: 20px;
		 line-height: 28px;
		 font-weight: bold;
		 margin-bottom: 16px;
		 padding-bottom: 0;
		 padding-left: 0;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:not(:first-child) a {
		 padding: 4px 0;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:not(:first-child) {
		 margin-top: 41px;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:not(:first-child):hover a {
		 color: #333;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:not(:first-child) a:hover {
		 color: var(--accent);
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:first-child > .sub-menu li:last-child > a {
		 margin-top: 28px;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:first-child > .sub-menu li:first-child > a {
		/* font-size: 14px;
		 line-height: 22px;
		 */
		 padding: 0;
	}
	 nav .main-nav .mega-menu.content-left > ul.sub-menu > li:first-child > .sub-menu li:first-child > a:hover {
		 color: var(--contrast);
	}
	 nav .main-nav .mega-menu.content-left > ul > li:not(:first-child) > a {
		 font-weight: 300;
	}
	 nav .main-nav .mega-menu.content-right > ul.sub-menu > li:first-child > a, nav .main-nav .mega-menu.content-right > ul.sub-menu > li:first-child > ul > li a {
		 padding-left: 0;
	}
	 nav .main-nav .mega-menu.content-right > ul.sub-menu > li > ul > li:last-child:not(.mega-menu-button) a {
		 padding-bottom: 0;
	}
	 nav .main-nav .mega-menu > ul.sub-menu > li {
		 padding-bottom: 45px;
	}
}
 @media (min-width: 1400px) {
	 nav .main-nav .mega-menu.content-right > ul.sub-menu > li:last-child a {
		 margin: 0 40px;
	}
	 nav .main-nav .mega-menu .mega-menu-button a {
		 padding: 16px 52px 16px 24px;
	}
	 nav .main-nav .mega-menu .mega-menu-button a::after {
		 right: 24px;
	}
	 #menu-primary-menu > li > a:after {
		 left: 20px;
	}
}
 @media (min-width: 1600px) {
	 nav .main-nav .mega-menu.content-right > ul.sub-menu {
		 grid-template-columns: repeat(4, minmax(100px, 250px)) auto;
	}
}
 @media (min-width: 1800px) {
	 nav .main-nav .mega-menu.content-right > ul.sub-menu {
		 grid-template-columns: repeat(3, minmax(100px, 300px)) minmax(100px, 420px) minmax(100px, 400px);
		 padding: 0;
		 top: 96px;
	}
	 nav .main-nav .mega-menu > ul.sub-menu::before {
		 max-width: 1800px;
		 width: 100% 
	}
	 #menu-primary-menu > li > a:after {
		 bottom: 30px;
		 left: 20px;
	}
}
/* 2/24/2025 */
/* ----------------------- Mega Menu - Responsive - TK CSS ---------------------- */
/* ----------------------- Header Style 3 - Responsive - TK CSS ---------------------- */
/* 2/24/2025 */
 @media (min-width: 1024px) {
	 .page-hero.style-3 .inside-page-hero.grid-container {
		 max-width: 1800px;
	}
	 .page-hero.style-3 {
		 padding-inline: 80px;
	}
}
 @media (min-width: 1800px) {
	 .page-hero.style-3 {
		 padding-inline: 0;
	}
}
/* 2/24/2025 */
/* ----------------------- Header Style 3 - Responsive - TK CSS ---------------------- */
/* ----------------------- Glossary - Responsive - TK CSS ---------------------- */
/* 3/26/2025 */
 @media (max-width: 1800px) {
	 body.post-type-archive-glossary.separate-containers.no-sidebar .site-main {
		 padding: 0 80px;
	}
}
 @media (max-width: 1200px) {
	 .glossary-item-filter-wrp {
		 grid-template-columns: 100%;
	}
	 .glossary-filter-wrp {
		 order: 1;
		 margin-bottom: 50px;
	}
	 .glossary-item-wrp {
		 order: 2;
		 position: relative;
		 margin: 0 -80px;
		 padding: 60px 80px;
	}
	 .glossary.active .glossary-content {
		 padding: 60px 80px;
	}
	 .glossary-filter-wrp .category-filter .category-list {
		 justify-content: center;
	}
	 .post-type-archive-glossary .glossary-filter-wrp .alphabetical-initials-list ul {
		 display: flex;
	}
	 .post-type-archive-glossary > .site .glossary-item-filter-wrp::before, .post-type-archive-glossary > .site .glossary-item-filter-wrp::after {
		 display: none;
	}
	 .post-type-archive-glossary .glossaries {
		 grid-template-columns: 1fr 1fr;
	}
	 .facetwp-facet-glossary_filter {
		 justify-content: center;
	}
}
 @media (max-width: 1024px) {
	 body.post-type-archive-glossary.separate-containers.no-sidebar .site-main {
		 padding: 0 40px 
	}
	 .glossary-item-wrp {
		 margin: 0 -40px;
		 padding: 60px 40px;
	}
	 .glossary.active .glossary-content {
		 padding: 60px 40px;
	}
	 .has-inline-mobile-toggle .inside-header {
		 padding: 20px 40px;
	}
}
 @media (max-width: 768px) {
	 .post-type-archive-glossary .glossaries {
		 grid-template-columns: 1fr;
	}
}
 @media (max-width: 520px) {
	 body.post-type-archive-glossary.separate-containers.no-sidebar .site-main {
		 padding: 0 30px 
	}
	 .glossary-item-wrp {
		 margin: 0 -30px;
		 padding: 60px 30px;
	}
	 .glossary.active .glossary-content {
		 padding: 60px 30px;
	}
}
/* 3/26/2025 */
/* ----------------------- Glossary - Responsive - TK CSS ---------------------- */
/* ----------------------- Footer - Responsive - TK CSS ---------------------- */
/* 4/23/2025 */
 @media (max-width: 1200px) {
	 .inside-footer-widgets .footer-widget-2 {
		 display: grid;
		 grid-template-columns: repeat(2, 1fr);
		 column-count: auto;
	}
	 .inside-footer-widgets, .site-footer .claim {
		 grid-template-columns: 1fr 1fr;
	}
	 .site-footer .claim .desc-wrp {
		 grid-column: 2/ 2;
	}
}
 @media (max-width: 992px) {
	 .inside-footer-widgets .footer-widget-2 {
		 grid-template-columns: 1fr;
		 column-count: auto;
	}
}
 @media (max-width: 768px) {
	 .inside-footer-widgets, .site-footer .claim {
		 grid-template-columns: 1fr;
		 gap: 0;
	}
	 .site-footer .claim {
		 grid-gap: 20px;
	}
	 .site-footer .claim .desc-wrp {
		 grid-column: 1;
	}
}
/* 4/23/2025 */
/* ----------------------- Footer - Responsive - TK CSS ---------------------- */
/* ----------------------- Resources Detail - Responsive - TK CSS ---------------------- */
/* 6/20/2025 */
 @media (max-width: 1200px) {
	 .post-template-default.single-post .content-area .toc {
		 display: none;
	}
	 .post-template-default.single-post .mobile-toc {
		 display: block;
	}
}
 @media (max-width: 1024px) {
	 .resources-detail-header {
		 padding: 50px 40px 0 40px;
	}
}
 @media (max-width: 992px) {
	 .resources-detail-header .banner-wrp {
		 grid-template-columns: 100%;
		 gap: 12px;
	}
	 .resources-detail-header .category-wrp {
		 display: none;
	}
	 .resources-detail-header .banner-wrp .info-wrp .author-wrp {
		 margin-bottom: 0;
	}
}
/* 6/20/2025 */
/* ----------------------- Resources Detail - Responsive - TK CSS ---------------------- */
/* ----------------------- Glossary Detail - Responsive - TK CSS ---------------------- */
/* 6/25/2025 */
 @media (max-width: 1800px) {
	 .glossary-template-default .site-content .content-area {
		 padding: 0 !important;
	}
	 .glossary-template-default article .grid-container {
		 padding: 0 80px;
	}
}
 @media (max-width: 1024px) {
	 .glossary-template-default article .grid-container {
		 padding: 0 40px;
	}
}
 @media (max-width: 992px) {
	 .glossary-template-default article .content-wrp {
		 grid-template-columns: 100%;
		 gap: 40px;
	}
	 .glossary-template-default article .content-wrp .more-links-wrp {
		 padding-top: 0;
	}
}
/* 6/25/2025 */
/* ----------------------- Glossary Detail - Responsive - TK CSS ---------------------- */
/* ----------------------- Header Changes - Responsive - TK CSS ---------------------- */
/* 7/11/2025 */
 @media(max-width: 1280px) {
	 .single-post .inside-header .header-widget aside {
		 gap: 20px;
		 flex-wrap: nowrap;
	}
	 .single-post .inside-header .header-widget aside .is-link-blue {
		 border: 1px solid #fff;
	}
	 .single-post .main-navigation ul ul {
		 background-color: var(--accent);
	}
	 .single-post .main-navigation.toggled .main-nav .sub-menu .menu-item-has-children:has(.sub-menu) > a {
		 color: #C2C2C2;
		 border-color: #C2C2C2;
	}
	 .single-post .main-navigation.toggled .main-nav .sub-menu .menu-item-has-children:has(.sub-menu) > a:hover {
		 color: #fff;
		 border-color: #fff;
	}
	 .main-navigation .menu-toggle {
		 padding-right: 0;
	}
}
/* 7/11/2025 */
/* ----------------------- Header Changes - Responsive - TK CSS ---------------------- */
