.category-list__link {
    text-transform: uppercase;
}
.column.text.nospacing{
    padding: 0px !important;
    margin: 0px !important;
}
@media screen and (min-width: 1025px) {
    a.sub-nav__category.sub-nav__category--link, .sub-nav__item--static .sub-nav__category {
        padding-top: 0px;
        margin-top: 22px;
        margin-bottom: 12px;
        padding-bottom: 0px;
    }
    .sub-nav__category:hover:before {
        height: 100%;
        top: 0px;
    }
    .sub-nav__item.huge50 {
        width: 50%;
    }
    .sub-lvl-3__item--tablet{
        display: none;
    }
}
ul.list.list--spaced.list--flex-items li::before{
    background: none;
    border-radius: 0px;
    content: "";
    height: 0px;
    left: 0px;
    top: 0em;
    width: 0px;
    padding-left: 0px;
}

@media screen and (min-width: 768px){
    .cm-form__row {
        padding: 0;
    }
    .form-input{
        padding-top: 0px;
    }
    .cm-section__content-inner.inputform{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .cm-form__column.select, .cm-form__row.select{
        padding-top: 1em;
    }
}

.form-checkbox .form-checkbox__input, .form-checkbox input[type=checkbox] {
    display: block;
    position: absolute;
    opacity: 0;
}
.form-padding-top{padding-top: 1em;}
.form-padding-bottom{padding-bottom: 1em;}
