/*
     Deployed 20250922 
     SV > Marketing > Public View > Configuration.
*/

/* START OF THEME 
    A customized version of the Bootswatch Spacelab theme (http://bootswatch.com).
    @import url("/restricted/3rdPartyTools/deployed/bootstrap/themes/bootswatch.spacelab.custom.css");
    @import url("/restricted/3rdPartyTools/deployed/bootstrap/themes/bootswatch.spacelab.min.css");
    @import url("/css/uidaho.css"); 
END OF THEME */


/* --------------------------------------------------------------------------------------------------------------------------  */

/* IMPORTS */

   /* 
   @import url('https://fonts.googleapis.com/css?family=Sriracha:300,400&display=swap');   
   @import url('https://fonts.googleapis.com/css?family=Rubik Dirt:300,400&display=swap');  
   @import url('https://fonts.googleapis.com/css?family=Permanent Marker:300,400&display=swap');
   */
   @import url('https://fonts.googleapis.com/css?family=Mynerve:300,400&display=swap');



/******************************* TEST SETUP START */
.testonly {
  display: none!important;
}

.prodonly {
  display: block!important;
}


/* ROOT */
  :root {
    --primary: #191919;
    --secondary: #F1B300;
    --background: #eee;
    --highlight: #F1B300;
    --background2: #fff6dd;
    /* Theme color */
    --theme: var(--primary);
    --theme2: var(--secondary);
    --theme3: var(--background2);
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }

   /************************** HEADER START */

/* Language bar
   Default Position on definitionsConfig.jsp: Header0
   Corresponding jsp file - languageBar.jsp */
   #header0Wrapper {
    background-color: transparent !important;
}

#header1 {
    color: #191919;
}

#header1Wrapper {
    background-color: transparent !important;
}
/* Top Header
  Default Position on definitionsConfig.jsp: Header1
  Corresponding jsp file - topHeader.jsp

  Header 1 - center (logo, cart icon, login link) */
#header1Container {
  
   /* height: 42px; */
}

#header1ContentWrapper .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

#clpHeader1ContentWrapper a, #clpHeader1ContentWrapper a .glyphicon, #cartInfo a, #header0Wrapper, #header0Wrapper a, #loginInfo .headerProfileLink, #loginInfo .headerLogoutLink, #loginInfo .headerStudentLoginLogoutLink, .headerStudentLoginContainer .headerStudentLoginDropdownLink {
    color: #191919;
}

#logoutLinkWrapper {
    white-space: nowrap;
}


div#schoolHeaderLogoWrapper {
    position: absolute;
    top: 0px;
    left: 39%;
}

div#schoolHeaderLogoWrapper img {
    height:100px; 
    width: 45px!important; 
    object-fit: cover; 
    object-position: 0; 
}

#cartLoginWrapper{
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 10px;
}

#cartLoginWrapper .p-3 {
  padding: 0 10px 0 0 !important;
}

/* CAPE Logo */
#variableContentBlockPG0145 {
  min-width: 250px;
}

#cartLoginWrapper .justify-content-center {
  justify-content: right!important;
}

/* Cart properties */
.glyphicon-shopping-cart {
   /* color: <Insert Color Code>; */
   color: #191919;
}

#cartInfo {
    padding-top: 14px;
}
/* Cart counter properties */
#cartCount {
   background-color: #F1B300; 
   color:#000;
}

/* Login dropdown properties */
#loginDropdownMenuLink {
  font-size: 1rem !important;
  border-radius: 0%;
  text-transform: uppercase;
  font-weight: 700;
}
.dropdown-menu{
border-radius: 0px;
}

.dropdown-item, .dropdown-menu .subMenu > li > a {
    font-weight: 700;
}

#loginInfo{
    padding-top: 5px;
    border-radius: 0px;
}

/* Header 1 full length */
.navbar-dark {
 /* background-image: none; */
  background-color: #191919; 
}

/*----------------------------------------------------------*/

/* Global Nav
  Default Position on definitionsConfig.jsp: header3Sub1
  Corresponding jsp file - globalNavigationEmbeddable.jsp and globalNavigation.jsp */

