.dropdown-submenu .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: -6px;
}


@charset "utf-8";
/* CSS Document */
body {
  padding-left: 10px;
  padding-right: 10px;
}
.contain {
  padding-right: 30px;
  padding-left: 30px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .contain,
  .container,
  .container-fluid {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .contain,
  .container,
  .container-fluid {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .contain,
  .container,
  .container-fluid {
    width: 1170px;
  }
}

.btnhome {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.img-thumbnail {
  border: 0px solid #ddd;
}
.thumbnail {
  border: 0px solid #ddd;
}
.btn-warning {
  color: #003a70;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.red_Book_Note {
  background-color: #c0ddff;
  border: 1px solid #003a70;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  font-size: 1em;
}
.panel-heading {
  padding: 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}
.carousel-captionz {
  position: absolute;
  right: 50%;
  bottom: 20px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}
.carousel-captiond {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #003a70;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 9);
}
.carousel-captions {
  position: absolute;
  right: 10%;
  bottom: 400px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 9);
}
.carousel-captionb {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}
.jumbotrn {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ffffff;
}
.minitron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.minitron h1,
.minitron .h1 {
  color: inherit;
}
.minitron p {
  margin-bottom: 15px;
  font-size: inherit;
  font-weight: inherit;
}
#topbannerimage {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.border {
  border: 0px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  text-align: center !important;
  font-size: 36px;
  color: rgb(51, 51, 51);
  background-color: white;
  border-bottom: 0px solid rgb(100, 100, 100);
}
.card-scale {
  position: relative;
  overflow: hidden;
}
.card-scale .img-scale-container {
  position: relative;
  overflow: hidden;
}
.card-scale img.img-scale {
  transition: all 0.3s;
}
.card-scale:hover img.img-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  overflow: hidden;
}
.shadow-0 {
  box-shadow: none !important;
}
.border-0 {
  border: 0 !important;
}
@media (min-width: 576px) {
  .light-overlay-sm,
  .overlay-hover-light-sm {
    position: relative;
  }
  .light-overlay-sm::after,
  .overlay-hover-light-sm::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: #fff;
  }
}
@media (min-width: 576px) {
  .overlay-hover-light-sm::after {
    transition: opacity 0.15s linear;
    opacity: 0;
  }
}
@media (min-width: 576px) {
  .light-overlay-sm::after,
  .overlay-hover-light-sm:hover::after {
    opacity: 0.4;
  }
}
@media (min-width: 576px) {
  .light-overlay-sm-0::after,
  .overlay-hover-light-sm-0:hover::after {
    display: none;
  }
}
.dark-overlay-sm {
  position: relative;
}
@media (min-width: 576px) {
  .dark-overlay-sm::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0.4;
    background: #000;
  }
}
@media (min-width: 576px) {
  .dark-overlay-sm-0::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .light-overlay-md,
  .overlay-hover-light-md {
    position: relative;
  }
  .light-overlay-md::after,
  .overlay-hover-light-md::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: #fff;
  }
}
@media (min-width: 768px) {
  .overlay-hover-light-md::after {
    transition: opacity 0.15s linear;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .light-overlay-md::after,
  .overlay-hover-light-md:hover::after {
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  .light-overlay-md-0::after,
  .overlay-hover-light-md-0:hover::after {
    display: none;
  }
}
.dark-overlay-md {
  position: relative;
}
@media (min-width: 768px) {
  .dark-overlay-md::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0.4;
    background: #000;
  }
}
@media (min-width: 768px) {
  .dark-overlay-md-0::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .light-overlay-lg,
  .overlay-hover-light-lg {
    position: relative;
  }
  .light-overlay-lg::after,
  .overlay-hover-light-lg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: #fff;
  }
}
@media (min-width: 992px) {
  .overlay-hover-light-lg::after {
    transition: opacity 0.15s linear;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .light-overlay-lg::after,
  .overlay-hover-light-lg:hover::after {
    opacity: 0.4;
  }
}
@media (min-width: 992px) {
  .light-overlay-lg-0::after,
  .overlay-hover-light-lg-0:hover::after {
    display: none;
  }
}
.dark-overlay-lg {
  position: relative;
}
@media (min-width: 992px) {
  .dark-overlay-lg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0.4;
    background: #000;
  }
}
@media (min-width: 992px) {
  .dark-overlay-lg-0::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .light-overlay-xl,
  .overlay-hover-light-xl {
    position: relative;
  }
  .light-overlay-xl::after,
  .overlay-hover-light-xl::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .overlay-hover-light-xl::after {
    transition: opacity 0.15s linear;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .light-overlay-xl::after,
  .overlay-hover-light-xl:hover::after {
    opacity: 0.4;
  }
}
@media (min-width: 1200px) {
  .light-overlay-xl-0::after,
  .overlay-hover-light-xl-0:hover::after {
    display: none;
  }
}
.dark-overlay-xl {
  position: relative;
}
@media (min-width: 1200px) {
  .dark-overlay-xl::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0.4;
    background: #000;
  }
}
@media (min-width: 1200px) {
  .dark-overlay-xl-0::after {
    display: none;
  }
}
.light-overlay,
.overlay-hover-light {
  position: relative;
}
.light-overlay::after,
.overlay-hover-light::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #fff;
}
.overlay-hover-light::after {
  transition: opacity 0.15s linear;
  opacity: 0;
}
.light-overlay::after,
.overlay-hover-light:hover::after {
  opacity: 0.4;
}
.light-overlay-0::after,
.overlay-hover-light-0:hover::after {
  display: none;
}
.dark-overlay {
  position: relative;
}
.dark-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0.4;
  background: #000;
}
.dark-overlay-0::after {
  display: none;
}
.overflow-visible {
  overflow: visible !important;
}
#topheader1 {
  background-color: white;
  color: #003a70;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#SocialMedia {
  font-family: "Myriad Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: rgba(0, 58, 112, 0.9);
}
#Newarrivals {
  font-size: 36px;
  font-weight: 500;
  line-height: 39.6px;
}
#Pinch {
  color: #009a49;
}
#SM {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}
#Ichabods {
  font-size: 48px;
}
#wulink {
  font-size: 20px;
}
#bottom {
  background-color: rgba(0, 58, 112, 0.8);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}
