header {   opacity: 1; display:block;  padding:10px 20px;  margin-bottom:10px; text-align:center; } 
nav { border-bottom:0px solid #ccc; margin:10px; }
nav a:link { background-color: transparent; color:#fff; font-size:16px;} 
.nav-link, .nav-link:link, .nav-link:visited { color:#fff; }
.nav-link:hover { color:#CCC; }
.nav-item{ padding:0px 10px;  }
.logo { font-size: 32px; font-weight:bold; }
a.logolink { text-decoration:none; color:#333; }
.uxmain { /* background-color: #fff; */  padding:0px; /* background-color: #fff; background-image:url('../grain.png'); background-position: 0 0;
  background-size: 300px 300px;  */} 
.pagetext {  font-size: 62px;  text-align:left; padding:10px 0px; font-family:  "soraneubold"; line-height:60px	}
.badgeBrdHm { font-family:  "soraneu";  font-size: 14px;font-weight:normal; border-radius:15px; border:1px solid #ccc; padding:5px 15px; background-color:#666; color:#FFF; } 
ul, li { padding:0px; margin:0px; }
.mnu_section { margin-top:40px;  border-radius:0px; padding:10px; text-align:left; position:relative;  }
.mnu_section li{ display:block; padding:0px; margin:0px; border-bottom:1px dotted #999; text-align:left;}
.mnu_section li a:link { text-decoration:none; width:100%; font-size:14px;} 	 
footer, .catfooter {  font-size:14px; width:100%; font-family:  "soraneu"; background-color: #000; color:#FFF; padding:20px 10px; margin-top:0px; text-align:left;}
footer .list-group-item {border:0px; padding:0px; } 
footer .list-group-item a:link, footer .list-group-item  a:active , footer .list-group-item  a:visited  { color:#ccc; border:0px; padding:3px;}
footer .list-group-item a:hover { text-decoration:underline; background-color:none !important;} 
footer .logobox { display:block; padding:0px; }
footer  .mnu_section { margin-top:0px; }

@charset "UTF-8";

.svg-inline--fa {
  vertical-align: -0.250em;
}

.rounded-social-buttons {
  text-align: left;
  margin-top:30px;
  
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.025rem;
  height: 2.025rem;
  border: 0.1rem solid #ccc;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-size: 0.925rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {
  font-size: 24px;
  
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #000
  
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #fff;
  background: #000;
  border-color: #AAA;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #000;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.tiktok {
  background: #000000;
}

.rounded-social-buttons .social-button.tiktok:hover, .rounded-social-buttons .social-button.tiktok:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  border-color: #d6249f;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #fefefe;
 background: #d6249f;
  border-color: #fefefe;
}

.rounded-social-buttons .social-button.bluesky {
  background: #0081F7;
}

.rounded-social-buttons .social-button.bluesky:hover, .rounded-social-buttons .social-button.bluesky:focus {
  color: #0081F7;
  background: #000;
  border-color: #0081F7;
}
img { display:inline; }
blockquote{
  font-size: 1.5em;
  width:97%;
  margin:30px 30px 30px 30px;
  font-family:soraneu;
  font-style:italic;
  color: #fff;
  padding:1em 30px 0.8em 75px;
  
  line-height:1.6;
  position: relative;
  text-align:center;
  border-radius:5px;
  background-color:#333; 
  
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#fff;
  font-size:5em;
  position: absolute;
  left: 10px;
  top:-50px;
  
}

blockquote::after{
  content: '';
}

blockquote span{
	font-family:soraneulight;
	font-size: 0.7em;
  display:block;
  color:#ccc;
  font-style: normal;
  text-align:center;
  
}
 .search-container {
            margin-bottom: 40px;
            position: relative;
        }

        .search-box {
            width: 100%;
            padding: 15px 20px 15px 50px;
            font-size: 1em;
            border: 2px solid #3498db;
            border-radius: 8px;
            background-color: #000;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			color:#FFF;
        }

        .search-box:focus {
            outline: none;
            border-color: #2980b9;
            box-shadow: 0 6px 12px rgba(52, 152, 219, 0.2);
        }
		
        .search-icon {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #3498db;
            font-size: 1.2em;
            pointer-events: none;
        }

        .results-info {
            text-align: center;
            color: #7f8c8d;
            margin-bottom: 30px;
            font-size: 0.95em;
            min-height: 24px;
        }

        .glossary-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 24px;
            margin-bottom: 40px;
        }

        .glossary-card {
            background: #000;
            border-radius: 8px;
            padding: 24px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border-left: 4px solid #3498db;
            opacity: 1;
            max-height: 500px;
            overflow: hidden;
        }

        .glossary-card:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
            transform: translateY(-4px);
        }

        .glossary-card.hidden {
            display: none;
        }

        .glossary-card.faded {
            opacity: 0.3;
            pointer-events: none;
        }

        .term {
            font-size: 1.3em;
            font-weight: 700;
            color: #FFF;
            margin-bottom: 12px;
            word-break: break-word;
        }

        .definition {
            color: #AAA;
            line-height: 1.6;
            font-size: 0.95em;
        }

        .no-results {
            text-align: center;
            padding: 60px 20px;
            color: #7f8c8d;
            font-size: 1.1em;
        }

        .no-results i {
            font-size: 3em;
            margin-bottom: 20px;
            opacity: 0.5;
        }
		

		
.tile1 { background:#772fdd; padding:30px; border-radius:5px; color:#FFF; text-decoration:none; display:block; height:250px; margin-bottom:20px; }
.tile1 h1 { font-size:32px;}
.tile2 h1 { font-size:32px;}
.tile3 h1 { font-size:32px;}
.tile4 h1 { font-size:32px;}
.tile5 h1 { font-size:32px;}
.tile6 h1 { font-size:32px;}
.tile1:hover { box-shadow: 0 8px 16px rgba(255, 255, 255, 0.15);
            transform: translateY(-5px); }
.tile2 { background:#41EAD4; padding:30px; border-radius:5px; color:#000; text-decoration:none; display:block;  height:220px; margin-bottom:20px;}
.tile2:hover { box-shadow: 0 8px 16px rgba(255, 255, 255, 0.15);
            transform: translateY(-5px); }
.tile3 { background:#3F88C5; padding:30px; border-radius:5px; color:#FFF; text-decoration:none; display:block; height:220px; margin-bottom:20px; }
.tile3:hover { box-shadow: 0 8px 16px rgba(255, 255, 255, 0.15);
            transform: translateY(-5px); }
.tile4 { background:#bc4749; padding:30px; border-radius:5px; color:#FFF; text-decoration:none; display:block;  height:220px;}
.tile4:hover { box-shadow: 0 8px 16px rgba(255, 255, 255, 0.15);
            transform: translateY(-5px); }
.tile5 { background:#4f772d; padding:30px; border-radius:5px; color:#FFF; text-decoration:none; display:block;  height:220px;}
.tile5:hover { box-shadow: 0 8px 16px rgba(255, 255, 255, 0.15);
            transform: translateY(-5px); }	
.tile6 { background:#2b2d42; padding:30px; border-radius:5px; color:#FFF; text-decoration:none; display:block;  height:220px;}
.tile6:hover { box-shadow: 0 8px 16px rgba(255, 255, 255, 0.15);
            transform: translateY(-5px); }				

			
.tileArr { text-align:right; font-size:24px; }
.toolSec { padding:20px 0px; }

@media screen and (min-width: 1200px)  { 
.tile1, .tile2, .tile3 , .tile4 , .tile5, .tile6 { height:220px; padding:30px 30px; }

}
@media (max-width: 767px) { 
.tile1, .tile2, .tile4 { margin-bottom:30px; }
.tile1, .tile2, .tile3 , .tile4 , .tile5, .tile6 { height:220px; }
.tile1 h1, .tile2 h1, .tile3  h1, .tile4 h1 , .tile5 h1, .tile6 h1 { font-size:32px; font-family:soraneu; }
}

@media screen and (min-width: 768px) and (max-width: 991px) { 
.tile1, .tile2, .tile3 , .tile4 , .tile5, .tile6 { height:300px; padding:30px 20px; }
.tile1 h1, .tile2 h1, .tile3  h1, .tile4 h1 , .tile5 h1, .tile6 h1 { font-size:18px; font-family:soraneubold; }

}

@media (min-width: 992px) and (max-width: 1199px) {
	.tile1, .tile2, .tile3 , .tile4 , .tile5, .tile6 { height:250px; padding:30px 20px; }
.tile1 h1, .tile2 h1, .tile3  h1, .tile4 h1 , .tile5 h1 , .tile6 h1{ font-size:18px; font-family:soraneubold; }

}	