  /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@font-face {
    font-family: 'Futura-Bold';
    src: url('/wp-content/plugins/redcore/public/fonts/Futura-Bold.eot');
    /* IE9 Compat Modes */
    src: url('/wp-content/plugins/redcore/public/fonts/Futura-Bold.eot') format('embedded-opentype'),
        /* IE6-IE8 */ url('/wp-content/plugins/redcore/public/fonts/Futura-Bold.woff') format('woff'),
        /* Modern Browsers */ url('/wp-content/plugins/redcore/public/fonts/Futura-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('/wp-content/plugins/redcore/public/fonts/Futura-Bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.filter-block-wrapper {
    margin-bottom: 16px !important;
}

.intro-slide {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.result-image-container {
    display: block;
    /*flex-flow: column nowrap;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    position: relative;
    overflow: hidden;
}

.intro-slide img,
.result-image,
.row .col .result-block img.result-image {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
}

.filter-block-header {
    font-family: 'Futura-Bold', sans-serif;
    position: relative;
    flex: 0 1 auto;
    display: block;
    color: #cacaca;
    font-weight: bold;
    font-size: 36pt;
    letter-spacing: -1px;
    border-radius: 20px;
    line-height: normal;
}

.questions {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row;
    padding: 2vh 0;
    border-radius: 20px;
    position: relative;
}

.filter-block-question-wrap {
    flex: 0 1 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

button.filter-block-attribute {
    background: #dfe3e8 !important;
    max-width: 343px;
}

button.filter-block-attribute:hover {
    background: #00517a !important;
    color: white !important;
    -webkit-box-shadow: -4px 19px 26px -10px rgba(0, 0, 0, .41);
    -moz-box-shadow: -4px 19px 26px -10px rgba(0, 0, 0, .41);
    box-shadow: -2px 21px 11px -18px rgba(0, 0, 0, .21);
    transition: .3s;
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

.filter-block-question-wrap button,
.selected-filters button {
    border: none;
    font-size: 14pt;
    cursor: pointer;
    border-radius: 100px;
}

.filter-block-question-wrap button {
    flex: 1 1 auto;
}

.selected-filters button {
    flex: 0 1 auto;
    border-radius: 100px;
}

.filter-block-question-wrap button {
    padding: 1.5vh 3.25vw;
}

.filter-block-question-wrap button.filter-block-selected-multiple.selected {
    background: #00517a;
    color: white !important;
}

.filter-block-selected-multiple {
}

.selected-filters button {
    padding: 9px 2.25vw;
    height: 54px;
    border-radius: 100px;
    background: #f6f7f8;
}

.selected-filters button:hover {
    padding: 9px 2.25vw;
    height: 54px;
    background: #00517a;
    color: white;
    transition: .2s;
    -ms-transform: scale(1.03, 1.03);
}

.filter-block-question-wrap button {
    color: #264962;
    background: #dadde0;
    margin: 15px 8px;
    border-radius: 16px !important;
    font-weight: 700;
}

.selected-filters button {
    background-color: #f6f7f8;
    color: #264962;
    margin: 0 1vw 0 0;
    border-radius: 100px;
    border: 1px solid #d8d8d870;
}

.filter-block-question-wrap button:hover {
    background: #00517a !important;
    color: white !important;
    -webkit-box-shadow: -4px 19px 26px -10px rgba(0, 0, 0, .41);
    -moz-box-shadow: -4px 19px 26px -10px rgba(0, 0, 0, .41);
    box-shadow: -2px 21px 11px -18px rgba(0, 0, 0, .21);
    transition: .3s;
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

.filter-block-question {
    flex: 0 1 100%;
    color: #254963;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    font-family: 'Futura-Bold', sans-serif;
    line-height: 40px;
    padding-bottom: 28px;
}

.result-block {
    background-color: #eaeaea;
    margin: 11px 26px 0 0;
    border-radius: 13px;
    transition: .1s;
    max-width: 320px;
    min-width: 320px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.selected-filters {
    flex: 0 1 auto;
    height: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    max-height: 77px;
}

button.filter-block-attribute:active {
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.filter-block-selected {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.filter-block-selected span {
    flex: 0 1 100%;
    font-size: 12pt;
    font-weight: lighter;
    text-align: center;
    font-weight: 900;
}

.selected-label-parent {
}

.filter-block-results-wrapper {
    flex: 0 1 auto;
    position: relative;
    min-height: 80vh;
    display: block;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
}

.filter-block-nav {
    position: relative;
    display: block;
    white-space: nowrap;
    text-align: center;
    padding-top: 16px;
}

.filter-block-results {
    display: block;
    white-space: nowrap;
}

.col.centered-text .filter-block-results {
    text-align: left;
}

.results-nav-icons i {
    font-size: 1em;
    width: auto;
    height: auto;
    color: #b1b1b1;
}

.results-nav-icons i.selected {
    background-color: #dadada;
    border-radius: 17px;
    padding: 1px 0px 0 -1px;
}

.results-nav-icons i.first {
    color: #d40000d4;
}

.result-title {
    background: #bbc3d0;
    color: white;
    font-size: 28px;
    font-weight: 900;
    padding: 26px 23px 27px;
    position: absolute;
    width: 100%;
    bottom: 0;
    letter-spacing: -2px;
    font-family: 'Futura-Bold', sans-serif;
}

.result-title:hover {
    background: #22c3f9;
}

.result-image-container div {
    /*position: relative;*/
    /*justify-content: flex-end;*/
    color: white;
    font-family: futura;
}

.result-image-container div.result-image-hover {
    align-items: center;
    justify-content: space-between;
    display: block;
    position: relative;
    flex: 1 0 auto;
}

.result-image-details-wrapper {
    height: 100%;
    width: 100%;
    font-size: 16px;
    position: relative;
    text-align: left;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(1, 44, 70, 0.72));
    font-family: 'Futura-Bold', sans-serif;
    border-radius: 12px 12px 0px 0px;
}

.result-image-details {
    font-size: 1.6em;
    font-weight: 900;
    width: 100%;
    position: absolute;
    text-align: left;
    font-family: 'Futura-Bold', sans-serif;
    letter-spacing: -2px;
    bottom: 79px;
    padding: 73px 21px 16px;
}

.result-image-title {
}

.result-block:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    transition: all .25s ease;
    position: relative;
    top: -3px;
}

.result-image-sub-details {
    font-size: 16px;
    letter-spacing: -1px;
}

.more-details-button {
    background: #0e295ccc;
    padding: 24px 46px;
    border-radius: 10px 10px 0px 0px;
    color: white;
    font-size: 30px;
    top: -16px;
    cursor: pointer;
    display: none;
    font-family: Futura-Bold;
    display: none !important;
}

.result-block:first-child .result-image-hover {
    display: block;
    flex: none;
    height: auto;
    width: 100%;
}

.result-image-container:first-child .more-details-button {
    top: 0;
    border-radius: 0;
}

.more-details-display {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 9000000;
    background: #f3f3f3;
    overflow: scroll;
}

.attribute-details-featured {
    padding: 4px 20px 12px 20px;
}

.progress-bar {
    display: block;
    color: #0e295c;
    font-weight: bold;
    position: relative;
    line-height: normal;
    text-align: center;
    overflow: hidden;
    padding: 20px 0px 20px 0px;
    letter-spacing: 0px;
    border-top: 1px solid #dfdfdf;
    margin-top: 8px;
}

.progress-wrapper {
    width: 100%;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 11px;
}

.progress-complete,
.progress-remaining {
    height: 9px;
    display: inline-block;
}

.progress-complete {
    background: #707f9d6e;
    border-radius: 30px 0px 0px 30px;
}

.progress-complete.full {
    background: #e60000d4;
}

.progress-remaining {
    background: #e0e0e0;
    flex: 1 0 auto;
    border-radius: 0px 27px 23px 0px;
}

.attribute-details-top {
    background: #38c0ec;
    color: white;
    padding: 23px 34px;
    height: auto !important;
}

.attribute-details-bottom {
    background: #003d69;
    color: white;
    padding: 23px 34px;
}

.attribute-details-rollup {
    background: #003d69;
    color: white;
    overflow: hidden;
}

.compare-attributes-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
}

