@charset "UTF-8";

.clearfix:after {	
content: "";
display: table;	
clear: both;
}

.version_btn_learn {
  cursor: pointer;
  display: inline-block;  
  position: relative;
  line-height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
  background: #a16ee0;
  color: white;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.version_btn_learn:after {
  content: "";
  position: absolute;
  border-bottom: 17.5px solid transparent;
  border-top: 17.5px solid transparent;
  margin-right: -20px;
  right: 0; 
  border-left: 20px solid #a16ee0;
}

.version_btn_learn:hover, .version_btn_learn:active {
  background: #965edd;
}

.version_btn_learn:hover::after {
    border-left: 20px solid #965edd;
 }

.version_btn_teach {
  cursor: pointer;
  display: inline-block;  
  position: relative;
  line-height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
  background: #54c588;
  color: white;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.version_btn_teach:after {
  content: "";
  position: absolute;
  border-bottom: 17.5px solid transparent;
  border-top: 17.5px solid transparent;
  margin-right: -20px;
  right: 0; 
  border-left: 20px solid #54c588;
}

.version_btn_teach:hover, .version_btn_teach:active {
  background: #41be7b;
}

.version_btn_teach:hover::after {
    border-left: 20px solid #41be7b;
 }

.callout_box {
	background-color: #ECF2FF;
	padding: 2em;
	width: 95%;
	margin: 1em auto 2em;
}

.callout_box_title {
	text-transform: uppercase;
	font-weight: bold;	
	padding-bottom: 1em;
}

.callout_box li {
	font-style: italic;
	font-size: 1.1em;
	line-height: 2em;
}

.math_text {
	font-family: serif; 
}

.left_img {
	float: left;
	width: 100%;
	max-width: 350px;
	margin: 10px 20px 10px 0;
}

.left_img img {	
	width: 100%;
	max-width: 350px;
}

.inline_caption {
	width: 100%;
	margin: .8em 0;
	color: #5a6470;
	font-size: .8em;
	line-height: 1.5em;
}

.img_column {
	width: 40%;
	max-width: 300px;
	float: right;
	margin-left: 20px;
}

.right_img {
	float: right;
	width: 100%;
	max-width: 300px;
	margin: 10px 0 10px 20px;
}

.right_img img {
	width: 100%;
	max-width: 300px;
}

.center_img {
	width: 90%;
	margin: 20px auto;
}

.center_img img {
	width: 100%;
	max-width: 800px;
}

.youtube_edu {
	width: 90%;
	max-width: 800px;
	height: 438px;
}

.inline_promo_container {
	width: 90%;
	background-color: white;
	border: 1px solid #e2e2e2;
	margin: 40px auto;
	box-shadow: 1px 1px 2px #f6f6f6;
}

.inline_promo_container > a {
	text-decoration: none;
	color: #444;
}

.inline_promo_container.wrap {
	float: left;
	width: 40%;
	margin: 0 20px 10px 0;
}

.inline_promo_container.wrap:hover {
	background-color: #f6f6f6;
}

.inline_promo_container.wrap img {
	float: none;
	width: 100%;
}

.inline_promo_container img {
	float: left;
	width: 100%;
}

.inline_promo_content {
	width: 100%;
	padding: 20px;
}

.inline_promo_content > h3 {
	margin: 0;
	font-weight: 300;
}

.inline_promo_content > p {
	margin: .8em 0;
}

.inline_promo_btn {	
	border: 2px solid #0e7ee0;
	border-radius: 4px;
	background-color: transparent;
	color: white;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase
}

.inline_promo_btn:hover {
	border: 2px solid #0e7ee0;	
	background-color: #0e7ee0;
	color: white;
}

.audience {
	font-size: .8em;
	padding: 5px 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

.educators {
	background-color: #3abf79;
}

.educators:after {
	content: "For Educators";
}

.students {
	background-color: #9759e0;
}

.students:after {
	content: "For K-12 Students";
}

.interns {
	background-color: #f87258;
}

.interns:after {
	content: "For College Students";
}

.families {
	background-color: #FF9048;
}

.families:after {
	content: "For Families";
}

.product_type {
	font-weight: bold;
	font-size: .9em;
	color: #f87258;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.promocard_text_container > .audience {
	color: #2f81d5;
	background-color: transparent;
	padding: 0px 0px 5px;
}

.promocard_text_container > .audience.educators {
	color: #3abf79;
}

.promocard_text_container > .audience.students {
	color: #9759e0;
}

.promocard_text_container > .audience.interns {
	color: #f87258;
}

.promocard_text_container > .audience.families {
	color: #FF9048;
}

.step_list li, blockquote {
padding-bottom: 1.5em;
}

.step_list li:last-child {
padding-bottom: 0;
}

.promocard_list {
	list-style: none;
	padding-left: 0px !important;
	margin: 0px;
}

.promocard_container {
	display: inline-block;
	margin: 5px 0px;
	padding: 20px;
	background-color: white;
	width: 100%;
	border: 1px solid #e2e2e2;
	box-shadow: 1px 1px 2px #f6f6f6;
}

.promocard_container a {
	text-decoration: none;
	color: inherit;
}

.promocard_container:hover {
	background-color: #f6f6f6;
}

.promocard_container img {
	float: left;
	width: 30%;
	margin: 0 20px 20px 0;
/*	height: 200px;
	object-fit: cover;*/
}

.promocard_text_container {
	float: left;
	width: 60%;
/*	padding: 20px;*/
}

.promocard_title {
	margin: 0px !important;
}

.promocard_description {
	margin: 10px 0px;
}

.promocard_details {
	padding-right: 20px;
	float: left;
	margin: 0px;
}

.promocard_details_label {
	text-transform: uppercase;
	font-weight: 300;
	font-size: .9em;
}

.promocard_details_label:after {
	content: ":";
}

.qa_intro {
	line-height: 2em;
	font-weight: bold;
}

.responsive_iframe_4x3 {
	position: relative;
	padding-bottom: 75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.responsive_iframe_16x9 {
	position: relative;
	padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}


.responsive_iframe_4x3 iframe, .responsive_iframe_16x9 iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flextable_row {
	display:  flex;
}
.flextable_col {
	background-color: #f6f6f6;
    border: 2px solid white;
    padding: 1em;
}

.flextable_col:first-child {
	flex:  .4;
	text-align: center;
}

.flextable_col:nth-child(2) {
	flex:  .2;
	text-align: center;
}

.flextable_col:nth-child(3) {
	flex:  .4;
	text-align: left;
}

@media (max-width: 600px) {

	.promocard_container img {
		width: 100%;
		float: none;
	}

	.promocard_text_container {
		width: 100%;
		float: none;
	}

	.inline_promo_container img {
		float: none;
		max-width: 100%;
	}

	.left_img {
		float: none;
		max-width: 100%;
		margin: 0px;
	}

	.left_img img {	
		max-width: 100%;
	}

	.img_column {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-left: 0px;
	}

	.right_img {
		float: none;
		max-width: 100%;
		margin: 0px;
	}

	.right_img img {
		width: 100%;
		max-width: 100%;
	}

	.inline_promo_container.wrap {
		float: none;
		width: 100%;
		margin: 0px;
	}

}



