article {
	margin-bottom:0px;
}
.clear {
	clear: both;
	text-align: center;
	width:100%;
}
h1 {
	font-family: 'Ubuntu';
	font-size: 2em;
	font-weight: 600;
	line-height: 1.25em;
        margin-bottom: 20px;
}
h2 {
	font-family: 'Ubuntu';
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.25em;
        margin-bottom: 20px;
	text-align: center;
}
h3 {
	font-family: 'Ubuntu';
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}
#buy2promo-image-section {
	align-items: center;
	display: flex;
	padding: 0px;
}
#buy2promo-top-text-container {
	width: 30%;
	padding: 0px;
}
#buy2promo-top-text {
	margin: 0 auto;
}
#buy2promo-top-text p.quote {
	font-size: 1.75em;
	font-weight: 600;
	padding: 0px 10%;
	text-align: center;
}
#buy2promo-top-text p.quote.from {
	font-size: 1.25em;
}
#buy2promo-top-message-container {
	text-align: center;
	background: #fff;
	padding: 30px;
}
#buy2promo-top-message-container p {
	font-size: 1em;
	font-weight: 600;
	margin: 5px 15%;
	padding-bottom: 15px;
}
#buy2promo-top-image-container {
	width: 70%;
	text-align: center;
}
.buy2promo-content-wrapper {
	background:#ffffff;
	padding: 20px 0px 0px 0px;
}
.buy2promo-faq-wrapper {
	background: #000;
	padding: 0px;
	color: #fff;
	font-size: 1em;
}
.buy2promo-faq-wrapper span.question {
	font-weight: 600;
}
main {
	background:#FFD202;
}
#technologies-we-teach li {
    line-height: 1em;
    padding: 0 0 .375em;
}
a:visited, a:hover, a:active {
  color: inherit !important;
}
@media screen and (max-width:1023px) {
	.home-technologies-wrapper {
		text-align: center;
	}
#technologies-we-teach {
	padding: 0 15px;
	display: inline-block;
	float: none;
	max-width: 550px;
	text-align: left;
}
.technologies-we-teach-col {
	width: 48%;
	display: inline-block;
	float: none;
	vertical-align: top;
}
}

@media screen and (max-width:767px) {
  #technologies-we-teach {
    padding: 0 15px;
}
.technologies-we-teach-col {
    width: 100%;
}
#buy2promo-image-section {
	display: block;
	padding: 0px;
}
#buy2promo-top-image-container {
	width: 100%;
}
#buy2promo-top-text-container {
	width: 100%;
	padding: 20% 0px;
}
}
    
#buy2promo-top-image-container img {
	height: auto;
	width: 100%;
}
#full-col.home-technologies-wrapper {
	margin: 0px 0 10px 0;
}
#technologies-we-teach {
	display: flex;
	padding: 0px;
	margin-left: 175px;
}
.technologies-we-teach-col {
    width: 25%;
}
@media screen and (max-width:1023px) {
#technologies-we-teach {
	max-width: 100%;
}
}
@media screen and (max-width:767px) {
#technologies-we-teach {
	flex-wrap: wrap;
}
.technologies-we-teach-col {
    width: 100%;
}
}
