:root { --t:500ms ease all; --d:250ms;}html body.lesson-template-default { header#brx-header:not(.scrolling) { display:none; }}#aes-completed { display:flex; flex-direction:column; gap:var(--gutter); margin-bottom:var(--space-xl); width:100%; .aes-completed-header { align-items:center; display:flex; justify-content:space-between; width:100%; h2 { font-size:var(--text-xl); } } ul#aes-course-list { list-style:none; margin:0; padding:0; li { align-items:center; border:1px solid var(--border); border-radius:var(--radius-s); display:flex; gap:0; grid-template-columns:100px 1fr; .aes-details { display:flex; flex-direction:column; gap:var(--space-2xs); padding:var(--space-s); .aes-title {font-size:var(--text-m);} .aes-meta { display:flex; flex-wrap:wrap; font-size:var(--text-s); gap:var(--space-s); .aes-date {} .aes-presenter {} .aes-manufacturer {} .aes-pdhhours {} } } } }}@media print { #aes-completed ul#aes-course-list li { grid-template-columns:20px 1fr; } #aes-completed ul#aes-course-list li .aes-image { width:100px; }}.tutor-dashboard-menu-item { &.tutor-dashboard-menu-wishlist, &.tutor-dashboard-menu-my-quiz-attempts, &.tutor-dashboard-menu-purchase_history, &.tutor-dashboard-menu-question-answer { display:none; }}html body.tutor-lms {  div.tutor-wrap, .tutor-course-single-content-wrapper {  font-size:var(--text-m); line-height:1.4;  h2, .tutor-fs-1, .tutor-fs-2 { font-size:var(--text-2xl); } h3, .tutor-fs-3, .tutor-fs-4 { font-size:var(--text-xl); } h4, .tutor-fs-5 { font-size:var(--text-l); } h5, .tutor-fs-6, .tutor-fs-7 { font-size:var(--text-m); } h6, .tutor-fs-8, .tutor-fs-9 { font-size:var(--text-s); } .tutor-fs-1, .tutor-fs-2, .tutor-fs-3, .tutor-fs-4, .tutor-fs-5, .tutor-fs-6, .tutor-fs-7, .tutor-fs-8, .tutor-fs-9 { line-height: 1.3; } .tutor-alert { font-size:var(--text-m); } .tutor-card-body { .tutor-meta.tutor-mt-auto {  display:none; } }  div.tutor-course-details-page { header.tutor-course-details-header { display:none; } .tutor-course-thumbnail {  display:none; } .tutor-course-details-tab.tutor-mt-32, .tutor-tab.tutor-pt-24, #tutor-course-details-tab-info > .tutor-mt-40 {  margin-top:0; padding-top:0; } .tutor-btn.tutor-btn-block.tutor-btn-primary.tutor-mt-20 {  margin:0; } .tutor-course-details-instructors {  display:none; } } }}.wpgb-facet fieldset { margin-bottom:0 !important;}html body { .tutor-wrap { width:100%; } .tutor-container { max-width:100%; width:100%; } .tutor-course-list { width:100%; }}header#brx-header { --x-header-height:130px; --x-sticky-header-height:100px; background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0)); color:white; margin-bottom:0; transition: background 500ms ease, opacity 500ms ease, transform 500ms ease, height 500ms ease; .mobile-menu svg path { stroke:var(--light); } .brxe-xheaderrow { padding:0 var(--space-s); .x-header_wrap { height:var(--x-header-height); transition: height 500ms ease; svg { &.logo { margin-top:50px; height:130px; transition: margin 500ms ease, height 500ms ease, width 500ms ease; width:auto; @media (max-width:1400px) { margin-top:0; height:100px; } @media (max-width:1200px) { margin-top:0; height:80px; } path { fill:var(--light); transition:fill 500ms ease; } } } } } &.scrolling { background:var(--bg-surface); color:var(--text-title); margin-bottom:calc(var(--x-sticky-header-height) * -1); position:sticky; transition-duration:250ms; .mobile-menu svg path { stroke:var(--dark); } .brxe-xheaderrow { .x-header_wrap { height:var(--x-sticky-header-height); svg { &.logo { margin-top:0; height:60px; path { fill:var(--dark); } } } } } }}.brx-offcanvas-inner { ul li a { color:var(--dark); }}a { transition:var(--t); &:hover { transition-duration:var(--d); }}.bricks-button, .tutor-btn-primary { font-family:"DM Sans"; font-weight:900; letter-spacing:-0.03em; line-height:1.2; text-transform:uppercase; transition:var(--t); &:hover { --bshadow:rgba(0,0,0,0.15); box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0px 1px 1px 0px inset rgba(255, 255, 255, 0.1), 0px 25px 50px -10px rgba(50, 50, 93, 0.25), 0px 15px 30px -15px rgba(0, 0, 0, 0.3); transition-duration:var(--d); }}