:root {
	--yellow: #ffc600;
	--black: #212121;
	--dkGrey: #424242;
	--grey: #9e9e9e;
	--ltGrey: #eeeeee;
	--wbBlue: #0080C7;
	--ewol: #3EBFB8;
	--ewolDark: #027972;
	--el: #dd2e80;
	--green: #88BF3E;
	--red: #BF3E3E;
	--purple: #753EBF;
	--gold: #BF883E;
	--aulaplanetablue: #0092DE;
	--wizardGreen: #00787c;
	--insiderBlue: #41ACF7;
	--insiderYellow: #FFCB1F;
	--insiderGreen: #8CC63E;
	--insiderPurple: #C4A2FC;
	--discoverPurple: #9319FF;
}


/* common styles */
html {
	font-size: 15px;
}

body {
	margin: auto;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	/* font-size: 16px; */
	line-height: 1.8;
}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(150, 150, 1050, 0), rgba(150, 150, 150, 0.75), rgba(150, 150, 150, 0));
}

img,
video {
	width: 100%
}

.margin {
	width: calc(100% - 20px);
	margin: auto;
	max-width: 1680px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	color: var(--black);
}

h1 {
	font-size: 2.55em;
	margin: 0.67em 0;
	font-weight: 700;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
	font-weight: 700;
}

h3, .tool {
	font-size: 1.17em;
	margin: 1em 0;
	font-weight: 700;
}

p {
	color: var(--dkGrey);
	margin-top: 0;
}

p.heading-small {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--mainColor);
	letter-spacing: 0.35em;
	text-align: center;
}

p.stanza {
	margin: 0;
	font-style: italic;
}

a {
	font-family: 'Raleway', sans-serif;
	color: var(--dkGrey);
	position: relative;
}

.underline:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -5px;
	left: 0px;
	background-color: var(--mainColor);
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
	padding-left: 15px;
}

.underline:hover:after {
	transform-origin: bottom left;
	transform: scaleX(1);
	background-color: var(--grey);
}

a:focus,
i:focus,
.collapsible-header:focus {
	color: white !important;
	background-color: var(--black) !important;
	text-decoration: none !important;
	outline: none !important;
}

.secondary-link:hover,
.button:hover {
	color: var(--yellow);
}

.link-special {
	padding: 40px 0 0 0;
}

.link-special a {
	color: #ffffff;
}

.product-link {
	color: var(--mainColor);
	font-size: 1.2rem;
}

a.button {
	padding: 14px 16px;
	background: var(--mainColor);
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	margin-top: auto;
}

a.button.insider {
	background: var(--insiderGreen);
	color: #ffffff;
}
a.button.insider:hover {
	 background:#5c9b09;
	 color: #ffffff;
}
img.insider-logo {
	max-width: 400px;
}
a.button.button-ghost {
	border: 2px solid rgba(255, 255, 255, 0.70);
	color: rgba(255, 255, 255, 0.70);
	transition: border 0.3s;
	background: none;
}

a.button.button-ghost:hover {
	border: 2px solid var(--yellow);
	color: var(--yellow);
}
a.inline {
	color: #1981ca;
	font-weight: 700;
}
a.inline:hover {
	text-decoration: underline;
}
.title,
.subtitle {
	color: #ffffff;
	letter-spacing: 7px;
	transition: color 0.3s;
	text-transform: uppercase;
	z-index: 10;
	line-height: 1.6;
	font-size: 20px;
}

.subtitle {
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
	margin: 0;
	background: var(--black);
	padding: 10px;
}

.product-color {
	color: var(--mainColor);
}

.bold {
	font-weight: 700;
}

.hero ul {
	display: none;
}

.unordered-style {
	padding-left: 40px !important;
}

.unordered-style li {
	list-style-type: disc !important;
}

.bookmark-etc {
	max-height: 135px;
	width: auto;
}

/* end common styles */



/* helper styles */

.card-sm,
.grid-card-sm {
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}

