:root {
  --primary: #0039a6;
  --accent: #1a75cf;
  --menuaccent: #48a0f7;
  --darkgray: #8a8d8f;
  --lightgray: #b2b4b2;
  --dark: #231f20;
}
.Digital_Price_Title, .Book_Notes{
color: red;
}
#ContainDiv {
min-height: 460px; 
}
#ContainDiv {
    padding-bottom: 15px !important;
    width: 100%;
 padding-top: 35px !important;
}
#top-logo-bar {
  display: flex;
  align-items: center;
  background-color: var(--dark);
justify-content: space-between;
}
#top-logo {
  max-width: 370px;
  margin-left: 4%;
}

#topMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-right: 3%;
}

#topMenu a {
  color: #fff;
  margin-right: 30px;
  font-size: 14px;
  text-decoration: none;
}
#topMenu a:hover,
#topMenu a:focus {
  transition: color 0.5s ease;
  color: var(--accent);
}

#topMenu a .fa {
  color: var(--accent);
  margin-right: 6px;
}

.announcement {
  font-size: 20px;
  color: var(--primary);
  text-align: center;
}
#myNavbar {
  padding: 0px;
  margin: 0px;
}
#navbarInnerWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 65px;
}
.circleLogoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 50px;
  margin-right: 50px;
  overflow: visible;
}
.smallCircleLogoWrapper {
  display: none;
}
#largeCircleLogo {
  width: 125px;
  z-index: 1001;
}
#smallCircleLogo {
  width: 100px;
}
.navbar {
  background-color: var(--primary);
  border-radius: 0px;
  border-style: none;
  border-bottom: 12px solid var(--accent);
  padding-bottom: 18px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 500;
  transition: color 0.5s ease;
  padding-top: 55px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--menuaccent);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: var(--menuaccent);
  background-color: var(--primary);
}

.navbar-toggle {
  margin-top: 35px;
  margin-bottom: 35px;
  border: none;
  background: transparent;
  transition: color 0.5s ease;
  color: black;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: var(--primary);
  border-style: none;
  color: var(--menuaccent);
  /*transition-delay: 0.5s; /* delays for 1 second */
  /*-webkit-transition-delay: 0.5s; */
}
.navbarLeft, .navbarRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
max-height: inherit;
}

.navbar-nav > li > .dropdown-menu {
  /*margin-top: 6px;*/
}
.dropdown-toggle {
  padding: 5px;
}
.dropdown-menu {
  background-color: rgba(0, 57, 166, 0.7);
  font-size: 16px;
  padding: 20px 40px;
}
.dropdown-menu {
  right: initial;
}

.dropdown-menu.show {
  display: block !important;
}

@media (max-width: 1235px) {
  .navbar-nav {
    margin: 0px;
  }

  .navbar-nav > li > a {
    padding: 10px 5px;
    font-size: 15px !important;
padding-top: 55px;
justify-content: center;
  }

  .circleLogoWrapper {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .contain {
    width: initial;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1000px) {
  .contain {
    padding-right: 0px;
    padding-left: 0px;
  }
#topMenu{
justify-content: center;
align-items: center;
width: 100%;
margin-right: 0;
}
.navbar-nav > li > .dropdown-menu > li > a{
text-align: center;
}

  #top-logo-bar {
  justify-content: center;
  }
 .header-logo{
display: none;
}
  .dropdown-menu > li > a::before {
    color: var(--accent);
  }

  .nav.navbar-nav * {
    text-align: center;
  }

  .navbar-default .navbar-nav > li > a {
    transition: color 0.5s ease;
    color: white;
    text-transform: inherit;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: var(--menuaccent);
    background-color: var(--primary);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }

  .navbar-inner {
    width: 100%;
    height: 100%;
    background-color: var(--accent);
  }

  .circleLogoWrapper {
    display: none;
  }

  #navbarInnerWrapper {
    background-color: var(--primary);
    flex-direction: column;
  }

  .navbarAccount {
    display: flex;
  }

  .navbarLeft, .navbarRight {
    flex-direction: column;
    width: 100%;
  }

  .smallCircleLogoWrapper {
    display: block;
    position: absolute;
    width: 50px;
    height: 60px;
    margin: auto;
    left: -4em;
    right: 0;
    top: 5px;
    z-index: 1001;
  }
}

@media (min-width: 1000px) {
  .navbar-nav > li > a {
    padding-top: 45px;
    padding-bottom: 50px;
margin-top: 10px;
  }

  .dropdown-menu > li > a {
    color: #fff;
    font-size: 16px;
  }

  .dropdown-menu > li > a:hover {
    color: var(--menuaccent);
    background-color: transparent;
  }
}

