@CHARSET "UTF-8";

#habits .background {
	background: url(../../../images/habits/12habis_background.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.15;
	z-index: -1;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	-webkit-filter: grayscale(100%);
	-moz-kit-filter: grayscale(100%);
	-o-kit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habits .background.hidden {
	display: none;
}

#habits #subNav li {
	display: inline-block;
	padding: 12px 20px;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	transition: color 200ms ease-in-out;
}

#habits #subNav li.selected {
	font-weight: 500;
	color: #009fe3;
}

#habits #habitListCards.hidden .background {
	opacity: 0;
}

#habits h2 {
	clear: both;
	font-size: 2.1875em;
	color: #333333;
	padding-right: 0.5em;
	margin-bottom: 26px;
	margin-top: 82px;
}

#habits h2 [data-tooltip] {
	text-align: center;
}

#habits h2 i {
	font-size: 22px;
	transition: color 200ms ease-in-out;
	cursor: pointer;
}

#habits #habitListCards .card .card-content {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	padding: 10px 16px 0;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 15;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 314px;
}

#habits #habitListCards .card .card-action {
	line-height: 36px;
}

#habits #habitList .habitsProgram .card .card-content {
	height: auto;
	text-overflow: initial;
	display: block;
}

#habits .card .card-image {
	height: 160px;
}

#habits .card .card-image .image {
	height: 100%;
}

#habits .card .card-image .image {
	background-size: cover;
	background-position: 50%;
}

#habits #habitsCards .card .footerAction {
	background-color: #009fe3;
	color: #fff;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}

#habits .card .card-action a {
	color: #009fe3;
}

#habits .card-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
}

#habits .card .card-image .card-title {
	z-index: 1;
	font-weight: 400;
	font-size: 20px;
}

#habits .card .card-image .card-title .month {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: 300;
}

#habits .show-details {
	color: #009fe3;
	transition: color .3s ease;
	text-transform: uppercase;
	cursor: pointer;
}

#habits .show-details:hover {
	text-decoration: underline;
}

/* Habit details */
#habitDetails .background {
	background: url(../../../images/community/communityBackground.png);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	background-size: contain;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	display: block;
}

#habitDetails .content {
	padding-top: 82px;
}

#habitDetails h2 {
	clear: both;
	font-size: 2.1875em;
	color: #333333;
	padding-right: 0.5em;
	margin-bottom: 26px;
	margin-top: 10px;
}

#habitDetails .back {
	color: #009fe3;
	cursor: pointer;
}

#habitDetails .card p {
	font-weight: 300;
	line-height: 19px;
}

#habitDetails .card h3 {
	font-size: 18px;
	margin: 16px 0 8px;
	font-weight: 500;
}

#habitDetails .card ul {
	font-weight: 300;
	line-height: 19px;
}

#habitDetails .card ul li {
	list-style-type: disc;
	margin-left: 20px;
}

/* Images */
#habitDetails #PHYSICAL_ACTIVITY .background {
	background: url(../../../images/habits/backgrounds/habitBackground1.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #FORGIVENESS .background {
	background: url(../../../images/habits/backgrounds/habitBackground2.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #PORTION_SIZES .background {
	background: url(../../../images/habits/backgrounds/habitBackground3.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #PREVENTIVE_HEALTHCARE_TESTING .background {
	background: url(../../../images/habits/backgrounds/habitBackground4.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #ADEQUATE_SLEEP .background {
	background: url(../../../images/habits/backgrounds/habitBackground5.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #TRY_SOMETHING_NEW .background {
	background: url(../../../images/habits/backgrounds/habitBackground6.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #STRENGTH_AND_FLEXIBILITY .background {
	background: url(../../../images/habits/backgrounds/habitBackground7.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #LAUGH .background {
	background: url(../../../images/habits/backgrounds/habitBackground8.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #FAMILY_AND_FRIENDS .background {
	background: url(../../../images/habits/backgrounds/habitBackground9.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #ADDRESS_ADDICTIVE_BEHAVIORS .background {
	background:
		url(../../../images/habits/backgrounds/habitBackground10.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #QUIET_YOUR_MIND .background {
	background:
		url(../../../images/habits/backgrounds/habitBackground11.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails #GRATITUDE .background {
	background:
		url(../../../images/habits/backgrounds/habitBackground12.jpg);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#habitDetails .copyRights {
	margin-top: 24px;
	text-align: center;
	border-top: 1px dashed #e4e4e4;
	padding-top: 16px;
	font-size: 14px;
}

#habitDetails .video {
	background-color: #000;
}

#habitDetails .video i {
	color: #fff;
	font-size: 70px;
	text-align: center;
	display: block;
}

#habitDetails .video .coomingSoon {
	color: #fff;
	text-align: center;
	margin-top: 12px;
	font-weight: 300;
}

#habitDetails .tips .title {
	font-weight: 500;
	text-transform: uppercase;
}

#habitDetails .tips .content {
	padding-top: 12px;
	line-height: 18px;
	padding-bottom: 8px;
	font-weight: 300;
}

#habitDetails .habitGoals {
	background-color: #009fe3;
	color: #fff;
	min-height: 110px;
}

#habitDetails .habitGoals .icon {
	background: url(../../../images/habits/habitsGoal.svg);
	height: 90px;
	width: 90px;
	position: absolute;
	bottom: 10px;
	right: 16px;
	background-repeat: no-repeat;
	opacity: 0.08;
}

#habitDetails .habitKnowledge {
	background-color: #fbbf16;
	color: #fff;
	min-height: 110px;
}

#habitDetails .habitKnowledge .icon {
	background: url(../../../images/habits/habitsKnowledge.svg);
	height: 90px;
	width: 90px;
	position: absolute;
	bottom: 10px;
	right: 16px;
	background-repeat: no-repeat;
	opacity: 0.12;
}

/* Habits program */
#habits .habitsProgram .habitTitle {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
}

