/** pricing and features responsive styles - BEGIN */

@media screen and (min-width: 932px) and (max-width: 1205px) {
    .pricing-and-features-row h3.w-text {
        min-height: 120px;
    }
}

@media screen and (min-width: 769px) and (max-width: 933px) {
    .pricing-and-features-row h3.w-text {
        min-height: 155px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1085px) {
    .pricing-and-features-row .wpb_text_column {
        min-height: 11rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .pricing-and-features-row .wpb_text_column {
        min-height: 15rem !important;
    }
}

@media screen and (max-width: 767px) {
    .pricing-and-features-row h3.w-text {
        min-height: unset;
    }

    .pricing-and-features-row .wpb_text_column {
        min-height: unset !important;
    }
}

/** pricing and features responsive styles - END */

.headerx_hor .w-nav.type_desktop>.w-nav-list>.menu-item.menu-item-search {
    padding-left: 15px;
    font-size: 1.5rem;
}

.no-touch .ush_menu_1 .menu-item.menu-item-search:not(.level_1):hover>a {
    background: none;
}

.l-subheader.at_bottom {
    background: none !important;
}

body.search-results .l-subheader.at_bottom {
    display: block;
}

a.w-search-open {
    /*color: black;*/
    /*font-size: 24px;*/
    display: none;
}

.w-search-form {
    display: block;
    width: 400px;
}

.w-search-form .w-form-row-field {
    display: inline-block;
}

.w-search-form-btn.w-btn, .w-search-form-btn .button, .w-search-form-btn button[type="submit"], .w-search-form-btn input[type="submit"] {
    display: inline-block;
    margin-left: 0;
    border: 1px solid #435993;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
    padding: 14px;
    background: none;
    line-height: 20px;
}

.w-search-form-btn.w-btn:before, .w-search-form-btn .button:before, .w-search-form-btn button[type="submit"]:before, .w-search-form-btn input[type="submit"]:before {
    border-style: none;
}

#us_form_search_s {
    border: 1px solid #435993;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: none;
    font-size: 16px;
    background-color: white;
    line-height: 48px;
}

#us_form_search_s:focus {
    border: 1px solid #435993;
    box-shadow: none;
    border-right: none;
}

.crp_primary_term {
    display: none;
}

.crp_related.crp-thumbs-grid li {
    box-shadow: none;
    border: none !important;
}

.crp_related.crp-thumbs-grid li a {
    padding: 0 !important;
}

.crp_related.crp-thumbs-grid .crp_title {
    background-color: #0D5077 !important;
    border-radius: 0;
    text-shadow: none;
}

.gt_switcher-popup.glink.nturl.notranslate>span:nth-child(3) {
    display: none !important;
}
.gt_switcher-popup.glink.nturl.notranslate>span:nth-child(2):after {
    font-size: 1.3em !important;
    margin-left: 0.4em;
    content: '\f107';
    vertical-align: top;
    font-family: fontawesome;
    font-weight: 400;
}