/* FOOTER */
#footer {
  display: flex;
  border-top: 12px solid var(--accent);
  background-color: var(--primary);
  min-height: 175px;
  color: white;
  margin-top: 40px;
}

#footer-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-heading {
  font-weight: 700;
  font-size: 16px;
}

.footer-content {
  font-size: 14px;
}

a.footer-content {
  display: block;
  color: white;
}

a.footer-content:hover,
a.footer-content:focus {
  color: rgb(173, 173, 173);

  transition: color 0.5s ease;
}
.footer-section {
  padding: 10px;
  padding-right: 20px;
}

#div_privacy {
  display: none;
}

#Server {
  display: none;
}
/* END FOOTER */

/* Custom Page Styling */
#custom-about {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Arial;
}

#custom-header {
  font-size: 36px;
  text-align: center;
  padding-bottom: 12px;
  margin-top: 40px;
  color: #0039a6;
}
.custom-title {
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 20px;
  font-family: Arial;
  color: #1a75cf;
}
.custom-content {
  font-size: 14px;
  padding-bottom: 15px;
  font-family: Arial;
}

.custom-hr {
  color: #1a75cf;
  background-color: #3c92dd;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 0 none;
  height: 2px;
  display: block;
}

.staff-member > .custom-title {
  padding-bottom: 0;
}

.staff-member > .custom-content {
  padding-bottom: 0;
}

.staff-member > .job {
  font-style: italic;
}

.staff-member {
  padding-left: 30px;
  padding-bottom: 30px;
  flex: 33.333333%;
  flex-grow: 0;
}

@media (max-width: 625px) {
  .staff-member {
    flex: 50%;
  }
.staff {
  display: flex;
  max-width: 800px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 1;
}
.staff-member {
text-align: center;
}
}
.staff {
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 1;
}

/* End Custom Page Styling */

/* Default inSite Styling */
.titleHome {
  display: none;
}
.btn-primary {
  color: #ffffff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:link,
.btn-primary:visited {
  color: #ffffff;
  background-color: var(--primary);
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  color: #ffffff;
  background-color: var(--primary) !important;
  border-color: var(--primary);
  opacity: 0.75;
}

.page-header,
#registerTypePanel {
  border-style: none;
}

.page_header {
  font-size: 36px;
  padding-bottom: 12px;
  margin-top: 40px;
  color: #0039a6;
}

.card-header {
  color: #ffffff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.card {
  border-color: var(--primary);
}

.ordering_enabled,
.add_another_course_button_enabled,
.crn_button,
.book_search_button {
  color: var(--primary);
}

/* End Default inSite Styling */
/*----------BS5 Styling------------*/
.navbar-nav{
background-color: #0039a6;
justify-content: center;
gap: 5px;
}

.navbar-nav > li > a{
color: #ffffff;
font-size: 18px;
}
#navbarSupportedContent{
background-color: #0039a6;
justify-content: center;
max-height: 65px;
}

@media (max-width: 991px) {
  #mainNavbar {
    height: 125px;
  }

  #navbarSupportedContent {
    margin-top: 117px;
    z-index: 100;
max-height: unset;
  }
}

.navbar-toggler {
position: absolute;
top: 45px;
right: 25px;
border: none;
font-size: 12px;
}

.navbar-toggler:focus {
box-shadow: none;
}
.navbar-toggler-icon { 
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2348a0f7' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); 
    } 

.navbar-nav > li > a: hover {
    color: #ffffff !important;
}
.dropdown-menu{
 --bs-dropdown-link-color: #ffffff;
   --bs-dropdown-color: #ffffff;
}

#footer-inner{
display: flex;
justify-content: center;
flex-direction: row;
gap: 70px;
}
.dropdown-menu > li > a.dropdown-item {
color: #ffffff;
}

.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus, .nav-link:hover, .nav-link:focus, .navbar-nav > li.open > a  {
    background-color: transparent;
   color: var(--menuaccent);
}

.navbarLeft .dropdown-toggle::after, .navbarRight .dropdown-toggle::after {
display: none;
}



.footerWrapper{
border-top: 12px solid var(--accent);
background-color: var(--primary);
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
gap: 50px;
font-size: 14px;
min-height: 230px;
color: white;
}
.footerSection a{
color: #ffffff;
font-size: 14px;
text-decoration: none;

}
.footerHeader{
  font-weight: bold;
  font-size: 18px;
margin-top: 20px;
margin-bottom: 7px;
}
@media (max-width: 963px){
.footerWrapper{
flex-direction: column;
align-items: center;
gap: 27px;
padding-bottom: 30px;
}
.footerSection{
text-align: center;
}
}
.footerSection > table{
color: #ffffff;
}
/****************/
#Book_Search{
display: none;
}