/* Global nav center properties */

#headerWrapper{
    /* background-color: #191919 !important;  202509 Redesign */
    background-color: #F1B300 !important; /* 202509 Redesign */
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
}

#header3Wrapper {
    width: 80%;
}

#globalNavigationBar {
 /* background-color: #F8F9FA !important; */
 /* background-color: #191919 !important; 202509 Redesign */

}




/* Nav item properties */
.nav-item {

}

/* Nav link properties */

.navbar {
  padding: .5rem 0rem;
  width: 50%; /* 202509 Redesign */
  background-color: #F1B300 !important; /* 202509 Redesign */
}

.navbar-brand {
  margin-right: 0rem;
}
.navbar-light .navbar-nav .nav-link {
  /* color: #fff; 202509 Redesign */
  font-size: 1rem;
  /* margin: 0 0px 0 10px; 202509 Redesign */
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: underline;
  /* color: #fff; 202509 Redesign */
}

.navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus {
  color:#191919;
}

/* Header 3 global navigation drop down menu */
.navbar-nav>li>.dropdown-menu {
   /* background-color: <Insert Color Code>; */
}

.portalMenuDropDownContainer .dropdown-item {
    font-size: .9rem;
}

.portalMenu .nav-link {
    font-size: 1rem;
}

/* Header 3 global navigation drop down menu label */
.dropdown-menu > li > a, .dropdown-menu .subMenu > li > a {
   /* color: <Insert Color Code>; */
}

.navbar-toggler {
    margin-right: auto !important;
    border: 1px solid #fff;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.nav2 {
    display: none;
}

/* JUMBO  BANNER */

.full-width { 
    /* width: 99.3vw; */
    width: 100vw;
    position: relative; 
    left: 50%; 
    right: 50%; 
    margin-left: -50vw; 
    margin-right: -50vw;
    margin-bottom: 0px;
}

.cape-custom-homepage .hero {
    margin-top: 20px;
    text-align: center;
}

.jumbotron {
  border-radius: 0;
  /*background: url(/srs/upload/CAPE-hero1-AdobeStock_392753246.jpg) no-repeat; */

  /* background: url(/srs/upload/CAPE-hero2-AdobeStock_1530699793.jpg) no-repeat; -- Image randomly loads with script on homepage */
  background-size: cover; 
  background-position: 60% top;
}

#random-bg {
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.9);
}

.hero .scriptFont {
    font-family: Mynerve, sans-serif; 
    /* font-size: max(1rem, min(6vw, 5rem)); */
    text-wrap-mode: nowrap;
    margin-bottom: 20px;
  }
.hero h1 {
    font-weight: 700;
    max-width: 400px;
    margin: 0 auto;
  }

.hero .display-2 {
    font-size: 4rem;
    font-weight: 700;
    color:#191919;
}

.hero .display-4 {
    font-size: 3rem;
    color: #191919;
}


/* HEADER END */

/* BODY START */


/*Heading Styling */

[class*="container"] > h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 0.9em;
}
[class*="container"] > h2:after {
  right: 0;
  margin: 0 auto;
}
h3,
.h3 {
  font-size: 1.235rem;
}

/* Button styles */
 
 .btn {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-primary {
  color: #191919;
  border: 1px solid #191919 !important;
  background: #f1b300;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1.5rem;
}

 .btn-primary:hover,
 .btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 1px solid #191919 !important;
  color: #191919;
}
 .btn-primary:after,
 .btn-primary:before{
  display: none;
}

 

/*secondary-button*/

 .btn-secondary {
  color: #191919!important;
  border: 0.2em solid #f1b300!important;
  border-radius: 0px;
  background: #fff!important;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

 .btn-secondary:hover,
 .btn-secondary:focus {
  background: #f1b300;
  color: #191919;
  border:0.2em solid #f1b300;
}


button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.btn:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 1);
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #010101;
  background-color: #f1b300;
  border-color: #f1b300;
  text-decoration-line: underline;
}

