

:root {
    --primary-color: #FFA951;
    --site-color: #FFA951;
}
.btnPrimary {
    background-color: #FFA951;
    color: white;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
}
.skip-link:focus {
    top: 0;
}
.nav-link {
    font-size: 14px;
}
.nav-link:hover {
    color: #FFA951;
}
.exitBtn {
    background-color: #FFA951 !important;
    color: white !important;
    border: none;
    padding-top: 10px;
}
.exitBtn:hover {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.navbar-brand > img {
    width: auto;
    min-height: 38px;
}

h1, .h1 {
    font-family: rosario;
    font-size: 28px;
    color: black;
    font-weight: normal !important;
    margin-bottom: 20px;
}
h2, .h2 {
    font-family: "source-sans-pro";
    font-size: 18px;
    color: #FFA951;
    margin-top: 20px;
    margin-bottom: 7px;
}
h3, .h3 {
    font-family: "source-sans-pro";
    font-size: 16px;
    color: #5a5a5a;
}
#mainContent h3, .h3 {
    font-style: italic;
    font-weight: bold;
}

body {
    background-color: #ececed;
    font-family: rosario;
    color: #5a5a5a;
}

body > .container {
    background-color: white;
}

.jwtFrame {
    width:100%;
    height:100%;
    min-height:1150px;
}

#mainContent h1 {
    margin-top: 10px;
}

#mainContent p {
    line-height: 1.55;
}

#mainContent a {
    color: #5a5a5a;
    text-decoration: underline;
}
#mainContent a:hover {
    color: #FFA951;
    text-decoration: underline;
}

.toast-info {
    background-color: #FFA951 !important;
    color: white !important;
}

footer a, footer {
    color: white;
}
footer p {
    font-size: 10px;
    text-transform: uppercase;
}
footer > div {
    padding-top: 10px;
}


.navbar {
    background-color: white;
    border: none;
}
.control-label {
    font-weight: normal !important;
}

@media (min-width: 1200px) {

    .landing img {
        -webkit-filter: grayscale(50%);
    }

    .landing img:hover {
        -webkit-filter: grayscale(0);
    }
}


.navbar-default .navbar-nav a {
    color: #666666;
    text-transform: None;
    font-size: 13px;
    font-family: "source-sans-pro";
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFA951 !important;
    background-color: #EEEAE4 !important;
    border-color: #0057BF !important;
}

.searchNavBtn:focus, .searchNavBtn:hover {
    color: #FFA951 !important;
    border: 1px solid #FFA951 !important;
}

.searchNavBtn {
    color: #FFA951 !important;
    border: 1px solid #FFA951 !important;
}

.dropdown-menu > li > .nav-link:focus, .dropdown-menu > li > .nav-link:hover {
    color: #FFA951 !important;
    text-decoration: none;
}

.dropdown-menu a {
    letter-spacing: 0 !important;
}

.navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

.form-horizontal .control-label {
    text-align: left;
}

.panel-primary {
    border-color: #0057BF;
}
.panel-primary > .panel-heading {
    color: white;
    background-color: #0057BF;
    border-color: #0057BF;
}

.requiredError {
    border: 1px solid red;
}

#calendar .today {
    background-color: #E6E6E6 !important;
}
#calendar .day {
    font-family: "source-sans-pro";
}
#calendar th {
    font-weight: normal !important;
}

#helloBanner, #helloFooter {
    background-color: #0057BF !important;
}
#hello .close {
    color: white;
}

body, p, td, h1, h2, h3, a, li, div, li {
    font-family: Arial !important;
}

.form-group {
    margin: 10px 0px;
}

#page-my-day h2.label-success {
    border-top: 4px solid rgb(164, 164, 164) !important;
    background-color: rgb(204, 204, 204) !important;
    color: rgb(88, 88, 88) !important;
}
#page-my-day h2.label-success span {
    text-transform: uppercase !important;
    color: black !important;
}

#page-my-day h2.label-success span.text-warning {
    color: rgb(128, 128, 128) !important;
}


#page-my-program .label-success {
    background-color: #FFA951 !important;
}

/*
    BUTTONS BUTTONS BUTTONS
*/

.btn {
    text-decoration: none !important;
    --bs-btn-hover-border-color: #FFA951 !important;
}

.btn:hover {
    text-decoration: none !important;
}

.btn-default, .btn-danger {
    background-color: #E6E6E6 !important;
    border-color: #E6E6E6 !important;
    color: #666666 !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: rgb(118, 118, 118) !important;
    border-color: rgb(118, 118, 118) !important;
    color: white !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: rgb(251, 29, 29) !important;
    border-color: rgb(251, 29, 29) !important;
    color: white !important;
}

.btn-primary, .btn-success, .btn-warning {
    color: white !important;
    background-color: rgb(88, 89, 91) !important;
    border-color: rgb(88, 89, 91) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: #FFA951 !important;
    border-color: #FFA951 !important;
    color: white !important;
    text-decoration: none !important;
}

