@CHARSET "UTF-8";

#program-goals .heading {
	color: #FF8600;
}

#selection-container {
	background: white;
	font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 30px;
}

#selection-container .heading {
	clear: both;
	text-align: left;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 30px;
	margin: 0;
	padding: 0 0 6px;
}

.popup#selection-container .first-container button {
	background: #aaaaaa url("../../../images/programs/gears-white.png")
		no-repeat 5%;
	padding: 0px 1em 0px 4em;
	font-family: 'Roboto';
}

.popup#selection-container .first-container {
	padding-left: 0;
}

.popup#selection-container .first-container button.active {
	background-color: #009fe3;
}

.popup#selection-container .first-container .categories {
	height: 6em;
	margin-bottom: 1em;
	width: 48%;
}

.popup#selection-container .first-container .categories.left-item {
	background: url("../../../images/programs/walk-big-grey.png") no-repeat
		center;
	float: left;
	display: none;
}

.popup#selection-container .first-container .categories.right-item {
	background: url("../../../images/programs/brain-big-grey.png") no-repeat
		center;
	float: right;
	display: none;
}

/* GOALS */
.popup#selection-container .goal-item {
	font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
	height: 8.5em;
	margin-bottom: 0.8em;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #009fe3;
	position: relative;
}

.popup#selection-container .goal-item.active {
	background-color: #009fe3;
}

.popup#selection-container .goal-item.active span {
	color: white;
}

.popup#selection-container .goal-item span {
	color: #009fe3;
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 1em;
}

.popup#selection-container .goal-item.active p {
	color: #fff;
}

.popup#selection-container .goal-item p {
	margin-top: 0.5em;
	width: 17em;
	font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.3;
}

.popup#selection-container .goal-item.disabled {
	color: #AAAAAA;
	border: 2px solid #AAAAAA;
}

.popup#selection-container .goal-item.disabled span {
	color: #AAAAAA;
}

.popup#selection-container .goal-item.left-item {
	float: left;
	width: 48%;
}

.popup#selection-container #goals {
	margin-top: 36px;
}

.popup#selection-container #goals:after {
	clear: both;
	content: '';
	display: block;
}

.popup#selection-container .goal-item.right-item {
	float: right;
	width: 48%;
}

.popup#selection-container .goal-item.full-item {
	float: right;
	width: 99.5%;
}

.popup#selection-container .goal-item .goal-item-content {
	margin: 1em;
	height: 5.5em;
}

.popup#selection-container .goal-item.combine .goal-item-content {
	background: url("../../../images/programs/combine-arrow-grey.png")
		no-repeat left;
	padding-left: 5.5em;
}

.popup#selection-container .goal-item.combine .goal-item-content p {
	width: 27em;
}

.popup#selection-container .goal-item .soon {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	color: white;
	background: black url("../../../images/programs/key-white-big.png")
		no-repeat 5%;
}

.popup#selection-container .goal-item .soon p {
	width: 100%;
	font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-left: 35%;
}

.popup#selection-container .goal-item .soon p:first-child {
	font-weight: bolder;
	margin-top: 1.2em;
	font-size: 1.5em;
}

.popup#selection-container .goal-item .soon p:last-child {
	font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.popup#selection-container .goal-item.disabled:hover {
	border-color: #333333;
}

.popup#selection-container .goal-item.disabled:hover .soon {
	display: block;
}

/* GOALS */
@media only screen and (max-width: 600px) {
	#selection-container {
		width: calc(100% - 60px);
	}
	.popup#selection-container .goal-item.left-item,
	.popup#selection-container .goal-item.right-item{
	float: none;
	width: 100%;
	}
	.popup#selection-container .first-container button{
	margin-bottom: 50px;}
	.popup#selection-container .goal-item.combine .goal-item-content p{
	width: 100%;}
}