/* Font Info */
::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(25, 25, 25, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.375;
  color: #191919;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.7em 0.7em 0.7em 0;
    font-weight: 700;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/*Icons */
/*Checkout Icon*/
.cartCheckoutButton .cartCheckoutLockIcon {
  color: #191919;
}

/*form overrides */
.form-control{
  border-radius: 0px;
}

.form-control-lg {
    font-size: 1.5rem;
    color: #191919;
    font-weight: 700;
    border: 1px solid #191919;
}



/* other general overrides */

.bg-dark {
    background-color: #1a1a1a !important;
    color: #fff !important;
}
.bg-warning {
    background-color: #F1B300 !important;
    color: #191919 !important;
}
.card{
  border-radius: 0px;
}

.card-body.bg-warning, .card-body.bg-dark {
    padding: 40px;
}

/* Main page background */

#pagePublicHome #pageContainer {
      /* background-color: #f8f9fa;  202509 Redesign */
      margin-top: 135px; 
    }

#mainContentWrapper {
   /* border-left: 7px solid white; */
   /* border-right: 7px solid white; */
   /* border-top: 7px solid white; */
   /* border-bottom: 7px solid white; */
     /* margin-top: 125px; */
    }
#pagePublicHome #mainContentContainer{ /* 202509 Redesign */
    background-color: #ffffff; 
    /*max-width: 100%;  ****** TEST A ******/
    padding: 0; /******* TEST A ******/
}
/* Hide Instructor List */
#buttonViewInstructors{
   display: none;
}
/* Image Responsive */
p img {
max-width: 100%;
height: auto;
display:block;
}

.ada-text {
  position: absolute;
  height: 0;
  width: 0;
  font-size: 0;
}


/*Accordion Object */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}
.accordion.shadow > .card {
  margin-bottom: 0px;
}

/* Breadcrumb */
#searchBreadcrumb {
  display: none;
}
@media all and (min-width: 992px) {
  #searchBreadcrumb {
    display: block;
    margin: 0 0 2.3em;
    width: 66%;
  }
}
#searchBreadcrumb > a {
  color: #191919;
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0;
}

#searchBreadcrumb > a {
  color: #191919;
  border-bottom: 0 !important;
}
#searchBreadcrumb > a + a:before {
  content: "";
  display: inline-block;
  margin: 0 0.6em;
  border-right: 0.1em solid currentColor;
  height: 0.8em;
  transform: rotate(11deg);
}
 /*Nav Pills */
 .nav-pills .nav-link{
  border-radius: 0px;
 }
  .portalMenu .active > a, .sidebarScrollSpy .active > a {
    border-left:5px solid #034441;
    background-color: #fff0;

 }


 /* SEARCH BOX */

 .form-inline {
    display: block;
}
.cape-search-box {
    border: none;
    background-color: transparent !important;
}

.cape-search-box .btn-secondary {
  padding: 13px;
  border-width: 3px !important;
  width: 100%;
}

.cape-search-box .btn-secondary:focus {
  box-shadow: none !important;
}

.cape-search-box .dropdown {
  /* display: none; */
}

.cape-search-box .dropdown-menu {
    border: 2px solid #191919 !important;
    width: 100%;
    z-index: 1300;
}

.cape-search-box .card-header {
    display: none;
}

div#quickCourseSearchWrapper {
    position: fixed;
    top: 0;
    left: 0%;
    right: 0%;
    padding: 20px;
    z-index: 200;
    background-color: rgb(255, 255, 255, .9) !important;
    box-shadow: #ccc 0px 2px 4px 0px;
} 

 /*Link Style */

a{
  color: #008094;
}
a:hover,
a:active, a.darklink{
  color: #191919;
}
 .programArea > a, 
 .programStream > a, 
 .course > a,
 .table > tbody > tr > td > a {
  color: #008094;
  border-bottom: 1px solid #008094;
}
 .programArea > a:hover, 
 .programArea > a:active, 
 .programStream > a:hover, 
 .programStream > a:active,
 .portalMenu > a:hover,
 .course > a:hover, 
 .course > a:active,
 .table > tbody > tr > td > a:hover, 
 .table > tbody > tr > td > a:active {
  color: #191919;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 4px 0 0 #f1b300;
  box-shadow: 0 4px 0 0 #f1b300;
} 
.linkOnDark{
  color: #F1B300;
}
 .linkOnDark:hover{
    color: #FFF;
 }

