
body#resources, body#ordering, body#landing, body#blog {
	font-family: "Saira", sans-serif;
	color: #414042;
	position: relative;
	padding: 0; 
	margin: 0;
}

h3, h4, h5 {
	color: #414042;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~EDUCATOR PAGE SPECIFIC STYLES~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumbs {
	font-size: 16px;
	margin: 15px 0 0 130px;
	text-transform: lowercase;
	white-space: nowrap;
	padding-bottom: 1rem;
	z-index: 3;
	position: relative;
	font-family: 'Saira';
}

@media only screen and (min-width: 768px) {

	.breadcrumbs {
		font-size: 12px;
	}

}

/* main edu button */
div.edu-btn, a.edu-btn, button.edu-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 1.3rem;
	font-weight: 600;
	padding: .75rem 1.5rem;
	border-radius: 40px;
	background-color: #0097b3;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	min-width: 200px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	border-width: 0;
}

.edu-btn:hover {
	color: #FFFFFF;
	background-color: #00a6bc;
	opacity: 1;
}

#eduBtnNoHover:hover {
	color: #FFF;
	background-color: #0097b3;
	opacity: 1;
}

#loadMoreButton.edu-btn {
	/*display: inline-flex;*/
	/*flex-direction: row;*/
	/*background-color: transparent;*/
	/*background-color: #E4E5E6;*/
	border-width: 0;
	/*color: #0097b3;*/
	/*border: 1px solid #0097b3;*/
	/*color: #414042;*/
}

a.lang-download {
	color: #FFFFFF;
	font-size: .8rem;
	padding: 0 5px;
}
a.lang-download:hover {
	background-color: #FFF;
	color: #414042;
	opacity: 1;
	border-radius: 4px;
}

.edu-icon-container {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.edu-btn-icon-container {
	margin-right: 10px;
}

/* button icon */
.edu-btn-icon {
	width: 30px;
	height: auto;
	display: inline-block;
}

/* transparent button */
a.edu-btn-hero-play {
	background-color: transparent;
	margin-top: 3vh;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border: 2px solid #0097b3;
}

a.edu-btn-hero-play:hover {
	background-color: #0097b3;
	color: #FFFFFF;
}

/*******************************************************************/
/********************* edu landing page styles *********************/
/*******************************************************************/

#eduHeroVideo .embed-responsive {
	position: static;
}

#eduHero {
	color: white;
	padding-top: 0;
	overflow: hidden;
	position: relative;
	height: 70vh;
	width: 100%;
	background-color: #E4E5E6;
}

@media only screen and (min-width: 768px) {

	#eduHero {
		height: 400px;
	}

}

@media only screen and (min-width: 1366px) {

	#eduHero {
		height: 600px;
	}
	
}
#eduHero #eduVidLarge {
	display: none;
}

#eduHero #eduVidSquare {
	display: block;
}

#eduHero .edu-hero-video {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

#eduHero .edu-hero-content {
	position: absolute;
	background: rgba(0,0,0,0.35);
	width: 100%;
	height: inherit;
	z-index: 3;
	text-align: center;
	padding-top: 0rem;
}

#eduHero .edu-hero-content .edu-hero-pic {
	background-image: url("../turingtumble/assets/logo_small_en.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	background-position: center center;
	margin-top: 20vh;
	width: 100%;
	max-width: 992px;
	padding-bottom: 30%;
}

.edu-hero-text {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {

	#eduHero #eduVidLarge {
		display: block;
	}

	#eduHero #eduVidSquare {
		display: none;
	}

	#eduHero .edu-hero-video {
		width: 100%;
		object-fit: cover;
	}

	#eduHero .edu-hero-content .edu-hero-pic {
		background-image: url("../turingtumble/assets/logo_large_en.svg");
		padding-bottom: 25%;
		margin-top: 10vh;
	}

	.edu-hero-text {
		width: 80%;
	}

	.edu-hero-text p {
		font-size: 1.2rem; 
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 1366px) {

	#eduHero .edu-hero-content .edu-hero-pic {
		background-image: url("../turingtumble/assets/logo_large_en.svg");
		padding-bottom: 25%;
		margin-top: 20vh;
	}

}
/* edu landing page cta buttons */
.edu-btn-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	margin: 0 auto;
}

.edu-btn-container .edu-btn {
	width: 65%;
	margin: 10px auto;
}

@media only screen and (min-width: 768px) {

	.edu-btn-container {
		flex-direction: row;
	}

	.edu-btn-container .edu-btn {
		width: auto;
		margin: 1rem;
	}

}

#elementary::before {
  background: url('../assets/age_elem.jpg');
  content: "";
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

#secondary::before {
  background: url('../assets/age_sec.jpg');
  content: "";
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

#highered::before {
  background: url('../assets/age_highed.jpg');
  content: "";
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.show-text {
	background-color: #FFFFFF;
	border: 2px solid #0097b3;
	padding: 10px 20px;
	color: #414042;
	position: relative;
	opacity: 1;
	display: block;
}