.imagetext {
  background-image: url("https://www.ichabodshop.com/SiteImages/12-SchoolImages/12-2023/12-1280x720-background.jpg");
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 30px;
}
img#logo {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: -6px;
}

hr {
  border-top-color: #eee;
  opacity: 1;
}

#mainNav {
  background-color: rgb(0, 58, 112);
  border-color: #003a70;
}

#mainNav .navbar-toggler {
  border-color: rgb(163, 200, 227);
}

#mainNav .navbar-toggler:focus {
  box-shadow: none;
}

#mainNav .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='%23a3c8e3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#mainNav .search-flex {
  width: 100%;
  justify-content: flex-end;
}

#mainNav li.open > .nav-link {
  color: #262626;
  background-color: rgb(163, 200, 227);
}

#mainNav .nav-link {
  color: #fff;
}

#mainNav .nav-link:hover,
#mainNav .nav-link:focus {
  color: #262626;
  background-color: rgb(163, 200, 227);
}

#mainNav .dropdown-item:hover,
#mainNav .dropdown-item:focus {
  color: #262626;
  background-color: rgb(163, 200, 227);
}

@media (max-width: 991px) {
  #mainNav .container-fluid {
    justify-content: flex-end;
  }

  #mainNav .dropdown-item {
    color: #fff;
    text-align: center;
  }

  #mainNav .dropdown-divider {
    background-color: white;
  }

  #mainNav .search-flex {
    justify-content: center;
  }
}