/* Dropdown */

.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}

/* Radio */
.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(241, 179, 0, .5)
}

/* Course Availability */
.courseProfileSectionAvailability_available, .programOfferingAvailability_available {
  color: #3c763d;
}




/* Homepage */

.featured-course-hp-first {
    margin-top: -16px !important;
    position: relative;
}

.featured-course-hp-first .col-md-4, .featured-course-hp-first .col-md-8 {
    padding: 0;
}

.mobileshift {
    margin: 0px;
}

.mobileshift h2 {
    margin-left: 4%;
}

.mobileshift .col.bg-dark {
    padding: 0;
}



.card-deck.featured-course-hp.mb-4 {
       margin-bottom: 0 !important;
}

.featured-course-sidebar {
  
}

.featured-course-sidebar a {
    color:#191919;
}

.featured-course-sidebar a:hover {
    text-decoration: underline;
}

.featured-course-sidebar h3 {
    font-size: 1.75rem;
}

.featured-course-sidebar .card-header {
    background-color: rgba(0, 0, 0, 0)!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0)!important;
}

.featured-course-sidebar .card {
    border: none;
    background-color: rgba(0, 0, 0, 0)!important;
    color: #191919;
    margin: 0;
}

.featured-course-sidebar li.list-group-item {
    border: none;
    background-color: rgba(0, 0, 0, 0)!important;
}

.featured-course-hp .card {
    border: none;
    background: #191919;
    margin: 0;
}

.featured-course-hp .bg-light h5 {
    color: #191919;
}

.featured-course-hp .card-title {
    margin-top: 0;
    margin-bottom: .35em;
    font-size: 1.7rem;
    font-weight: 700;
}



.featured-course-hp .carousel-caption {
  background-color: rgba(0,0,0,0.7);
  bottom: 0px;
  left: 0%;
  right: 0%;
}

.featured-course-hp .carousel-inner h5 a {
  color: white;
}

.featured-course-hp .carousel-inner h5 a:hover {
  color: #F1B300;
}

.featured-course-hp .carousel-item img.d-block.w-100 {
  border: 1px solid #ccc;
}

.featured-course-hp ol.carousel-indicators{
  margin-bottom: .5rem;
}

.featured-course-hp .carousel-caption.d-none {
  display: block!important;
}

.featured-course-hp .carousel-caption h5 {
font-size: 1.0rem;
}

.featured-course-hp .carousel-caption.d-none p {
  display: none!important; 

}

/* HIDE "News, Highlights, Announcements" --- TEST=5, PROD=3*/
#contentModule5 h2, #contentModule5 .notFoundMessage, #contentModule3 h2, #contentModule3 .notFoundMessage {
    display: none;
}

.inspire {
  text-align: center;
  padding: 50px;
}

.inspire h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
} 

.inspire p {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}




/* Course Description */
div#pageHeader {
  margin-top: 15px;
}

#pageHeader span.courseCode {
  font-size: 1.2rem;
  font-weight:700;
  display:block;
}
#pageHeader span.nameAndCodeSeparator, #paymentMarketingQuestionContainer span.nameAndCodeSeparator{
  display: none;
}

/* CART & PAYMENT PAGES */

#shoppingCartContent .cartContainer .glyphicon.glyphicon-question-sign {
  color: #222 !important;
}

#shoppingCartContent .cartItemFeeGroupPriceAdjustment {
  padding: 5px;
  border: 3px solid #f1b300;
}

.courseSection h3.courseSectionTitle {
  font-size: 1rem;
}

/* Marketing Questions */
#pagePayment #paymentMarketingQuestionContainer {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0;
}

#pagePayment #paymentMarketingQuestionContainer legend {
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
}

#pagePayment #paymentMarketingQuestionContainer .form-group {
  margin-top: 1rem;
}