.compare-attributes-wrapper .compare-attributes {
    background: #eaeaea;
    color: #0e295c;
    font-size: 1em;
    font-weight: 500;
    padding: 29px 29px 37px;
    width: 100%;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #dedede;
    text-transform: uppercase;
    border-radius: 0px 0px 10px 10px !important;
}

.compare-attributes-wrapper.expanded .compare-attributes {
    background: #003d69;
    color: #f5f6f7;
}

.compare-attributes-wrapper .compare-attributes:hover {
    background: #e2e2e2;
}

.compare-attributes-wrapper.expanded .compare-attributes:hover {
    background: #0e295c;
    color: #f5f6f7;
}

.attribute-details-top-title {
    font-weight: 900;
    font-size: 18px;
    font-family: 'Futura-Bold', sans-serif;
}

.attribute-details-bottom-title {
    font-weight: 900;
    font-size: 18px;
    font-family: 'Futura-Bold', sans-serif;
}

.main-content ul.attribute-details-featured-list li {
    list-style: none;
}

.main-content ul.attribute-details-bottom-list {
    margin: 1px 18px;
}

ul.attribute-details-featured-list {
    font-size: 16px;
    font-weight: 500;
    margin: 1px;
    line-height: 44px;
}

ul.attribute-details-featured-list {
    margin: 1px;
}

