﻿@media screen and (min-width:0px) and (max-width:767px) {
    .footer .pbmit-newsletter input {
        width: auto !important;
    }

    .pbmit-ihbox-contents .pbmit-btn {
        text-align: center;
    }

    .site-header .site-branding img {
        max-height: 55px !important;
        width: unset !important;
    }

    img.index-banner--img {
        width: 100%;
        height: auto;
    }

    .pbmit-col-stretched-right {
        margin-right: 0px !important;
    }
}




.site-navigation ul.navigation > li > a.no-dropdown::after {
    display: none;
}


.new-card-content-detail {
    font-size: 14px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.dropdown .dd--checkboxex {
    position: relative;
    width: 250px;
}

.dropdown-toggle {
    background: #fff;
    border: 1px solid rgba(119,119,119,.2);
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    max-height: 200px;
    overflow-y: auto;
    border-radius: 5px;
}


.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-menu label {
    display: block;
    padding: 8px 10px;
    cursor: pointer;
}

    .dropdown-menu label:hover {
        background-color: #f0f0f0;
    }

.employer-type {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-bottom: 10px;
}

input[type="radio"] {
    accent-color: #f7941d;
}

.employer-button {
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .employer-type {
        flex-direction: column;
        align-items: flex-start;
    }
}