#pagePayment #paymentMarketingQuestionContainer legend span.courseCode {
  font-size: .9rem;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  background: #ddd;
  padding: 10px;
  }
  
 #pagePayment #paymentMarketingQuestionContainer legend .title {
  font-weight: 700;
  font-size: 1.2rem;
  background: #ddd;
  display: block;
  padding: 0 0 10px 10px;
}



/* BODY END */

/* FOOTER START */

/* Footer
  Default Position on definitionsConfig.jsp: footer1Sub1
  Corresponding jsp file- bottomNavigation.jsp */

footer {
   /* background-color: #191919 !important; */
   /* height: 185px; */

}

/*----------------------------------------------------------*/

/* Copyright
  Default Position on definitionsConfig.jsp: footer2Sub2
  Corresponding jsp file- copyright.jsp */

footer {
   background-color: #191919 !important; 
   color: #CCCCCC !important; 
   padding: 20px !important; 
}

/* Footer2Sub2 center */
#footer2Sub2 {
   background-color: #191919 !important; 
   

}

/* Footer 1 */
#footer1Wrapper .container {
   background-color: #191919; 
}

/* Footer2Sub2 full length */
#footer2Wrapper {
   background-color: #191919 !important; 
 
}

/* Footer 2 */
#footer2Wrapper .container {
    background-color: #191919; 
}

/* This will remove the Modern Campus logo at the bottom...
.poweredByDestinyOneWrapper {
  display:none;
}
  */

/* FOOTER END */

/* SECTION PROFILE START */

/* Section Header */
.sectionHeader {
 /* background-image: none; */
 /*background-color: #191919; */
 /*border-color: #191919; */
}
/* Secondary Section Header */
.sectionHeaderSecondary {
 /* background-image: none; */
 /* background-color: <Insert Color Code>; */
 /* border-color: <Insert Color Code>; */
}

/* SECTION PROFILE END */


/* HOW TO DOCS */

.breadcrumb {
  background: none;
}
.howto {
  margin: 40px 0;
}
.howto h1 {
  margin: 40px 0px;
  border-bottom: 3px solid;
}  
.howto h2 {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px;
    margin: .7em 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: rgb(247, 247, 247, .95) !important;
}

.howto h2.simple {
    box-shadow: none;
    background-color: transparent!important;
    padding:0;
}

.howto h3 {
  font-size: 1.3rem;
  font-weight: 700;
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
}

.howto .card-body h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
.howto h5.mb-0 {
  font-size: 1.1rem;
  font-weight: 400;
}

.howto .card-header h5 a {
    color:#00798c;
}

.howto li, .howto .card-body, .howto p {
  font-size:1.1rem;
  margin: 0 0 0.7em;
}
.howto .topics li.list-group-item {
  margin: 0;
  padding: .3rem 1rem;
  font-size: .9rem;
  font-weight: 700;
  border: none;
}
.howto .card.topics  {
  border: none;
  border-left: 2px solid #191919;
}
.howto .topics .card-header:first-child {
  font-weight: 700;
  font-size: 1.3rem;
  border-bottom: 2px solid;
  background: none;
}
.howto img {
  max-width:100%; margin-top: 5px; margin-bottom: 15px;
}

.howto .dropdown-item:hover, .howto .dropdown-item:focus, .howto .dropdown-menu .subMenu > li > a:hover, .howto .dropdown-menu .subMenu > li > a:active, .howto .dropdown-menu .subMenu > li > a:focus {
  background-color: #ddd;
}

.howto .figure {
  text-align: center;
}

.howto ol.howto-tips{

}

.howto .howto-tips li{
  margin-bottom: 2rem;
}

.howto .howto-tips .tip{
  background:#eeeeee;
  border:1px solid #cccccc;
  padding:5px 10px;
  font-weight: 400;
}

.howto .btn.btn-secondary .glyphicon {
  color: #191919;
}

.howto ul.list {
   list-style-type: none;
}

.howto ul.list li{
   font-size: 1.2rem;
}