.main-content ul.attribute-details-top-list {
    margin: 0 20px 0 20px;
}

.main-content ul.attribute-details-featured-list {
    margin: 6px;
    color: #003256;
    padding: 4px;
}

.result-recommended {
    /* This seemingly useless overwrite makes jquery show() use the preferred choice (block) instead of a default of inline-block when we just use display none
      and it has no other points of reference.  Neat trick eh?  So don't delete it or the JS will break!
      */
    display: block !important;
    display: none;
    top: 19px;
    width: auto;
    text-align: center;
    border-radius: 40px 0px 0px 40px !important;
    padding: 7px 22px;
    font-weight: 900;
    font-size: 1em;
    letter-spacing: -1px;
    position: absolute;
    right: -10px;
}

.result-recommended.first {
    background: #e60000e8;
}

.result-recommended.second {
    background: #00517ad6;
    /* margin: 7px; */
    /* border-radius: 65px; */
}

.result-recommended.third {
    background: #e60000e8;
}

a.amenities-link {
    border-radius: 4px;
    color: #0f9bff;
    /* font-family: futura-bold; */
    /* margin-top: 0px; */
}

.progress-remaining:hover {
    background: #e20000;
}

.filter-block-selected-multiple {
    padding: 5px !important;
    border-radius: 500px !important;
    border: 1px solid #d8d8d8 !important;
    font-size: 17px !important;
    margin-top: 6px !important;
}

span.selected-label-child {
    font-weight: 400;
    font-size: 14px;
    padding-top: 1px;
}

.submit-filter {
    /*background: #546a75;*/
    color: white !important;
    font-weight: 700;
    min-width: 100% !important;
    background: #00517a !important;
}

.submit-filter:hover {
    background: #0f6590 !important;
    color: #e8e8e8 !important;
    font-weight: 700;
    border: none;
}

.filter-block-results-nav-wrapper {
    position: relative;
}

.results-nav-wrapper {
    position: absolute;
    top: 0px;
}

#results-left {
    left: 0;
}

#results-right {
    right: 0;
}

.results-nav-wrapper .results-nav-icon {
    font-size: 27pt;
}

