body {
  font-family: "Open Sans semibold", Arial, Helvetica, sans-serif !important; /* will need updating pc-original */
}
:root {
  --primary: #ffc317;
  --accent: #9fa1a2;
  --menuaccent: #3F3F3F;
  --darkgray: #8a8d8f; /* will need updating pc-original */
  --lightgray: #b2b4b2; /* will need updating pc-original */
  --dark: #231f20; /* will need updating pc-original */
}

#ContainDiv {
  min-height: 580px;
}

#top-logo-bar {
  display: flex;
  align-items: center;
  //background-color: var(--dark);
background-color: #fff;
}
#top-logo {
  //max-width: 30%;
  margin-left: 4%;
}

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

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

#topMenu a .fa {
  //color: var(--primary);
color: #000;
  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-bs5 .navbar-nav > li > a {
  color: #000;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 500;
  transition: color 0.5s ease;
  padding: 17px 15px;
  line-height: 2;
}

.navbar-default-bs5 .navbar-nav > li > a:hover,
.navbar-default-bs-5 .navbar-nav > li > a:focus {
 color: #fff;
background-color: #3f3f3f;
}

.navbar-default-bs5 .navbar-nav > .open > a,
.navbar-default-bs5 .navbar-nav > .open > a:hover,
.navbar-default-bs5 .navbar-nav > .open > a:focus {
 color: var(--menuaccent);
  background-color: transparent;
//text-decoration: underline;
}
.navbar-inner {
/* added for bs5  5.25.23*/
    margin: 0 auto;
}

.navbar-toggler {
  margin-top: 35px;
  margin-bottom: 35px;
  border: none;
  background: transparent;
  transition: color 0.5s ease;
  color: black;
}
.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='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.navbar-default-bs5 .navbar-toggler,
.navbar-default-bs5 .navbar-toggler:focus,
.navbar-default-bs5 .navbar-toggler: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 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbarRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-nav > li > .dropdown-menu {
/* Commented Out 5.25.23 - BS5 icm dropdown issues */
  /*margin-top: 6px;*/
}
.dropdown-toggle {
  padding: 10px;
}
.dropdown-menu {
  background-color: rgba(255, 195, 23, 0.7);
  font-size: 16px;
  padding: 20px 40px;
}
.dropdown-menu {
  right: initial;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 1000px) {
  .navbar-nav .open .dropdown-menu {
/*** BS5 TESTING 5.25.23 
    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-toggler {
    display: block;
  }

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

  .navbar-collapse.collapse {
 /** display: none !important; do not need for bs5 ****/
  }

  .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; bs5 removing ***/
  }

  .collapsing {
    overflow: hidden !important;
  } 

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

@media (max-width: 1000px) {
  .contain {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-logo {
    /*display: none;*/ /**removed for bs5 mobile***/
  }

  #topMenu {
    width: auto;
    margin-right: 0;
  }
  #topMenu a {
    display: inline-flex;
    align-items: center;
  }
  #top-logo-bar {
    /* display: none; */
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
  }

  .dropdown-menu > li > a::before {
    color: var(--accent);
  }

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

  .navbar-default-bs5 .navbar-nav > li > a {
    transition: color 0.5s ease;
    color: #000;
    text-transform: inherit;
  }
  .navbar-default-bs5 .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default-bs5 .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default-bs5 .navbar-nav > li > a:hover,
  .navbar-default-bs5 .navbar-nav > li > a:focus {
    color: var(--menuaccent);
    background-color: var(--primary);
    //text-decoration: underline;
  }
  .navbar-default-bs5 .navbar-nav .open .dropdown-menu > li > a {
    /*** color: white;  REMOVED BS5****/
    color: #000;
    font-size: 16px;
  }

  .navbar-inner {
    width: 100%;
    height: 100%;
    /*background-color: var(--accent);*/ /** removed for bs5***/
  }

  .circleLogoWrapper {
    display: none;
  }

  #navbarInnerWrapper {
    background-color: var(--primary);
    flex-direction: column;
    max-height: 100%;
   margin: 0 auto;
  }

  .navbarAccount {
    display: flex;
  }

  .navbarLeft {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }

  .navbarRight {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }

  .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: 45px;*/
  }

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

  .dropdown-menu > li > a:hover {
/*** BS3 Code - Can be removed 5.25.23 ***/
    /*color: var(--menuaccent);
    background-color: transparent;*/
   color: #fff;
   background-color: #3f3f3f;
  }
.dropdown-menu > li > a.dropdown-item:hover {
/*** BS5 Code New  5.25.23****/
color: #fff;
background-color: #3f3f3f !important;

}
}

@media (max-width: 767px) {
.navbar-default-bs5 .navbar-nav .open .dropdown-menu > li > a {
text-align: center;
font-size: 14px;
}
}

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

}

#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: #fff;
}

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 */


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

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

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  color: #000;
  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;
}

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

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

.Dept_Name_Div > p, .Section_Name_Div > p {
color: #000;
}
.dept_list > li, .sect_list > li {
color: #000;
}

.ordering_enabled, .crn_button,
.book_search_button {
  color: var(--primary);
}
.term_name, .add_another_course_button_enabled  {
color: #000;
}
#Get_Materials, #Get_Materials > i.fa.fa-arrow-circle-o-right.fa-4x {
color: #000;
}


/* End Default inSite Styling */

/*** BS5 ADDITIONS ***/
#ContainDiv {
max-width: 100%;
}