/*
.progress-bar-success {
    background-color: #FFA951 !important;
}
*/

.landing {
}

.landing h2 {
    font-family: "rosario";
    font-size: 18px;
    color: black;
    /*font-weight: bold;*/
    line-height: 125%;
    padding: 0;
    margin: 0;
    margin-bottom: 28px;
}
.landing p {
    font-family: "league-gothic";
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    letter-spacing: 1px;
}
.landing img {
    padding-top: 8px;
}

.landing a {
    text-decoration: none !important;
}

.landing a:hover {
    color: #5a5a5a !important;
    text-decoration: underline !important;
}

#mini-landing-header img {
    margin-bottom: 10px;
}
/*
    SIDEBAR
*/

#side_container {
    background-color: #F2F2F2;
    font-size: 13px;
}
#side_container h2 {
    text-transform: uppercase;
    font-family: "league-gothic";
    color: #FFA951;
    letter-spacing: 2.2px;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
/ / padding-top: 20 px;
}

#side_main {
    padding-left: 40px;
    padding-right: 40px;
/ / padding-top: 12 px;
    padding-bottom: 35px;
    color: #666666;
}
#side_main hr {
    border-color: #666666;
}
#side_main h3 {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}
#side_main .media-heading a {
    color: black;
    font-weight: bold;
}
#side_wellbeing {
    padding-bottom: 45px;
}

#side_events a {
    color: #5a5a5a !important;
}
.primaryColor {
    color: #FFA951 !important;
}
.primaryBackgroundColor {
    background-color: #FFA951 !important;
    color: white !important;
}
#side_stuff {
    background-color: #FFA951;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
}

.no-padding {
    padding: 0px;
}

#side_stuff a, #side_stuff a:hover {
    color: white !important;
}
#side_stuff h2 {
    color: white;
    padding-top: 16px;
    padding-bottom: 8px;
}
#side_stuff h3 {
    color: black;
    text-transform: uppercase;
    font-family: "league-gothic";
    letter-spacing: 2.2px;
    font-size: 1.4em;
}
#side_stuff hr {
    border-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}
.icon_events {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FFA951;
    display: block;
}

/*
    Landing page section headings
*/

.sectionPhysical {
    color: #BD1A8D;
}
.sectionEmotional {
    color: #722D67;
}
.sectionSocial {
    color: #532F8B;
}
.sectionFinancial {
    color: #32C3E2;
}
.sectionBenefits {
    color: #F067A6;
}
.sectionTools {
    color: #F5A7C9;
}
.sectionEvents {
    color: #F05A28;
}

/*

    GAMIFICATION STYLES
    GAMIFICATION STYLES
    GAMIFICATION STYLES

*/

#page-my-achievements h4 {
    color: black;
    margin-top: 2px;
    margin-bottom: 2px;
}

#page-my-achievements .headline {
    color: #FFA951;
    text-transform: uppercase;
    /*padding-top: 10px;*/
    /*color: black;*/
}
#page-my-achievements .headline span {
    color: black;
}

#achievements .level {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
}

#achievements .sdbadge span {
    /*width: 68px;*/
    /*height: 68px;*/
}

#achievements .myLevel {
    text-align: center;
}

#achievements #progress {
    /*padding-top: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.row > .img-responsive {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#game_bar {
    margin-top: 10px;
    margin-bottom: 12px;
    border: 1px solid #B3B3B3;
    /*padding: 6px;*/
}

#game_bar > div {
    width: 32%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    /*line-height: 25px;*/
    margin-top: 5px;
    margin-bottom: 5px;
}

#game_bar a {
    display: block;
    color: #777668;
    text-decoration: none;
    font-family: "source-sans-pro";
    text-transform: uppercase;
    text-align: center;
    height: 28px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 1200px) {
    #game_bar a {
        display: block;
    }
}
#game_bar a span {
    font-size: 10pt;
    padding-left: 10px;
    letter-spacing: 1pt;
}

#game_bar #game_level {
    border-right: 1px solid #B3B3B3;
    width: 33.33%;
    float: left;
}

#game_bar #game_points {
    border-right: 1px solid #B3B3B3;
    width: 33.33%;
}

#game_bar #campaign_progress {
    float: right;
    width: 33.33%;
    display: flex;
    align-items: center;
}







@font-face {
    font-family: Cera;
    src: url(/resources/webfonts/CeraBasic-Regular.otf);
    }


    body,p,td,h1,h2,h3,a,li,div,li {
    font-family: Cera !important;
    }

    h2 {
    color: #10394F !important;
    font-size: 98% !important;
    }
    
    h1 {
    color: #10394F !important;
    }
    
.nav>li>a {
    position: relative;
    display: block;
    color: #10394F !important;
    
}