#elementary.changed::before, #secondary.changed::before, #highered.changed::before {
	opacity: .3;
}

#eduGallery {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1365px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border: 3px solid #0097b3;
}

.edu-gallery-row {
	flex-direction: column;
	width: 100%;
	padding-top: 1rem;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: #0097b3;
}

@media screen and (min-width: 601px) {

  #eduGallery {
  	width: 90%;
  }

  .edu-gallery-row {
  	flex-direction: row;
  	height: 350px;
  	padding-top: 0;
  }

}

@media screen and (min-width: 1366px) {

  .edu-gallery-row {
  	flex-direction: row;
  	height: 475px;
  }

}

.edu-gallery-container {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #FFF;
}

@media screen and (min-width: 601px) {

  .edu-gallery-container {
    width: 50%;
  	height: 100%;
  }

}

.edu-gallery-image-container {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 90%;
	margin: 0 auto 20px auto;
	height: 250px;
	display: block;
	border: 1px solid #FFF;
}

#eduGalleryTopLeft.edu-gallery-image-container {
	background-image: url(../turingtumble/assets/edu_age_1.jpg);
}

#eduGalleryBottomLeft.edu-gallery-image-container {
	background-image: url(../turingtumble/assets/edu_age_2.jpg);
}

#eduGalleryBottomRight.edu-gallery-image-container {
	background-image: url(../turingtumble/assets/edu_age_3.jpg);
}

@media screen and (min-width: 601px) {

  .edu-gallery-image-container {
  	width: 50%;
  	height: 100%;
  	border: none;
  	margin: 0 auto;
  }

}

.edu-gallery-container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

@media screen and (min-width: 601px) {

	.content .content-overlay {
		opacity: 0;
	}

	.content:hover .content-overlay {
  		opacity: .5;
	}

}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 601px) {

	.content .content-details {
		opacity: 0;
	}

	.content:hover .content-details {
  		top: 50%;
  		left: 50%;
  		opacity: 1;
	}

}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

/* twitter more stories button */
.twitter-item {
	margin: 1rem auto;
}

.edu-twitter-button-container {
	margin: 2rem auto 5rem auto;
}

/*******************************************************************/
/************************ edu ordering page styles *****************/
/*******************************************************************/

.map-img {
	width: 95%;
}

#orderTextContainer {
	padding: 5px 10px;
	line-height: 30px;
}

@media only screen and (min-width: 763px) {

	.map-img {
		width: 100%;
	}

	#orderTextContainer {
		width: 100%;
		margin: 0 auto;
		padding: 2rem 2rem 0 1rem;
	}
}

.quad-buttons .col {
	padding: 0;
}

a.edu-btn-quad-item {
	margin: 10px auto 0 auto;
	width: 70%;
	font-size: 1rem;
	white-space: nowrap;
	min-width: 300px;
}

#eduBundleRow {
	display: block;
	width: 100%;
}

a.edu-btn-skinny {
	font-size: 1.1rem;
	width: 80%;
	padding: 10px;
	margin: 0 auto 20px auto;
}

.edu-bundle-col {
	display: flex;
}

.edu-card-bundle {
	border: 2px solid #57585B;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
    padding: 0;
    margin: 20px auto;
    font-size: 1.2rem;
    text-align: center;
    width: 90%;
}

.edu-card-bundle-topper {
	background-color: #0097b3;
	font-family: "factor_bf_oblique_krbold", Arial Black, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 1.8rem;
	padding: 10px 5px;
	border-radius: 7px 7px 0 0;
}

.edu-card-bundle img {
	width: 95%;
	margin: 0 auto 1rem auto;
}

.edu-card-bundle p {
	padding: 0 10px;
}

@media only screen and (min-width: 763px) {

	.edu-btn-quad-item {
		width: 100%;
		min-width: 250px;
	}

	#eduBundleRow {
		display: flex;
	}

	.edu-bundle-col {
		flex: 1;
		margin: 0 10px;
	}

	.edu-card-bundle {
		font-size: 1rem;
		width: 100%;
	}

	.edu-card-bundle-topper {
		font-size: 1.3rem;
	}

	.edu-card-bundle-description  {
		height: 125px;
		display: flex;
		align-items: center;
	}

}

#eduCustomBundle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#eduCustomBundle div img.edu-btn-icon {
	margin: 0;
	width: 50px;
	height: 45px;
}

@media only screen and (min-width: 768px) {

	#eduCustomBundle {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 90%;
	}

	#eduCustomBundle div img.edu-btn-icon {
		margin-right: 5px;
	}

}

/*******************************************************************/
/************************ edu resources page styles ****************/
/*******************************************************************/

#guides {
	margin-top: 20px;
}

#sidebarTitle {
	color: #414042;
	font-size: 1.5rem;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.nav-pills {
	font-family: "Saira", sans-serif;
	font-weight: 600;
}

