

:root {
    --primary-color: #0e1020;
    --site-color: #0e1020;
}
.btnPrimary {
    background-color: #0e1020;
    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: #0e1020;
}
.exitBtn {
    background-color: #0e1020 !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: #0e1020;
    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: #0e1020;
    text-decoration: underline;
}

.toast-info {
    background-color: #0e1020 !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: #0e1020 !important;
    background-color: #EEEAE4 !important;
    border-color: #0057BF !important;
}

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

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

.dropdown-menu > li > .nav-link:focus, .dropdown-menu > li > .nav-link:hover {
    color: #0e1020 !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: #0e1020 !important;
}

/*
    BUTTONS BUTTONS BUTTONS
*/

.btn {
    text-decoration: none !important;
    --bs-btn-hover-border-color: #0e1020 !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: #0e1020 !important;
    border-color: #0e1020 !important;
    color: white !important;
    text-decoration: none !important;
}

/*
.progress-bar-success {
    background-color: #0e1020 !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: #0e1020;
    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: #0e1020 !important;
}
.primaryBackgroundColor {
    background-color: #0e1020 !important;
    color: white !important;
}
#side_stuff {
    background-color: #0e1020;
    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: #0e1020;
    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: #0e1020;
    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;
}



.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;
}

.sdlevel {
   position: relative;
   width: 100px !important;

}

.sdlevel h4 {
      white-space: nowrap;
      font-size: 14px;
}


.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; 
  transition: background-color 0.4s ease;
}
.staticImage:hover {
    opacity:0;
}

.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; 
    
}

.cardTileOnly {
min-height:100px !important; 
    
}

.cardNoHeader {
min-height:50px !important; 
    
}

.cardNoHeader img:first-of-type {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.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:#0e1020 !important;
}

.cardWhatsOn {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
border-radius: 20px;
text-decoration:none !important;
min-height:100%;
max-width:100%;
-webkit-filter: grayscale(0%) !important;
transition: box-shadow .3s ease-in-out;
float: left;
margin-bottom: 15px;
}
.cardWhatsOn img:first-of-type {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.cardWhatsOn h2:first-of-type {
color:#0e1020 !important;
}

@font-face {
    font-family: Inter;
    src: url(/resources/webfonts/Inter-Regular.woff);
    }


    
@font-face {
    font-family: GTMedium;
    src: url(/resources/webfonts/GT-Expanded-Medium.woff);
    }

    body,p,td,a,li,div,li {
    font-family: Inter !important;
    color:  #0e1020;

    }

    p {
    font-size: 13px;        
    }

    h1, h2, h3 {
    font-family: GTMedium !important;
    
    }
    
    h2 {
    font-size: 14px !important;    
    }
    
.nav>li>a {
    position: relative;
    display: block;
    
}

.nav-link {
    font-size: 13px !important;
}


.navbar-default .navbar-nav a {
    letter-spacing: .3px !important;
    font-size: 10px; !important;
}



    .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: #5F249F;
    }
    .sectionmove {
        
        color: #5F249F;
    }
    .sectionmind {
        
        color: #5F249F;
    }    
    .sectionsocial {
        
         color: #5F249F;
    }    
    .sectionfinancial {
        
         color: #5F249F;
    }        
    .sectionbenefits {
        
         color: #5F249F;
    }        
    .sectiontools {
        
        color: #5F249F;
    }        
    .navbar-default .navbar-nav a {
      letter-spacing: 1px;
    }
    
   
    
.side_main a{
        color: #c6c6c6 !important;
}

#side_main {
    background-color: #ececed !important;
}

#side_container h2 {
    color: #FFFFFF;
    font-size: 150% !important;
}



#side_container {
    background-color: #5F249F;
    font-size: 13px;
    color: #fff;
    
}


    .icon_events{
        background-color:#0097cd ;
    }
    
    
.alert {
    position: relative !important;
    padding: 1rem 1rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
        border-top-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
    border-radius: .65rem !important;
}

.alert-primary {
    color: #ffffff !important;
    background-color: #5F249F !important;
    border-color: #5F249F !important;
}      


#mainContent
{
padding-top: 35px;
}

#game_bar
{
margin-top: 19px;
}

.backBtn {
  background-color: #00cdcd !important;
  border-color: #00cdcd !important;
}

.completeBtn {
  background-color: #0e1020 !important;
  border-color: #0e1020 !important;
}


.alert-super {
  color: #ffffff;
  background-color: #3451a2;
  border-color: #3451a2;
}

.navbar-brand {
  padding: 25px !important;  
}

strong{

color: #0e1020;

}

.alert-info-dxc {
background-color: #DFD3EB !important;
}

.hero{
color: #0e1020 !important;
padding: 0px 10px !important;
}
.subpara
{
padding: 1px 25px !important;
}


#imgHeader {
 
  font-size: 50px !important;
}

.progress .progress-bar {
    height: 100% !important;
}



:root {
  --grad: linear-gradient(90deg, #4995ff, #ff7e50, #ffae41, #ff7e50, #4995ff);
  --radius: 999px;         /* pill shape */
  --bw: 2px;               /* border width */
  --text: #ffffff;         /* text color */
  --bg: #0e1020;           /* page bg used for hover fill contrast (optional) */
  
}




.btn-new, .btn-primary {
  /* Layout */
  color: white !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .65rem 1.1rem;
  font-size: 12.5px !important;
  font-family: GTMedium !important;
  letter-spacing: .2px;
  text-decoration: none;
  cursor: pointer;
  border-radius: var(--radius);

  /* The trick: two background layers + transparent border */
  background:
    linear-gradient(#0e1020, #0e1020 ) padding-box, /* transparent fill */
    var(--grad) border-box;                    /* gradient border */
  border: var(--bw) solid transparent;
  color: var(--text);

  /* Smooth transitions */
  transition: background .25s ease, box-shadow .25s ease, transform .08s ease;
}

.btn-new:hover, {
  background:
    linear-gradient(180deg, #0e1020, #0e1020) padding-box,
    var(--grad) border-box;
  box-shadow:
    0 0 0 0 rgba(0,0,0,0),
    0 4px 20px -8px #ee097955,
    0 2px 10px -8px #7b61ff66;
}

@font-face {
    font-family: GTMedium;
    src: url(/resources/webfonts/GT-Expanded-Medium.woff);
    }
    span.mini {
        font-size: 10px !important;
    }
    span.miniv2 {
        font-size: 6px !important;
    }

.btn-prime {
    color:  #0e1020 !important;
    background-color: #f6f2ef !important;
    border-color: #0e1020 !important;
    border-radius: var(--radius) !important;
    border: 2px solid #0e1020;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      padding: .65rem 1.1rem;
      font-size: 12.5px !important;
      font-family: GTMedium !important;
      letter-spacing: .2px;
      text-decoration: none !important;
      cursor: pointer;
      border-radius: var(--radius);    

}

.btn-prime:hover{
    text-align: left;  
    transition: background .25s ease, box-shadow .25s ease, transform .08s ease;
    background:
        linear-gradient(180deg, #0e1020, #0e1020) padding-box,
        var(--grad) border-box;
    box-shadow:
        0 0 0 0 rgba(0,0,0,0),
        0 4px 20px -8px #ee097955,
        0 2px 10px -8px #7b61ff66;
    color: white !important
    
}
    
#programCarousel .programText {

}


.defaultCardTile-header {
    font-size: 16px !important;
}



