@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,700;1,400&display=swap");
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.center {
  text-align: center;
}

.QTY1 {
  width: 70px;
}

.displayn {
  display: none;
}

.displayib {
  display: inline-block;
}

.textr {
  text-align: right;
}

.textc {
  text-align: center;
}

.padding0 {
  padding: 0px;
}

.top5 {
  margin-top: 5px;
}

.top-50 {
  margin-top: -50px;
}

.left15 {
  margin-left: 15px;
}

.right15 {
  margin-right: 15px;
}

.bottom5 {
  margin-bottom: 5px;
}

.bottom10 {
  margin-bottom: 10px;
}

.floatr {
  float: right;
}

.floatl {
  float: left;
}

body {
  font-family: "Muli", sans-serif;
}
body > footer,
body > #div_privacy,
body > #Server {
  display: none;
}

.contain {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contain h1,
.contain h2,
.contain h3,
.contain h4 {
  font-weight: 700;
  color: #007db1;
}
.contain a {
  color: #000000;
  text-decoration: underline;
}

.btn {
  border-radius: 0px;
}
.btn + .btn {
  margin-left: 5px;
}

.btn-primary {
  background-color: #002d62;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-secondary {
  background-color: #007db1;
  color: #fff !important;
  text-decoration: none !important;
}

img.right-content {
  float: right;
  margin: 0px 0px 10px 10px;
}

img.left-content {
  float: left;
  margin: 0px 10px 10px 0px;
}

#top_header {
  color: #fff;
  background-color: #007db1;
  font-size: 18px;
  padding: 10px 0px 7px;
}
#top_header a {
  color: #fff;
}
#top_header a:hover {
  color: #fff;
  text-decoration: underline;
}
#top_header .separator {
  margin: 0px 5px;
}

#logo-section .logo-img {
  max-height: 122px;
  width: auto;
}

.btn-green {
  background-color: #9ac93d;
  border-radius: 0px;
  color: #fff;
}

#logo-section {
  padding: 15px 0px;
}
#logo-section #H_Search label {
  color: #002d62;
  font-size: 24px;
  text-transform: uppercase;
}
#logo-section #H_Search input {
  border: 1px solid scale(#f7f7f9, -25%);
  background-color: #f7f7f9;
  border-radius: 0px;
}
#logo-section #H_Search a {
  color: #002d62;
  text-decoration: underline;
}
#logo-section #H_Search .search-group input {
  display: inline-block;
  width: calc(100% - 125px);
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 5px;
}

#h_nav {
  background-color: #002d62 !important;
  margin-bottom: 0px;
  min-height: 0px;
  border: 0px;
  border-radius: 0px;
}
#h_nav .navbar-nav {
  text-align: center;
}
@media (max-width: 767px) {
  .dropdown-menu > li > a {
    color: #fff !important;
  }
  .navbar-nav > li > .dropdown-menu > li > a:hover {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  #h_nav .navbar-nav {
    width: 100%;
    float: none;
    display: flex;
    justify-content: center;
  }
  #h_nav .navbar-nav > .open .dropdown-menu > li > a {
    color: #333;
  }
}
#h_nav .navbar-nav > li > a {
  font-size: 18px;
  color: #fff;
}
#h_nav .navbar-nav > .open > a {
  background-color: #007db1;
}
/*Bs3 toggle*/
#h_nav .navbar-toggle {
  border-color: #fff;
}
#h_nav .navbar-toggle:hover,
#h_nav .navbar-toggle:focus {
  background-color: #007db1;
}
#h_nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
/*Bs5 toggle*/
.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");
}
.navbar-toggler {
  margin-left: auto;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.list-nav {
  padding-left: 0;
  list-style: none !important;
}
.list-nav li {
  margin-bottom: 5px;
}
.list-nav li a {
  font-size: 18px;
}

.social-icons {
  padding-left: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  width: 43px;
  height: 43px;
  padding-top: 7px;
  text-align: center;
  border-radius: 10px;
  background-color: #007db1;
}
.social-icons li + li {
  margin-left: 10px;
}
.social-icons li a {
  color: #fff;
  font-size: 20px;
}

.main-footer {
  padding: 45px 0px;
  background-color: #0f1f3f;
  color: #fff;
  background-image: url("https://madisoncollegebookstore.com/SiteImages/120-SchoolImages/120-theme_assets/120-logos/120-swoosh@3x.png");
}
.main-footer h3 {
  font-size: 34px;
}
.main-footer h4 {
  font-size: 24px;
  font-weight: bold;
}
.main-footer p {
  font-size: 20px;
}
.main-footer .list-nav a {
  color: #fff;
}
.main-footer .callout-hash-tag {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 25px;
}
.main-footer .copyright {
  color: #bcbcbc;
  font-size: 14px;
}
@media (min-width: 768px) {
  .main-footer {
    background-size: 500px auto;
    background-repeat: no-repeat;
    background-position: bottom -350px right -85px;
  }
}

.highlight-section {
  margin: 15px 0px;
  padding: 3px 0px 6px 9px;
  border-left: 6px solid #007db1;
}

.ordered-list {
  margin-bottom: 10px;
}
.ordered-list li {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 0px;
}
.ordered-list li img {
  margin-bottom: 7px;
}
.ordered-list.bold {
  font-weight: bold;
}

.sidebar {
  background-color: #e5f7fb;
  padding: 30px 25px;
}
.sidebar h4 {
  margin: 10px 0px 20px;
}
.sidebar h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #007db1;
  font-weight: 700;
}
.sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sidebar ul li {
  display: block;
  margin-bottom: 20px;
}
.sidebar ul li:last-child {
  margin-bottom: 0px;
}
.sidebar ul li a {
  color: #4a4a4a !important;
  text-decoration: none !important;
  font-size: 18px;
}
.sidebar ul li a:focus,
.sidebar ul li a:hover,
.sidebar ul li a.active {
  color: #551f5f !important;
}
.sidebar.uppercase h3,
.sidebar.uppercase ul > li > a {
  text-transform: uppercase;
}
.sidebar.alt-background {
  background-color: #e2f5f0 !important;
}
.sidebar.alt-background h3 {
  color: #01aa9c !important;
}

