@import url("https://use.typekit.net/xom0cdw.css");

.cb-50cta50search2022 .item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    text-align: center;
    padding: 35px 20px 80px;
    margin: 0 0 20px
}

.cb-50cta50search2022 .item:first-of-type {
    background-color: #edf7fd
}

.cb-50cta50search2022 .item:last-of-type {
    background-color: rgba(255, 198, 31, .1)
}

.cb-50cta50search2022 .item h5 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
    margin: 0 0 15px;
    font-family: sanchez_bold_, arial, sans-serif
}

.cb-50cta50search2022 .item h3 {
    margin-bottom: 30px
}

.cb-50cta50search2022 .item p.preamble {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 25px
}

.cb-50cta50search2022 .item .btn2022 {
    width: 100%;
    text-align: center
}

.cb-50cta50search2022 .item .selectWrapper {
    position: relative
}

.cb-50cta50search2022 .item .selectWrapper:first-of-type:before {
    content: "";
    position: absolute;
    background-image: url(../../../../images/icons/svg/services-icon.svg);
    background-repeat: no-repeat;
    left: 15px;
    top: 17px;
    height: 20px;
    width: 25px;
    z-index: 40
}

.cb-50cta50search2022 .item .selectWrapper:nth-of-type(2):before {
    content: "";
    background-image: url(../../../../images/icons/svg/location-icon.svg);
    position: absolute;
    left: 15px;
    top: 17px;
    height: 20px;
    width: 20px;
    z-index: 40
}

.cb-50cta50search2022 .item select {
    border-radius: 5px;
    padding: 15px 10px 15px 45px;
    color: #172a6a;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7 !important
}

@media (min-width:992px) {
    .cb-50cta50search2022 .inner {
        display: flex;
        justify-content: space-between;
        margin: 0 -15px;
        margin: 0 -10px
    }

    .cb-50cta50search2022 .item {
        flex-basis: 50%;
        max-width: 50%;
        margin: 0 10px;
        padding: 25px 45px 60px
    }

    .cb-50cta50search2022 .item h5 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        margin: 0
    }

    .cb-50cta50search2022 .item p.preamble {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        margin-bottom: 40px
    }

    .cb-50cta50search2022 .item .btn2022 {
        margin: 15px auto 0;
        text-align: center;
        width: 260px
    }

    .cb-50cta50search2022 .item input {
        width: 260px
    }

    .cb-50cta50search2022 .item select {
        padding: 15px 10px 15px 40px;
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    .cb-50cta50search2022 .inner {
        margin: 0 -15px
    }

    .cb-50cta50search2022 .item {
        margin: 0 15px;
        padding: 35px 70px 80px
    }
}