.row.hasBanner>.col-sm-4 {
    padding-top:36px;
}

    .landing img {
        -webkit-filter: grayscale(0%) !important;
        padding-top: 0px !important;
        transition: box-shadow .3s ease-in-out;
        background: #fff;
        float: left;
        margin-bottom: 15px;
    display:inline-block;

    }

        .landing img:hover {
        -webkit-filter: grayscale(0%) !important;
        padding-top: 0px !important;
        box-shadow: 0 0 30px rgba(33,33,33,.5); 
        
        
    }
    
        .landing img:hover::after {
        opacity: 1;
    }






    .sectionwhy, .sectionmem {
        
        color: #10394F;
    }
    .sectionmove {
        
        color: #10394F;
    }
    .sectionmind {
        
        color: #10394F;
    }    
    .sectionsocial {
        
         color: #10394F;
    }    
    .sectionfinancial {
        
         color: #10394F;
    }        
    .sectionbenefits {
        
         color: #10394F;
    }        
    .sectiontools {
        
        color: #10394F;
        
    }        
    .navbar-default .navbar-nav a {
      letter-spacing: 1px;
    }
#side_stuff {
    background-color: #0066aa ;
  }

#side_container h2 {
    color: #FFFFFF;
    font-size: 150% !important;
}

#side_container {
    background-color: #ffffff;
    font-size: 13px;
    color: #fff;
    
}




.staticParent {
  position: relative;
  top: 0;
  left: 0;
  width:100%;
  display:block;
}
.staticGif {
  display:block;
  position: relative;
  top: 0;
  left: 0;
}
.staticImage {
  display:block;
  position: absolute;
  top: 0;
  left: 0;
 
}
.staticImage:hover {
    opacity:0;
}


.btn-primary {
    color: white !important;
    background-color: #153c52 !important;
    border-color: #153c52 !important;
    border-radius: 0px !important;

}

.button2 {
    border-radius: 0px !important;
    background-color: #FFA951 !important;
    border-color: #FFA951 !important;    
}
   

.btn-secondary {
    color: white !important;
    background-color: #C7465F !important;
    border-color: #C7465F !important;
    border-radius: 0px !important;

} 


    
.side_main a{
        color: #c6c6c6 !important;
}

#side_main {
    background-color: #ececed !important;
}



    .icon_events{
        background-color:#0097cd ;
    }
    
    
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .65rem;
}

.alert-primary {
    color: #ffffff;
    background-color: #50D2DC;
    border-color: #50D2DC;
}

.alert-info-smhe {
background-color: #50D2DC;
  border-color: #bce8f1;
  color: black;
}

.containerIframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	max-width:100%;
	border:0;
}
.containerIframe {
	height: 0;
	padding:210px 0 0;
	display: block;
	position: relative;
	width:100%;
}
strong{

color: #FFA951;

}

<!-- above -->

#page-library .article h2 a{
color: #10394F !important;
}
#page-my-program-periods .programTitle{
    color:  #10394F !important;
}
#page-my-program .customSelect{
    color: #10394F !important;
}

#page-library #heroBanner{
    background-color:  #50D2DC !important;
}
#page-my-program #heroBanner{
    background-color:  #50D2DC !important;
}
#page-programs #heroBanner{
    background-color:  #50D2DC !important;
}

#page-library-curated #heroBanner{
    background-color:  #50D2DC !important;
}

#page-programs-curated #heroBanner{
    background-color:  #50D2DC !important;
    }
#page-wct-questions #heroBanner{
    background-color:  #50D2DC !important;
}

.cardTile:hover {
    -webkit-filter: grayscale(0%) !important;
    padding-top: 0px !important;
    box-shadow: 0 0 30px rgba(33,33,33,.5); 
}

.cardLongTile {
    max-width:750px !important;
}

.cardTileMinVert {
min-height:225px !important; 
    
}

.cardLet {
min-height:200px !important;
}

.card100 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
    max-height:180px !important;
    -webkit-filter: grayscale(0%) !important;
    transition: box-shadow .3s ease-in-out !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}


.cardTile {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-decoration:none !important;
    min-height:270px;
    max-width:360px;
    -webkit-filter: grayscale(0%) !important;
    transition: box-shadow .3s ease-in-out;
    float: left;
    margin-bottom: 15px;
}
.cardTile img:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cardTile h2:first-of-type {
    color:#FFA951 !important;
}



.cardNoHeader {
min-height:150px !important;
}

.cardNoHeader img:first-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.videoWrap {
  width: 104% !important;
  margin-left: -10px;
  padding: 0;
  overflow: hidden;
}

.programStepVideo {
  height: 500px !important;
  width: 100% !important;
  border: 0px;
}


.hero{
color: #10394F !important;
padding: 0px 10px !important;
}
.subpara
{
padding: 1px 25px !important;
}


.progress .progress-bar {
    height: 100% !important;
}