#habits .habitsProgram .card-content {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	padding-bottom: 0;
}

#habits .habitsProgram .habitImage {
	height: 300px;
	background-size: cover;
	cursor: pointer;
	background-position: 50%;
}

#habitDetails .habitImage {
	height: 130px;
	background-size: cover;
	cursor: pointer;
	background-position: 50%;
}

#habits .habitsProgram .media {
	padding: 0;
}

#habits .habitsProgram .description {
	font-weight: 300;
	line-height: 1.5;
}

#habits .habitsProgram .attachments, #habits .habitsProgram .links {
	margin: 10px 0;
}

#habits .habitsProgram .attachments ul, #habits .habitsProgram .links ul
	{
	margin: 0;
}

#habits .habitsProgram .attachments ul li, #habits .habitsProgram .links ul li
	{
	line-height: 20px;
	margin: 0;
	width: 100%;
}

#habits .habitsProgram label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 2px;
}

#habits #intro {
	color: #009fe3;
}

/* Habits intro */
#habitsIntro .content {
	margin-top: 30px;
}

#habitsIntro p {
	font-size: 17px;
	font-weight: 300;
	padding-bottom: 12px;
	line-height: 1.4;
}

#habitsIntro .image {
	background-repeat: no-repeat;
	background: url(../../../images/habits/backgrounds/habits.png);
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-radius: 50%;
	float: right;
	shape-outside: circle() margin-box;
	margin: 22px 30px 0 100px;
	background-size: cover;
}

#habitsIntro .video {
	width: 385px;
	float: right;
	margin: 6px 0px 20px 14px;
}

#habitsIntro button {
	margin-top: 20px;
}

/* Habits popup */
#habitsPopup {
	width: 470px;
	padding: 0;
}

#habitsPopup .content {
	padding: 1em;
	margin: 0;
}

#habitsPopup .habitInfo .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 3px;
}

#habitsPopup .habitInfo .date {
	font-size: 15px;
}

#habitsPopup .habitInfo {
	margin-bottom: 10px;
}

#habitsPopup .description {
	font-weight: 300;
	margin-bottom: 12px;
	line-height: 19px;
}

#habitsPopup label {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 2px;
}

#habitsPopup .links, #habitsPopup .attachment {
	margin: 10px 0;
}

#habitsPopup .footer {
	margin-top: 16px;
}

#habitsPopup ul li {
	line-height: 20px;
}

#habitsPopup a {
	outline: none;
}

#habitsPopup .close-button {
	color: #fff;
}

#habitsPopup .defaultImage {
	height: 264px;
}