#map_holder {
  width: 100%;
  height: 250px;
}

.anchor-section {
  background-color: #f1f1f1;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.anchor-section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.anchor-section ul li {
  display: block;
  margin-bottom: 10px;
}
.anchor-section ul li:last-child {
  margin-bottom: 0px;
}

.faq_heading {
  color: #007db1;
  padding: 0px 0px 5px;
  border-bottom: 1px solid #ddd;
  margin: 25px 0px 10px;
  font-size: 20px;
  font-weight: 700;
}

.faq_panel_group .panel-default {
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.faq_panel_group .panel-default .panel-heading {
  background-color: transparent;
  padding: 10px 0px;
}
.faq_panel_group .panel-default .panel-heading a {
  text-decoration: none;
  position: relative;
  padding: 0px 0px 0px 10px;
}
.faq_panel_group .panel-default .panel-heading a:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
}
.faq_panel_group .panel-default .panel-heading a[aria-expanded="true"]:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.faq_panel_group .panel-default .panel-body {
  border-top: none !important;
}

.page_header {
  margin: 20px 0px 25px;
}

.panel-info {
  border: 1px solid #eeeeee;
}
.panel-info .panel-heading {
  background-color: #002d62;
  border-color: #002d62;
  color: #fff;
}
.panel-info a {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}

.blog_item {
  padding: 25px 0px;
  border-bottom: 1px solid #c0c0c0;
}
.blog_item:after {
  display: block;
  content: "";
  clear: both;
}
.blog_item .inner-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.blog_item .inner-content .col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.blog_item .blog_image {
  max-width: 25%;
  margin-right: 10px;
}
.blog_item .published_date {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.blog_item .heading {
  font-size: 20px;
  margin-bottom: 5px;
}
.blog_item .heading a {
  color: #007db1;
  text-decoration: none;
}
.blog_item .heading a:hover {
  color: #002d62;
}
.blog_item .blog_description {
  margin-bottom: 20px;
}

#home-slideshow {
  position: relative;
  overflow: hidden;
}
#home-slideshow .slick-list,
#home-slideshow .slick-track,
#home-slideshow .slick-slide,
#home-slideshow .slick-slide > div {
  height: 100%;
}
#home-slideshow .slideshow-image {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 35px;
  min-height: 350px;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#home-slideshow .inner_container {
  max-width: 80%;
  margin-left: 10px;
  background-color: rgba(20, 20, 20, 0.7);
  padding: 75px 65px;
  text-align: center;
}
@media (min-width: 768px) {
  #home-slideshow .inner_container {
    max-width: 50%;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  #home-slideshow .inner_container {
    max-width: 35%;
  }
}
#home-slideshow .inner_container p {
  color: #fff;
  font-size: 24px;
  margin: 0px;
}
#home-slideshow .inner_container.inner_container_secondary {
  background-color: rgba(14, 173, 196, 0.7);
}
#home-slideshow .inner_container.inner_container_right {
  float: right;
  margin-left: 0px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #home-slideshow .inner_container.inner_container_right {
    margin-left: 0px;
    margin-right: 30px;
  }
}
#home-slideshow .inner_container.inner_container_right:after {
  content: "";
  display: table;
  clear: both;
}

