/*Place your CSS code here*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.breadcrumb-x a {
  color: #ffffff;
}

/* Course Catalog List Header Styles */

.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(2n+2) {
    background-color: #ffffff !Important;
}
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name,
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name:hover,
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name a.ef-entry-link {
  color: #004B6D;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.ef-my-courses .ef-courses-list div.ef-entry-head span.ef-entry-name {
  color: #004B6D;
}
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head .ef-expand-collapse-handle {
  color: #555;
}

/* Course Catalog List Mandatory [*] Color */

.ef-entry-curriculum-member-mandatory > a:link,
.ef-entry-curriculum-member-mandatory > a:visited {
    color: #DA4E40;
}

/* Course Catalog Pill Labels */

span.label {
    font-size: 10px;
    font-weight: 100;
    padding: 4px 8px;
    border-radius: 10px;
    margin: 0px 2px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
}

/* Course Page */

.ef-course-name,
.content-title-style {
  color: #004B6D;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
html,body{background-color:#FAFAFA;}
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#004B6D;border-color:#004B6D;}
div.breadcrumb-x{background-color:#336288;border-color:#336288;}
html.new-ui-html:root{--c-brand-primary:#004b6d;--c-brand-primary-darken-5:#004668;--c-brand-primary-darken-7:#004466;--c-brand-primary-darken-10:#004163;--c-brand-primary-darken-15:#003c5e;--c-brand-primary-darken-17:#003a5c;--c-brand-primary-darken-20:#003759;--c-brand-primary-darken-25:#003254;--c-brand-primary-lighten-7:#075274;--c-brand-primary-lighten-40:#287395;}
