@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@media only screen and (min-width: 768px) {
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.pageHelp {
  margin-top: 0px;
}
a.View_All_Materials.ltBlue.font18 {
    color: black;
}

.carousel-indicators,
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

/*----- table mobile responsive wrapper -----*/
#wrapper {
max-width: 100% !important;
overflow-x: auto !important;
}

a{
font-size:inherit;
}
/*---- red background white text for table-norm-styling -----*/
.table-norm-styling {
border-collapse: collapse;
font-family: MS Sans Serif;
}

.table-norm-styling th {
background-color: #BF2228;
color: white;
}

.navbar {
  border-radius: 0;
}

.navbar-default {
  background: #FFFFFF;
  color: white;
}

.navbar-default .navbar-toggle {
  border-color: #FFFFFF;
  background-color: black;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
  background-color: black;
}

.navbar-default .navbar-nav li a {
  color: black;
  font-size: 14px;
  background-color: #FFFFFF;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:active {
  color: black;
  background-color: #FFFFFF;
}

.navbar-default .navbar-nav li.dropdown.open a {
  color: black;
  background: #FFFFFF;
}

.navbar-default .navbar-nav li.dropdown.open a:hover, .navbar-default .navbar-nav li.dropdown.open a:focus, .navbar-default .navbar-nav li.dropdown.open a:active {
  color: black;
  background: #FFFFFF;
}

.navbar-default .navbar-nav li.dropdown .dropdown-menu {
  background: #FFFFFF;
}

.navbar-default .navbar-nav li.dropdown .dropdown-menu a {
  color: black;
  background: #FFFFFF;
}

.navbar-default .navbar-nav li.dropdown .dropdown-menu a:hover, .navbar-default .navbar-nav li.dropdown .dropdown-menu a:focus, .navbar-default .navbar-nav li.dropdown .dropdown-menu a:active {
  color: black;
  background: #FFFFFF;
}

.card {
  border-color: black;
}

.card-header {
  color: white;
  background: #C02429;
  border-color: black;
}

.ordering_enabled, .add_another_course_button_enabled, .crn_button, .book_search_button {
  color: black;
}

.footer {
  color: #FFFFFF;
  background: #231F20;
}

.footer a {
  color: #FFFFFF;
}

.btn-primary {
  color: white;
  background: black;
  border-color: black;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: white;
  background: black;
}

html, body {
  font-family: 'Oswald', sans-serif !important;
  text-overflow: ellipsis;
}

#header-container {
  background: black;
}

.navbar-default {
  text-transform: uppercase;
}

.navbar-default li:not(:last-child) a {
  border-right: 1px solid lightgray;
}

.footer {
  padding: 10px;
}

.footer .footer-nav a {
  padding: 3px;
  font-size: 15px;
}

.footer .fa.fa-facebook-official {
  font-size: 25px;
}

.footer .fa.fa-facebook-official:hover {
  color: #C02429;
}

.carousel {
  background: black;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel img {
  width: auto;
  margin: auto;
  max-width: 100%; /* BS5 ADDED */
}

.top-container {
  margin: auto;
  background: black;
  width: 100%;
}

.banner {
  padding: 2px;
  padding-left: 10px;
  background: black;
  color: white;
}

.banner h3 strong {
  color: #A08F61;
}

.bottom-banner {
  background: url("http://bookstore.normandale.edu/SiteImages/177-SchoolImages/177-Images/177-Main/177-bg_dates.jpg");
  padding: 20px 10px 20px 10px;
  color: white;
}

.bottom-banner h3 {
  font-size: 40px;
}

.bottom-banner h4 {
  padding: 3px;
  background: #A08F61;
}

.gold-accent {
  color: #A08F61;
}

.featured-section {
  background: white;
}

.featured-section .featured-text {
  text-align: center;
}

.featured-section .card {
  text-align: center;
  margin: 10px 10px 10px 10px;
}

.featured-section img {
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .featured-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 25px 25px 25px 50px;
  }
  .featured-section .featured-text {
    border-right: 1px black solid;
    margin-right: 20px;
    margin-top: 20px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.custom-panel {
  border-top: 3px solid #C02429;
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 10px;
  margin-top: 15px;
}

#softwareModal {
  margin-top: 200px;
}

#softwareModal .modal-header {
  color: white;
  background: black;
  border-bottom: 3px solid #C02429;
}

#softwareModal .modal-header .close {
  color: #C02429 !important;
}

#softwareModal .modal-body {
  padding: 10px;
}