.home_callouts {
  margin-top: 25px;
  margin-bottom: 25px;
}
.home_callouts .callout {
  position: relative;
  display: block;
  padding: 20px 20px 20px 60px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 32px;
  background-color: rgba(20, 20, 20, 0.7);
  margin: 0px 0px 10px;
}
@media (min-width: 1200px) {
  .home_callouts .callout {
    margin: 0px;
  }
}
.home_callouts .callout:before {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  top: 25px;
  left: 15px;
  padding-top: 8px;
  text-align: center;
  font: normal normal normal 20px/1 FontAwesome;
  content: "";
  overflow: hidden;
  background-color: #fff;
  color: #000;
}
.home_callouts .callout.callout_merch {
  background-color: #01aa9c;
}
.home_callouts .callout.callout_merch:before {
  color: #01aa9c;
}
.home_callouts .callout.callout_textbooks {
  background-color: #551f5f;
}
.home_callouts .callout.callout_textbooks:before {
  color: #551f5f;
  content: "";
}
.home_callouts .callout.callout_sale {
  background-color: #ef9721;
}
.home_callouts .callout.callout_sale:before {
  color: #ef9721;
  content: "";
}
.home_callouts .callout.callout_software {
  background-color: #007db1;
}
.home_callouts .callout.callout_software:before {
  color: #007db1;
  content: "";
}

.callout_textbook_rentals {
  text-align: center;
  background-image: url("https://madisoncollegebookstore.com/SiteImages/120-SchoolImages/120-theme_assets/120-images/120-Rectangle-16.jpg");
  background-size: cover;
  background-position: center center;
  padding: 45px 25px 30px;
  margin-bottom: 20px;
}
.callout_textbook_rentals h3 {
  margin: 0px;
  color: #fff !important;
  font-size: 44px;
  line-height: 44px;
  text-shadow: 3px 3px 0px #007db1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
}
.callout_textbook_rentals a {
  text-decoration: underline;
  color: #002d62;
}
.callout_textbook_rentals .btn-primary {
  text-decoration: none;
  color: #fff !important;
  text-decoration: none !important;
}
.callout_textbook_rentals .btn-primary i,
.callout_textbook_rentals .btn-primary em {
  margin-right: 5px;
}

.shop_featured {
  background-color: #002d62;
  color: #fff;
  padding: 30px 15px 25px;
  margin-bottom: 20px;
}
.shop_featured h3 {
  margin: 0px 0px 15px;
  color: #fff !important;
  font-size: 30px;
}
.shop_featured .item_container {
  background-color: #fff;
  padding: 20px 15px;
  margin: 0px 0px 25px;
}
.shop_featured .item_container .item_img {
  padding: 0px 15px;
  margin: 0px 0px 20px;
}
.shop_featured .item_container .item_img img {
  max-height: 185px;
  margin: 0px auto;
}
.shop_featured .item_container .item_description a {
  font-size: 16px;
}
.shop_featured .item_container .item_description .item_price {
  color: #333333;
  font-style: italic;
}

.alt_section {
  background-color: #f2f2f2;
  color: #000;
  padding: 40px 0px;
}
.alt_section .callout_icon {
  color: #007db1;
}
.alt_section .callout_icon i,
.alt_section .callout_icon em {
  font-size: 60px;
}
.alt_section h3 {
  color: #007db1;
  font-size: 20px;
  font-style: italic;
}
.alt_section a {
  color: #000000;
  text-decoration: underline;
}

.fb-page {
  margin-bottom: 20px;
}

