/*!
Theme Name: Threshold Media Framework
Theme URI: http://underscores.me/
Author: Threshold Media
Author URI: https://thresholdmedia.com
Description: Custom WordPress theme with a modern development workflow
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: threshold-media-framework
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Threshold Media Framework is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}










/********DAshboard***********/
.dashboard-data {
	margin-top: 30px;
}

.dashboard-data .main-heading {
	padding: 15px 8px;
	background-color: #262b69;
	border-radius: 50px;
}

.dashboard-data h2 {
	font-size: 23px;
	color: #fff;
	padding: 0 20px;
}

.dashboard-data ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 20px 20px;
}

.dashboard-data ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid lightgray;
}

.dashboard-data ul li p {
	margin: 0;
	font-size: 18px;
}

.dashboard-data ul li .btn_yellow {
	border: 0;
}

.back-btn {
	color: #262b69;
	font-size: 18px;
	display: flex;
	align-items: center;
	font-family: 'sen-bold';
}

.back-btn i,
.back-btn svg {
	margin-right: 7px;
}

.dashboard_content__body table {
    width: 100%;
}

.dashboard_content__body table td {
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
    border-bottom: 1px solid lightgrey;
}

.dashboard_content__body table td:last-child {text-align: right;}

.dashboard_content__body {
    padding: 20px;
}

#tableauViz iframe {
	height: 600px !important;
	margin: 0 auto;
}

#tableauViz {
	margin: 0 auto;
	width: 100%;
	display: flex;
    justify-content: center;
}

.dashboard_wrap.full_width {
	grid-template-columns: 1fr;
}


.dashboard_wrap.full_width .dashboard_sidebar {
	display: none;
}

/*Styles for Centered CTA */
.centered_cta {
  width: 100%;
  padding: 3rem 0;
  background-color: #90AFC4;
}
@media (min-width: 1024px) {
  .centered_cta {
    padding: 10rem;
  }
}
@media (min-width: 1366px) {
  .centered_cta {
    padding: 10rem 0;
  }
}
.centered_cta .small_cta__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .centered_cta .small_cta__wrap {
    gap: 3rem;
  }
}
.centered_cta .small_cta__wrap .left {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .centered_cta .small_cta__wrap .left {
    text-align: center;
  }
}
.centered_cta .small_cta__wrap h2 {
  font-family: var(--tm-font-heading);
  color: var(--tm-white);
  font-size: 50px;
  text-align: center;
}
@media (max-width: 1023px) {
  .centered_cta .small_cta__wrap h2 {
    text-align: center;
  }
}
.centered_cta .small_cta__wrap p {
  color: var(--tm-white);
}
.centered_cta .small_cta__wrap h4 {
  font-family: var(--tm-font-heading);
  color: var(--tm-white);
  font-size: 30px;
  text-align: center;
}
@media (max-width: 1023px) {
  .centered_cta .small_cta__wrap h4 {
    text-align: center;
  }
}

.picture_cta .small_cta__wrap h1 {
	 font-family: var(--tm-font-heading);
	 color: var(--tm-white);
	 font-size: 50px;
	 text-align: center;
}
 @media (max-width: 1023px) {
	.picture_cta .small_cta__wrap h1 {
		 text-align: center;
	}
}
.picture_cta .small_cta__wrap h2 {
	 font-family: var(--tm-font-heading);
	 color: var(--tm-white);
	 font-size: 30px;
	 text-align: center;
}
 @media (max-width: 1023px) {
	 .picture_cta .small_cta__wrap h2 {
		 text-align: center;
	}
}
/* Adding Learn More Link to Block 6a-2*/
.block_6a-2 .info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem; 
}

.block_6a-2 .info-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--tm-white);
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /*padding: 1.5rem;*/
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s;
}

.block_6a-2 .info-card:hover {
  transform: translateY(-5px);
}

.block_6a-2 .info-card__image img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.block_6a-2 .info-card__content {
  flex: 1 1 auto;
}

.block_6a-2 .info-card__content h3 {
  font-size: 24px;
  margin-bottom: 0.75rem;
}

.block_6a-2 .info-card__content h3 a {
  color: var(--tm-blue);
  text-decoration: none;
  transition: color 0.3s ease;
}

.block_6a-2 .info-card__content h3 a:hover {
  color: var(--tm-yellow);
}

.block_6a-2 .info-card__content p {
  color: var(--tm-primary);
  margin-bottom: 1rem;
}

.block_6a-2 .info-card__button {
  margin-top: auto; /* keeps button at bottom */
}

.block_6a-2 .learn-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  font-family: var(--tm-font-heading);
  font-size: 1.4rem;
  color: var(--tm-primary);
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.block_6a-2 .learn-more-btn i {
  color: var(--tm-primary);
  transition: all 0.3s ease-in-out;
}

.block_6a-2 .learn-more-btn:hover {
  color: var(--tm-yellow);
  transform: translateX(1rem);
}
.block_6a-2 .learn-more-btn:hover i {
  color: inherit;
  transform: inherit;
}

/* Fallback for older browsers without CSS grid gap support */
@supports not (gap: 1rem) {
  .block_6a-2 .info-card {
    margin-bottom: 2rem;
  }
}