/*
#ContainDiv, #contentSection{
    width: 100vw;
    padding: 0px;
    margin-left: 0px;
}
#ContainDiv, #header-container, body{
    background: black;
}
*/
/*# sourceMappingURL=style.css.map */

/*-------home page - boxes----------*/
/*Outer Container*/
#flexWrapperX {
  display: flex;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*Left side, containing "CAMPUS STORE"*/
#flexItemLeftX {
  display: flex;
  align-items: center;
  /*margin: 40px;*/
}
/*-------End  home page - boxes----------*/

/*"CAMPUS STORE" styles*/
#flexItemLeftHead {
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 75px;
  padding-left: 75px;
  border-right: 1px solid black;
  height: 50%;
}
/*Right side, containing the tiles*/
#flexItemRightX {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
/*Styling on the tiles*/
.itemX {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  max-width: 250px;
  background-color: rgb(237, 237, 237);
  border: 4px solid #bf2228;
  transition: 0.3s;
}
/*Tile hover styles*/
.itemX:hover {
  background-color: #bf2228;
  transition: 0.3s;
}
.itemX:hover a {color: white !important;}
/*Tile link styles*/
.itemX a {
  color: black;
  font-size: 25px;
  text-align: center;
}
/*Tile link hover styles*/
.itemX a:hover {
  color: white;
  text-decoration: none;
}
.itemTitleX {
  padding: 10px;
}

/*Media Queries for Tile Section. These control the font size of the tile titles and the padding of the "Campus Store" label.*/
@media only screen and (max-width: 1235px) {
  .itemX a {
    font-size: 20px;
  }
  #flexItemLeftHead {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1088px) {
  .itemX a {
    font-size: 19px;
  }
  #flexItemLeftHead {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 996px) {
  .itemX a {
    font-size: 17px;
  }
  #flexItemLeftHead {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 940px) {
  .itemX a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 850px) {
  .itemX a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #flexWrapperX {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #flexItemRightX {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #flexItemLeftHead {
    border: none;
  }
}

/*** BS5 ADDITIONS ***/

#h_nav {
min-height: 50px;
border-radius: 0;
border: 1px solid #e7e7e7;
}
.bg-light {
background-color: #fff !important;
}
.navbar-nav > li > a {
color: #000;
font-size: inherit;
}
.navbar-nav li:not(:last-child) a {
border-right: 1px solid lightgray;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
color: #000;
background-color: transparent;
}
.dropdown-submenu .dropdown-menu {
margin-top: -35px;
border-radius: 4px;
}
.dropdown-submenu .dropdown-menu li a:hover {
text-decoration: none;
color: #000;
background-color: transparent;
}
.navbar-toggler {
border: 1px solid #000;
background-color: #000;
margin: 8px 10px
}
.navbar-expand-md .navbar-nav .nav-link {
padding-left: 1.2rem;
}
#h_nav > .container-fluid, #h_nav > .container-fluid > .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
.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='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.btn-danger {
font-size: 18px;
}
@media (max-width: 767px) {
#h_nav > .container-fluid {
justify-content: end;
}
#header-container .pull-right {
  float: none;
}
.dropdown-submenu .dropdown-menu {
margin-top: 0;
}
}
/*Mobile Responsive Contact Info+Hours */

/* Contact toggle button */
.contact-toggle-btn {
    display: none;
    background: #bf2228;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

/* Mobile styles */
@media (max-width: 768px) {

    #contact-content {
        display: none;
        width: 100%;
        background: black;
        padding: 10px;
    }

    #contact-content.active {
        display: block;
    }

    .contact-toggle-btn {
        display: block;
        margin-top: 10px;
    }
}

.header-title {
    padding-top: 45px;
}

@media (max-width: 768px) {
    .header-title {
        padding-top: 5px;
    }
}

@media (max-width: 768px) {

    /* Hide/show contact */
    #contact-content {
        display: none;
        width: 100%;
        background: black;
        padding: 15px;
    }

    #contact-content.active {
        display: block;
    }

    /* Toggle button */
    .contact-toggle-btn {
        display: block;
        margin-top: 10px;
    }

    /* Remove float behavior */
    #header-container .pull-right {
        float: none;
        width: 100%;
    }

    /* LEFT ALIGN EVERYTHING */
    #contact-content,
    #contact-content p {
        text-align: left;
    }

    /* Clean spacing */
    #contact-content p {
        margin: 5px 0;
    }

    /* Remove extra right padding from blocks */
    #contact-content .pull-right {
        padding-right: 0 !important;
    }

    /* Align wrapper correctly */
    #contact-wrapper {
        align-items: flex-start;
    }
}