#habitsPopup.habit1 .defaultImage {
	background: url(../../../../habits/habit1/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit2 .defaultImage {
	background: url(../../../../habits/habit2/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit3 .defaultImage {
	background: url(../../../../habits/habit3/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit4 .defaultImage {
	background: url(../../../../habits/habit4/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit5 .defaultImage {
	background: url(../../../../habits/habit5/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit6 .defaultImage {
	background: url(../../../../habits/habit6/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit7 .defaultImage {
	background: url(../../../../habits/habit7/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit8 .defaultImage {
	background: url(../../../../habits/habit8/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit9 .defaultImage {
	background: url(../../../../habits/habit9/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit10 .defaultImage {
	background: url(../../../../habits/habit10/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit11 .defaultImage {
	background: url(../../../../habits/habit11/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsPopup.habit12 .defaultImage {
	background: url(../../../../habits/habit12/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habits .activitiesTimeline .timeline li.habit1:before {
	background: url(../../../images/habits/icons/icon-habit1.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit1.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit1.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit2:before {
	background: url(../../../images/habits/icons/icon-habit2.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit2.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit2.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit3:before {
	background: url(../../../images/habits/icons/icon-habit3.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit3.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit3.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit4:before {
	background: url(../../../images/habits/icons/icon-habit4.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit4.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit4.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit5:before {
	background: url(../../../images/habits/icons/icon-habit5.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit5.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit5.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit6:before {
	background: url(../../../images/habits/icons/icon-habit6.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit6.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit6.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit7:before {
	background: url(../../../images/habits/icons/icon-habit7.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit7.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit7.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit8:before {
	background: url(../../../images/habits/icons/icon-habit8.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit8.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit8.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit9:before {
	background: url(../../../images/habits/icons/icon-habit9.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit9.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit9.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit10:before {
	background: url(../../../images/habits/icons/icon-habit10.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit10.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit10.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit11:before {
	background: url(../../../images/habits/icons/icon-habit11.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit11.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit11.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit12:before {
	background: url(../../../images/habits/icons/icon-habit12.svg);
	background-size: cover;
}

#habits .activitiesTimeline .timeline li.habit12.completed:before {
	background: url(../../../images/habits/icons/completed/icon-habit12.svg);
	background-size: cover;
}

/*#habits .activitiesTimeline .timeline .footerActions{
	display: none;
}*/
#habitsProgram .emptyState.communityFlow {
	padding-top: 125px;
}

#habitsProgram .emptyState {
	text-align: center;
}

#habitsProgram .emptyState .chapter {
	font-size: 36px;
	margin-bottom: 32px;
}

#habitsProgram .emptyState button {
	margin-top: 30px;
}

#habitsProgram .emptyState.timeline .icon {
	background: none;
}

#habitsProgram .emptyState .icon {
	background: url(../../../images/habits/icons/habit-empty.svg);
	height: 100px;
	background-repeat: no-repeat;
	width: 100px;
	background-size: contain;
	margin: 50px auto 32px;
}

#habitsProgram .emptyState .text {
	font-weight: 300;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 8px;
}

#habitsProgram .emptyState .action {
	margin-bottom: 60px;
}

#habitsProgram .lightSlider {
	list-style: none outside none;
	padding-left: 0;
	margin-bottom: 0;
}

#habitsProgram .lightSlider li {
	display: block;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	overflow: hidden;
	margin-left: auto;
}

#habitsProgram .lSSlideOuter .lSPager.lSpg>li {
	display: inline-block;
	width: auto;
	margin: 8px 0 5px;
}

#habitsProgram .lSSlideOuter .lSPager.lSpg>li.active a, #habitsProgram .lSSlideOuter .lSPager.lSpg>li:hover a
	{
	background-color: #009fe3;
}

#habitsProgram .lSSlideOuter .lSPager.lSpg>li a {
	background-color: #999;
}

#habitsProgram .lSAction>a {
	speak: none;
	display: inline-block;
	font-family: "Material-Design-Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 30px;
	opacity: 0;
	background: white;
	border-radius: 50%;
	height: 36px;
	text-align: center;
	width: 36px;
	line-height: 36px;
}

#habitsProgram .lSSlideWrapper:hover .lSAction>a {
	opacity: 1;
}

#habitsProgram .lSAction>a:hover {
	text-decoration: none;
}

#habitsProgram .lSAction>.lSPrev:before {
	content: "\e8a8";
}

#habitsProgram .lSAction>.lSNext:before {
	content: "\e8a9";
}

#habitsProgram .featherlight .featherlight-close-icon {
	color: #009fe3;
	font-size: 25px;
	right: 10px;
	top: 10px;
}

#habitsProgram .habitInProgress.fixedPosition .card {
	position: fixed;
	top: 146px;
	width: inherit;
}

#habits .navigationBar #subNav {
	transition: top 200ms ease-in-out;
	top: 0;
}

#habits .navigationBar.fixedPosition {
	position: fixed;
	background-color: #efefef;
	width: calc(100% - 260px);
	top: 60px;
	padding: 0px 20px 0px;
	border-bottom: 1px solid #e4e4e4;
	z-index: 4;
	left: 260px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

#habits .navigationBar.fixedPosition h2 {
	display: none;
}

#habits .navigationBar.fixedPosition ul {
	max-width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
	#habits .navigationBar.fixedPosition ul {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media ( max-width : 1600px) {
	#habits #habitListCards .card .card-content {
		height: 253px;
		-webkit-line-clamp: 12;
	}
}

@media ( max-width : 1366px) {
	#habits #habitListCards .card .card-content {
		height: 330px;
		-webkit-line-clamp: 16;
	}
	#habits .habitsProgram .habitImage {
		height: 250px;
	}
}

@media ( max-width : 1024px) {
	#habits .row .col.m4 {
		width: calc(100% - 30px);
		margin-left: 30px;
	}
	#habits #timeline .col.m8 {
		width: 100%;
	}
	#habit #timeline .habitInProgress {
		display: none;
	}
}

/* Habits popup */
#habitsPopup .habitImage {
	height: 300px;
	background-size: cover;
	cursor: pointer;
	background-position: 50%;
}

#habitsPopup .lightSlider {
	list-style: none outside none;
	padding-left: 0;
	margin-bottom: 0;
}

#habitsPopup .lightSlider li {
	display: block;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	overflow: hidden;
	margin-left: auto;
}

#habitsPopup .lSSlideOuter .lSPager.lSpg>li {
	display: inline-block;
	width: auto;
	margin: 8px 0 5px;
}

#habitsPopup .lSSlideOuter .lSPager.lSpg>li.active a, #habitsProgram .lSSlideOuter .lSPager.lSpg>li:hover a
	{
	background-color: #009fe3;
}

#habitsPopup .lSSlideOuter .lSPager.lSpg>li a {
	background-color: #999;
}

#habitsPopup .lSAction>a {
	speak: none;
	display: inline-block;
	font-family: "Material-Design-Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 30px;
	opacity: 0;
	background: white;
	border-radius: 50%;
	height: 36px;
	text-align: center;
	width: 36px;
	line-height: 36px;
}

#habitsPopup .lSSlideWrapper:hover .lSAction>a {
	opacity: 1;
}

#habitsPopup .lSAction>a:hover {
	text-decoration: none;
}

#habitsPopup .lSAction>.lSPrev:before {
	content: "\e8a8";
}

#habitsPopup .lSAction>.lSNext:before {
	content: "\e8a9";
}

#habitsPopup .featherlight .featherlight-close-icon {
	color: #009fe3;
	font-size: 25px;
	right: 10px;
	top: 10px;
}

#habitsPopup .content h3 {
	font-size: 18px;
	margin: 16px 0 8px;
	font-weight: 500;
}

#habitsPopup .copyRights {
	margin-top: 24px;
	text-align: center;
	border-top: 1px dashed #e4e4e4;
	padding-top: 16px;
	font-size: 14px;
}

@media ( max-width : 1366px) {
	#habitsPopup .habitImage {
		height: 250px;
	}
}

/* Habits entry popup */
#habitsEntryPopup {
	width: 470px;
	padding: 0;
}

#habitsEntryPopup .content {
	padding: 1em;
	margin: 0;
}