.grid-card-sm {
	display: flex;
	flex-flow: column;
	padding: 20px;
	transition: all .3s;
}

.grid-card-sm_hover:hover {
	box-shadow: 0 9px 13px rgba(0, 0, 0, 0.26);
	transform: translateY(-8px);
}

.grid-card-sm>a {
	height: 100%;
}
.ribbon-container {
	position: relative;
}
.ribbon {
	width: 200px;
	padding: 5px;
	position: absolute;
	text-align: center;
	color: var(--black);
}
.ribbon-sticky {
	position: fixed;
}
.ribbon-top {
	top: 10px;
}
.ribbon-left {
	left: -65px;
}
.ribbon-top.ribbon-left {
	transform: rotate(-45deg);
}
.ribbon-yellow {
	background-color: var(--yellow);
}
.addon>a,
.addon>.grid-txt-wrapper {
	height: auto;
}
a.product-wrap {
	overflow: hidden;
}
.addon .wizard {
	grid-column: span 8;
}

.addon .homework-help {
	grid-column: span 8;
}

.grid-card-sm>a:focus {
	background: #ddd !important;
}

.card-md,
.grid-card-md {
	background: #ffffff;
	box-shadow: 0 9px 13px rgba(0, 0, 0, 0.26);
	border-radius: 4px;
}

.card-lg,
.grid-card-lg {
	background: #ffffff;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.26);
	border-radius: 4px;
}

.grid,
.grid-2,
.grid-3,
.grid-hero,
.grid-section,
.grid-section.grid-reviews,
.grid-howto,
.grid-started,
.grid-free {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr;
}

.grid-free {
	grid-template-columns: repeat(2, 1fr);
}

.cta1 a,
.cta2 a,
.cta3 a {
	align-items: center;
	display: flex;
	height: 100%;
}

.grid-section {
	grid-gap: 20px;
}

.grid-section-item {
	grid-column: span 4;
}

.grid-txt-wrapper {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
}

.grid-card-sm.addon>img {
	border-radius: 4px;
}

.grid-card-sm.prod>img {
	padding: 0;
	border-radius: 4px 4px 0 0;
}

.grid-howto {
	padding: 20px;
	background-color: var(--mainColor);
	border-radius: 20px;
}

.howto-wrapper {
	align-self: center;
}

