@import url("/restricted/3rdPartyTools/deployed/bootstrap/css/bootstrap-4.3.1.min.css");

/*-----------Header1, topheader.jsp, ((logo, cart, login))-----------------*/

#header1Wrapper{
    background-color: #0F2439  !important;
    padding-top: 5px;
   /* height: 58px; /*pushed the navbar up close to the cart and the login
    padding-top: 3px;*/
   } /* sides of topheader.jsp ((logo, cart, login))*/
   .navbar-dark{
    background-color: #0F2439  !important;
   }
#site-header .brand-inline {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    color: #a8b4c1;
    border-left: 2px solid #a8b4c1;
}
#loginInfo {text-align: center;}

   #cartInfo .glyphicon-shopping-cart{
      color: white !important; /* cart color*/
    }
    #cartCount {
       background-color:#2472b5;
      }
    #loginDropdownMenuLink{
      color: white !important; /*Login link color*/
      font-size: 15px !important;
      font-weight: 400;
    }
  /*----------------------------------------------------------------------------*/


  /*-------------------------Global nav, globalNavigationEmbeddable.jsp ------------------------------*/
  #header2Container{
    display: flex;
  }

  #header2Wrapper{
    /*padding-bottom: 10px;    space between global nav and the body content*/
    background-color: #252f40  !important;
    }

  #header3Container{
    display: flex;
  } /* align nav items to the right */

  #header3Wrapper{
    /*padding-bottom: 10px;    space between global nav and the body content*/
    background: linear-gradient(90deg, rgb(36, 114, 181) 0%, rgb(56, 70, 96) 100%); !important;
    }

  #globalNavigationBar{
        background-color: #252f40 !important;
        } /* change the color of the center of the navbar that is now aligned to the right*/

        .navbar-light .navbar-nav .nav-link {
          color: #ffffff !important;
          font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
          } /* Color of navbar items/links */

.navbar-toggler {
  background-color: white;
}

.nav-item {
    font-size: 1.1em !important; /* global nav item font size */
    font-weight: 400;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
  }

  /*----------------------------------------------------------------------------------*/
/*----------------------Body Content--------------------------------------------------*/

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
      margin-bottom: 0.5rem;
      font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
      font-weight: 500;
      line-height: 1;
  }
.h1, h1 {
  padding-top: 1rem;
}
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #384660
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
  }

  .h-bold h1, .h-bold h2, .h-bold h3, .h-bold h4, .h-bold h5, .h-bold h6, .h-bold .h1, .h-bold .h2, .h-bold .h3, .h-bold .h4, .h-bold .h5, .h-bold .h6 {
      font-weight: bold;
  }
.btn {
    font-family: 'Roboto Condensed', "Arial","Helvetica",sans-serif;
}
.btn-primary {
    color: #fff;
    background-color: #384660;
    border-color: #384660;
}
.accordion > .card > .card-header .btn, .panels > .card > .card-header .btn {
    display: flex;
    flex-grow: 1;
    text-align: left;
}
.panels .card .btn, .accordion .card .btn {
    color: #0F2439;
    font-size: 1.1rem;
}
.btn.focus, .btn:focus {
    text-decoration: none;
}
.btn.focus, .btn:focus {
    text-decoration: underline solid;
    outline: initial;
    box-shadow: none;
}
.bg-primary {
    background-color: #00263a !important;
}
.has-float-label label, .has-float-label>span {
    top: .6em;
    font-size: 80%;
    font-weight: normal;
    color: #37474F;
}
a {
	color: #006FE6;
	text-decoration: none;
	background-color:transparent
}
.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_not_yet_available,
.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_not_currently_available,
.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_waitlist_available,
.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_waitlist_not_yet_available,
.catalogSearchResults.tableGridTabPaneGrid .courseAvailability_late_enrollment {
    background: #838898;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #384660;
    background-color: #fff;
    border: 1px solid #dee2e6
}
.page-link:hover {
    z-index: 2;
    color: #4494DA;
    text-decoration: none;
    background-color: #e0e0e0;
    border-color: #dee2e6
}
  /*----------------------------------------------------------------------------------*/

  /*----------------------Footer, bottomNavigation.jsp------------------------------------------------------*/

  #footer {
    background-color: #0F2439;
    padding: 20px;
  }
  #footer2 {
    background-color: #0F2439;
  }

  #footer-info {
    line-height: 200px;
  }

  #Sub2{
    height: 10px; /*footer 1 sub 1 height**/
    padding-top: 20px;
  }
  #footer1Container{
    background-color: #0F2439;
  }

  #footer1Wrapper{
    height: 120px; /*Whole footer height **/
  }
  #fat-footer.bg-blue-dark p, #fat-footer.bg-blue-dark a {
    color: #ffffff;
}
  .footer-brand a {
    font-weight: bold;
    color: #4494DA;
    margin-bottom: 0.5rem;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    line-height: 1;
    font-size: 1.75rem;
}
.btn-list .btn {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.btn-bright-light {
    background: #4494DA;
    color: #ffffff;
    border-color: #4494DA;
    font-size: 1.167rem;
    font-weight: bold;
}

  /*----------------------------------------------------------------------------------*/
  /* Global Footer */
#global-footer {
	margin-top: 1rem;
}
#global-footer li { padding: .2rem 0; }
#global-footer img.img-fluid {
	width: 100%;
	margin: auto;
	max-width: 180px;
}
@media (min-width: 768px) {
	#global-footer img.img-fluid {
		max-width: 220px;
	}
}
#global-footer a { color: #ced4da; }
#global-footer a:hover { color: #ffffff; }
#global-footer ul { padding:0 10px; } 
#global-footer li { list-style-type:none; }
#global-footer .left-list { text-align:right; }
@media (min-width: 992px) {
	#global-footer ul {
		display:inline;
		padding-left:0;
		margin:0;
	}
	#global-footer li {
		display:inline;
		margin-right:15px;
	}
	#global-footer .left-list { text-align:left; }
	#global-footer .right-list { font-size:.9rem; }
}
  /*-------------------------Hidden Items ------------------------------*/
#studentInfoSalutation { display: none;}
#studentLanguageRow { display: none;}
#degreeMajor0 { display: none;}
label[for="degreeMajor0"] { display: none;}
#buttonAddAnotherSchool { display: none;}
#studentProfileEducationCredentialContainer { display: none;}
#employerLocation { display: none;}
label[for="employerLocation"] { display: none;}
#employerIndustry { display: none;}
label[for="employerIndustry"] { display: none;}
#yearsOfWorkExperience { display: none;}
label[for="yearsOfWorkExperience"] { display: none;}
a.menuLink.nav-link[href*='gradingSheet.do'] {
  display: none;
}