.nav-pills .nav-link:hover {
	color: #0097b3;
}

.nav-pills .nav-link.active {
	background-color: #E4E5E6;
	color: #0097b3;
}

#scrollSidebar {
	display: none;
}

.scrollspy-padding {
	padding-top: 10px;
	margin: 0 auto 3rem auto;
}

@media only screen and (min-width: 763px) {

	#scrollSidebar {
		display: block;
		position: sticky;
		height: 100vh;
		top: 0;
	}

	#scrollContainer {
		position: relative;
		height: 100vh;
		overflow: auto;
	}

	.scrollspy-padding {
		padding-top: 80px;
	}

}

.edu-section-title {
	font-size: 2.2rem;
	clear: left;
}

.edu-section-subtitle {
	text-align: left;
	text-transform: capitalize;
	border-bottom: 2px solid #0097b3;
	padding-bottom: 10px;
	font-size: 1.5rem;
}

/*@media only screen and (min-width: 763px) {

	#eduResTitle {
		display: none;
	}

}*/

.edu-resource-col-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #E4E5E6;
	border-radius: 0;
	/*padding-bottom: 10px;*/
	padding-bottom: 20px;
}

.edu-resource-col-2 {
	color: #414042;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

@media only screen and (min-width: 763px) {

	.edu-resource-col-1 {
		border-radius: 10px;
	}

}

.edu-resource-img-container {
	color: #0097b3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.2rem 1.2rem .7rem 1.2rem;
}

.edu-resource-img-container:first-child img {
	width: 100%;
	display: flex;
}

.edu-resource-content-container {
	padding: 0 20px;
	font-size: 1.1rem;
}

.edu-list {
	list-style-position: outside;
	list-style-type: none;
	padding: 0; 
	margin: 8px 0 0 8px;
}

.edu-list li {
	display: flex;
	align-items: flex-start;
}

.edu-list-item li div {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.edu-list li div:last-child {
	width: 100%;
	padding-left: 5px;
}

.edu-list .bullet-item {
	color: red;
	font-weight: 600;
	padding: 0 5px 0 0;
}

.blog-container {
	padding: 20px 0;
	width: 100%;
}

#resources #dib-template-1 .dib-post {
    flex: 0 0 90%!important;
    margin: 0 auto!important;
    display: flex!important;
    flex-direction: column!important;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .2s ease;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#resources #dib-template-1 .dib-post-wrap {
    margin-top: 0!important;
}

#resources #dib-template-1 .dib-post-content {
	padding: 0 20px;
}

#resources #dib-template-1 .dib-post-text h2 {
    font-size: 20px!important;
    padding: 40px 10px 0 10px!important;
}

#resources #dib-template-1 .dib-post-featured-image {
	text-align: center;
	margin: 0 auto;
}

#resources #dib-template-1 .dib-post-featured-image img {
	border-radius: 0;
	width: 90%;
}

#resources #dib-template-1 .dib-post-text {
	padding: 30px 0 0 0!important;
}

#resources #dib-template-1 .dib-post-date {
	position: relative;
	/*bottom: 131px;*/
	/*left: 20px;*/
	font-style: italic; 
	bottom: 40px;
	left: 30px;
}

#resources #dib-template-1 .dib-post-author {
	position: relative;
	right: 80px;
}

#resources #dib-template-1 .dib-post-author-photo {
	position: relative;
	bottom: 75px;
	right: 160px;
}

#resources #dib-template-1 .dib-post-author-photo img {
	border-radius: 50%;
	height: 75px;
	width: 75px;
}

#resources #dib-template-1 .dib-post-title {
	font-size: 1.4rem;
	/*margin-top: -125px;*/
	margin-top: -50px;
}

@media only screen and (min-width: 763px) {

	.edu-resource-col-2 {
		margin-top: 0;
	}

	#resources #dib-template-1 .dib-post {
		justify-content: center;
		align-items: center;
		flex: 0 0 90%!important;
	}

}

/*******************************************************************/
/************************ edu blog page styles *********************/
/*******************************************************************/

body#blog {
	font-family: 'Saira', sans-serif;
	color: #414042;
}

#blog .dib-post-title {
	text-transform: capitalize;
}

#blog .blog-text-teal {
	color: #0097b3;
	font-weight: 600;
}

#blog .blog-gray-background {
	background-color: #E4E5E6;
	padding: 20px;
}

#blog .blog-lightteal-background {
	background-color: #0097b3;
	opacity: .5;
	padding: 20px;
}

#eduBlog .nav-upper-story-img img {
	width: 94px;
}

/*-------------EDU FOOTER--------------------------------------*/

.edu-footer {
	background-color: #0097b3;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

.edu-footer-block {
	text-align: center;
	margin: 0 auto;
}

.edu-footer a {
	color: #FFFFFF;
}

.edu-footer-block h4, .edu-footer-block p {
	color: #FFFFFF;
}

.edu-footer input::placeholder {
	text-align: center;
	color: #FFFFFF;
}