.howto-txt {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.grid-howto-content {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 20px;
}

.howto-content {
	max-width: 1000px;
	grid-column: span 2;
}

.ht-content-wrapper {
	padding-top: 20px;
}

.howto-content .howto-img {
	width: auto;
	max-width: 100%;
}

.el-hero {
	background: url('https://www.worldbookonline.com/training/assets/earlylearning/homepage_colors.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;
	padding: 40px 0;
	/* display: flex; */
}

.el-hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--mainColor);
	opacity: .75;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.hero-txt {
	background-color: #ffffff;
	z-index: 1;
	padding: 20px;
	margin: auto;
	width: calc(100% - 50px);
	max-width: 800px;
	border-radius: 20px;
	box-shadow: 0 9px 13px rgba(0, 0, 0, 0.26);
}
.card-btn-wrapper {
	margin: auto;
	width: calc(100% - 50px);
	max-width: 800px;
	z-index: 1;
	display: flex;
	justify-content: center;
}
.card-btn-wrapper a {
	transition: all .3s;
	margin: 20px 10px;
}
.product-btn {
	padding: 20px;
	z-index: 2;
}
.collapsible {
	border: none;
	box-shadow: none;
	margin: 0;
}

.collapsible-header {
	border-bottom: 0;
	border-top: 1px solid #ddd;
	padding: 1rem;
	transition: all .3s;
}

.collapsible-header:hover {
	color: var(--black);
	background-color: var(--ltGrey);
}

.collapsible-body {
	padding: 16px 16px 16px 16px;
}

.collapsible-body ul li {
	list-style: circle;
}

.collapsible-body ul {
	padding-left: 20px;
}

.started-link {
	height: 100%;
}

.started {
	height: 100%;
	align-items: center;
}

.sm-icon {
	max-width: 45px;
}

.sm-icon-free {
	max-width: 55px;
}

.max-width-200 { max-width: 200px; }

.modal-content a img {
	width: 44px;
	display: inline-block;
}

.reorder-img {
	order: 2;
}
.reorder-txt {
	order: 1;
}
.reorder-txt .bold {
	margin-top: 20px;
}
.reorder-txt-center {
	text-align: center;
}
.level-badge {
	justify-self: center;
}
ul.ul-dot {
	list-style-position: inside;
}
ul.ul-dot li{
	list-style-type: disc;
}
ul.ul-dot li::marker {
	text-align: end !important;
}


@media all and (min-width: 600px) {
	.grid,
	.grid-2,
	.grid-section {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.head-link {
		font-size: 1rem;
	}

	.tool {
		flex:1;
	}
	.reorder-img {
		order: 1;
	}
	.reorder-txt {
		order: 2;
		text-align: left;
	}
	.level-badge {
		justify-self: right;
		align-self: start;
	}
	.level-badge img {
		width: 300px;
	}
}

@media all and (min-width:768px) {
	.grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-started {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-free {
		grid-template-columns: repeat(3, 1fr);
	}

	.grid-hero {
		grid-template-columns: repeat(3, 1fr);
	}

	.grid-section {
		grid-template-columns: repeat(6, 1fr);
	}

	.grid-products {
		grid-template-columns: repeat(8, 1fr);
	}

	.grid-section.grid-reviews,
	.grid-howto {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-card-sm.addon {
		grid-column: span 3;
	}

	.grid-products {
		grid-template-columns: repeat(6, 1fr);
	}

	.grid-card-sm.prod {
		grid-column: span 2;
	}

	.howto-content {
		grid-column: span 1;
	}
}

@media all and (min-width: 1024px) {
	.grid,
	.grid-free {
		grid-template-columns: repeat(6, 1fr);
	}

	.grid-2 {
		grid-gap: 20px;
	}

	.grid-card-sm.addon {
		grid-column: span 2;
	}

	.grid-card-sm.addon.wizard {
		grid-column: 2 / span 2;
	}

	.grid-card-sm.addon.homework-help {
		grid-column: 4 / span 2;
	}

	.grid-products {
		grid-template-columns: repeat(8, 1fr);
	}
	.level-badge img{
		width: 400px;
	}
}

@media all and (min-width: 1200px) {
	.grid-started {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media all and (min-width: 1440px) {
	.grid-products {
		grid-template-columns: repeat(10, 1fr);
	}

	.grid-card-sm.prod {
		grid-column: span 2;
	}

}

.clear {
	clear: both;
}

.h100 {
	height: 100%;
}

.w100 {
	width: 100%;
}

.width-auto {
	width: auto !important;
}

.max-800 {
	max-width: 800px;
}


.flex, .flex-tools {
	display: flex;
}
.flex-tools {
	flex-flow: row wrap;
	justify-content: center;
}
.tool {
	width: 100%;
	transition: all .3s;
	margin: 5px;
	font-family: Raleway, sans-serif;
	color: var(--black);
	border-radius: 10px;
}
.tool:hover {
	background: var(--insiderYellow);
}
.tool-1 {
	background:  var(--insiderGreen);
}
.tool-page {
	background: #f0f0f0;
}


@media all and (min-width: 360px) {
	.tool {
		width: 47%;
	}
}


.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-direction {
	flex-direction: column;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.just-between {
	justify-content: space-between;
}

.just-center {
	justify-content: center;
}

.align-center {
	align-items: center;
}

.flex-8 {
	flex: 8;
}

.flex-7 {
	flex: 7;
}

.flex-6 {
	flex: 6;
}

.flex-5 {
	flex: 5;
}

.flex-4 {
	flex: 4;
}

.flex-3 {
	flex: 3;
}

.flex-2 {
	flex: 2;
}

.flex-1 {
	flex: 1;
}

.flex25 {
	width: 25%;
}

.flex50 {
	width: 50%;
}

.flex75 {
	width: 75%;
}

.no-margin {
	margin: 0;
}

.margin-auto {
	margin: auto;
}

.no-padding {
	padding: 0;
}

.p-10 {
	padding: 10px;
}
.p-20 {
	padding: 20px;
}
.p-h-20 {
	padding: 0 20px;
}
.p-hh-20 {
	padding: 20px 0;
}
.p-t-10 {
	padding-top: 10px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-40 {
	padding-top: 40px;
}

.p-t-50 {
	padding-top: 50px;
}

.p-t-60 {
	padding-top: 60px;
}

.p-b-0 {
	padding-bottom: 0;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-l-20 {
	padding-left: 20px;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.text-upper {
	text-transform: uppercase;
}

.table {
	display: table;
}

.border-black {
	border: 1px solid #000000;
}

.border-main {
	border: 1px solid var(--mainColor);
}

.center-txt {
	text-align: center;
}

.block {
	display: block;
}

/* end helper styles */



/* homepage styles */
.social {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 9999;
}

.social-wrapper {
	position: relative;
}

.social-links {
	position: absolute;
	top: 0;
	left: -45px;
	width: 80px;
	transition: all 0.3s;
}

.social-links-active {
	left: 0;
}

.connect-tab {
	position: absolute;
	top: 0;
	right: 0;
}

.social a {
	display: block;
	width: 60px;
	height: 60px;
}

.social a img {
	width: 100%;
}

.back-to-top {
	background: #ffffff;
	position: fixed;
	bottom: 90px;
	right: 12px;
	height: 65px;
	width: 65px;
	cursor: pointer;
	transition: 0.3s;
	z-index: 9997;
	border-radius: 50%;
	display: none;
	transition: all 0.3s;
}

.back-to-top a {
	text-align: center;
	color: var(--mainColor);
	padding: 15px;
	font-size: 25px;
	line-height: 1.2;
	transition: all 0.3s;
}

.back-to-top:hover,
.back-to-top:hover a {
	transform: scale(1.2);
}

.back-to-top a:hover {
	color: var(--dkGrey);
}

.back-to-top a {
	z-index: 9999;
	display: block;
}

header {
	height: 70px;
	flex-flow: row nowrap;
	align-items: center;
}

.logo {
	background-image: url("../assets/homepage/wb-logo-ot-sm.png");
	background-repeat: no-repeat;
	height: 34px;
	width: 120px;
	background-size: contain;
}
.training-logo {
	height: 28px;
	width: auto;
	display: flex;
}

.head-link {
	font-size: 0.8em;
}

.head-link:last-child {
	margin-left: 10px;
}

.cta {
	height: 227px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.hero {
	background: url(../assets/homepage/grad.jpg);
	background-size: cover;
	background-position: center center;
	justify-content: space-between;
	position: relative;
}

.hero:before {
	background: rgba(104, 56, 140, 0.8);
}

.cta-last {
	margin-left: 0px;
}

.hero:before,
.cta1:before,
.cta2:before,
.cta3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.cta1 {
	background: url(../assets/homepage/cta1-bg.jpg);
}

.cta1:before {
	background: rgba(62, 122, 191, 0.8);
}

.cta2 {
	background: url(../assets/homepage/cta2-bg.jpg);
}

.cta2:before {
	background: rgba(136, 191, 62, 0.8);
}

.cta3 {
	background: url(../assets/homepage/cta3-bg.jpg);
}

.cta3:before {
	background: rgba(191, 62, 62, 0.8);
}

.hero,
.cta1,
.cta2,
.cta3 {
	flex: 1;
}

.cta1,
.cta2,
.cta3 {
	position: relative;
	background-size: cover;
	background-position: center center;
}

a:hover h5 {
	color: var(--yellow);
}

.products-section {
	text-align: center;
	width: 100%;
}

.products-section p {
	font-family: 'Raleway', sans-serif;
}

.main-products,
.secondary-products {
	flex-wrap: wrap;
}

.secondary-products {
	justify-content: center;
}

.card {
	width: 100%;
	margin: 10px 0;
}

.card .card-content {
	padding: 15px;
}

.card .card-content .card-title,
.card .card-reveal .card-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	color: var(--black);
}

.card .card-reveal>p {
	font-size: 17px;
}

.more-products {
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
}

.site-links {
	justify-content: space-between;
	/* font-size: 1rem; */
	flex-wrap: wrap;
}

.site-links a {
	display: block;
	color: var(--dkGrey);
}

.site-links-wrapper {
	width: 100%;
	padding: 30px 20px;
}

.more {
	background: #ffffff;
}

.more h3,
.site-links h5 {
	margin-top: 0;
}

.more,
.reviews {
	width: 100% !important;
}

.reviews {
	padding: 40px;
}

.arrows .next-arrow:focus,
.arrows .prev-arrow:focus {
	border: 3px solid black !important;
	outline: none !important;
}

.arrows {
	justify-content: center;
}

.wb-review {
	font-family: 'Raleway', sans-serif;
	text-align: left;
	position: relative;
}

.review-name {
	text-align: right;
	color: var(--mainColor);
	line-height: 1.2;
	font-size: 0.95rem !important;
}

.carousel.carousel-slider .carousel-item p {
	font-size: 18px;
}

.carousel .indicators .indicator-item {
	background: var(--yellow);
	opacity: 1;
}

.carousel .indicators .indicator-item.active {
	background: var(--yellow);
	opacity: 0.5;
}

.quote {
	position: relative;
}

.quote:after {
	position: absolute;
	content: open-quote;
	font-size: 350px;
	top: 60px;
	left: -40px;
	color: var(--mainColor);
	opacity: 0.3;
	font-weight: 400;
	z-index: -1;
}

.cta-buttons {
	flex-direction: column;
	text-transform: uppercase;
}

.cta-buttons a {
	margin: 0 0 20px 0;
	width: 100%;
}

.button.teal-bg {
	background: var(--ewol);
}

.button.green-bg {
	background: var(--green);
}

.newsfeed {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.twitter,
.facebook {
	width: 100%;
}

footer {
	padding-top: 50px;
	clear: both;
}

/* end homepage styles */



/* product page styles */

/* new */
.container-wrapper {
	width: 100%;
	position: relative;
	display: flex;
}

.margin {
	width: calc(100% - 20px);
	margin: auto;
	max-width: 1680px;
}

.left,
.right,
.container {
	display: block;
}

.container {
	flex-flow: row nowrap;
	position: relative;
}

.left,
.right {
	flex: 1 1;
	flex-flow: column nowrap;
	padding: 20px;
}

.right img {
	width: 100%;
}

.title,
.desc {
	flex: 1 1;
	padding: 20px 0;
	color: #ffffff;
	text-align: center;
}

.title h3 {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 7px;
	font-size: 30px;
	line-height: 1.6;
	margin: 0;
}

.desc {
	font-family: 'Raleway', sans-serif;
}

.bg-color {
	background: var(--mainColor);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}


/* end new */

.head-link span {
	color: var(--mainColor);
}

.color-bg,
.color-bg-50 {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 500%;
	transform: translateX(-50%);
	background: var(--mainColor);
	z-index: -1;
}

.color-bg-50 {
	height: 50%;
}

.product-item-2 img {
	width: 100%;
}

.intro-text-wrapper {
	position: relative;
}

.product-item-1,
.product-item-2,
.product-item-3 {
	width: 100%;
}

.product-item-1 {
	position: relative;
	padding: 30px 0;
}

.product-item-1 h3,
.product-title h3 {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 7px;
	font-size: 30px;
	line-height: 1.6;
	margin: 0;
}

.product-item-2 {
	position: relative;
	top: -20px;
}

.intro-text {
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

.extra-links a {
	margin: 30px 16px;
}

.tutorial {
	flex-direction: column;
}

.dropdown-content li {
	color: var(--grey);
}

.jump2 li:first-child {
	border-radius: 4px 4px 0 0;
}

.jump2 li {
	min-height: 50px;
	line-height: 1.5rem;
	clear: both;
}

.jump2 li:hover {
	background-color: #eeeeee;
}

.jump2 li:hover:last-child {
	border-radius: 0 0 4px 4px;
}

.jump2 li.divider {
	min-height: 0;
	height: 1px;
	padding: 0;
}

.drop-title,
.dropdown-content li>a,
.jump2 li>a {
	padding: 14px 16px;
	color: var(--grey);
	font-size: inherit;
	min-height: 50px;
	line-height: 1.5rem;
	/* clear: both; */
}

.jump2 li>a {
	min-height: 50px;
	line-height: 1.5rem;
	display: block;
}

.jump2 li:last-child a:focus {
	border-radius: 0 0 4px 4px;
}

.drop-title {
	font-family: 'Raleway', sans-serif;
	background-color: var(--mainColor);
	color: #ffffff;
}

.drop-title:hover {
	background-color: var(--mainColor) !important;
}

.btn {
	height: auto;
	background: #ffffff;
	box-shadow: none;
	color: var(--dkGrey);
	text-transform: none;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 14px 16px;
	font-size: 16px;
}

.btn:focus,
.btn:hover {
	background: #ffffff;
	box-shadow: none;
}

.btn:hover {
	background: #eeeeee;
}

.btn i {
	font-size: 16px;
}

.dropdown-trigger {
	width: 200px;
}

.menus {
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
	top: 20px;
}

.jump-menu {
	justify-self: center;
	width: 200px;
	z-index: 2;
}

.jump1 {
	display: block;
	margin: 0 auto;
}

.jump2 {
	display: none;
}

.content {
	width: 100%;
}

.tutorial-intro {
	position: relative;
	padding-top: 30px;
}

.tutorial-intro .card-sm {
	padding: 30px 20px;
	text-align: center;
}

.tutorial-content>img {
	padding-top: 20px;
}

.tutorial-content>*:last-child {
	margin-bottom: 50px;
}

.tab-selectors {
	margin-bottom: 20px;
}

.tabs .tab a {
	color: var(--black);
}

.tabs .tab a:hover,
.tabs .tab a.active {
	color: var(--mainColor);
}

.tabs .tab a {
	text-transform: none;
	font-size: 1.1rem;
}

.tabs .indicator {
	background: var(--mainColor);
}

/* end product page styles */



/* promote styles */
.mark {
	border-top: 1px solid #e3e3e3;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.mark img {
	margin-right: 20px;
	width: 50px;
	height: auto;
}

.mark.vid img {
	width: 100px;
}

.promote a,
.promote a p {
	display: block;
	color: var(--dkGrey);
	transition: color 0.3s;
}

.promote a:hover,
.promote a:hover p {
	color: var(--yellow);
}

.promote:not(:first-child) {
	padding-top: 30px;
}

/* end promote styles */



/* tutorial styles */

/* end tutorial styles */



/* why world book styles */
.why {
	margin: auto;
	text-align: center;
}

.why-icon {
	width: 100%;
	position: relative;
	text-align: center;
}

.why-icon:before {
	content: "";
	position: absolute;
	left: 0;
	background: #d3d3d3;
	height: 2px;
	width: 40%;
	top: 50%;
}

.why-icon:after {
	content: "";
	position: absolute;
	right: 0px;
	background: #d3d3d3;
	height: 2px;
	width: 40%;
	top: 50%;
}

.why-icon img {
	width: 70px;
}

.why h4 {
	margin-top: 10px;
}

.best-features h4 {
	text-align: center;
}

.why-list {
	display: flex;
	flex-wrap: wrap;
}

.why-list ul {
	width: 100%;
	padding: 0 20px;
}

.why-list ul li {
	position: relative;
	margin-bottom: 15px;
}

.why-list ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -16px;
	background: #d3d3d3;
	height: 100%;
	width: 5px;
	opacity: .65;
}

.why-list ul li:nth-child(1n):before {
	background: var(--wbBlue);
}

.why-list ul li:nth-child(2n):before {
	background: var(--green);
}

.why-list ul li:nth-child(3n):before {
	background: var(--yellow);
}

/* end why wb styles */



/* webinar styles */
.capital-long {
	font-size: 1.5rem;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	letter-spacing: 7px;
}

.upcoming-webinars,
.archived-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.webinar-title {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
}

.archived {
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.archived-title {
	padding-top: 10px;
	color: var(--mainColor);
}

.archived-text p {
	font-size: 20px;
}

.recorded {
	max-width: 70%;
}

/* end webinar styles */

/* tennesee styles */
.ten-logo {
	display: flex;
}

.footer-sm {
	font-size: .83rem;
}

.ten-pdf {
	border-top: 1px solid #e3e3e3;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.ten-pdf img {
	width: 30%;
	height: auto;
	margin-right: 20px;
}

.ten-pdf-title {
	margin: 0px;
}

.promote a .ten-pdf-desc {
	color: var(--dkGrey) !important;
	font-family: 'Open Sans', sans-serif;
	font-size: .83rem
}

/* end tennesee styles */

/* downloadables styles */
.secondary-intro,
.secondary-main {
	position: relative;
	max-width: 800px;
	margin: auto;
}

.secondary-main {
	padding-top: 30px;
}

.secondary-intro>h3 {
	text-align: center;
}

.color-bg-75 {
	height: 75%;
}

.capital {
	position: relative;
	font-size: 1.5rem;
}

.capital:before {
	content: "";
	position: absolute;
	left: -30px;
	background: #ffffff;
	height: 2px;
	width: 20px;
	top: 50%;
}

.capital:after {
	content: "";
	position: absolute;
	right: -25px;
	background: #ffffff;
	height: 2px;
	width: 20px;
	top: 50%;
}

.secondary-intro h3 {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 7px;
	font-size: 2rem;
	line-height: 1.6;
	padding-top: 30px;
	margin: 0;
}

.foldables {
	flex-wrap: wrap;
	justify-content: space-between;
}

.foldables>div {
	width: 100%;
}


/* media queries */

@media (min-width: 768px) {

	body,
	.carousel.carousel-slider .carousel-item p {
		font-size: 1.1rem;
	}

	.margin {
		width: calc(100% - 40px);
	}

	.logo {
		background-image: url("../assets/homepage/wb-logo-ot-lg.png");
		width: 378px;
		height: 41px;
		background-size: contain;
	}
	.training-logo {
		width: auto;
		height: 41px;
	}
	.flex-direction {
		flex-direction: row;
	}

	.cta-last {
		margin-left: 10px;
	}

	.card {
		width: 48%;
		margin: 1%;
	}

	.cta-buttons {
		flex-direction: row;
	}

	.cta-buttons a {
		margin: 10px;
	}

	.jump2 {
		display: block;
		width: 100%;
	}

	.product-item-1,
	.product-item-2,
	.product-item-3 {
		width: 50%;
	}

	.product-item-1 {
		padding: 50px 0;
		float: left;
		margin-bottom: 30px;
	}

	.product-item-1 h3,
	.product-title h3,
	.title h3 {
		text-align: left;
	}

	.product-item-2 {
		position: relative;
		float: right;
		top: 50px;
	}

	.product-item-3 p,
	.product-item-1 h3,
	.product-title h3 {
		padding-right: 50px;
	}

	.intro-text {
		text-align: left;
	}

	/* .extra-links {
    margin-top: 100px;
  } */
	.foldables>div {
		width: 48%;
	}

	.secondary-intro h3 {
		font-size: 3rem;
	}

	.archived {
		width: 50%;
	}

	.site-links-wrapper {
		width: 49%;
	}

	.why {
		max-width: 70%;
	}

	.why-list ul {
		width: 50%;
	}

	.bg-color {
		height: 38%;
	}
}

@media (min-width: 900px) {}

@media (min-width: 1024px) {
	body {
		font-size: 1.15rem;
	}

	.margin {
		width: calc(100% - 60px);
	}

	.cta {
		height: 300px;
	}

	.title {
		font-size: 26px;
	}

	.hero,
	.cta3 {
		flex: 3;
	}

	.cta1,
	.cta2 {
		flex: 1;
	}

	.products-section {
		max-width: 70%;
		margin: auto;
	}

	.product-item-1 h3,
	.product-title h3,
	.title h3 {
		font-size: 40px;
	}

	.tutorial {
		flex-direction: row;
	}

	.desc {
		color: var(--dkGrey);
		text-align: left;
	}

	.jump1 {
		display: none;
	}

	.spacer,
	.content {
		margin: 10px;
	}

	.spacer {
		width: 25%;
	}

	.content {
		width: 50%;
	}

	.hero ul {
		display: block;
	}

	.subtitle {
		font-size: 18px;
	}

	.left,
	.right,
	.container {
		display: flex;
	}
}

@media (min-width: 1280px) {
	body {
		font-size: 1.2rem;
	}

	.margin {
		width: calc(100% - 120px);
	}

	.products-section {
		padding: 20px 0;
	}

	.product-item-1 h3,
	.product-title h3,
	.title h3 {
		font-size: 55px;
	}

	.card {
		width: 24%;
		margin: .5%;
	}

	.card .card-reveal>p,
	.card .card-content .card-title,
	.card .card-reveal .card-title {
		font-size: 13px;
	}

	.archived {
		width: 33%;
	}

	.bg-color {
		height: 43%;
	}
}

@media (min-width: 1440px) {
	body {
		font-size: 1.25rem;
	}

	.margin {
		width: calc(100% - 160px);
	}

	.cta {
		height: 400px;
	}

	.title {
		font-size: 30px;
	}

	.subtitle {
		font-size: 22px;
	}

	.product-item-1 h3,
	.product-title h3,
	.title h3 {
		font-size: 60px;
	}

	.card .card-reveal>p,
	.card .card-content .card-title,
	.card .card-reveal .card-title {
		font-size: 14px;
	}

	.bg-color {
		height: 46%;
	}
}

@media (min-width: 1680px) {

	.product-item-1 h3,
	.product-title h3,
	.title h3 {
		font-size: 70px;
	}

	/* .extra-links {
    margin-top: 200px;
  } */
	.card .card-reveal>p,
	.card .card-content .card-title,
	.card .card-reveal .card-title {
		font-size: 17px;
	}
}

/* end media queries */


.dig-learn {
	/* background: #ebebeb;  */
	/* color: #ffffff;  */
	padding: 10px; 
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.dig-learn p {
	margin: 0 20px;
}
.dig-learn img {
	width: 50px;
}
.dig-learn button {
	padding: 10px 20px;
	background: var(--wbBlue);
	color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}

/* meet-styles */

.insider-grid {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
	grid-auto-rows: 20px;
	line-height: 1.3;
}

.item {
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}
.insider-content {
	font-size: .8em;
}
.insider-name {
	font-weight: 700;
	line-height: 1.2;
	color: black;
	margin: 5px 0px;
	text-transform: uppercase;
	font-size: 1.2em;
}
.insider-title {
	font-weight: 700;
	margin: 5px 0px;
	line-height: 1.2;
}
.insider-job {
	line-height: 1.2;
	margin: 0;
}
.insider-description {
	padding: 15px;
}
.brick {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	float: left;
	width: 300px;
	font-size: .8em;
}
.free-wall {
	margin: 15px;
}
.info {
	padding: 15px;
	color: #333;
	text-align: center;
}
.brick img {
	margin: 20px auto 0px auto;
	padding: 0px;
	display: block;
	width: 150px;
}
