/**
 * Theme Name: Thrively Digital New
 * Author: Healthy Native Youth
 * Version: 2.0
**/
.testimonials {
	padding-top: 10px;
	padding-bottom: 10px;
}
.testimonials h3{
	color: #f15a29;
	text-transform: uppercase;
	font-weight: 600;
}
.testimonial-block{
	background-color: #f15a29;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 25px;
}
.testimonial-block .quote{
	position: absolute;
	bottom: 10px;
    right: 30px;
}
.testimonial-block .quote i{
	font-size: 5em;
    opacity: .2;
    z-index: -1;
}
.testimonial-block h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Helvetica Neue', sans-serif;
}
.home .testimonials{
	padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
	.testimonial-block .single-item{
		min-height: 160px;
	}
}


/* pks: Community of Practice Resources */
.page-id-114 .envira-gallery-captioned-text.envira-title {
    margin-bottom: 1em;
}
.page-id-114 .envira-caption.envira-gallery-captioned-text a {
    width: 100%;
    display: inline-block !important;
    text-align: left;
    margin: 1em;
    font-weight: normal;
}
.page-id-114 .envira-caption.envira-gallery-captioned-text br {
    display: none;
}

.curriculum-grid {
	margin-bottom: 50px;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #ffcc40;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #00535e;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
	opacity: 0;
  transition: opacity 1s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
	opacity: 1;
}
