﻿.ctn--programTopics {
	padding-top: 3rem;
	position: relative;
	text-align: center;
}

@media (min-width: 768px) {
	.ctn--programTopics {
		padding-top: 12rem;
	}
}

.ctn--programTopics h1 {
	text-align: center;
}

.ctn--programTopics .programTopics-list {
	display: flex;
	justify-content: space-around;
	margin-top: 3rem;
	flex-flow: row wrap;
}

@media (min-width: 768px) {
	.ctn--programTopics .programTopics-list {
		margin-top: 9.5rem;
	}
}

.ctn--programTopics .programTopic {
	position: relative;
	width: calc(100% - 20px);
	margin: 3rem 10px 8rem;
}

@media (min-width: 768px) {
	.ctn--programTopics .programTopic {
		width: 300px;
	}
}

.ctn--programTopics .programTopic > * {
	margin-left: auto;
	margin-right: auto;
}

.ctn--programTopics .programTopic::after {
	content: '';
	width: 270px;
	height: 270px;
	display: block;
	/*background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;*/
	position: absolute;
	z-index: 1;
	top: -25px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.ctn--programTopics .programTopic::after {
		width: 300px;
		height: 300px;
	}
}

.ctn--programTopics .circle {
	width: 250px; /*220px;*/
	height: 250px; /*220px;*/
	/*background-color: #fff;
	border-radius: 50%;*/
	display: flex;
	position: relative;
	z-index: 2;
	margin-bottom: 55px;
}

/*
@media (min-width: 768px) {
	.ctn--programTopics .circle {
		width: 250px;
		height: 250px;
	}
}*/

.ctn--programTopics .circle img {
	margin: auto;
}

.ctn--programTopics .description {
	color: #830093;
	font-size: 1.8rem;
	text-align: center;
	width: 250px;
}

.field-tip:hover .tip-content {
	right: -20px;
	opacity: 1;
}

.field-tip {
	position: relative;
	cursor: help;
}

.field-tip .tip-content {
	position: absolute;
	z-index: 1;
	top: -10px;
	right: 9999px;
	width: 200px;
	margin-right: -220px;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	background: #802a8e;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition: opacity 250ms ease-out;
	-ms-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
	border-radius: 5px;
}

.field-tip .tip-content:before {
	content: ' ';
	position: absolute;
	top: 50%;
	left: -16px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right-color: #802a8e;
}

#programTopicTbl {
	border-collapse: separate;
	border-spacing: 0 70px;
}

.ctn--programTopics .description {
	font-size: 1.4rem;
	display: contents;
	color: #666;
	font-weight: 500;
}

.ctn--programTopics .blurb {
	text-align: center;
	margin-bottom: 0px;
	/*color: #faab20;*/
	color: #830093;
	font-weight: 1000;
}

.programTopics-list {
	padding-top: 0px;
	margin-top: 0px;
}

.programTopic_title {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 1px;
	margin-inline-end: 1px;
	font-weight: 1000;
}

.ctn--programTopics.programTopics {
	background-color: #efefef;
}

.programTopic {
	margin: 1rem;
	background-color: #fff;
	width: 36rem;
}

img.center {
	display: block;
	margin: 0 auto;
}

div.topicTextContent {
	padding-left: 20px;
	padding-right: 20px;
}

/*.programTopics.programsPanel {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}*/