.shop_categories .category_container {
  margin-bottom: 50px;
  text-align: center;
}
.shop_categories .category_container img {
  height: 200px;
  width: auto;
  max-width: 200px;
  margin: 0px auto 15px;
}
.shop_categories .category_container a {
  color: #002d62;
  font-size: 18px;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0px 0px 20px 0px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.background_none {
  background: none;
}

.merchDesc {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 25px;
}

p.merchItem,
.merchPrice {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
p.merchItem > span,
.merchPrice > span {
  margin-left: 5px;
}

.merchColumn .merchItem .merchSuggested {
  display: none;
}
.merchColumn .merchTitle {
  font-size: 20px;
}
@media (min-width: 992px) {
  .merchColumn .merchTitle {
    font-size: 26px;
  }
}

.merchItem .merchSuggested {
  border-top: 1px solid #ddd;
  margin: 40px 0px 20px;
  padding: 30px 0px 0px;
  overflow: hidden;
}
.merchItem .merchSuggested .merchSuggestedTitle {
  position: relative;
  font-size: 16px;
  margin: 10px 0px 30px;
}
.merchItem .merchSuggested .merchSuggestedTitle:after {
  color: #007db1;
  font-size: 26px;
  font-weight: bold;
  content: "Related Products";
  display: block;
  position: relative;
  text-align: center;
}
.merchItem .merchSuggested .suggestedItem {
  margin-bottom: 20px;
  height: 160px;
}
@media (min-width: 768px) {
  .merchItem .merchSuggested .suggestedItem {
    width: 33.33333% !important;
    height: 144px;
  }
}
.merchItem .merchSuggested .suggestedItem .suggestedImg {
  width: 100px !important;
}
.merchItem .merchSuggested .suggestedItem .suggestedLink {
  color: #007db1;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.merchItem .merchSuggested .suggestedItem .suggestedPrice {
  text-align: center;
  display: block;
}
.merchItem .merchSuggested .suggestedItem .suggestedPrice:before {
  content: "Price:";
  margin-right: 5px;
  display: inline-block;
  font-weight: bold;
}

.merchDetailImage {
  cursor: zoom-in;
}

#checkoutOneCol #paymentWrapper #paymentPanel {
  border: none;
  box-shadow: none;
}
#checkoutOneCol #paymentWrapper #paymentPanel #paymentHeading {
  display: none;
}
#checkoutOneCol #paymentChoiceWrapper .cartSummary {
  position: relative;
}
#checkoutOneCol #paymentChoiceWrapper .cartSummary .cartSummaryTitle {
  display: block;
  padding-right: 65px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
#checkoutOneCol #paymentChoiceWrapper .cartSummary #editCart {
  position: absolute;
  display: block;
  right: 0px;
  top: 20px;
}
#checkoutOneCol #paymentChoiceWrapper #submitButton {
  background-color: #9ac93d;
  border: 1px solid rgba(154, 201, 51, 0.3);
}
#checkoutOneCol #paymentChoiceWrapper #totalBeforeTotal {
  display: none;
}

#checkoutTwoCol #orderSummary {
  border: none;
  background-color: #e5f7fb;
  padding: 0px 20px 25px;
}
#checkoutTwoCol #orderSummary #orderSummaryHeader {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
#checkoutTwoCol #orderSummary #orderSummaryHeader #viewCart {
  text-align: right;
}
#checkoutTwoCol #orderSummary #grandTotalWrapper {
  border-top: 1px solid #000 !important;
}
#checkoutTwoCol #orderSummary #grandTotalWrapper #grandTotalTitle,
#checkoutTwoCol #orderSummary #grandTotalWrapper #grandTotalTotal {
  font-size: 18px;
}
@media (min-width: 992px) {
  #checkoutTwoCol #orderSummary #grandTotalWrapper #grandTotalTitle,
  #checkoutTwoCol #orderSummary #grandTotalWrapper #grandTotalTotal {
    font-size: 24px;
  }
}
#checkoutTwoCol #orderSummary #merchAmountTitle,
#checkoutTwoCol #orderSummary #merchAmountTotal {
  font-size: 15px;
}
#checkoutTwoCol #orderSummary #orderSummaryNumber,
#checkoutTwoCol #orderSummary #merchAmountTitle,
#checkoutTwoCol #orderSummary #shippingAmountTitle,
#checkoutTwoCol #orderSummary #handlingAmountTitle,
#checkoutTwoCol #orderSummary #totalBeforeTitle,
#checkoutTwoCol #orderSummary #estimatedTaxTitle,
#checkoutTwoCol #orderSummary #grandTotalTitle {
  text-align: right;
}
#checkoutTwoCol #orderSummary #cartSummarySubmit {
  background-color: #9ac93d;
  border: 1px solid rgba(154, 201, 51, 0.3);
}
#checkoutTwoCol #needHelp {
  border: none;
}

.addToCartButton {
  margin-bottom: 10px;
}
.addToCartButton .form-control {
  display: inline-block;
}
.addToCartButton .form-control + a.addToCart {
  margin-left: 5px;
}
.addToCartButton .addToCart.btn-primary {
  background-color: #007db1;
  border: 1px solid scale(#007db1, -25%);
}

.contain .merchLink {
  text-decoration: none;
}
.contain .searchCatButton {
  color: #fff !important;
  background-color: #007db1;
}
.contain .searchCatButton:hover {
  color: #fff !important;
  background-color: #002d62;
}
.circle {
  width: 275px;
  height: 200px;
  line-height: 175px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
  display: inline-block;
  text-align: center;
  justify-content: center;
  background: #bbb;
}

a.submittedAdop {

display: none;

}
