body {
    margin: 0 !important;
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #222328 !important;
    text-align: left !important;
}

.dataTables_wrapper {
    margin-bottom: 3rem;
}

.c-main-nav__item .dropdown-toggle:after,
.custom-select.btn--select:after {
    right: .5rem;
    border: none;
    position: absolute;
    font-size: .5rem;
    top: 50%;
    margin-top: -.25rem;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    content: '\E905';
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178,178,178,0.7);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

    .scroll:hover {
        background: rgba(178,178,178,1.0);
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .scroll:hover .fa {
            padding-top: -10px;
        }

    .scroll .fa {
        font-size: 30px;
        margin-top: -5px;
        margin-left: 1px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }



[extra-classes~=c-cta--arrow]:after {
    font-family: aha-icon-font !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


.c-promo--full-width .c-promo__content {
    padding-right: .125rem !important;
}

.state-drop {
    margin-left: 1rem;
}



div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding: 0;
}



@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
}

@media (min-width: 576px) {
    .location-search__fields input, .location-search__fields select {
        background-color: #fff;
    }
}

.shortcuts ul {
    margin-left: 0;
    margin-bottom: 5px;
}

.shortcuts .label {
    display: block;
}

/*ol, ul {
    list-style: none;
}*/

.shortcuts li {
    display: inline-block;
    margin-right: 5px;
    list-style: disc;
    margin-bottom: 10px;
}

.shortcuts a {
    display: block;
    min-width: 30px;
    line-height: 1;
    text-decoration: none;
    color: #cf4d19;
    background: #FFF;
    padding: 5px 10px;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 1px 1px 0;
    box-shadow: rgba(0,0,0,.1) 0 1px 1px 0;
    border: 1px solid #cf4d19;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .shortcuts a:hover {
        background: #cf4d19;
        color: #FFF
    }


.page-item.active .page-link {
    color: #6d6e71;
}
