.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

dl, ol, ul {
    margin-top: 0;
}

.nav-item {
    display: inline-block;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

@media (min-width: 768px) {
    [class*="u-nav-v2"].u-nav-rounded-5 .nav-item:first-child .nav-link {
        border-radius: 5px 0 0 5px;
    }
}

@media (min-width: 768px) {
    [class*="u-nav-v2"].u-nav-rounded-5 .nav-item:last-child .nav-link {
        border-radius: 0 5px 5px 0;
    }
}

@media (min-width: 768px) {
    .u-nav-v2-1.u-nav-primary .nav-link.active, .u-nav-v2-1.u-nav-primary .cbp-filter-item-active .nav-link {
        color: #fff;
        background-color: #72c02c;
    }
}

@media (min-width: 768px) {
    [class*="u-nav-v2"].u-nav-primary .nav-link.active, [class*="u-nav-v2"].u-nav-primary .cbp-filter-item-active .nav-link {
        border-color: #72c02c !important;
    }
}

@media (min-width: 768px) {
    [class*="u-nav-v2"] .nav-item:first-child .nav-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .u-nav-v2-1 .nav-link.active, .u-nav-v2-1 .cbp-filter-item-active .nav-link {
        background-color: #eee;
    }
}

@media (min-width: 768px) {
    [class*="u-nav-v2"].u-nav-primary .nav-link {
        border-color: #72c02c;
    }
}

@media (min-width: 768px) {
    [class*="u-nav-v2"] .nav-link {
        border-style: solid;
        border-color: #eee;
        border-width: 1px;
        margin-left: -1px;
    }
}

.nav-item > a, .nav-item > .nav-link, [class*="u-tab-link"]:not([class*="-icon"]) {
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
}

.nav-link {
    color: #555;
    text-decoration: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

a {
    color: #72c02c;
    outline: none;
}

.g-color-primary {
    color: #FFF; !important;
}

.nav-justified .nav-item {
    flex-grow: 1;
    text-align: center;
}

.u-slider-v1.ui-slider {
    height: 2px;
}

.u-slider-v1.ui-slider, .u-slider-v1-2.ui-slider, .u-slider-v1-3.ui-slider {
    position: relative;
    background: #eee;
    border: none;
    border-radius: 0;
    margin-top: 12px;
    margin-left: 6px;
    margin-right: 6px;
}

    .u-slider-v1.ui-slider .ui-slider-range {
        background: #72c02c;
    }

    .u-slider-v1.ui-slider .ui-slider-range, .u-slider-v1-2.ui-slider .ui-slider-range, .u-slider-v1-3.ui-slider .ui-slider-range {
        height: 100%;
    }

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.u-slider-v1.ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -10px;
    border-width: 2px;
    border-color: #72c02c;
}

.u-slider-v1.ui-slider .ui-slider-handle, .u-slider-v1-2.ui-slider .ui-slider-handle, .u-slider-v1-3.ui-slider .ui-slider-handle {
    position: absolute;
    top: 50%;
    border-style: solid;
    outline: none;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 5%;
}


@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 0) {
    .g-pl-25 {
        padding-left: 1.78571rem !important;
    }
}

@media (min-width: 0) {
    .g-py-12 {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }
}

.g-color-black {
    color: #000 !important;
}

.g-rounded-30 {
    border-radius: 30px !important;
}

.g-brd-none {
    border: none !important;
}

.g-bg-white {
    background-color: #fff !important;
}

.u-select-v2 {
    position: relative;
    max-width: 100%;
    font-size: 1rem;
    color: rgba(85, 85, 85, 0.3);
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: .4rem 1rem;
}

.u-shadow-v32 {
    box-shadow: 0 6px 15px -6px rgb(0 0 0 / 10%);
}

.text-left {
    text-align: left !important;
}

.w-100 {
    width: 100% !important;
}

.u-select-v2 .chosen-single {
    position: static;
    height: auto;
    color: inherit;
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    line-height: inherit;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.u-select-v2 .chosen-drop {
    width: calc(100% + 2px);
    box-sizing: border-box;
    border: none;
    box-shadow: 0 6px 15px -6px rgb(0 0 0 / 10%);
    margin-left: -1px;
    margin-top: 7px;
}

.u-select-v2 .chosen-drop, .u-select-v2 .chosen-results {
    border-radius: 3px;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.g-bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



@media (min-width: 0) {
    .g-pt-20 {
        padding: 1.5rem 1.5rem 0 0 !important;
    }

    .g-pt-30 {
        padding: 2.15rem 2.15rem 0 0 !important;
    }

    .g-pa-30 {
        padding: 2.14286rem !important;
    }

    .g-pa-20 {
        padding: 1rem !important;
    }

    .g-mb-30 {
        margin-bottom: 2.14286rem !important;
    }

    .g-mb-40 {
        margin-bottom: 2.85714rem !important;
    }

    .g-mb-20 {
        margin-bottom: 1rem !important;
    }
}

/* .g-brd-gray-light-v4 {
    border-color: #eee !important;
}

.g-brd-around {
    border: solid 1px transparent !important;
} */