/*Nav Highlights*/

#program_navigation ul.navigation_items li:nth-of-type(2){
    color: var(--theme_primary) !important;
    border-bottom: 2px solid var(--theme_primary) !important;
    margin-bottom: -5px !important;
    padding-bottom: 7px !important;
    transform: none !important;
}

#program_navigation ul.navigation_items li:nth-of-type(1) .glyphicon-home:before {
    background: var(--home_unselected) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 28px;
    color: rgba(0,0,0,0.0);
}

#program_navigation ul.navigation_items li:nth-of-type(2) .glyphicon-info-sign:before {
    background: var(--explore_selected) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 28px;
    color: rgba(0,0,0,0.0);
}

#program_navigation ul.navigation_items li:nth-of-type(4) .glyphicon-signal:before {
    background: var(--insights_unselected) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 28px;
    color: rgba(0,0,0,0.0);
}

#program_navigation ul.navigation_items li:nth-of-type(5) .glyphicon-cog:before {
    background: var(--profile_unselected) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 28px;
    color: rgba(0,0,0,0.0);
}

.program_container .main {
    visibility: visible;
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 28px;
    animation: fadeIn 0.3s ease-out both;
    -webkit-animation: fadeIn 0.3s ease-out both;
    margin-top: 22px !important;
}

/*CSS Overrides*/
.main{
  animation: none !important;
  -webkit-animation: none !important;
}

.maintain{
    z-index: 2 !important;
    min-height: 91px;
}

.program_container .component{
    padding: 0px;
    margin: 0px;
    border: none;
}

.progress{
    display: none !important;
    visibility: hidden !important;
}

/*Custom components*/
div.component.exploreTabs,
div.component.exploreTabs *{
  animation: none !important;
  -webkit-animation: none !important;
}

