.one-whole {
    width: 100%;
}

/* Halves */
.one-half {
    width: 50%;
}

/* Thirds */
.one-third {
    width: 33.333%;
}

.two-thirds {
    width: 66.666%;
}

/* Quarters */
.one-quarter {
    width: 25%;
}

.two-quarters {
    width: 50%;
}

.three-quarters {
    width: 75%;
}

/* Fifths */
.one-fifth {
    width: 20%;
}

.two-fifths {
    width: 40%;
}

.three-fifths {
    width: 60%;
}

.four-fifths {
    width: 80%;
}

/* Sixths */
.one-sixth {
    width: 16.666%;
}

.two-sixths {
    width: 33.333%;
}

.three-sixths {
    width: 50%;
}

.four-sixths {
    width: 66.666%;
}

.five-sixths {
    width: 83.333%;
}

/* Eighths */
.one-eighth {
    width: 12.5%;
}

.two-eighths {
    width: 25%;
}

.three-eighths {
    width: 37.5%;
}

.four-eighths {
    width: 50%;
}

.five-eighths {
    width: 62.5%;
}

.six-eighths {
    width: 75%;
}

.seven-eighths {
    width: 87.5%;
}

/* Tenths */
.one-tenth {
    width: 10%;
}

.two-tenths {
    width: 20%;
}

.three-tenths {
    width: 30%;
}

.four-tenths {
    width: 40%;
}

.five-tenths {
    width: 50%;
}

.six-tenths {
    width: 60%;
}

.seven-tenths {
    width: 70%;
}

.eight-tenths {
    width: 80%;
}

.nine-tenths {
    width: 90%;
}

/* Twelfths */
.one-twelfth {
    width: 8.333%;
}

.two-twelfths {
    width: 16.666%;
}

.three-twelfths {
    width: 25%;
}

.four-twelfths {
    width: 33.333%;
}

.five-twelfths {
    width: 41.666%;
}

.six-twelfths {
    width: 50%;
}

.seven-twelfths {
    width: 58.333%;
}

.eight-twelfths {
    width: 66.666%;
}

.nine-twelfths {
    width: 75%;
}

.ten-twelfths {
    width: 83.333%;
}

.eleven-twelfths {
    width: 91.666%;
}