/* ------------- Accordion styles */
.howto details {
  border: 2px solid;
  margin-bottom: 20px;
  border-color: #dfdfdf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem;
}

.howto summary {
  font-weight: 700;
}

.howto details div{
  padding: 20px;
}


/* --------------End accordion styles */

/*----------- HOW TO LIST ------------*/

.howto ol { 
  counter-reset: item;
  list-style: none;
}
.howto ol>li {
    counter-increment: item;
    position: relative;
    padding-left: 30px;
    margin: 40px 0;
    padding-top: 15px;
}
.howto ol>li:before {
    content: counter(item); 
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: -35px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--highlight);
    border-radius: 50%;
    text-align: center;
}


/*Course Search Results */
#pageCourseSearchResults div#searchResultsFilter {
  border: 3px solid #f1b300;
}

#pageCourseSearchResults div#searchResultsFilter .card-header {
  background-color: #f1b300;
  border-radius: 0;
}

.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_available {
    background: #F1B300;
    color: #191919;
    border-radius: 15px 0px 0 15px;
    font-weight: 700;
    font-size: .9rem;
    padding: 7px;
}

.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_not_yet_available, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_not_currently_available, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_waitlist_available, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_waitlist_not_yet_available, .catalogSearchResults.tableGridTabPaneGrid .courseAvailability_late_enrollment {
    background: rgba(245, 245, 245, .9);
    color: #191919;
    font-size: .7rem;
    font-weight: 700;
    border-radius: 15px 0 0 15px;
    padding: 7px;
    border: 1px solid #e0e0e0;
}

.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_no_longer_available, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_waitlist_full, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_full, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_canceled, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_enrollment_closed {
    background: #191919;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    border-radius: 15px 0 0 15px;
    padding: 7px;
    border: 1px solid #191919;
}

#pageCourseSearchResults .panelHeadingToggle {
    cursor: auto;
}


/* Program Area */
/*ISI customization */
.PA0007 .buttons, .PA0007 #programAreaCourses .card-header { 
  display: none !important;
}

.program-highlights li{
  font-size: 1.1rem;
  margin: 0 0 0.7em;
}

/* MODALS */
.modal-title {
  display: inline-block;
}


/* COURSE PROFILE */
#pageCourseProfile #courseProfile .courseProfileRequiredPrerequisites ul {
    color: #505B5E !important;
    font-size: 80%;
    margin-top: 120px;
}


.alert-warning {
    color: #191919;
}


/*************************************************** RESPONSIVE  *******************************************/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    #quickCourseSearch .form-inline .custom-select, .form-inline .input-group {
        width: 100%;
    }
    #quickCourseSearch .form-inline .form-group {
        margin-bottom: 1rem;
    }    
    .featured-course-hp .carousel-caption.d-none p {
      display: block!important; 
    }

    .mobileshift .col.bg-dark {
        padding: 0 15px;
    }

    #variableContentBlockPG0145 {
        min-width: 450px;
    }

}

/* Small devices (landscape phones, 768px and below)*/
@media (max-width: 768px) { 
    .cape-search-box .dropdown {
      /* display: none; */
    }
}

/************************************ 768 **************************************/

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    body#pagePublicHome {
      /* padding-left: 25px;  TEST C ******/
    }


    #mainNavBarCollapsable .nav-link
     {
        padding: 0rem .4rem;
    }

    #headerWrapper{ /* 202509 Redesign */
        /* background-color: #191919 !important;*/
        position: fixed;
        height: 120px; /* test 916 */
        max-width: 1140px;
        margin: 0 auto;
        background-color: rgb(247, 247, 247, .95) !important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
        top: 0;
    }

    #header1Wrapper {
      background-color: rgb(247, 247, 247, 0) !important;
    }

    #header1ContentWrapper .col-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #header1 {
        padding-top: 0px;
        position: relative;
        /*z-index: 15;  delete */
    }

    #header1Container {
      height: 50px;  /* 50 */
      position: relative;  /* RELATIVE */
      top: 0;
      left: 0;
      right: 0;
      bottom: auto;
    }

    #header3Wrapper {
        width: 100%;
    }

    #loginInfo {
        position: relative;
        z-index: 20;
    }

    #loginInfo, #cartInfo, #clpHeader1ContentWrapper {
      font-size: 1rem;
  }
