body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label {
    color: #0A152A;
}
.date-wrapper .date-list ol {
    display: flex;
    list-style: none;
    padding: 0;
}
.date-wrapper .date-list ol li {
    flex: 1;
    text-align: center;
    padding: 0.5rem 0;
}
.date-wrapper .date-list ol li:has(.active) {
    background: #E64100;
}
a.kg-previous-dates,
a.kg-next-dates {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
a.kg-next-dates {
    right: 2rem;
}
a.kg-previous-dates {
    left: 2rem;
}
a.date-selector span {
    display: block;
    color: #fff;
}
.class-list-wrapper .class-list {
    list-style: none;
    padding: 0;
}
.class-list-wrapper .class-list li.listing {
    display: flex;
    background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(209, 209, 209, 0.75) 100%);
    border-bottom: 1px solid #d1d1d1;
    align-items: center;
    min-height: 75px;

    padding: 1.5rem 0;
}
.class-list-table {
    display: none;
}
.class-list-table.active {
    display: block;
}
.class-list-wrapper .class-list li p {
    margin: 0;
    line-height: 1;
}
.class-desc p {
    font-family: var(--e-global-typography-06c6501-font-family);
    margin-top: 0.5rem !important;
    line-height: 1.25 !important;
}
.header {
    display: none;
}
.class-list-wrapper .class-list li .class-time{
    width: 20%;
    text-align: center;
    display: inline-block;
}
.class-list-wrapper .class-list li .class-name,
.header-class-name {
    width: 60%;
    display: inline-block;
}
.class-list-wrapper .class-list li .class-instructor,
.header-instructor {
    width: 20%;
    display: inline-block;
}
.date-wrapper {
    background: #0A152A;
    padding: 0 10%;
    margin-bottom: 1rem;
}
a.date-selector span.day {
    text-transform: uppercase;
    color: #fff;
}
.date-wrapper {
    position: relative;
}
.class-desc a {
    color: #000;
	position: relative;
}
.class-desc a span i {
    position: absolute !important;
    top: 2px !important;
    right: -18px !important;
    width: 10px;
    height: 10px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #000;
    transform: rotate(45deg);
}
.date-wrapper:after {
    content: "";
    position: absolute;
    background: #e31837;
    height: 1rem;
    width: 100%;
    left: 0;
    bottom: -1rem;
}
.class-list-wrapper {
    color: #000;
}
.class-desc p {
    display: none;
}
.class-instructor p.instructor b {
    text-transform: capitalize;
    color: #102c55;
    margin-right: 1rem;
}
.class-list-wrapper .class-list li.active {
    display: flex;
}
a.kg-previous-dates.disable {
    display: none;
}
.Data {
    text-align: center;
    display: none;
}
.Data.active {
    display: block;
}
.my-3 {
    margin: 2rem 0;
    line-height: 1;
}
.d-none {
    display: none !important;
}
.kg-class-wrapper.disable-click {
    pointer-events: none !important;
}
div#print-page {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 0;
    box-shadow: 1px 1px 4px 0 #000;
    cursor: pointer;
}
div#print-page i{
    font-size: 1.5rem;
}
div#print-page .elementor-icon-wrapper{
    line-height: 1;
}
.class-list-wrapper:has(.active .class-list:empty) h3.no {
    display: block;
}
.only-print{
    display: none !important;
}
@media screen and (max-width: 768px) {
    .class-list-wrapper .class-list li {
        flex-flow: column;
        align-items: baseline;
        padding: 1rem;
    }
    .class-list-wrapper .class-list li.listing > div {
        margin-bottom: 0.75rem;
        width: 100%;
        padding: 0 2rem;
        text-align: left;
    }
    a.date-selector {
        font-size: 1rem;
    }
    #kg-page-heading h1.uael-heading {
        font-size: 21vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .class-instructor .instructor b {
        display: block;
    }
}

/* print css */
@media print {
body {
    -webkit-print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}
html .class-list-wrapper .class-list li {
    display: flex;
}
html .elementor-element-a238f03,
html .date-wrapper,
html .elementor-location-footer,
html .class-desc {
    display: none;
}
html .class-list-wrapper .class-list li {
    background: none;
    border: none;
}
html .class-list-wrapper .class-list li > * {
    flex: 1 !important;
    text-align: left !important;
}
.class-list-wrapper .class-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
}
.header {
    display: block;
    background-color: #b9b8b8;
    padding: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 1rem;
    width: 100%;
}
.class-list-table {
    border: 1px solid #000;
    margin-bottom: 1rem;
    padding: 0 1rem;
}
.header-date, .header-class-name, .header-instructor {
    display: inline-block;
    text-align: left !important;
}
.listing{
    padding: 1rem;
}
.class-time, .class-name, .class-instructor, .header-date, .header-class-name, .header-instructor{
    width: 200px !important;
}
.class-list, .header{
    display: table;
}
p.instructor b {
    display: none;
}
.no-print{
    display: none !important;
}
.class-list-table.active:has(ul.class-list:empty) {
    display: none;
}
.only-print{
    display: block;
}
.elementor.elementor-92.elementor-location-header, header.page-header {
    opacity: 0;
    height: 0;
}
}

a.kg-previous-dates {
    display: block !important;
    width: 10px;
    height: 10px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #fff;
    transform: rotate(-45deg);
}
a.kg-next-dates {
    display: block !important;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(-45deg);
}
a.date-selector {
    line-height: 35px !important;
    margin: 10px 0 !important;
    display: inline-block !important;
}
.date-wrapper .date-list ol li:has(.active) span.day{
    color: #fff !important;
}
@media(max-width:480px){
	.date-wrapper .date-list ol li span.day, span.date{
		font-size: 1rem !important;
	}
}