#habitsEntryPopup .habitInfo .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 3px;
}

#habitsEntryPopup .habitInfo .date {
	font-size: 15px;
}

#habitsEntryPopup .habitInfo {
	margin-bottom: 10px;
}

#habitsEntryPopup .description {
	font-weight: 300;
	margin-bottom: 12px;
	line-height: 19px;
}

#habitsEntryPopup label {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 2px;
}

#habitsEntryPopup .links, #habitsPopup .attachment {
	margin: 10px 0;
}

#habitsEntryPopup .footer {
	margin-top: 16px;
}

#habitsEntryPopup ul li {
	line-height: 20px;
}

#habitsEntryPopup a {
	outline: none;
}

#habitsEntryPopup .close-button {
	color: #fff;
}

#habitsEntryPopup .defaultImage {
	height: 264px;
}

#habitsEntryPopup.habit1 .defaultImage {
	background: url(../../../../habits/habit1/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit2 .defaultImage {
	background: url(../../../../habits/habit2/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit3 .defaultImage {
	background: url(../../../../habits/habit3/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit4 .defaultImage {
	background: url(../../../../habits/habit4/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit5 .defaultImage {
	background: url(../../../../habits/habit5/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit6 .defaultImage {
	background: url(../../../../habits/habit6/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit7 .defaultImage {
	background: url(../../../../habits/habit7/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit8 .defaultImage {
	background: url(../../../../habits/habit8/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit9 .defaultImage {
	background: url(../../../../habits/habit9/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit10 .defaultImage {
	background: url(../../../../habits/habit10/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit11 .defaultImage {
	background: url(../../../../habits/habit11/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup.habit12 .defaultImage {
	background: url(../../../../habits/habit12/images/image1.jpg);
	background-size: cover;
	background-position: 50%;
}

#habitsEntryPopup .habitImage {
	height: 300px;
	background-size: cover;
	cursor: pointer;
	background-position: 50%;
}

#habitsEntryPopup .lightSlider {
	list-style: none outside none;
	padding-left: 0;
	margin-bottom: 0;
}

#habitsEntryPopup .lightSlider li {
	display: block;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	overflow: hidden;
	margin-left: auto;
}

#habitsEntryPopup .lSSlideOuter .lSPager.lSpg>li {
	display: inline-block;
	width: auto;
	margin: 8px 0 5px;
}

#habitsEntryPopup .lSSlideOuter .lSPager.lSpg>li.active a,
	#habitsProgram .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #009fe3;
}

#habitsEntryPopup .lSSlideOuter .lSPager.lSpg>li a {
	background-color: #999;
}

#habitsEntryPopup .lSAction>a {
	speak: none;
	display: inline-block;
	font-family: "Material-Design-Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 30px;
	opacity: 0;
	background: white;
	border-radius: 50%;
	height: 36px;
	text-align: center;
	width: 36px;
	line-height: 36px;
}

#habitsEntryPopup .lSSlideWrapper:hover .lSAction>a {
	opacity: 1;
}

#habitsEntryPopup .lSAction>a:hover {
	text-decoration: none;
}

#habitsEntryPopup .lSAction>.lSPrev:before {
	content: "\e8a8";
}

#habitsEntryPopup .lSAction>.lSNext:before {
	content: "\e8a9";
}

#habitsEntryPopup .featherlight .featherlight-close-icon {
	color: #009fe3;
	font-size: 25px;
	right: 10px;
	top: 10px;
}

#habitsEntryPopup .content h3 {
	font-size: 18px;
	margin: 16px 0 8px;
	font-weight: 500;
}

#habitsEntryPopup .copyRights {
	margin-top: 24px;
	text-align: center;
	border-top: 1px dashed #e4e4e4;
	padding-top: 16px;
	font-size: 14px;
}

@media ( max-width : 1366px) {
	#habitsEntryPopup .habitImage {
		height: 250px;
	}
}

/* Resilience popups */
#resilience-popup {
	width: 500px;
	padding: 0;
	position: relative;
}

#resilience-popup .defaultImage {
	height: 264px;
}

#resilience-popup .defaultImage {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0.5) 100%),
		url(../../../images/resilience/resilience-general-img.jpg);
	background-size: cover;
	background-position: 50% 16%;
	height: 100px;
}

#resilience-popup .close-button {
	color: #fff;
	font-size: 20px;
}

#resilience-popup .content {
	padding: 1em;
	margin: 0;
	text-align: center;
}

#resilience-popup .content h2 {
	margin: 0;
	position: absolute;
	top: -60px;
	width: 100%;
	left: 0px;
	text-align: center;
	/* text-transform: uppercase; */
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

#resilience-popup .content i {
	font-size: 70px;
	color: #757575;
	padding-top: 20px;
}