/*
    .cape-icon-bar {
        border: 2px dotted red;
        position: absolute;
        top: 5px;
        z-index: 2000;
        right: 20px;
    }
*/

    div#collapseLoginMenuOptions {
        z-index: 100;
    }
    #globalNavigationBar { /* 202509 Redesign */
        /* background-color: #F8F9FA !important; */
        top: 24px;  /* was 12 */
        max-width: 1140px;
        height: 45px;
        /* min-width: 550px; */
        min-width: 700px;
        position: relative; /* rel */
        z-index: 10;  /* 10 */
        margin: 0 auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {/* 202509 Redesign */
        padding-right: .4rem;
        padding-left: .4rem;
        font-weight: 700;
        color: #191919;
    }

    .navbar {/* 202509 Redesign */
        background-color: #f7f7f7 !important; 
        background: none!important;
    }


    #cartLoginWrapper {/* 202509 Redesign */
          z-index: 50; 
          position: relative;
          right: 0;
          top: 0;
          bottom: auto;
          height: 50px; 
        }

    #header1ContentWrapper #cartLoginWrapper {
        flex: 0 0 40%;
        max-width: 40%;
    }

    #header1ContentWrapper #schoolHeaderLogoWrapper {
        top: 0;
        left: -33.5px;
        position: relative;
        flex: 0 0 60%; /* 202509 Redesign */
        max-width: 60%;/* 202509 Redesign */
    }

    #header1ContentWrapper #schoolHeaderLogoWrapper img {
        width: 100% !important;
        height: auto;
        object-position: 0;
    }

    #header1ContentWrapper #cartLoginWrapper .p-3 {
      padding: 1rem .2rem 1rem 0 !important;
    }

    #pageContainer {
      margin-top: 130px; 
    }
    #pagePublicHome #pageContainer {
      margin-top: 0px; 
    }

    #mainContentWrapper {
      margin-top: 0px;
      /*margin-left: 50px; ******** TEST A ******/
    }

    #pagePublicHome #mainContentContainer{ /* 202509 Redesign */
        /*
        max-width: 100%;
        padding: 0;
        margin: 0;
        */
        padding: 0 15px;
        margin: 0 auto;
    }

    #pagePublicHome main#mainContent {
        padding: 0; /******** TEST A ******/
    }

    .cape-custom-homepage .hero {
        margin-top: 120px;
        text-align: left;
      }

    .hero .scriptFont {
        font-size:5.5rem;
        font-weight:700;
        color:#fff;
        text-shadow: 1px 1px 8px rgba(0,0,0,1);
    }
    
    .hero .display-4 {
        font-size:3.5rem;
        color:#fff;
        text-shadow: 1px 1px 8px rgba(0,0,0,1);
    }

    #random-bg {
        background-color: transparent;
    }

    .jumbotron {
      background-position: center top;
    }

    #quickCourseSearch .form-inline .form-group {
        border: 1px solid #191919;
    } 

    .program-highlights li{
      font-size: 1.3rem;
      margin: 0 0 0.7em;
    }

    .cape-search-box #quickCourseSearchWrapper, .cape-search-box .dropdown{
        margin-top:10px;
        position: relative;
        padding: 0px;
        left: auto;
        right: auto;
        top: auto;
        box-shadow: none;
    }

   .cape-search-box {
        margin: 70px 0 !important;
   }

   .cape-search-box .card-header {
        background-color: transparent;
        border-bottom: none;
        padding: 0;
        display: block;
    }

    .cape-search-box h2 {
        display: block;
        font-weight: 700;
        margin-bottom: 0em;
        font-size: 1.5rem;
    }

    .container.mobileshift {
        top: 0px;
        max-width: 100%;
        left: 4px;
    }

    .mobileshift h2 {
        margin-left: 0%;
    }

    .featured-course-hp .card {
        background: #fff;
        color: #191919;
        margin: 0px;
    }

    .featured-course-hp-first .card {
        border: 1px solid rgba(0, 0, 0, 0);
    }

    .card-deck.featured-course-hp.mb-4 {
       margin-bottom: 0 !important;
       /* border-left: 1px solid rgba(0, 0, 0, .125); */
    }
    
    .bg-dark .btn-primary {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff !important;
        padding: 1em;
    }        
    .bg-warning .btn-primary {
        background-color: transparent;
        border: 2px solid #191919 !important;
        padding: 1em;
        color: #191919;
    } 

    .btn-primary {
        border-radius: 0px;
    }
    .btn-secondary {
        border: 0.2em solid #f1b300!important;
        border-radius: 0px;
        background: #fff!important;
    }

    .inspire {
        padding: 70px 150px;
    }
    .inspire h2 {
        font-size: 2.5rem;
    } 

    .inspire p {
        font-size: 1.7rem;

    }
}  