@media only screen and (min-width: 769px) {
    /** Whole */
    .large--one-whole {
        width: 100%;
    }

    /* Halves */
    .large--one-half {
        width: 50%;
    }

    /* Thirds */
    .large--one-third {
        width: 33.333%;
    }

    .large--two-thirds {
        width: 66.666%;
    }

    /* Quarters */
    .large--one-quarter {
        width: 25%;
    }

    .large--two-quarters {
        width: 50%;
    }

    .large--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .large--one-fifth {
        width: 20%;
    }

    .large--two-fifths {
        width: 40%;
    }

    .large--three-fifths {
        width: 60%;
    }

    .large--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .large--one-sixth {
        width: 16.666%;
    }

    .large--two-sixths {
        width: 33.333%;
    }

    .large--three-sixths {
        width: 50%;
    }

    .large--four-sixths {
        width: 66.666%;
    }

    .large--five-sixths {
        width: 83.333%;
    }

    /* Eighths */
    .large--one-eighth {
        width: 12.5%;
    }

    .large--two-eighths {
        width: 25%;
    }

    .large--three-eighths {
        width: 37.5%;
    }

    .large--four-eighths {
        width: 50%;
    }

    .large--five-eighths {
        width: 62.5%;
    }

    .large--six-eighths {
        width: 75%;
    }

    .large--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .large--one-tenth {
        width: 10%;
    }

    .large--two-tenths {
        width: 20%;
    }

    .large--three-tenths {
        width: 30%;
    }

    .large--four-tenths {
        width: 40%;
    }

    .large--five-tenths {
        width: 50%;
    }

    .large--six-tenths {
        width: 60%;
    }

    .large--seven-tenths {
        width: 70%;
    }

    .large--eight-tenths {
        width: 80%;
    }

    .large--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .large--one-twelfth {
        width: 8.333%;
    }

    .large--two-twelfths {
        width: 16.666%;
    }

    .large--three-twelfths {
        width: 25%;
    }

    .large--four-twelfths {
        width: 33.333%;
    }

    .large--five-twelfths {
        width: 41.666%;
    }

    .large--six-twelfths {
        width: 50%;
    }

    .large--seven-twelfths {
        width: 58.333%;
    }

    .large--eight-twelfths {
        width: 66.666%;
    }

    .large--nine-twelfths {
        width: 75%;
    }

    .large--ten-twelfths {
        width: 83.333%;
    }

    .large--eleven-twelfths {
        width: 91.666%;
    }

    .large--show {
        display: block !important;
    }

    .large--hide {
        display: none !important;
    }

    .large--text-left {
        text-align: left !important;
    }

    .large--text-right {
        text-align: right !important;
    }

    .large--text-center {
        text-align: center !important;
    }

    .large--left {
        float: left !important;
    }

    .large--right {
        float: right !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    /** Whole */
    .medium--one-whole {
        width: 100%;
    }

    /* Halves */
    .medium--one-half {
        width: 50%;
    }

    /* Thirds */
    .medium--one-third {
        width: 33.333%;
    }

    .medium--two-thirds {
        width: 66.666%;
    }

    /* Quarters */
    .medium--one-quarter {
        width: 25%;
    }

    .medium--two-quarters {
        width: 50%;
    }

    .medium--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .medium--one-fifth {
        width: 20%;
    }

    .medium--two-fifths {
        width: 40%;
    }

    .medium--three-fifths {
        width: 60%;
    }

    .medium--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .medium--one-sixth {
        width: 16.666%;
    }

    .medium--two-sixths {
        width: 33.333%;
    }

    .medium--three-sixths {
        width: 50%;
    }

    .medium--four-sixths {
        width: 66.666%;
    }

    .medium--five-sixths {
        width: 83.333%;
    }

    /* Eighths */
    .medium--one-eighth {
        width: 12.5%;
    }

    .medium--two-eighths {
        width: 25%;
    }

    .medium--three-eighths {
        width: 37.5%;
    }

    .medium--four-eighths {
        width: 50%;
    }

    .medium--five-eighths {
        width: 62.5%;
    }

    .medium--six-eighths {
        width: 75%;
    }

    .medium--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .medium--one-tenth {
        width: 10%;
    }

    .medium--two-tenths {
        width: 20%;
    }

    .medium--three-tenths {
        width: 30%;
    }

    .medium--four-tenths {
        width: 40%;
    }

    .medium--five-tenths {
        width: 50%;
    }

    .medium--six-tenths {
        width: 60%;
    }

    .medium--seven-tenths {
        width: 70%;
    }

    .medium--eight-tenths {
        width: 80%;
    }

    .medium--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .medium--one-twelfth {
        width: 8.333%;
    }

    .medium--two-twelfths {
        width: 16.666%;
    }

    .medium--three-twelfths {
        width: 25%;
    }

    .medium--four-twelfths {
        width: 33.333%;
    }

    .medium--five-twelfths {
        width: 41.666%;
    }

    .medium--six-twelfths {
        width: 50%;
    }

    .medium--seven-twelfths {
        width: 58.333%;
    }

    .medium--eight-twelfths {
        width: 66.666%;
    }

    .medium--nine-twelfths {
        width: 75%;
    }

    .medium--ten-twelfths {
        width: 83.333%;
    }

    .medium--eleven-twelfths {
        width: 91.666%;
    }

    .medium--show {
        display: block !important;
    }

    .medium--hide {
        display: none !important;
    }

    .medium--text-left {
        text-align: left !important;
    }

    .medium--text-right {
        text-align: right !important;
    }

    .medium--text-center {
        text-align: center !important;
    }

    .medium--left {
        float: left !important;
    }

    .medium--right {
        float: right !important;
    }

    .grid-uniform .medium--one-half:nth-child(2n+1), .grid-uniform .medium--one-third:nth-child(3n+1), .grid-uniform .medium--one-quarter:nth-child(4n+1), .grid-uniform .medium--one-fifth:nth-child(5n+1), .grid-uniform .medium--one-sixth:nth-child(6n+1), .grid-uniform .medium--two-sixths:nth-child(3n+1), .grid-uniform .medium--three-sixths:nth-child(2n+1), .grid-uniform .medium--two-eighths:nth-child(4n+1), .grid-uniform .medium--four-eighths:nth-child(2n+1), .grid-uniform .medium--five-tenths:nth-child(2n+1), .grid-uniform .medium--one-twelfth:nth-child(12n+1), .grid-uniform .medium--two-twelfths:nth-child(6n+1), .grid-uniform .medium--three-twelfths:nth-child(4n+1), .grid-uniform .medium--four-twelfths:nth-child(3n+1), .grid-uniform .medium--six-twelfths:nth-child(2n+1), #isp_search_results_container .medium--one-half:nth-child(2n+1), #isp_search_results_container .medium--one-third:nth-child(3n+1), #isp_search_results_container .medium--one-quarter:nth-child(4n+1), #isp_search_results_container .medium--one-fifth:nth-child(5n+1), #isp_search_results_container .medium--one-sixth:nth-child(6n+1), #isp_search_results_container .medium--two-sixths:nth-child(3n+1), #isp_search_results_container .medium--three-sixths:nth-child(2n+1), #isp_search_results_container .medium--two-eighths:nth-child(4n+1), #isp_search_results_container .medium--four-eighths:nth-child(2n+1), #isp_search_results_container .medium--five-tenths:nth-child(2n+1), #isp_search_results_container .medium--one-twelfth:nth-child(12n+1), #isp_search_results_container .medium--two-twelfths:nth-child(6n+1), #isp_search_results_container .medium--three-twelfths:nth-child(4n+1), #isp_search_results_container .medium--four-twelfths:nth-child(3n+1), #isp_search_results_container .medium--six-twelfths:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 480px) {
    /** Whole */
    .small--one-whole {
        width: 100%;
    }

    /* Halves */
    .small--one-half {
        width: 50%;
    }

    /* Thirds */
    .small--one-third {
        width: 33.333%;
    }

    .small--two-thirds {
        width: 66.666%;
    }

    /* Quarters */
    .small--one-quarter {
        width: 25%;
    }

    .small--two-quarters {
        width: 50%;
    }

    .small--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .small--one-fifth {
        width: 20%;
    }

    .small--two-fifths {
        width: 40%;
    }

    .small--three-fifths {
        width: 60%;
    }

    .small--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .small--one-sixth {
        width: 16.666%;
    }

    .small--two-sixths {
        width: 33.333%;
    }

    .small--three-sixths {
        width: 50%;
    }

    .small--four-sixths {
        width: 66.666%;
    }

    .small--five-sixths {
        width: 83.333%;
    }

    /* Eighths */
    .small--one-eighth {
        width: 12.5%;
    }

    .small--two-eighths {
        width: 25%;
    }

    .small--three-eighths {
        width: 37.5%;
    }

    .small--four-eighths {
        width: 50%;
    }

    .small--five-eighths {
        width: 62.5%;
    }

    .small--six-eighths {
        width: 75%;
    }

    .small--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .small--one-tenth {
        width: 10%;
    }

    .small--two-tenths {
        width: 20%;
    }

    .small--three-tenths {
        width: 30%;
    }

    .small--four-tenths {
        width: 40%;
    }

    .small--five-tenths {
        width: 50%;
    }

    .small--six-tenths {
        width: 60%;
    }

    .small--seven-tenths {
        width: 70%;
    }

    .small--eight-tenths {
        width: 80%;
    }

    .small--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .small--one-twelfth {
        width: 8.333%;
    }

    .small--two-twelfths {
        width: 16.666%;
    }

    .small--three-twelfths {
        width: 25%;
    }

    .small--four-twelfths {
        width: 33.333%;
    }

    .small--five-twelfths {
        width: 41.666%;
    }

    .small--six-twelfths {
        width: 50%;
    }

    .small--seven-twelfths {
        width: 58.333%;
    }

    .small--eight-twelfths {
        width: 66.666%;
    }

    .small--nine-twelfths {
        width: 75%;
    }

    .small--ten-twelfths {
        width: 83.333%;
    }

    .small--eleven-twelfths {
        width: 91.666%;
    }

    .small--show {
        display: block !important;
    }

    .small--hide {
        display: none !important;
    }

    .small--text-left {
        text-align: left !important;
    }

    .small--text-right {
        text-align: right !important;
    }

    .small--text-center {
        text-align: center !important;
    }

    .small--left {
        float: left !important;
    }

    .small--right {
        float: right !important;
    }

    .grid-uniform .small--one-half:nth-child(2n+1),
    .grid-uniform .small--one-third:nth-child(3n+1),
    .grid-uniform .small--one-quarter:nth-child(4n+1),
    .grid-uniform .small--one-fifth:nth-child(5n+1),
    .grid-uniform .small--one-sixth:nth-child(6n+1),
    .grid-uniform .small--two-sixths:nth-child(3n+1),
    .grid-uniform .small--three-sixths:nth-child(2n+1),
    .grid-uniform .small--two-eighths:nth-child(4n+1),
    .grid-uniform .small--four-eighths:nth-child(2n+1),
    .grid-uniform .small--five-tenths:nth-child(2n+1),
    .grid-uniform .small--one-twelfth:nth-child(12n+1),
    .grid-uniform .small--two-twelfths:nth-child(6n+1),
    .grid-uniform .small--three-twelfths:nth-child(4n+1),
    .grid-uniform .small--four-twelfths:nth-child(3n+1),
    .grid-uniform .small--six-twelfths:nth-child(2n+1),
    #isp_search_results_container .small--one-half:nth-child(2n+1),
    #isp_search_results_container .small--one-third:nth-child(3n+1),
    #isp_search_results_container .small--one-quarter:nth-child(4n+1),
    #isp_search_results_container .small--one-fifth:nth-child(5n+1),
    #isp_search_results_container .small--one-sixth:nth-child(6n+1),
    #isp_search_results_container .small--two-sixths:nth-child(3n+1),
    #isp_search_results_container .small--three-sixths:nth-child(2n+1),
    #isp_search_results_container .small--two-eighths:nth-child(4n+1),
    #isp_search_results_container .small--four-eighths:nth-child(2n+1),
    #isp_search_results_container .small--five-tenths:nth-child(2n+1),
    #isp_search_results_container .small--one-twelfth:nth-child(12n+1),
    #isp_search_results_container .small--two-twelfths:nth-child(6n+1),
    #isp_search_results_container .small--three-twelfths:nth-child(4n+1),
    #isp_search_results_container .small--four-twelfths:nth-child(3n+1),
    #isp_search_results_container .small--six-twelfths:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 768px) {
    /** Whole */
    .medium-down--one-whole {
        width: 100%;
    }

    /* Halves */
    .medium-down--one-half {
        width: 50%;
    }

    /* Thirds */
    .medium-down--one-third {
        width: 33.333%;
    }

    .medium-down--two-thirds {
        width: 66.666%;
    }

    /* Quarters */
    .medium-down--one-quarter {
        width: 25%;
    }

    .medium-down--two-quarters {
        width: 50%;
    }

    .medium-down--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .medium-down--one-fifth {
        width: 20%;
    }

    .medium-down--two-fifths {
        width: 40%;
    }

    .medium-down--three-fifths {
        width: 60%;
    }

    .medium-down--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .medium-down--one-sixth {
        width: 16.666%;
    }

    .medium-down--two-sixths {
        width: 33.333%;
    }

    .medium-down--three-sixths {
        width: 50%;
    }

    .medium-down--four-sixths {
        width: 66.666%;
    }

    .medium-down--five-sixths {
        width: 83.333%;
    }

    /* Eighths */
    .medium-down--one-eighth {
        width: 12.5%;
    }

    .medium-down--two-eighths {
        width: 25%;
    }

    .medium-down--three-eighths {
        width: 37.5%;
    }

    .medium-down--four-eighths {
        width: 50%;
    }

    .medium-down--five-eighths {
        width: 62.5%;
    }

    .medium-down--six-eighths {
        width: 75%;
    }

    .medium-down--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .medium-down--one-tenth {
        width: 10%;
    }

    .medium-down--two-tenths {
        width: 20%;
    }

    .medium-down--three-tenths {
        width: 30%;
    }

    .medium-down--four-tenths {
        width: 40%;
    }

    .medium-down--five-tenths {
        width: 50%;
    }

    .medium-down--six-tenths {
        width: 60%;
    }

    .medium-down--seven-tenths {
        width: 70%;
    }

    .medium-down--eight-tenths {
        width: 80%;
    }

    .medium-down--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .medium-down--one-twelfth {
        width: 8.333%;
    }

    .medium-down--two-twelfths {
        width: 16.666%;
    }

    .medium-down--three-twelfths {
        width: 25%;
    }

    .medium-down--four-twelfths {
        width: 33.333%;
    }

    .medium-down--five-twelfths {
        width: 41.666%;
    }

    .medium-down--six-twelfths {
        width: 50%;
    }

    .medium-down--seven-twelfths {
        width: 58.333%;
    }

    .medium-down--eight-twelfths {
        width: 66.666%;
    }

    .medium-down--nine-twelfths {
        width: 75%;
    }

    .medium-down--ten-twelfths {
        width: 83.333%;
    }

    .medium-down--eleven-twelfths {
        width: 91.666%;
    }

    .medium-down--show {
        display: block !important;
    }

    .medium-down--hide {
        display: none !important;
    }

    .medium-down--text-left {
        text-align: left !important;
    }

    .medium-down--text-right {
        text-align: right !important;
    }

    .medium-down--text-center {
        text-align: center !important;
    }

    .medium-down--left {
        float: left !important;
    }

    .medium-down--right {
        float: right !important;
    }

    .grid-uniform .medium-down--one-half:nth-child(2n+1),
    .grid-uniform .medium-down--one-third:nth-child(3n+1),
    .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
    .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
    .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
    .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
    .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
    .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
    .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
    .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
    .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
    .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
    .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
    .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
    .grid-uniform .medium-down--six-twelfths:nth-child(2n+1),
    #isp_search_results_container .medium-down--one-half:nth-child(2n+1),
    #isp_search_results_container .medium-down--one-third:nth-child(3n+1),
    #isp_search_results_container .medium-down--one-quarter:nth-child(4n+1),
    #isp_search_results_container .medium-down--one-fifth:nth-child(5n+1),
    #isp_search_results_container .medium-down--one-sixth:nth-child(6n+1),
    #isp_search_results_container .medium-down--two-sixths:nth-child(3n+1),
    #isp_search_results_container .medium-down--three-sixths:nth-child(2n+1),
    #isp_search_results_container .medium-down--two-eighths:nth-child(4n+1),
    #isp_search_results_container .medium-down--four-eighths:nth-child(2n+1),
    #isp_search_results_container .medium-down--five-tenths:nth-child(2n+1),
    #isp_search_results_container .medium-down--one-twelfth:nth-child(12n+1),
    #isp_search_results_container .medium-down--two-twelfths:nth-child(6n+1),
    #isp_search_results_container .medium-down--three-twelfths:nth-child(4n+1),
    #isp_search_results_container .medium-down--four-twelfths:nth-child(3n+1),
    #isp_search_results_container .medium-down--six-twelfths:nth-child(2n+1) {
        clear: both;
    }
}