#front-page-1 .flexible-widgets .widget.widget-1 {
	margin-bottom: 15px;
	padding: 0 15px;
	width: 100%;
}

#front-page-1 .flexible-widgets .widget.widget-1 h3 {
	font-size: 36px;
    font-size: 3.6rem;
}

#front-page-1 .flexible-widgets .widget-1 .widget-wrap h3 {
	display: block;
	text-align: center;
}

#front-page-1 .flexible-widgets.widget-halves .widget:nth-child(odd),
#front-page-1 .flexible-widgets.widget-thirds .widget:nth-child(3n+1)
{
	clear: none;
}

.front-page-1 .widget-halves .widget:nth-of-type(2n) {
	width: 100%;
}

#front-page-1 .flexible-widgets .wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 90%;
}

#front-page-1 .flexible-widgets .widget {
	margin-bottom: 44px;
	padding: 0;
}

#front-page-1 .flexible-widgets .widget-wrap {
	height: 100%;
	padding: 0;
}

#front-page-1 .flexible-widgets .widget-wrap .coursestorm-upcoming-classes-widget-content {
	border-radius: 10px 10px 0 0;
}

#front-page-1 .flexible-widgets .widget-wrap .entry {
	display: flex;
	flex-direction: column;
	height: calc(100% - 7px);
	max-width: 100%;
}

#front-page-1 .flexible-widgets .widget-wrap .entry > a {
	margin-bottom: -9px;
}
#front-page-1 .flexible-widgets .widget-wrap .entry .featured-image {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	display: block;
	padding-top: 56%;
	position: relative;
}

#front-page-1 .flexible-widgets .widget-wrap h3 {
	font-size: 27px;
	font-size: 2.7rem;
	font-size: 6.5vw;
	margin-top: 15px;
    text-align: center;
}

@media ( min-width: 860px ) {
	#front-page-1 .flexible-widgets .widget-wrap h3 {
		font-size: 2.4vw;
	}
}

@media ( min-width: 1200px ) {
	#front-page-1 .flexible-widgets .widget-wrap h3 {
		font-size: 1.3vw;
	}
}

#front-page-1 .flexible-widgets .widget-wrap .entry-header {
	flex: auto;
}

#front-page-1 .flexible-widgets .widget-wrap .program-name {
	border-top: 1px solid rgba( 0,0,0,.25 );
	display: block;
	margin-top: 10px;
	padding-top: 10px;
}

#front-page-1 .entry-footer {
	background: #6283C1;
	border-radius: 0 0 10px 10px;
	padding: 10px 15px;
	position: relative;
}

#front-page-1 .entry-footer a {
	color: white;
	text-decoration: none;
}

#front-page-1 .entry-footer .course-price {
	border-left: 1px solid rgba( 0,0,0,.25);
	padding-left: 15px;
	float: right;
}

/**
Icons
*/
#front-page-1 .flexible-widgets .widget.card {
	background-size: 70px;
	margin-top: 30px;
	padding-top: 100px;
	position: relative;
}

@media ( min-width: 1200px ) {
	#front-page-1 .flexible-widgets .widget.card {
		margin-top: 100px;
	}
}

@media ( min-width: 1200px ) {
	#front-page-1 .flexible-widgets .widget.card {
		margin-top: 0;
	}
}

#front-page-1 .flexible-widgets .widget.card:after,
#front-page-1 .flexible-widgets .widget.card:before {
    border-radius: 100px;
    height: 100px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100px;
}

#front-page-1 .flexible-widgets .widget.card:after {
	background: white;
}

#front-page-1 .flexible-widgets .widget.card:before {
	background-size: inherit;
	width: 100%;
    z-index: 1;
}

.card.business-and-skills:before {
	background: url('/wp-content/themes/academy-pro/images/icons/icon-business.png') center 15px no-repeat;
}

.card.college-transitions:before {
	background: url('/wp-content/themes/academy-pro/images/icons/icon-college.png') center 17px no-repeat;
}

.card.high-school-completion:before {
	background: url('/wp-content/themes/academy-pro/images/icons/icon-high-school-completion.png') center 20px no-repeat;
}

.card.literacy:before {
	background: url('/wp-content/themes/academy-pro/images/icons/icon-literacy.png') center 17px no-repeat;
}

.card.personal-enrichment:before {
	background: url('/wp-content/themes/academy-pro/images/icons/icon-enrichment.png') center 0 no-repeat;
}

