﻿
.grid-section > div {
    margin-bottom: 75px;
}

.rte {
    /*margin-bottom: 75px;*/
}
.search .rte {
    margin-bottom: 0;
}

.search {
    margin-bottom: 75px;
}

.standardpage .main-content {
    margin-top: 80px;
    margin-bottom: 150px;
}

.reorder .column:last-child {
    order: -1;
}

@media (min-width: 992px) {
    .reorder .column:last-child {
        order: inherit;
    }
}