
/*-----------Header1, topheader.jsp, ((logo, cart, login))-----------------*/

#header1Container {
    background-color: #05703C; 
    width: 100%;
    color: #FFFFFF !important;
 }  /* Middle of the languagebar.jsp ((logo, cart, login))*/

#header1Wrapper{
  background-color: #05703C !important;
  color: #FFFFFF !important;
 } /* sides of languagebar.jsp ((logo, cart, login))*/

 #cartInfo .glyphicon-shopping-cart{
    color: #FFFFFF !important; /* cart color*/ 
  }

  #cartCount {
        background-color: #7CB232 !important; 
        color: #FFFFFF !important;
  }

  #loginDropdownMenuLink{
    color: #FFFFFF !important; /*Login link color*/
    font-size: 15px !important;
    font-weight: 400;
  }

  #logoutLinkWrapper{
    color: #FFFFFF !important; 
    font-size: 15px !important;
    font-weight: 400;
  }
  
  .headerProfileLink{
    color: #FFFFFF !important; 
    font-size: 15px !important;
    font-weight: 400;
  }
  
  #loginNameWrapper {
    color: #FFFFFF !important; 
    font-size: 15px !important;
    font-weight: 400;
  }
  
  .headerStudentLoginLogoutLink{
    color: #FFFFFF !important; 
    font-size: 15px !important;
    font-weight: 400;
  }
  
/*----------------------------------------------------------------------------*/

/*-------------------------Global nav, globalNavigationEmbeddable.jsp ------------------------------*/ 
#header3Container{
  display: flex;
  justify-content: center;
  background-color: #7CB232  !important;
} /* align nav items to the right */

#header3Wrapper{
  /*padding-bottom: 10px;    space between global nav and the body content*/
    background-color: #7CB232  !important;
  }
  
#globalNavigationBar{
      background-color: #7CB232 !important;
      } /* change the color of the center of the navbar that is now aligned to the right*/

.nav-item {
  font-size: 17px !important; /* global nav item font size */
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.navbar-light .navbar-nav .nav-link{
    color: #FFFFFF !important;
    font-family: 'Open Sans', sans-serif;
    } /* Color of navbar items/links */

.nav-item :hover {
  background-color: #05703C !important;
  color: #FFFFFF !important;
}

/*----------------------------------------------------------------------------------*/

/*----------------------Footer, bottomNavigation.jsp------------------------------------------------------*/
     
footer {
    background-color: #403F3F;
    color: #FFFFFF !important;
    padding: 20px;
  }


  #footer-info {
    line-height: 18px;
  }
  
  #footer2Sub2{
    height: 65px; /*footer 1 sub 1 height**/
  }
  
  #footer1Wrapper{
    height: 100%; /*Whole footer height **/
  }
/*----------------------------------------------------------------------------------*/


#sidebar1Module1{
  color: white !important;
}
#sidebar1Wrapper{

  background-color: white;
    
  }
  .nav-pills{
    color: white !important;
  }

  footer a {
    color: white !important;
  }


footer > a {
    color: white !important;
  }*/

   #variableContentBlockPG0156{
     color: #403F3F !important;  
     font-size: 18px !important;  
     font-weight: 500 !important;  
     padding-top: 35px !important;  
     padding-bottom: 20px !important;  
     display: flex;
     -ms-flex-align: center;
  }


#buttonCourseProfileActionInquiry{
  visibility: hidden !important;
  display: none !important;
}