/************************************ 992 **************************************/

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

  #headerWrapper{ /* 202509 Redesign */
        height: 120px; /* test 916 */
     }

  #header1ContentWrapper #cartLoginWrapper .p-3 {
      padding: 1rem!important;
    }

  #globalNavigationBar { /* 202509 Redesign */
        top: 30px;  /* 20 */
     }

  #pagePublicHome #globalNavigationBar { /* 202509 Redesign */
        margin: -32px auto 0 0;
        top: 0;
    }
  #pagePublicHome .mainNavBar .navbar-nav { /* 202509 Redesign */
        margin: 0 0 0 auto; 
        margin: 0 auto;  /*** TEST B ****/
    }

  #pagePublicHome #header3Wrapper ul.nav {
        display: none;
    }

  #pagePublicHome .sticky {
        position: sticky !important;
        top: 74px !important;
        z-index: 1200 !important;
    }

  #pagePublicHome .nav2 {
          display: block;
          /* border-left: 39.5px solid #008080; */
          margin-top: 32px;
          max-width: 700px;
          margin-left: -15.5px;
          border-width: 0 0 20px 0;
          border-style: solid;
          border-image: linear-gradient(to right, #fff, transparent) 1; 
    }

  .sticky nav#globalNavigationBar {
        border-left: 47.5px solid #008080; 
        top: 0;
        left: 0;
        height: 46px;
        }


  #pagePublicHome .sticky .nav-link,
     {
      
    }

  #pagePublicHome .navassist {
          border-top: 1px solid #191919;
      }

  #pagePublicHome .navassist .card-body, #pagePublicHome .navassist .col-md-12 {
          padding: 0;
      }

  .cape-search-box h2 {
        font-size: 2rem;
    }

  .cape-search-box {
        /* margin-top:-60px;  TEST B *******/
        
    }

  .cape-search-box .dropdown{
      display: block;
    }

  .hero h1 {
      max-width: 700px;
    }

  .col-lg-5.col-10.col-sm-10.sectionHeaderCourseCodeContainer {
      flex: 0 0 31.666667%;
      max-width: 31.666667%;
    }

  .col-lg-3.col-12.col-sm-12.sectionHeaderSemesterContainer {
      flex: 0 0 35%;
      max-width: 35%;
    }

    .howto img {
      max-width:95%; margin-top: 10px; margin-bottom: 30px;
    }

    .howto .modal-body img {
      max-width:100%; margin-top: 10px; margin-bottom: 30px;
    }

    #pageApplicationInstanceList .col-lg-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding: 2px;
    }

    #pageApplicationInstanceList .col-lg-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .featured-course-sidebar li {
        font-size: 1.5rem;
    }

 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
        /*
        #pagePublicHome .nav2 {
           border-left: 47.5px solid #008080;
          margin-left: -15.5px; 
        }
      .sticky nav#globalNavigationBar {
        border-left: 47.5px solid #008080; 
        }
        */

     #header1ContentWrapper #cartLoginWrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #header1ContentWrapper #schoolHeaderLogoWrapper {
        flex: 0 0 50%; /* 202509 Redesign */
        max-width: 50%;/* 202509 Redesign */
    }

 }


