/* GENERAL STRUCTURE */
#compareDeals {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 30px;
    background: #f6f9fb;
}

    #compareDeals .compareDealsHeading {
        font-size: 28px;
        color: #3f3f3f;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
    }

    #compareDeals .houseIcon {
        width: 33px;
        height: 31px;
        margin-right: 13px;
    }

    #compareDeals #dealOptionsPlaceholder {
        width: 100%;
        height: 328px;
        display: none;
    }

#dealCardsResults {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}


@media only screen and (max-width: 1250px) {
    #compareDeals {
        padding: 45px 10px;
    }
}

/* RADIO BUTTON STYLING */
/* Customize the label (the radioButtonContainer) */
#dealOptionsRadioButton {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 150px;
}

    /* Hide the browser's default radio button */
    #dealOptionsRadioButton input {
        position: absolute;
        opacity: 0;
    }

    /* Create a custom radio button */
    #dealOptionsRadioButton .radioButtonCheckmark {
        border: 1px solid #ffffff;
        font-size: 15px;
        color: #ffffff;
        padding: 0 30px;
        height: 38px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.6;
        flex: 1;
    }

    /* On mouse-over, add a grey background color */
    #dealOptionsRadioButton:hover input ~ .radioButtonCheckmark {
        background-color: rgba(255, 255, 255, 0.3);
    }

    /* When the radio button is checked, add a white background */
    #dealOptionsRadioButton input:checked ~ .radioButtonCheckmark {
        background-color: #ffffff;
        color: #303030;
        opacity: 1;
    }

/* CHECKBOX STYLING */
#dealOptionCheckbox {
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    #dealOptionCheckbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox button */
    #dealOptionCheckbox .customCheckBox {
        width: 19px;
        height: 19px;
        border: solid 1px #359fc8;
        flex-shrink: 0;
    }

    #dealOptionCheckbox .checkBoxHeading {
        padding-left: 7px;
        font-size: 14px;
        color: #323234;
        font-weight: 300;
    }

    /* When the checkbox button is checked, add a white background */
    #dealOptionCheckbox input[type="checkbox"]:checked ~ .customCheckBox {
        width: 19px;
        height: 19px;
        background-color: #359fc8;
        border: solid 1px #359fc8;
        opacity: 1;
        background-image: url("/i/icons/white-deals-checked.svg");
        background-repeat: no-repeat;
        background-size: 17px 16px;
        background-position: center;
    }

#dealOptionCheckbox {
    background: transparent;
    box-shadow: none;
    outline: none;
    outline-width: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}


/* DEAL CARDS */
#dealCards {
    display: flex;
    padding: 0 10px 45px;
    flex-direction: column;
    align-items: center;
    background: #f6f9fb;
}

.dealsCardLoadMoreBtn {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: center;
    color: #45c4d8;
    text-decoration: none;
    border-radius: 120px;
    border: solid 1px #45c4d8;
    min-width: 400px;
    padding: 10px 0px;
    margin-top: 30px;
}

    .dealsCardLoadMoreBtn:hover {
        background-color: #45c4d8;
        color: white;
    }

.loadingIndicator {
    color: #45c4d8;
    font-size: 18px;
    margin-bottom: 20px;
}

.noResults {
    color: #45c4d8;
    font-size: 18px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1250px) {
    #dealCards {
        padding: 0 30px 45px;
        background: #f6f9fb;
    }
}

@media only screen and (max-width: 420px) {
    .dealsCardLoadMoreBtn {
        min-width: 300px;
    }
}

.selectCategory {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.selectCategoryHeading {
    font-size: 17px;
    font-weight: 300;
    color: #323234;
    margin-bottom: 5px;
}

.selectCategoryDropdown {
    background: #ffffff;
    border: solid 1px #ececec;
    padding: 15px;
    color: #323234;
    font-size: 20px;
    cursor: pointer;
}

.dropdownList {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border: solid 1px #e8e8e8;
    border-top: none;
    padding: 15px 0;
    display: none;
    position: absolute;
    top: 83px;
    right: 0;
    left: 0;
    z-index: 2;
}

.dropdownItem {
    padding: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #323234;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

    .dropdownItem:hover {
        background: #f1f5f7;
        font-weight: bold;
    }

.calculators-dropdown-wrap {
    margin: 0 2%;
}

    .calculators-dropdown-wrap > .selectCategory > .selectCategoryDropdown {
        max-width: 100%;
    }

.arrow-up-dropdown {
    background-image: url('/i/icons/path-3-down.png');
    background-repeat: no-repeat;
    display: block;
    background-position: right 2% top 50%;
}


.arrow-up-dropdown {
    background-image: url('/i/icons/path-3-down.png');
    background-repeat: no-repeat;
    display: block;
    background-position: right 2% top 50%;
}

}

@media only screen and (min-width: 1190px) {
    .selectCategoryDropdown {
        max-width: none;
        padding: 15px 45px;
    }

    .dropdownItem {
        padding: 15px 45px;
    }
}

@media only screen and (max-width: 768px ) {
    .page_intro h1 {
        text-align: center;
    }

    .page_intro p {
        font-size: 19.5px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: center;
        color: #323234;
        padding: 0px 15px 0px 18px;
    }

    .copy_wide {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