div.component.exploreTabs{
    position: fixed;
    z-index: 3;
    display: flex;
    left: 0px;
    top: 58px;
    width: 100vw;
    padding: 0px;
    margin: 0px;
    height: auto;
    background: var(--theme_primary);
    border: none;
    border-radius: 0px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

div.component.exploreTab{
    display: block;
    height: auto;
    width: 50%;
    padding: 0px;
    padding-bottom: 8px;
    margin: 0px;
    border: none;
    border-radius: 0px;
}

div.component.exploreTab .text{
    margin: 0px;
    padding: 0px;
}

div.component.exploreTab .text p{
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

div.component.exploreTab.selected{
    padding-bottom: 4px;
    border-bottom: 4px solid #fff !important;
}

div.component.exploreTab.selected .text p{
    font-weight: 700;
}

div.component.exploreFreeOnly{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 18px;
    animation: none !important;
    webkit-animation: none !important;
}

div.component.exploreFreeOnly:active{
  transform: none;
}

div.component.exploreFreeOnly div.component.exploreFreeOnlyToggle{
    background: var(--theme_textLight);
    width: 48px !important;
    height: 24px;
    border-radius: 24px;
    margin-right: 6px;
}

div.component.exploreFreeOnly:active div.component.exploreFreeOnlyToggle{
    transform: none;
    background: var(--theme_primary) !important;
    transition: background 0.1s !important;
}

div.component.exploreFreeOnly div.component.exploreFreeOnlyToggle.toggled{
    background: var(--theme_primary) !important;
}

div.component.exploreFreeOnly:active div.component.exploreFreeOnlyToggle{
    transform: none;
    background: var(--theme_textLight) !important;
    transition: background 0.1s !important;
}

div.exploreFreeOnlyToggle:before{
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 2px;
    border-radius: 20px;
}

div.component.exploreFreeOnly:active div.component.exploreFreeOnlyToggle::before{
    transform: translateX(24px);
    transition: transform 0.1s;
}

div.exploreFreeOnlyToggle.toggled:before{
    float: right;
}

div.component.exploreFreeOnly:active div.component.exploreFreeOnlyToggle.toggled::before{
    transform: translateX(-24px);
    transition: transform 0.1s;
}

div.component.exploreFreeOnly .text{
    margin: 0px;
    margin-left: 6px;
    padding: 0px;
}

div.component.exploreFreeOnly .text p{
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
    color: var(--theme_textDark);
}

div.component.exploreFilter{
    display: flex;
    margin: auto;
    max-width: 384px;
    flex: none;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 12px;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
div.component.exploreFilter div.component.filterOption .text{
    margin: 0px;
}
div.component.exploreFilter div.component.filterOption .text p{
    margin: 0px;
    font-size: 14px !important;
    color: var(--theme_primary);
    border-bottom: 1px solid transparent;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0px;
    margin-left: 8px;
    margin-right: 8px;
}
div.component.exploreFilter div.component.filterOption.selected .text p{
    font-weight: 600;
    border-bottom: 1px solid var(--theme_primary);
}

div.completedBadge{
    content: "\2713";
    position: relative;
    float: right;
    height: 30px;
    width: 30px;
    margin-right: 16px !important;
    margin-top: 16px !important;
    margin-left: -56px !important;
    margin-bottom: -56px !important;
    background-image: url(../img/completed-activity-tick-overlay-2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    z-index: 1;
}
div.completedBadge .text, div.completedBadge .text p{
    margin: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: transparent;
}

div.newBanner{
    content: "NEW";
    position: relative;
    float: right;
    height: 116px;
    width: 120px;
    margin-right: -9px !important;
    margin-top: -4px !important;
    margin-bottom: -486px !important;
    background: url(../img/new-badge-overlay-2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 8px !important;
    color: transparent;
    z-index: 1;
}
div.newBanner .text, div.newBanner .text p{
    margin: 0px;
    color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 600 !important;
}

div.freeBanner{
    content: "FREE";
    position: relative;
    float: right;
    height: 116px;
    width: 120px;
    margin-right: -10px !important;
    margin-top: -4px !important;
    margin-bottom: -486px !important;
    background: url(../img/free-badge-overlay-2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 8px !important;
    color: transparent;
    z-index: 1;
}
div.freeBanner .text, div.freeBanner .text p{
    margin: 0px;
    color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 600 !important;
}

div.component.divider{
    border-radius: 0px;
    border-top: 1px solid var(--theme_textDark);
    text-align: left;
    margin-bottom: 16px;
    margin-top: 12px;
    padding-top: 8px;
}
div.component.divider h3{
    display: inline;
    margin: 0px !important;
    padding: 0px !important;
    background: none;
    color: var(--theme_textDark);
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
div.component.divider .text{
    margin: 0px;
}
div.component.divider .text p{
    margin-top: 0px;
}

div.component.filterInfo{
    border-radius: 0px;
    margin-bottom: 16px;
    margin-top: 10px;
}
div.component.filterInfo .text{
    margin: 0px;
}
div.component.filterInfo .text p{
    margin-top: 0px;
    color: var(--theme_textDark);
    text-align: center;
	font-size: 16px !important;
}

div.component.cardTitle{
    margin-top: 18px;
}
div.component.cardTitle .text p{
    font-weight: 600;
    font-size: 18px !important;
    margin: 0px;
    text-align: center;
    line-height: 25px !important;
}

div.component.completedText{
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
}
div.component.completedText .text p{
    margin: 0px;
    font-weight: 600;
    color: #43902d;
}

div.component.completedDate{
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
}
div.component.completedDate .text p{
    margin: 0px;
    font-style: italic;
}

div.component.exploreCard .locked[role="button"] .text p::before{
    content: "\003c";
    float: left;
    height: 22px;
    width: 24px;
    position: relative;
    background-image: url(../img/padlockGrey.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    color: transparent;
    margin-left: 16px;
    margin-right: -40px;
}
div.component.exploreCard .locked[role="button"] .text p::after{
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -32px;
    margin-right: 24px;
    font-family: 'Mind Ease Icons';
    font-size: 14px;
    display: inline-block;
    color: var(--theme_textDark);
}
div.component.exploreCard .deemphasise.locked[role="button"] .text p::before{
    content: "\003c";
    float: left;
    height: 22px;
    width: 24px;
    position: relative;
    background-image: url(../img/padlock.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    color: transparent;
    margin-left: 16px;
    margin-right: -40px;
}
div.component.exploreCard .deemphasise.locked[role="button"] .text p::after{
    content: ">";
    position: relative;
    float: right;
    width: 8px;
    height: 18px;
    margin-left: -32px;
    margin-right: 24px;
    font-family: 'Mind Ease Icons';
    font-size: 18px;
    display: inline-block;
    color: var(--theme_primary);
}

div.component.exploreCard{
    display: inline-block;
    width: 100%;
    background: var(--theme_cardBackground);
    box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    margin-bottom: 16px !important;
    border-radius: 8px;
    padding-bottom: 24px;
    text-align: center;
    overflow: hidden;
}

div.component.exploreCard .multimedia_node{
    padding: 0px;
    margin: 0px;
  	margin-bottom: -8px !important;
    height: 22vh !important;
  	min-height: 144px !important;
    max-height: 176px !important;
    display: flex;
    overflow: hidden;
    flex: none;
    align-items: center;
    align-content: center;
    justify-content: center;
}
div.component.exploreCard .multimedia_node::after{
  content: " ";
  display: block;
  background-image: url(../img/noise-layer-tile.png);
  background-size: 30% auto;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  position: relative;
  opacity: 0.7;
  mix-blend-mode: screen;
}
div.component.exploreCard .multimedia_node img{
    width: 100%;
    height: auto;
}
div.component.exploreCard .cardTitle ~ .text {
    margin-top: -3px;
    margin-bottom: 0px;
}
div.component.exploreCard p {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 16px;
    margin-top: 10px;
    text-align: center;
}
div.component.exploreCard [role="button"], div.component.exploreCard [role="button"]:hover{
    max-width: 100% !important;
    border-radius: 48px;
    background: transparent;
    border: 1px solid var(--theme_primary);
    padding: 0px;
    margin: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 10px;
}
div.component.exploreCard [role="button"] .text{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
div.component.exploreCard [role="button"] .text p{
    padding: 0px;
    margin: 0px;
    color: var(--theme_primary);
    width: 100% !important;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px !important
}

div.component.infoCard{
    display: inline-block;
    width: 100%;
    background: var(--theme_cardBackground);
    box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    margin-bottom: 0px !important;
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 10px;
    padding-bottom: 24px;
    overflow: hidden;
    text-align: left;
}
div.component.infoCard p {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
    text-align: center;
}

div.component.infoCard div.panel-group div.panel{
    border: none !important;
    margin-top: 0px;
    margin-left: 4px;
    text-align: left;
}
div.component.infoCard div.panel-group{
    margin-bottom: 0px;
    margin-top: 0px !important;
}
div.component.infoCard div.panel-group div.panel div.panel-heading{
    padding: 0px;
}
div.component.infoCard div.panel-group div.panel h4.panel-title{
    text-align: left;
    text-decoration: underline;
}
div.component.infoCard div.panel-group div.panel div.toggle-expand{
    display: none;
    visibility: hidden;
}
div.component.infoCard .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
    margin: 0px !important;
}
div.component.infoCard .panel-body .text{
    padding: 0px;
}
div.component.infoCard .panel-body .text p{
    margin-top: 0px;
}
div.component.infoCard [role="button"], div.component.infoCard [role="button"]:hover{
    max-width: 100% !important;
    border-radius: 48px;
    background: transparent;
    border: 1px solid var(--theme_primary);
    padding: 0px;
    margin: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 10px;
}
div.component.infoCard [role="button"] .text{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
div.component.infoCard [role="button"] .text p{
    padding: 0px;
    margin: 0px;
    color: var(--theme_primary);
    width: 100% !important;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px !important
}

div.component.exploreQuote{
    display: inline-block;
    width: 100%;
    background: var(--theme_cardBackground);
    box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    -webkit-box-shadow: 0px 0 8px rgba(0,0,0,0.125);
    margin-bottom: 16px !important;
    border-radius: 8px;
    padding-bottom: 16px;
    overflow: hidden;
    background: var(--theme_primary);
}
div.component.exploreQuote div.component.cardTitle .text::before{
    color: #fff !important;
}
div.component.exploreQuote div.component.cardTitle .text p {
    color: #fff;
}
div.component.exploreQuote div.component.quote .text{
    text-align: center;
}
div.component.exploreQuote div.component.quote .text p {
    color: #fff;
    font-style: italic;
    display: inline;
}
div.component.exploreQuote div.component.quote .text::before{
    display: inline-block;
    font-size: 36px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    content: '\201C';
    margin-right: 8px;
	  margin-left: -8px;
    margin-top: -16px;
    transform: translate(6px, 14px);
    font-style: italic;
}
div.component.exploreQuote div.component.quote .text::after{
    display: inline-block;
    font-size: 36px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    content: '\201D';
    margin-left: 0px;
	  margin-right: -8px;
    margin-top: -24px;
    transform: translate(-2px, 14px);
    font-style: italic;
}
div.component.exploreQuote div.component.quoteAuthor .text p {
    color: #fff;
    font-weight: 400;
    margin: 0px;
    margin-top: 8px;
    text-align: center;
}

div.component.exploreNote{
    border-radius: 0px;
    text-align: left;
    margin-bottom: 24px;
    padding-top: 8px;
}
div.component.exploreNote .text{
    margin: 0px;
}
div.component.exploreNote .text p{
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 16px !important;
    font-weight: 400;
    color: var(--theme_textDark);
    text-align: center;
}

div.component.inspiration div.component.cardTitle .text::before{
    content: "Inspiration";
    width: 100%;
    height: 32px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #d97035;
    text-align: center;
    margin-bottom: -8px !important;
}
div.component.inspiration div.component[role="button"]{
    border-color: #d97035;
    background: #d97035;
}
div.component.inspiration div.component.deemphasise[role="button"]{
    border-color: #d97035;
    background: transparent;
}
div.component.inspiration div.component.readMore[role="button"]{
    border-color: transparent;
    background: transparent;
}
div.component.inspiration div.component[role="button"] .text p{
    color: #fff;
}
div.component.inspiration div.component.deemphasise[role="button"] .text p,
div.component.infoCard.inspiration div.panel-group div.panel h4.panel-title{
    color: #d97035 !important;
}

div.component.activity div.component.cardTitle .text::before{
    content: "Activity";
    width: 100%;
    height: 32px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #4e9b9b;
    text-align: center;
    margin-bottom: -8px !important;
}
div.component.activity div.component[role="button"]{
    border-color: #4e9b9b;
    background: #4e9b9b;
    transition: border-color 0.1s ease-out, background 0.1s ease-out;
}
div.component.activity div.component[role="button"]:active{
    border-color: #3e7a7a;
    background: #3e7a7a;
    transition: border-color 0.0s, background 0.0s;
}
div.component.activity div.component[role="button"].locked{
    border-color: var(--theme_textDark);
    background: transparent;
    transition: none !important;
}
div.component.activity div.component[role="button"].locked:active{
    border-color: var(--theme_textDark);
    background: transparent;
    transition: none !important;
}
div.component.activity div.component.deemphasise[role="button"]{
    border-color: #4e9b9b;
    background: transparent;
    transition: border-color 0.1s ease-out, background 0.1s ease-out;
}
div.component.activity div.component.deemphasise[role="button"]:active{
    border-color: #3e7a7a;
    transition: border-color 0.0s;
}
div.component.activity div.component.readMore[role="button"]{
    border-color: transparent;
    background: transparent;
}
div.component.activity div.component[role="button"] .text p{
    color: #fff;
}
div.component.activity div.component[role="button"].locked .text p{
    color: var(--theme_textDark) !important;
}
div.component.activity div.component.deemphasise[role="button"] .text p,
div.component.infoCard.activity div.panel-group div.panel h4.panel-title{
    color: #4e9b9b !important;
}

div.component.personalization div.component.cardTitle .text::before{
    content: "Personalization";
    width: 100%;
    height: 32px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #834eB2;
    text-align: center;
    margin-bottom: -8px !important;
}
div.component.personalization div.component[role="button"]{
    border-color: #834eB2;
    background: #834eB2;
    transition: border-color 0.1s ease-out, background 0.1s ease-out;
}
div.component.personalization div.component[role="button"]:active{
    border-color: #623788;
    background: #623788;
    transition: border-color 0.0s, background 0.0s;
}
div.component.personalization div.component[role="button"].locked{
    border-color: var(--theme_textDark);
    background: transparent;
    transition: none !important;
}
div.component.personalization div.component[role="button"].locked:active{
    border-color: var(--theme_textDark);
    background: transparent;
    transition: none !important;
}
div.component.personalization div.component.deemphasise[role="button"]{
    border-color: #834eB2;
    background: transparent;
    transition: border-color 0.1s ease-out, background 0.1s ease-out;
}
div.component.personalization div.component.deemphasise[role="button"]:active{
    border-color: #623788;
    transition: border-color 0.0s;
}
div.component.personalization div.component.readMore[role="button"]{
    border-color: transparent;
    background: transparent;
}
div.component.personalization div.component[role="button"] .text p{
    color: #fff;
}
div.component.personalization div.component[role="button"].locked .text p{
    color: var(--theme_textDark) !important;
}
div.component.personalization div.component.deemphasise[role="button"] .text p,
div.component.infoCard.personalization div.panel-group div.panel h4.panel-title{
    color: #834eB2 !important;
}

div.component.guide div.component.cardTitle .text::before{
    content: "Guide";
    width: 16px;
    height: 32px;
    display: inline;
    position: relative;
    margin-right: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #4980a8;
    padding-left: 24px;
    background-image: url(../img/guide-icon-2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
div.component.guide div.component[role="button"]{
    border-color: #4980a8;
    background: #4980a8;
}
div.component.guide div.component.deemphasise[role="button"]{
    border-color: #4980a8;
    background: transparent;
}
div.component.guide div.component.readMore[role="button"]{
    border-color: transparent;
    background: transparent;
}
div.component.guide div.component[role="button"] .text p{
    color: #fff;
}
div.component.guide div.component.deemphasise[role="button"] .text p,
div.component.infoCard.guide div.panel-group div.panel h4.panel-title{
    color: #4980a8 !important;
}