#resilience-popup .content img {
	height: 100px;
	padding: 20px;
}

#resilience-popup .content p {
	padding: 20px;
	font-size: 16px;
	color: #4A4A4A;
	font-weight: 200;
	line-height: 1.5;
	font-style: italic;
}

#resilience-popup .footer {
	margin: 16px;
}

#resilience-popup .footer  button {
	background-color: #29AFBA;
	float: none;
}

#resilience-popup.resilience-video-preview .content {
	padding: 1em 0px;
	margin: 0;
	text-align: center;
}

#resilience-popup.resilience-video-preview .content h2 {
	margin: 0;
	position: unset;
	left: 0px;
	text-align: left;
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	padding: 0px 10px 15px 10px;
	width: 480px;
}

#resilience-popup.resilience-video-preview .close-button {
	color: #4A4A4A;
	font-size: 20px;
}

#resilience-popup.resilience-quest-1 .defaultImage {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0.5) 100%),
		url(../../../images/resilience/resilience-resilient-mindset-img.jpg);
	background-size: cover;
	background-position: 50% 16%;
	height: 100px;
}

#resilience-popup.resilience-quest-2 .defaultImage {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0.5) 100%),
		url(../../../images/resilience/resilience-resilient-mindset-img.jpg);
	background-size: cover;
	background-position: 50% 16%;
	height: 100px;
}