.filter-block-mobile-label {
    display: none;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

    /*.container.main-content {*/
    /*width: 100%;*/
    /*max-width: none;*/
    /*}*/
    .result-title {
        font-size: 29px !important;
    }

    .selected-filters button:hover {
        background-color: unset;
        color: unset;
    }

    .selected-filters .filter-block-mobile-label {
        display: block;
        width: 100%;
        border-radius: 0;
    }

    .selected-filters .filter-block-mobile-label.selected {
        background-color: #00517a;
        color: white;
    }

    .selected-filters .filter-block-selected {
        display: none;
        border-radius: 0;
        width: 100%;
    }

    .selected-filters .filter-block-selected:hover {
        background-color: unset;
        color: unset;
    }

    /*.selected-filters .filter-block-mobile-label:hover {*/
    /*background-color: unset;*/
    /*color: unset;*/
    /*}*/
    .result-block {
        flex: 0 1 100%;
        background: #f5f6f7;
        margin: 0;
        border-radius: 8px;
        margin-top: 54px;
        transition: .1s;
        width: 100%;
        /*min-width: unset;*/
        /* max-width: unset; */
    }

    /*.container .row .full-width-content.standard_section {*/
    /*margin-left: 0;*/
    /*}*/
    .intro-slide {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .filter-block-header {
        font-size: 1.6em !important;
    }

    .filter-block-header {
        display: none !important;
    }

    /*.result-image-container img {*/
    /*min-width: 100vw;*/
    /*}*/
    .selected-filters {
        max-height: unset;
    }

    ul.attribute-details-featured-list {
        font-size: 15px !important;
        line-height: 38px !important;
    }

    .main-content ul.attribute-details-top-list {
        font-size: 15px !important;
    }

    .main-content ul.attribute-details-bottom-list {
        font-size: 15px !important;
    }
}

.nectar_slider_video_popup {
    top: 45%;
}

.nectar_slider_video_popup_right {
    float: right;
    right: 20%;
}

.nectar_slider_video_popup_left {
    float: left;
    left: 20%;
}

.result-title:hover,
.result-block:hover .result-title {
    background: #009667;
}

/* ----------------- uvuhousingdeals.com only -------------------*/

.wolverine-crossing:before {
    background-image: url(https://uvuhousingdeals.com/wp-content/uploads/2020/05/wc-1.png);
    position: absolute;
    z-index: 5;
    padding: 16px 0px;
    width: 85px;
    content: '';
    height: 51px;
    background-repeat: no-repeat;
    margin: 71px 11px;
    transform: scale(0.7);
    background-color: #009667;
    border-radius: 102px;
    border: 1px solid white;
}

.promenade-place:before {
    background-image: url(https://uvuhousingdeals.com/wp-content/uploads/2020/05/prom-1.png);
    position: absolute;
    z-index: 5;
    padding: 16px 0px;
    width: 85px;
    content: '';
    height: 51px;
    background-repeat: no-repeat;
    margin: 71px 11px;
    transform: scale(0.7);
    background-color: #009667;
    border-radius: 102px;
    border: 1px solid white;
}

.axis-luxury-living:before {
    background-image: url(https://uvuhousingdeals.com/wp-content/uploads/2020/05/axis-1.png);
    position: absolute;
    z-index: 5;
    padding: 16px 0px;
    width: 85px;
    content: '';
    height: 51px;
    background-repeat: no-repeat;
    margin: 71px 11px;
    transform: scale(0.7);
    background-color: #009667;
    border-radius: 102px;
    border: 1px solid white;
}

.the-green-on-campusdrive .result-image-container .result-title {
    font-size: 23px !important;
}

.the-green-on-campusdrive:before {
    background-image: url(https://uvuhousingdeals.com/wp-content/uploads/2020/05/green-1.png);
    position: absolute;
    z-index: 5;
    padding: 16px 0px;
    width: 85px;
    content: '';
    height: 51px;
    background-repeat: no-repeat;
    margin: 71px 11px;
    transform: scale(0.7);
    background-color: #009667;
    border-radius: 102px;
    border: 1px solid white;
}

.alpine-village:before {
    background-image: url(https://uvuhousingdeals.com/wp-content/uploads/2020/05/av-1.png);
    position: absolute;
    z-index: 5;
    padding: 16px 0px;
    width: 85px;
    content: '';
    height: 51px;
    background-repeat: no-repeat;
    margin: 71px 11px;
    transform: scale(0.7);
    background-color: #009667;
    border-radius: 102px;
    border: 1px solid white;
}

.the-riviera:before {
    background-image: url(https://uvuhousingdeals.com/wp-content/uploads/2020/05/riv-1.png);
    position: absolute;
    z-index: 5;
    padding: 16px 0px;
    width: 85px;
    content: '';
    height: 51px;
    background-repeat: no-repeat;
    margin: 71px 11px;
    transform: scale(0.7);
    background-color: #009667;
    border-radius: 102px;
    border: 1px solid white;
}

.summerwood:before {
    background-image: url(https://uvuhousingdeals.com/wp-content/uploads/2020/05/sw-1.png);
    position: absolute;
    z-index: 5;
    padding: 16px 0px;
    width: 85px;
    content: '';
    height: 51px;
    background-repeat: no-repeat;
    margin: 71px 11px;
    transform: scale(0.7);
    background-color: #009667;
    border-radius: 102px;
    border: 1px solid white;
}

.village-parkway:before {
    background-image: url(https://uvuhousingdeals.com/wp-content/uploads/2020/05/VP-1.png);
    position: absolute;
    z-index: 5;
    padding: 16px 0px;
    width: 85px;
    content: '';
    height: 51px;
    background-repeat: no-repeat;
    margin: 71px 11px;
    transform: scale(0.7);
    background-color: #009667;
    border-radius: 102px;
    border: 1px solid white;
}

.result-image-details-wrapper {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 27, 43, 0.98));
}

.result-title {
    background: #b1b6bf;
}

.redcore-svg-tools-slide-container {
    display: flex;
    flex-flow: row nowrap;
}

.redcore-svg-tools {
    display: flex;
    flex-flow: row nowrap;
    /*height: 65vh;*/
    position: relative;
}

.redcore-svg-tools-slide-container-wrapper {
    text-align: center;
}

.redcore-svg-tools-slide-container-header {
    flex: 0 0 100%;
    position: absolute;
    width: 70%;
    z-index: 11;
    text-align: center;
}

.redcore-svg-tools-slide-container-header-inner {
    padding: 5px 130px;
    background: #ffbf07;
    border-radius: 25px;
    position: relative;
    top: -15px;
    overflow: visible;
    color: white;
    font-weight: bolder;
    font-size: xx-large;
    letter-spacing: 1px;
}

.redcore-svg-slide {
    width: 100%;
}

.redcore-svg-tools-container {
    /*position:relative;*/
    background: #23578c;
    /*margin: 65px;*/
    flex: 0 0 70%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    box-shadow: 0px 8px 15px #00000052;
}

.redcore-companion-photos {
    flex: 0 0 30%;
    /*border-top-right-radius: 14px;*/
    /*border-bottom-right-radius: 14px;*/
}

.redcore-svg-tools-details-split {
    width: 50%;
    float: left;
    height: 100%;
}

/*.redcore-svg-modal-image-slider-slide {*/
/*float:left;*/
/*height: 100%;*/
/*}*/
.redcore-svg-modal-image-slider-slide * {
    width: auto;
    height: 100%;
}

.redcore-svg-tools-detail-slideshow-slide,
.redcore-svg-modal-image-slider,
.redcore-companion-slide {
    height: 100%;
}

.row .col .redcore-companion-photos .redcore-companion-slide img {
    height: 100%;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.description {
    padding: 10px 10px 30px 0px;
}

.featherlight .featherlight-close-icon {
    font-size: 24px;
}

span.title {
    font-size: 33px;
    font-weight: bold;
}

div.redcore-svg-tools-details {
    padding: 57px 44px;
    height: 560px;
    overflow: hidden;
}

.apply-button:hover {
    color: white;
}

.apply-button {
    background-color: #044c71;
    padding: 16px 25px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    width: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: none;
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.st0 {
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .redcore-svg-tools-details-split {
        width: 100%;
        float: left;
        height: 50%;
    }
}

#test-animation1 {
    display: block;
    transform: translate(4px, 5%) scale(1.5, 1.8) skew(5deg, 8deg) rotate(15deg);
    filter: blur(1.17em) sepia(0.9);
}

.underline--dotted {
    border-bottom: 3px red dashed;
}

.way-wide {
    background: red;
    animation: blinker 5s linear infinite !important;
}

.centered-placeholder {
    border: 3px red dashed;
    background: red;
    animation: blinker 4s linear infinite !important;
}

@keyframes blinker {
    50% {
        background: transparent;
        border-color: white;
    }
}
