/* Expand CSS customizations for IUHS */

/* Hide elements */
select#select_catalog{ display:none; }
div#description div>a>img {display:none}
p.hero-action, .callout-region a.btn-action { display:none; }
#cart, #add-to-cart-hero, #add-to-cart-footer { display: none; }
/* Hide the "Portal to Professional Education" subtitle */
.header-branding .subtitle { display: none; }
/* Hide the catalog name added by the root theme on the catalog's home page */
#home-page #feature { display: none; }
/* Hide the "About" link in the nav header */
#eds-about-link { display: none; }

/* Custom columns for IUHS course descriptions */
.iuhs-left{
   width:55%; float:left;
}
.iuhs-right{
   width:40%; float:right;
}

/* Headings throughout IUHS descriptions display with underlines as block-level elements */
.iuhs-left h3, .iuhs-right h3 {
   font-weight:bold;
   display:block;
   font-style:normal !important;
   border-bottom: 2px solid #000000;
   font-size: 30px;
   margin-bottom:20px;
}

/* Headings in the instructions are super bold */
.iuhs-left h4, .iuhs-right h4 {
   font-weight:800;
}

div.cartDetails h3, .instructions h3 {
   font-size: 20px;
   margin-top: 0;
}

/* Shopping Cart */
div.cartDetails table tr:hover { background-color:#ffffff; cursor: pointer;}
div.cartDetails table *{ border-top: none !important; }
.checkout, .checkout.disabled { display:none; }
.checkout.enabled {display:block; }
.remove-course {cursor:pointer; }
.add-to-shopping-cart {display:inline-block !important; }
#home-page .add-to-shopping-cart { display:none !important; }