#resilience-popup.resilience-quest-3 .defaultImage {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0.5) 100%),
		url(../../../images/resilience/resilience-resilient-mindset-img.jpg);
	background-size: cover;
	background-position: 50% 16%;
	height: 100px;
}

#resilience-popup.resilience-quest-2 h3 {
	padding: 0px 20px;
	font-size: 20px;
	color: #4A4A4A;
	font-weight: 500;
	line-height: 1;
	font-style: unset;
	text-align: left;
}

#resilience-popup.resilience-quest-2 .step {
	padding: 10px 20px;
	font-size: 15px;
	color: #4A4A4A;
	font-weight: 300;
	text-align: left;
	color: #29AFBA;
}

#resilience-popup.resilience-quest-2 p {
	padding: 0px 20px;
	font-size: 16px;
	color: #4A4A4A;
	font-weight: 200;
	line-height: 1.5;
	font-style: italic;
}

#resilience-popup.resilience-quest-2 label {
	width: auto;
}

#resilience-popup [type="radio"]:checked+label:after {
	border: 2px solid #29AFBA !important;
	background-color: #29AFBA !important;
}

#resilience-popup [type="radio"]:checked+label:before {
	border-radius: 50%;
	border: 2px solid #29AFBA !important;
}

#resilience-popup.resilience-quest-2 .answer-wrong {
	color: #E76272;
}

#resilience-popup.resilience-quest-2 .answer-right {
	color: #29AFBA;
}

#resilience-popup.resilience-quest-3 i {
	font-size: 70px;
	color: #29AFBA;
	padding-top: 20px;
}

#resilience-popup.resilience-quest-3 h4 {
	font-size: 16px;
	color: #4A4A4A;
	text-align: left;
	font-weight: 200;
}

#resilience-popup .resilience-results {
	text-align: left;
}

#resilience-popup .resilience-results ul {
	padding: 0px;
}

#resilience-popup .resilience-results li {
	display: flex;
	margin: 20px 0px 20px 0px;
}

#resilience-popup .resilience-results h4 {
	font-size: 16px;
	font-weight: 500;
}

#resilience-popup .resilience-results-quest {
	padding: 0px 20px 0px 0px;
	width: 200px;
}

#resilience-popup .resilience-results-line {
	width: 100%;
	position: relative;
}

#resilience-popup .resilience-results-line-base {
	background-color: var(- -light-grey);
	width: 100%;
	height: 7px;
	position: absolute;
	top: 5px;
	z-index: 1;
}

#resilience-popup .resilience-results-line-progress-1 {
	background-color: var(- -pink);
	width: 60%;
	height: 7px;
	position: absolute;
	top: 5px;
	z-index: 2;
}

#resilience-popup .resilience-results-line-progress-2 {
	background-color: var(- -pink);
	width: 30%;
	height: 7px;
	position: absolute;
	top: 5px;
	z-index: 2;
}

#resilience-popup .resilience-results-line-progress-3 {
	background-color: var(- -pink);
	width: 10%;
	height: 7px;
	position: absolute;
	top: 5px;
	z-index: 2;
}

#resilience-popup .resilience-results-line-progress-4 {
	background-color: var(- -pink);
	width: 0%;
	height: 7px;
	position: absolute;
	top: 5px;
	z-index: 2;
}

#resilience-popup .resilience-results-percentage {
	font-size: 24px;
	font-weight: 600;
	margin: -4px 20px 0px 20px;
	width: 80px;
}

#resilience-popup .resilience-results a {
	width: 350px;
	margin-top: 0px;
}