#topNav-content {
  justify-content: flex-end;
}

#topNav-content a.nav-link {
  color: #0054ad;
}

#topNav-content a.nav-link:hover,
#topNav-content a.nav-link:hover {
  color: #23527c;
  text-decoration: none;
  background-color: #eee;
}

.glyphicon-user::before {
  content: "\e008";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.banner {
  background-color: rgba(181, 173, 166, 0.5);
  color: #003a70;
  padding: 15px;
  margin: 20px;
}
.gradfair {
  padding: 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #003a70;
  color: white;
}
#FeaturedCatalog {
  color: white;
  background-color: rgba(0, 58, 112, 0.9);
}
#Featured {
  font-family: "Myriad Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Course_With_Material_Required {
  font-weight: bold;
}
.Book_Term_Title {
  color: #003a70;
  background-color: #ecaa00;
  border-color: #ecaa00;
  font-size: 14px;
  font-weight: bold;
}
.No_Material_Course .Course_Notes {
  color: #003a70;
  background-color: #ecaa00;
  border-color: #ecaa00;
}
p.Course_Notes {
  color: #003a70;
  background-color: #ecaa00;
  border-color: #ecaa00;
}
.small.bold.Rental_Due_Date.col-xs-12 {
  color: #ff0000;
}
.panel-heading.font20 {
  display: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #003a70 !important;
  color: #ffffff !important;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wellck {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #a3c8e3;
  color: #ffffff !important;
  border: 1px solid #a3c8e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wellgrad {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #003a70;
  color: #ffffff !important;
  border: 1px solid #a3c8e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
  background-color: #a3c8e3 !important;
}
.well-cvd {
  padding: 9px;
  border-radius: 3px;
  background-color: #ecaa00 !important;
  color: #003a70;
}
.well-lg {
  padding: 9px;
  border-radius: 5px;
  background-color: #a3c8e3 !important;
}
.well-2x {
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(163, 200, 227, 0.25);
}
.wellholiday {
  color: #003a70;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #d7d6df;
  border: 1px solid #d7d6df;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.btmlinks {
  color: #ffffff !important;
}
.bottomemail {
  color: #ffffff !important;
}
.ckout {
  color: #000000;
}
.topThingy {
  /*height: 50px;*/
  width: 100%;
  background-color: #ecaa00;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
}
panel-footer {
  padding: 10px 15px;
  background-color: rgba(163, 200, 227, 0.3);
  border-top: 1px solid #a3c8e3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #262626;
  background-color: rgb(163, 200, 227);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: rgb(163, 200, 227);
  text-align: left;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #262626;
  background-color: rgb(163, 200, 227);
}
.clear #rbtFooter {
  margin-left: 5px;
  margin-right: 5px;
}
.clear #rbtFooter.footer {
  margin-left: 2%;
  margin-right: 2%;
}
.clear #rbtFooter {
  color: #ffffff !important;
}
a.footer.footerLink {
  color: #ffffff !important;
}
.panel-info > .panel-heading {
  color: #003a70 !important;
  background-color: #ecaa00 !important;
  border-color: #ecaa00 !important;
  font-size: 14px;
}
.Gift_Registry_Title,
.ltBlue {
  color: #003a70;
}
.ordering_enabled,
.add_another_course_button_enabled,
.crn_button,
.book_search_button {
  color: #003a70;
}
.ordering_disabled,
.add_another_course_button_disabled,
.remove_enabled {
  color: #d3d3d3;
}
.Remove1,
.remove_disabled {
  color: #a9a9a9;
}
.ltGrey {
  color: #d3d3d3;
}
.txtField:focus {
  border: 2px solid #0097cf;
}
.ui-widget > input {
  /*width: 75%;*/
}
/*  menu text when screen size changes */
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgb(163, 200, 227);
    text-align: inherit;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .col-xs-6 {
    width: 100%;
  }
  .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}