<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cdc-single-class {
    display: flex;
    width: 45%;
    flex-wrap: wrap;
    margin-right: 10%;
    margin-bottom: 6%;
    flex-direction: column;
}

.item-register_link {
    margin-bottom: 20px;
}
h4.cdc-dropdown-title {
    padding-bottom: 3px;
    color: #0d6da8;
    font-weight: bold;
}
.all-classes-in-cat .cdc-single-class:nth-child(2n) {
    margin-right: 0;
}

.class-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.all-classes-in-cat {
    display: flex;
    flex-wrap: wrap;
}

.cdc-dropdown {
    width: 100%;
}

.featured_image-wrap {
    width: 100%;
    padding-bottom:30px;
}

.featured_image-wrap img {
    width: 100%;
}

.class-info-wrap {
    width: 100%;
    /*padding-left: 20px;*/
}
.cdc-class-cat-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
    margin-bottom:70px;
    align-items: center;
}
body #page-container .et_pb_section .class_item .et_pb_button.cdc-button {
    font-size: 14px !important;
    line-height: 1.3em !important;
    padding: .5em 1.5em !important;
}

.class-info-wrap h2.title,
h2.cat-title {
    font-weight: bold;
    color: #0d6da8;
    font-size: 39px;
    width: 25%;
}
h2.cat-title {
    padding-right: 20px;
}

.class-info-wrap h2.title{
    width:100%;
    font-size:30px;
}
h4.cdc-dropdown-title,
p.cdc-helper-text{
    font-size:18px;
}
.info {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 1.3em;
}

p.cdc-helper-text {
    line-height: 1.2em;
    padding-bottom: 10px;
}

.cdc-dropdown-content {
    margin-top: 10px;
}

.cdc-class-cat-wrap .cdc-dropdown-content {
    width: 60%;
    margin-top:-9px;
}

.all-classes-in-cat {
    border-top: 1px solid;
    padding-top: 20px;
}

.class_item {
    width: 49%;
    display: inline-block;
}

.inline-buttons {
    display: flex;
    flex-wrap: wrap;
}

/*@media(max-width: 1100px){

}*/
@media(max-width: 980px){
    .class_item {
        width: 80%;
    }
    h2.cat-title {
        width: 100%;
    }
}


@media(max-width:640px){
    .cdc-single-class {
        width:100%;
        margin-right: 0%;
    }
    .class_item {
        width: 80%;
    }
    h2.cat-title {
        width: 100%;
    }

    .cdc-class-cat-wrap .cdc-dropdown-content {
        width: 100%;
    }
    .class-info-wrap {
        width: 100%;
        padding-left: 0;
    }

    .featured_image-wrap {
        width: 100%;
    }
}</pre></body></html>